@charset "utf-8";


/** #PC
===================================*/



/** font
===================================*/



/** base
===================================*/
html {
	min-width: unset;
}

.fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark {
	background: #d1a5a5;
	border-color: #d1a5a5;
}

.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark {
	border-color: #d1a5a5;
}

.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark::before {
	background: #d1a5a5;
}

[type=hidden], [type=text], [type=search], [type=tel], [type=url], [type=email], [type=password], [type=datetime], [type=date], [type=month], [type=week], [type=time], [type=datetime-local], [type=number], select, textarea {
	padding: 8px 10px;
}

span.fs-c-checkbox__labelText a {
	text-decoration: underline;
}

span.fs-c-checkbox__labelText a:hover {
	text-decoration: none;
}


/** header
===================================*/
#header {
}

.headline_wrap {
}

.headline {
	background: #b79191;
	background-color: #d1a5a5;
	color: #fff;
	font-size: 15px;
	padding: 10px 15px;
}

.headline h1 {
	font-size: 15px;
	font-weight: normal;
	text-align: center;
	margin: 0;
}

.headline h1 b {
	font-weight: bold;
}

.header_inner {
	justify-content: space-between;
	padding-block: 30px;
	align-items: center;
}

.header_search {
	width: 30%;
}

.header_search_form {
	position: relative;
	width: fit-content;
}

.header_search_form .fs-p-inputGroup {
	border: 0;
	background: none;
}

.header_search_form input[type="text"] {
	padding: 5px 10px;
	border-radius: 5px;
	border: 0px solid currentColor;
	width: 180px;
	transition: 0.5s;
	background-color: #f7f7f7;
	outline: none;
	line-height: 1.7;
}

.header_search_form input[type="text"]:focus {
	width: 360px;
	max-width: 100%;
}

.header_search_form input[type="text"]:focus::placeholder {
	color: transparent;
}

.header_search_form button {
	background-color: transparent;
	background-image: url(../img/search.svg);
	background-repeat: no-repeat;
	border: 0;
	font-size: 0;
	width: 36px;
	height: 36px;
	background-position: center;
	right: 0;
	position: absolute;
	cursor: pointer;
}

.header_search_form .fs-p-searchForm__button::before {
	display: none;
}

.logo_area {
	width: 30%;
	text-align: center;
}

.logo {
}

.logo_img {
	text-align: center;
}

.right_information {
}

.header_icon_links_wrap {
	width: 30%;
	vertical-align: middle;
	height: 40px;
}

ul.header_icon_links.flbox {
	align-items: center;
	gap: 20px;
	padding: 0px 0px;
	height: 40px;
	justify-content: flex-end;
}


li.header_user_btn.has_items {
	padding-right: 5px;
	position: relative;
}

ul.header_my_link {
	display: none;
	position: absolute;
	background-color: #fff;
	padding: 10px 20px;
	font-size: 12px;
	width: max-content;
	left: -30px;
}

li:hover > ul.header_my_link {
	display: block;
}

ul.header_my_link a:hover {
	 text-decoration: underline;
}

li.cart_link {
	position: relative;
}

.cart_link span.fs-client-cart-count {
	position: absolute;
	color: #fff;
	width: 16px;
	height: 16px;
	background-color: #1c1c1c;
	text-align: center;
	line-height: 15px;
	font-size: 12px;
	border-radius: 50%;
	right: -9px;
	top: -3px;
}

.fix_menu {
	display: none;
}

.fix_menu a {
	position: relative;
}

.header_menu_wrap {
	position: relative;
}




/** drawer
===================================*/
.drawer_nav {
}






/** navi
===================================*/
#gnav {
}

.gnavi {
}

.gnavi > li {
}

.gnavi > li a {
}

ul.main_nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2em;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}

ul.main_nav > li {
	position: relative;
	font-size: 15px;
}

ul.main_nav > li.has_items {
}

ul.main_nav > li.has_items::after {
	right: 0;
}

ul.main_nav > li > a {
	position: relative;
	padding: 10px 5px;
	font-size: 15px;
	display: block;
}

ul.main_nav > li > a:hover {
	text-decoration: underline;
}

ul.main_nav li.has_child > span {
	padding: 10px 20px 10px 5px;
	cursor: pointer;
	font-weight: bold;
	display: block;
}

li.coupon_now a {
	color: #ed5565;
}

.megamenu {
	position: absolute;
	z-index: -1;
	background-color: #fff;
	left: 0;
	width: max-content;
	box-shadow: 0 3px 16px -9px #888;
	padding: 30px 30px;
	border: 1px solid #333;
	height: 0px;
	overflow: hidden;
	transition: 0.3s;
	opacity: 0;
}

li.has_items:hover .megamenu {
	height: 180px;
	opacity: 1;
	z-index: 10;
}

ul.megamenu_list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 20px;
}

ul.megamenu_list.v_category {
}

ul.megamenu_list > li {
	width: 72px;
	font-size: 13px;
}

ul.megamenu_list.v_category > li {
}

ul.megamenu_list > li a {
	display: block;
}

ul.megamenu_list.v_category > li a {
}

ul.megamenu_list > li a:hover {
}

ul.megamenu_list.v_category > li a:hover {
}

.ct_img {
	display: block;
	overflow: hidden;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	margin-bottom: 5px;
	border: 1px solid #eee;
}

.ct_img img {
}

.ct_title {
	text-align: center;
	font-size: 13px;
	display: block;
	line-height: 1.4;
	color: #333;
}

ul.megamenu_list.v_service > li {
	width: 90px;
}

.v_service .ct_img {
	border-radius: 0;
	border: 0;
	padding: 10px;
	margin-inline: auto;
}

.v_service .ct_img img {
	filter: grayscale(1);
}


/** eyecatch
===================================*/
div.swiper-button-next:after, div.swiper-button-prev:after {
	font-size: 0;
}

.main_slider_sec {
}

.main_slider {
	margin-bottom: 30px;
}

.main_slider .swiper-slide {
	width: 1040px;
}

.main_slider .swiper-button-next:after, .main_slider .swiper-button-prev:after {
	font-size: 0;
}

.swiper-pagination.main-pagination.swiper-pagination-bullets {
	position: relative;
	margin-bottom: 30px;
}

.main_slider_sec .swiper-pagination-bullet-active {
	background-color: #d1a5a5;
}

.main_slider_sec .swiper-button-next, .swiper-rtl .swiper-button-prev {
	right: 5%;
	left: auto;
}

.main_slider_sec .swiper-button-prev, .swiper-rtl .swiper-button-next {
	left: 5%;
	right: auto;
}

.main_slider_sec .swiper-slide img {
	opacity: 0.3;
	transition: opacity 0.6s;
}

.main_slider_sec .swiper-slide.swiper-slide-active img {
	opacity: 1;
}


/** contents_all
===================================*/
#contents_wrap {
}

#main_contents {
}

#main_wrap {
}

#home_article {
}

#main {
	width: 100%;
	min-width: unset;
	margin-top: 0;
	overflow: hidden;
}

.fs-l-pageMain {
	padding-top: 20px;
}

.d_title_wrap {
	text-align: center;
	margin-bottom: 40px;
}

h2.d_title {
	margin: 0;
	font-size: 34px;
}

.d_sub_title {
	margin: 0;
	font-size: 16px;
}



/** side
===================================*/
aside.fs-p-drawer.fs-l-sideArea {
	display: none;
}



/** footer
===================================*/
#middle-bnr {
	margin-bottom: 16px;
	height: auto;
}

.fs-l-footer {
	border: 0;
	margin: 0;
	background: none;
	margin-top: 60px;
}

#middle-bnr img {
	width: 100%;
}

.foot-text-area {
	width: 100%;
	font-size: 13px;
}

#footer {
	min-width: unset;
	margin-top: 60px;
}

#footer-bnr {
	margin: 0;
	height: auto;
	padding: 40px 0;
	background-color: #f7f7f7;
}

#footer-bnr #footer-bnr_inner {
	max-width: 1190px;
	margin: 0 auto;
	padding: 20px 15px;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

#footer-bnr #footer-bnr_inner .inner_section img {
	height: auto;
	margin-bottom: 0px;
}

#footer-bnr #footer-bnr_inner .inner_section {
	float: none;
	width: calc(100% / 3 - 15px * 2 / 3);
}

#footer_nav #footer_nav_inner {
	max-width: 1190px;
	margin: 0 auto;
	height: auto;
	padding: 60px 15px 60px;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.footer_inner {
}

#footer_nav #footer_nav_inner .footer_nav_inner_left {
	width: 324px;
	float: none;
	color: #fff;
}

#fotter-cal {
	background: #ffffff;
	padding: 10px 10px 5px 10px;
	width: 322px;
}

ul#footer_nav_link {
}

ul#footer_nav_link li {
}

ul#footer_nav_link li + li {
	margin-top: 8px;
}

ul#footer_nav_link li a {
	color: #fff;
}

ul#footer_nav_link li a:hover {
	color: #fff;
}

#footer_nav #footer_nav_inner a:hover {
	color: #fff !important;
	text-decoration: underline;
}

#footer_nav #footer_nav_inner .footer_nav_inner_right {
	width: 300px;
	float: none;
	margin-left: auto;
}

.footer_nav_inner_right {
}

.footer_phone {
	font-size: 13px;
	line-height: 1.4;
	margin-bottom: 3px;
}

.footer_nav_inner_right i.material-icons {
	font-size: 22px;
	vertical-align: middle;
	padding-bottom: 5px;
}

.footer_phone span {
	font-size: 18px;
	margin: 0 2px 0 3px;
}

.fotter-fitting {
	width: 100%;
	margin-top: 20px;
}

.footer_phone {
	line-height: 1.4;
}

.fotter-fitting {
	width: 100%;
}

#footer #footer_bottom {
	width: 100%;
	padding: 5px 15px 20px;
}

.copyright {
	text-align: center;
}

.copyright address {
	font-style: normal;
	font-size: 0.8em;
}

.footer_sns {
	padding: 20px 15px;
}

.sns_list_wrap {
}

.to_mail {
}

.to_mail img {
	max-width: 30px;
}

ul.sns_list {
	align-items: center;
	justify-content: center;
	gap: 30px;
}

ul.sns_list > li {
}

ul.sns_list > li a {
}

ul.sns_list > li a img {
	max-height: 30px;
}

.footer_nav_inner_left:not(:has(iframe)) {
	display: none;
}




/** slideMenu
===================================*/
#slideMenu {
	height: 100%;
	background-color: #fff;
}



/** top
===================================*/
.sp_icon_menu {
}

.icon_menu {
	padding-top: 30px;
	/* margin-bottom: 80px; */
}

.sp_icon_menu .icon_category_links {
	margin: auto;
	width: fit-content;
}

.sp_icon_menu .icon_category_links li {
	width: 100px;
	text-align: center;
}

.sp_icon_menu .icon_category_links li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.sp_icon_menu .ct_title {
	font-size: 10px;
}


/* ブログでチェックした商品 */
.blog_checked_items {
	background-color: #f7f7f7;
	padding-block: 80px;
	margin-top: 80px;
}

.mode_item_slider_btn {
}

.item_box_wrap {
	position: relative;
}

.item_slider_box {
}

.item_slider_box .item_box_part {
	width: 220px;
	width: calc(100% / 5 - 10px * 4 / 5);
}

.item_box_wrap .button-prev {
	left: -50px;
}

.item_box_wrap .button-next {
	right: -50px;
}

.item_box_title p {
	font-size: 14px;
	margin-block: 1em 0;
}

.item_box_price p {
	font-size: 14px;
	margin-top: 5px;
	font-weight: bold;
}

.blog_checked_items {
	display: none;
}

.blog_checked_items:has(.swiper-slide) {
	display: block;
}


/* フィロソフィー */
.pliqa_ph {
	padding-block: 80px;
}

.store_exp {
	text-align: center;
	color: #231814;
}

.store_exp h2 {
	font-family: YuMincho, "游明朝", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "MS PMincho", "ＭＳＰ明朝", "MS Mincho", "ＭＳ明朝", serif;
	font-size: 32px;
	margin: 0 0 0.8em;
}

p.main_exp {
	font-size: 16px;
	line-height: 2;
}

p.main_exp.nbr {
}

p.sup_exp {
	font-size: 13px;
	color: #ae6565;
	margin-top: 32px;
	margin-bottom: 0;
}


/* 新着商品 */
.d_item_list_sec {
	padding-block: 80px;
}

.d_item_list_sec.no_top_pd {
	padding-top: 20px;
}

.d_item_box_list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.d_item_box_list .item_box_part {
	width: 220px;
	width: calc(100% / 5 - 10px * 4 / 5);
}

p.day {
	text-align: center;
	margin: 0 0 5px;
	font-size: 14px;
	color: #da6060;
}

.new_items {
	background-color: #fcf7f7;
}

.base_more_btn_wrap {
	text-align: center;
	margin-top: 40px;
}

.base_more_btn_wrap a.more_btn {
	display: block;
	width: fit-content;
	min-width: 240px;
	text-align: center;
	border: 1px solid currentcolor;
	margin: auto;
	padding: 10px;
	font-size: 16px;
	border-radius: 30px;
	background-color: #fff;
	line-height: 1.7;
}

.base_more_btn_wrap a.more_btn:hover {
}

.base_text_links_box {
	margin-top: 40px;
}

.base_text_links {
	gap: 2em;
	justify-content: center;
	font-size: 14px;
}

.base_text_links > li {
}

.base_text_links > li a {
	text-decoration: underline;
}

.base_text_links > li a:hover {
	text-decoration: none;
}


/* 目的から探す */
.search_purpose {
	background-color: #f7f7f7;
	background-color: #efefef;
	padding: 80px 0;
}

.search_purpose_inner {
}

.search_purpose_lsit {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	max-width: 800px;
	margin: auto;
}

.search_purpose_lsit > li {
	width: calc(100% / 2 - 10px * 1 / 2);
}

.search_purpose_lsit > li a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 15px;
	background-color: #fff;
	padding: 10px;
	border: 1px solid #fff;
}

.search_purpose_lsit > li a:hover {
	border:1px solid #333;
	color: #333;
}

.search_purpose_lsit > li a:hover img {
	opacity: 1;
}

.purpose_img {
	width: 100px;
	overflow: hidden;
}

.purpose_img img {
	border-radius: 50%;
}

.purpose_title {
	width: calc(100% - 100px);
	padding-left: 15px;
	line-height: 1.4;
	font-size: 16px;
}


/* レビュー */
#review_loading {
	position: relative;
	padding-bottom: 60px;
}

.top_review {
	padding: 80px 0;
	position: relative;
}
.top-review {
	height: auto;
	margin-top: calc(100*(100vw / 800));
}

#review_loading .fs-c-reviewList__item__body {
	padding: 0;
	margin: calc(10*(100vw/800)) 0 0;
	background-color: transparent;
	-webkit-line-clamp: 6;
	font-size: calc(22*(100vw/800));
}

#review_loading .fs-c-reviewInfo__stars.fs-c-reviewStars {
	font-size: calc(20*(100vw/800));
}

.fs-c-reviewStars::before {
	color: #ccc39f;
}

#review_loading .fs-c-reviewList__item:nth-child(n+10) {
	display: none;
}

#review_loading .fs-c-reviewList {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	gap: 0 calc(20*(100vw / 800));
}

#review_loading .fs-c-reviewList__item {
	display: block;
	width: calc(240*(100vw / 800));
	margin: 0;
}

#review_loading .fs-c-reviewList__item__product {
	margin: 0;
}

#review_loading .fs-c-productName__name,
#review_loading .fs-c-reviewInfo__reviewer.fs-c-reviewer .fs-c-reviewer__profile__gender,
#review_loading .fs-c-reviewInfo__reviewer.fs-c-reviewer .fs-c-reviewer__profile__prefecture {
	display: none;
}

#review_loading .fs-c-reviewInfo__date {
	display: flex !important;
	margin-top: calc(10*(100vw/800));
}

#review_loading .fs-c-reviewInfo__reviewer.fs-c-reviewer * {
	font-size: calc(24*(100vw/800));
	margin-bottom: calc(4*(100vw / 800));
	line-height: 1;
}

#review_loading .fs-c-reviewInfo__reviewer {
	flex-direction: unset;
	display: block;
}

#review_loading .fs-c-reviewer__name {
	margin-right: calc(5*(100vw/800));
}

#review_loading {
	overflow-x: hidden;
	padding: 0 calc(20*(100vw / 800)) 60px;
}

#review_loading .swiper-wrapper {
	/* gap: 0 calc(20*(100vw/800)); */
}

#review_loading .swiper-pagination {
	/* bottom: calc(-50*(100vw/800)); */
	bottom: 7px;
}

#review_loading .swiper-pagination-bullet {
	background-color: transparent;
	border: solid 1px #d1a5a5;
	opacity: 1;
}

#review_loading .swiper-pagination-bullet-active {
	background-color: #d1a5a5;
	border: none;
}

#review_loading .pickup-1-title:after {
	display: none;
}

#review_loading .swiper-button-next,
#review_loading .swiper-button-prev {
	/* top: auto;
	bottom: calc(-47*(100vw/800)); */
	color: #d1a5a5;
	height: auto;
	bottom: 10px;
}

#review_loading .swiper-button-next {
	right: calc(260*(100vw / 800));
}

#review_loading .swiper-button-prev {
	left: calc(260*(100vw / 800));
}

#review_loading .swiper-button-next:after,
#review_loading .swiper-button-prev:after {
	font-size: calc(30*(100vw/800));
}

#review_loading .fs-c-reviewer__status {
	display: none;
}

#review_loading .fs-c-reviewList__item__body {
	border: 0;
	margin: 10px 0 0;
	font-size: 12px;
	border: 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	text-overflow: ellipsis;
}


@media screen and (min-width: 769px) {
	.top-review {
		height: auto;
		margin-top: 100px;
	}

	#review_loading {
		/* padding: 0; */
		/* height: calc(415*(100vw/1140));
		max-height: 415px; */
	}

	.fs-c-reviewer {
		margin-top: 10px;
	}

	.fs-c-reviewStars::before {
		font-size: 18px;
	}

	#review_loading .fs-c-reviewInfo__date {
		display: flex !important;
		margin-top: 0;
	}

	#review_loading .fs-c-reviewInfo__reviewer {
		flex-direction: unset;
		display: flex;
	}

	#review_loading .fs-c-reviewInfo__reviewer.fs-c-reviewer * {
		font-size: 14px;
		margin-bottom: 4px;
	}

	/* #review_loading .fs-c-reviewList__item__body {
		margin: 10px 0 0;
		-webkit-line-clamp: 5;
		font-size: 12px;
	} */
	#review_loading .fs-c-reviewList__item__body {
		border: 0;
		margin: 10px 0 0;
		font-size: 12px;
		border: 0;
		height: 10.5em;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 6;
		text-overflow: ellipsis;
	}

	#review_loading .fs-c-reviewInfo__stars.fs-c-reviewStars {
		font-size: 18px;
	}

	#review_loading .swiper-button-next:after,
	#review_loading .swiper-button-prev:after {
		font-size: 15px;
	}

	#review_loading .swiper-button-next {
		right: 40%;
	}

	#review_loading .swiper-button-prev {
		left: 40%;
	}

	#review_loading .swiper-button-next,
	#review_loading .swiper-button-prev {
		bottom: 10px;
		top: auto;
		height: 20px;
	}

	#review_loading .swiper-pagination {
		bottom: 7px;
	}
}

@media screen and (max-width: 768px) {
.review_box .swiper-slide {
	width: 200px;
}
#review_loading .swiper-button-next {
	right: 20px;
}

#review_loading .swiper-button-prev {
	left: 20px;
}
#review_loading .swiper-button-next,
#review_loading .swiper-button-prev {
	/* top: auto;
	bottom: calc(-47*(100vw/800)); */
	color: #d1a5a5;
	height: auto;
	bottom: 10px;
}
}
/* @media  */

.fs-c-reviewList {
	list-style: none;
	padding: 0;
	margin-bottom: 30px;
}

.fs-c-reviewerStatus {
	background: #d1a5a5;
}

.fs-c-reviewBody {
	border: 0px solid #e5e5e5;
	background-color: #f7f7f7;
}

.top_review a.more_btn {
	display: inline-block !important;
}

/* サービス */
.top_service {
	padding: 0 0 80px;
}

.top_service_inner {
}

.top_service_list {
}

.top_service_list li {
}

.top_service_list li a {
}

.top_service_list li a:hover {
}

.top_service_list li .svc_img  {
}

.top_service_list li .svc_title  {
}

.top_service_list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	max-width: 900px;
	margin: auto;
}

.top_service_list > li {
	width: calc(100% / 3 - 10px * 2 / 3);
}

.top_service_list > li a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 15px;
	background-color: #f7f7f7;
	padding: 15px 10px;
	border: 1px solid #fff;
	height: 100%;
}

.top_service_list > li a:hover {
	border:1px solid #333;
	color: #333;
}

.top_service_list > li a:hover img {
	opacity: 1;
}

.top_service_list li .svc_img {
	width: 60px;
	height: 60px;
	overflow: hidden;
	border-radius: 50%;
	background-color: #fff;
	display: flex;
	flex-wrap: wrap;
	padding: 8px;
}

.svc_img img {
	opacity: 0.9;
}

.top_service_list li .svc_title {
	width: calc(100% - 60px);
	padding-left: 15px;
	line-height: 1.4;
	font-size: 16px;
}

span.svc_title strong {
	color: #d2a5a5;
	color: #d99393;
}


#try_on, #about {
	min-width: unset;
}





/** page
===================================*/
h3.legal_shop_ttl {
	font-weight: bold;
}

#fs_PrivacyPolicy .fs-l-pageMain {
	max-width: 1000px;
	margin: auto;
}

h3.privacy_contact_ttl {
	font-weight: bold;
}


/** product
===================================*/
@media screen and (min-width: 960px) {
.fs-l-product2 .fs-l-productLayout {
	grid-template-columns: calc(52% - 2%) calc(48% - 2%);
	grid-gap: 4%;
}
}/* @media */


.fs-l-product2 .fs-l-productLayout {
	display: flex;
	flex-wrap: wrap;
}

.product_comment.product_comment_1.product_comment_top {
	grid-column: 1 / -1;
	width: 100%;
}

.fs-l-productLayout__item.fs-l-productLayout__item--1 {
	width: calc(52% - 2%);
}

.fs-l-productLayout__item.fs-l-productLayout__item--2 {
	width: calc(48% - 2%);
}

@media screen and (max-width: 959px) {
.fs-l-productLayout__item.fs-l-productLayout__item--1 {
	width: calc(100%);
}

.fs-l-productLayout__item.fs-l-productLayout__item--2 {
	width: calc(100%);
}
}/* @media */

.fs-exp_big {
	grid-column: 1 / -1;
	max-width: 900px;
	margin: auto;
}

.fs-c-productReview {
	grid-column: 1 / -1;
	max-width: 900px;
	margin: auto;
}

main.fs-l-main.fs-l-product2 {
	/* max-width: 1130px;
	padding: 0 15px;
	margin-top: 24px; */
}

.fs-c-breadcrumb__list a {
	text-decoration: underline;
}

.fs-c-breadcrumb__list a:hover {
	text-decoration: none;
}

div.fs-c-breadcrumb ol:nth-child(n+2) {
	display: none;
}

.fs-l-productLayout__item.fs-l-productLayout__item--1 {
}


/* 商品画像 */
.fs-l-productLayout__item.fs-l-productLayout__item--1 {
	position: relative;
}

.fs-c-productMainImage__image {
	display: none;
}

.fs-c-productThumbnail {
	display: none;
}

.fs-c-productMainImage {
	position: absolute;
	/* z-index: 2; */
	top: 10px;
	right: 10px;
	margin: 0 !important;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	background-color: #fff;
	border-radius: 50%;
	overflow: hidden;
}

.fs-c-productMainImage__expandButton.fs-c-buttonContainer {
	padding: 0;
	background-color: #fff;
	width: 100%;
}

.fs-c-productMainImage__expandButton.fs-c-buttonContainer button {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	color: currentColor;
	z-index: 2;
}

.fs-c-productMainImage__expandButton.fs-c-buttonContainer button:hover {
	opacity: 1;
	text-decoration: none;
}

.productSwiper .swiper-button-next, .productSwiper .swiper-button-prev {
	color: currentColor;
}

.productSwiper .swiper-button-next::after, .productSwiper .swiper-button-prev::after {
	font-size: 20px;
}

p.product_image_alt {
	text-align: center;
	font-size: 13px;
	margin: 10px 0 0;
}

.productSwiper .swiper-pagination {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	bottom: 0;
	position: relative;
	margin-top: 16px;
}

.productSwiper .swiper-pagination span.swiper-pagination-bullet {
	display: flex;
	flex-wrap: wrap;
	border: 0;
	background: none;
	width: calc(100% / 7 - 10px * 6 / 7);
	width: calc(100% / 5 - 10px * 4 / 5);
	height: auto;
	margin: 0;
	border-radius: 0;
	/* border: 1px solid #eee; */
	opacity: 1;
}

.productSwiper .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active img {
	border: 1px solid currentcolor;
}

figure.thumbnail {
	margin: 0;
	font-size: 10px;
}

figure.thumbnail img {
	/* border: 1px solid #eee; */
	margin-bottom: 5px;
}

figure.thumbnail img {
	/* border: 1px solid #eee; */
}

h1.fs-c-productNameHeading.fs-c-heading {
	font-weight: 600;
	font-size: 22px;
}

.fs-c-productNameHeading__copy {
	font-weight: normal;
	display: block;
	margin-bottom: 7px;
}

span.fs-c-productNameHeading__copy {
	font-size: 12px;
	margin-bottom: 5px;
	line-height: 1.5;
}


.fs-c-productPrices.fs-c-productPrices--productDetail {
	padding: 20px 0;
	margin-bottom: 0;
}

.fs-c-productPrices.fs-c-productPrices--productDetail {
	padding: 10px 0 20px;
	margin-bottom: 0;
	display: inline-block;
	margin-right: 10px;
}

.fs-c-productNumber {
	border: 0;
	padding-left: 0;
	font-size: 13px;
	/* font-weight: normal; */
	display: block;
}

.fs-c-variationList__item__title {
	padding: 6px 12px;
	font-size: 14px;
}

.fs-c-variationList__item + .fs-c-variationList__item {
	margin-top: 22px;
}

.fs-c-variationLabel {
	font-weight: bold;
	margin-bottom: 8px;
}

.fs-c-variationCart--withImage > li {
	grid-template-columns: auto 1fr 2em 140px;
	grid-template-columns: auto 1fr 40px 140px;
}

.fs-c-variationCart > li + li {
	margin-top: 10px;
}

.fs-c-variationCart__variationName {
	flex-direction: row;
	align-items: center;
	gap: 10px;
}

.fs-c-variationList__item__cart {
	padding-top: 0;
	padding-right: 0;
}

.fs-c-variationList__item__body {
}

.fs-c-variationList__item__image {
}

.fs-c-variationList__item__image > img {
	display: block;
	height: auto;
	max-width: 76px;
	width: 100%;
}

.fs-c-button--primary.fs-c-button--addToCart--variation {
	border: 0;
	border-radius: 0px;
	padding: 10px 20px;
	font-size: 14px;
	width: max-content;
	box-shadow: none;
}

button.fs-c-button--inquiryAboutProduct.fs-c-button--plain {
	border: 1px solid currentColor;
	display: block;
	width: 100%;
	padding: 10px;
}

button.fs-c-button--inquiryAboutProduct.fs-c-button--plain:hover {
	border: 1px solid #1C1C1C;
	color: #fff;
	text-decoration: none;
	background-color: #1C1C1C;
}

.fs-p-productDescription {
}

.fs-p-productDescription table {
	width: 100%;
	border-collapse: collapse;
}

.fs-p-productDescription table th, .fs-p-productDescription table td {
	padding: 5px 10px;
}


/* 説明文小 */
.fs-p-productDescription.fs-p-productDescription--short {
}


/* 定期商品 */
button.fs-c-button--addToSubscriptionCart--detail.fs-c-button--primary {
	padding: 15px 10px;
	font-size: 16px;
}

span.fs-c-productQuantityAndAction__quantity.fs-c-quantity.fs-system-assistTarget select {
	padding: 14px;
}

.fs-c-buttonContainer.fs-c-buttonContainer--addToWishList--detail {
	justify-content: flex-start;
	margin-bottom: 0;
}

button.fs-c-button--addToWishList--detail.fs-c-button--particular {
	border: 0;
	background: 0;
	box-shadow: none;
	font-size: 14px;
	padding-left: 0;
}

.ex_toggleBox {
	border-bottom: 1px solid #111;
	border-top: 1px solid #111;
}

.ex_toggleBox + .ex_toggleBox {
	border-top: 0;
}

.feeling_info + .ex_toggleBox.vsc {
	border-top: 1px solid #111;
	margin-top: 32px;
}

.ex_toggleMenu {
	font-size: 16px;
	margin: 0;
	padding: 1em 0;
}

.ex_toggleContents {
	display: none;
	padding: 1px 0;
}

.ex_toggleContents .accordion__title {
	display: none;
}


#fs_form {
	margin-bottom: 45px;
}

/* 関連商品 */
.fs-c-featuredProduct {
	padding: 45px 0;
}

h2.fs-c-featuredProduct__title {
	text-align: center;
	font-size: 26px;
	border-bottom: 0;
	margin-bottom: 32px;
}


/* フッターパディング */
#fs_ProductDetails footer {
}


/* バリエーションサイズ部分調整 */
/* ※最初のバリエーション非表示 */
/* .fs-c-variationAndActions__variationLabel.fs-c-variationLabel span:first-child {
	font-size: 0;
}

span.fs-c-variationLabel__label + .fs-c-variationLabel__label {
	position: relative;
	left: -1em;
}

.fs-c-variationAndActions__variationLabel.fs-c-variationLabel {
	display: flex;
}

span.fs-c-variationLabel__label {
	width: 50%;
	color: #4e454a;
}

.fs-c-variationLabel__label + .fs-c-variationLabel__label::before {
	display: none;
}

.fs-c-variationCart__variationName {
	flex-direction: row-reverse;
	justify-content: space-between;
	padding-right: 25%;
} */




.subsc_item_detail ul.fs-c-variationRadioList {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.subsc_item_detail ul.fs-c-variationRadioList li {
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 6px 15px;
}

.table001, #formmailer_table2 {
	max-width: 100%;
}

.fs-c-rating.th-review-item-list {
	display: flex;
	align-items: center;
}

p.review_anchor_btn {
	margin: 0 0 0 5px;
	line-height: 1;
	text-decoration: underline;
}

p.review_anchor_btn:hover {
	text-decoration: none;
}

.fs-l-product2 .fs-c-productActionButton .fs-c-button--primary, .fs-l-product2 .fs-c-productActionButton .fs-c-button--secondary {
	background-color: #d2a5a5;
	border: 0;
	padding: 20px 10px;
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
}

.fs-c-variationMatrix__radio:checked + .fs-c-variationMatrix__panel {
	background: #d2a5a5;
	color: #ffffff;
	border: 0;
}

#product_review_wrap {
	padding-top: 30px;
}



/* ******************************************
商品詳細ページ　テーブル
****************************************** */
/*	
.table001,
#formmailer_table2{
	width:600px;
	border:1px solid #cfcac0;
	line-height:1.5;
	margin:0 auto 1.5em;
}*/

.table001 th,
.table001 td,
#formmailer_table2 td{
	padding:0.5em 0.5em;
	border-bottom:1px dotted #cfcac0;
	}
.table001 th,
#formmailer_table2 td.head{
	background:#f6f6f6;
}
#formmailer_table2 td.head{
	width:30%;
}

.table001 td ul,
.table001 td dl{
	margin-bottom:0 !important;
}

.table001 dt{
/*	color:#9B270E;*/
	font-weight:bold;
	padding:2px 0 2px 20px;
	background:url(../img/icon_001_02.gif) no-repeat 0 0.55em;
}

.table001 dd{
	padding-left:20px;
}

.table001 em{
	font-weight:bold;
	color:#D55719;
}

.list001 li {
	display: block;
}.list001 li{
	margin:0;
	padding:2px 0 2px 20px;
}
.list001 li span{
	padding:0 10px 0 0;
}

body#home div#mainContent #news .list001 li span{
	padding:0 10px 0 0;
	width:80px !important;
	display:block;
	float:left;
}

.table001,
#formmailer_table2{
width: 750px;
	border: 1px solid #cfcac0;
	line-height: 1.5;
	margin: 30px auto 1.5em;
	font-size:16px;
	text-align:left;
	
}
.table001 th,
.table001 td,
#formmailer_table2 td{
	padding:0.5em 0.5em;
	border-bottom:1px dotted #cfcac0;
	}
.table001 th,
#formmailer_table2 td.head{
	background:#f6f6f6;
}
#formmailer_table2 td.head{
	width:30%;
}

.table001 td ul,
.table001 td dl{
	margin-bottom:0 !important;
}

.table001 dt{
/*	color:#9B270E;*/
	font-weight:bold;
	padding:2px 0 2px 20px;
	
}

.table001 dd{
	padding-left:20px;
}

.table001 em{
	font-weight:bold;
	color:#D55719;
}

/* 商品ページ　.user_inner_content
----------------------------------------------------*/
div.user_inner_content p{
	margin-bottom:1em;
	line-height:1.5;
	}

div.user_inner_content .section{
	width:900px;
	margin:0 auto 2em;
	overflow: hidden;
	text-align:center !important;
}

div.user_inner_content h2{
	padding:0px 0px 10px;
	margin:0 0 1em;
	border-bottom:1px dotted #d5cab6;
	}
div.user_inner_content .section ul.itemList{
	width:685px;
	clear:both;
}

div.user_inner_content .section ul.itemList li{
	float:left;
	width:120px;
	margin:0 15px 15px 0;
	text-align:center;
	line-height:1.2;
}

div.user_inner_content .section ul.itemList li img{display:block;}
div.user_inner_content .section ul.itemList li a img{
	border:1px solid #dbd5c8;
	margin:0 0 5px !important;
	width:683px;
}
div.user_inner_content .section ul.itemList li a:hover img{
	border:1px solid #f9c8ab;
}

div.user_inner_content .section ul#itemMainList2{
	width:900px;
		padding: 0;
		text-align:center;
	
}

div.user_inner_content .section ul#itemMainList2 li{
	float:left;
	width:850px;
	margin:0 auto 10px auto;
	text-align:center;
}

div.user_inner_content .section ul#itemMainList2 li:nth-child(odd){
margin-right:40px;

}

div.user_inner_content .section ul#itemMainList2 li img{
	margin:0 auto 10px auto;
	text-align:center;
		width: 750px;
}
div.user_inner_content .section ul#itemMainList2 li p{
	padding:0 20px;
	margin:0;
	line-height:1.2;
	width:auto;
}




div.user_inner_content .section ul#itemMainList3{
	width:675px
}

div.user_inner_content .section ul#itemMainList3 li{
	float:left;
	width:220px;
	margin:0 5px 10px 0;
}

div.user_inner_content .section ul#itemMainList3 li img{
	margin:0 0 10px !important;
}

div.user_inner_content .section ul#itemMainList3 li p{
	padding:0 20px;
	margin:0;
	line-height:1.2;
}

div.user_inner_content .section ul#itemMainList4{
	width:670px
}

div.user_inner_content .section ul#itemMainList4 li{
	float:left;
	width:150px;
	margin:0 22px 10px 0;
}
div.user_inner_content .section ul#itemMainList4 li img{
	margin:0 0 10px !important;
}

div.user_inner_content .section ul#itemMainList4 li p{
	padding:0 10px;
	margin:0;
	line-height:1.2;
}





div.user_inner_content .section ul#itemMainList5{
	width:100%;
	padding:0;
}

div.user_inner_content .section ul#itemMainList5 li{
	margin:0 0 10px;
	text-align:center;
}


div.user_inner_content .section ul#itemMainList5 li img{
	vertical-align:middle;		margin:0 0 50px !important;
}
div.user_inner_content .section ul#itemMainList5 li p{
	padding:0 20px;
	margin:0;
	line-height:1.2;
	text-align: left;
}

div.user_inner_content div#Detail{
	overflow:hidden;
	width: 900px;
	margin: 0 auto;
	}


div.user_inner_content div#Detail h2{
	padding:20px 20px 15px !important;
	height:10px;
	margin:0 0 1em;
	border-bottom:1px dotted #d5cab6;
	}
* html div.user_inner_content div#Detail h2{
	height:auto;
	}
div.user_inner_content div#Detail h2 span{
	display:block;
	width:200px;
	margin:0 0 15px;
	padding:2px;
	font-size:11px;
	float: right;
	}
div.user_inner_content div#Detail ul#detailList{
	width:880px;
	margin:20px auto;
	}

div.user_inner_content div#Detail ul#detailList li{
	float:left;
	width:260px;
	margin:0 20px 10px 0;
	min-height:16em;
	padding-bottom:15px;
	height:250px;
	}

div.user_inner_content div#Detail ul#detailList li img{
	border:1px solid #dbd5c8;
	margin:0 0 10px !important;
	width:260px;
	display:block;
}
div.user_inner_content div#Detail ul#detailList li a:hover img{
	border:1px solid #f9c8ab;
}
div.user_inner_content div#Detail ul#detailList li p{
	padding:0 5px;
	margin:0;
	line-height:1.2;
	width: 260px;
	text-align:left;
}

div.user_inner_content table.table001 th{
	width:150px;
	}
*+html div.user_inner_content table.table001 table.size{
	width:96%;
	}
* html div.user_inner_content table.table001 table.size{
	width:96%;
	}
div.user_inner_content table.table001 table.size th,
div.user_inner_content table.table001 table.size td{
	text-align:center;
	padding:3px;
	}


/*!
*  - v1.2.1
* Homepage: http://bqworks.com/slider-pro/
* Author: bqworks
* Author URL: http://bqworks.com/
*/.slider-pro{position:relative;margin:0 auto;-moz-box-sizing:content-box;box-sizing:content-box}.sp-slides-container{position:relative}.sp-mask{position:relative;overflow:hidden}.sp-slides{position:relative;-webkit-backface-visibility:hidden;-webkit-perspective:1000}.sp-slide{position:absolute}.sp-image-container{overflow:hidden}.sp-image{position:relative;display:block;border:none}.sp-no-js{overflow:hidden;max-width:100%}.sp-thumbnails-container{position:relative;overflow:hidden}.sp-bottom-thumbnails,.sp-top-thumbnails{left:0;margin:0 auto}.sp-top-thumbnails{position:absolute;top:0;margin-bottom:4px}.sp-bottom-thumbnails{margin-top:4px}.sp-left-thumbnails,.sp-right-thumbnails{position:absolute;top:0}.sp-right-thumbnails{right:0;margin-left:4px}.sp-left-thumbnails{left:0;margin-right:4px}.sp-thumbnails{position:relative}.sp-thumbnail{border:none}.sp-thumbnail-container{position:relative;display:block;overflow:hidden;float:left;-moz-box-sizing:border-box;box-sizing:border-box}.sp-bottom-thumbnails .sp-thumbnail-container,.sp-top-thumbnails .sp-thumbnail-container{margin-left:2px;margin-right:2px}.sp-bottom-thumbnails .sp-thumbnail-container:first-child,.sp-top-thumbnails .sp-thumbnail-container:first-child{margin-left:0}.sp-bottom-thumbnails .sp-thumbnail-container:last-child,.sp-top-thumbnails .sp-thumbnail-container:last-child{margin-right:0}.sp-left-thumbnails .sp-thumbnail-container,.sp-right-thumbnails .sp-thumbnail-container{margin-top:2px;margin-bottom:2px}.sp-left-thumbnails .sp-thumbnail-container:first-child,.sp-right-thumbnails .sp-thumbnail-container:first-child{margin-top:0}.sp-left-thumbnails .sp-thumbnail-container:last-child,.sp-right-thumbnails .sp-thumbnail-container:last-child{margin-bottom:0}.sp-right-thumbnails.sp-has-pointer{margin-left:-13px}.sp-right-thumbnails.sp-has-pointer .sp-thumbnail{position:absolute;left:18px;margin-left:0!important}.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:before{content:'';position:absolute;height:100%;border-left:5px solid red;left:0;top:0;margin-left:13px}.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:after{content:'';position:absolute;width:0;height:0;left:0;top:50%;margin-top:-8px;border-right:13px solid red;border-top:8px solid transparent;border-bottom:8px solid transparent}.sp-left-thumbnails.sp-has-pointer{margin-right:-13px}.sp-left-thumbnails.sp-has-pointer .sp-thumbnail{position:absolute;right:18px}.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:before{content:'';position:absolute;height:100%;border-left:5px solid red;right:0;top:0;margin-right:13px}.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:after{content:'';position:absolute;width:0;height:0;right:0;top:50%;margin-top:-8px;border-left:13px solid red;border-top:8px solid transparent;border-bottom:8px solid transparent}.sp-bottom-thumbnails.sp-has-pointer{margin-top:-13px}.sp-bottom-thumbnails.sp-has-pointer .sp-thumbnail{position:absolute;top:18px;margin-top:0!important}.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before{content:'';position:absolute;width:100%;border-bottom:5px solid red;top:0;margin-top:13px}.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after{content:'';position:absolute;width:0;height:0;left:50%;top:0;margin-left:-8px;border-bottom:13px solid red;border-left:8px solid transparent;border-right:8px solid transparent}.sp-top-thumbnails.sp-has-pointer{margin-bottom:-13px}.sp-top-thumbnails.sp-has-pointer .sp-thumbnail{position:absolute;bottom:18px}.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:before{content:'';position:absolute;width:100%;border-bottom:5px solid red;bottom:0;margin-bottom:13px}.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:after{content:'';position:absolute;width:0;height:0;left:50%;bottom:0;margin-left:-8px;border-top:13px solid red;border-left:8px solid transparent;border-right:8px solid transparent}.sp-layer{position:absolute;margin:0;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-font-smoothing:subpixel-antialiased;-webkit-backface-visibility:hidden}.sp-black{color:#FFF;background:#000;background:rgba(0,0,0,.7)}.sp-white{color:#000;background:#fff;background:rgba(255,255,255,.7)}.sp-rounded{border-radius:10px}.sp-padding{padding:10px}.sp-grabbing{cursor:url(images/closedhand.cur),move}.sp-selectable{cursor:default}.sp-caption-container{text-align:center;margin-top:10px}.sp-full-screen{margin:0!important;background-color:#000}.sp-full-screen-button{position:absolute;top:5px;right:10px;font-size:30px;line-height:1;cursor:pointer;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.sp-full-screen-button:before{content:'\2195'}.sp-fade-full-screen{opacity:0;-webkit-transition:opacity .5s;transition:opacity .5s}.slider-pro:hover .sp-fade-full-screen{opacity:1}.sp-buttons{position:relative;width:100%;text-align:center;padding-top:10px}.sp-button{background-color:#444444;width:10px;height:10px;border:2px solid #fff;border-radius:50%;margin:4px;display:inline-block;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer}.sp-selected-button{background-color:#ec5564}@media only screen and (min-width:768px) and (max-width:1024px){.sp-button{width:12px;height:12px}}@media only screen and (min-width:568px) and (max-width:768px){.sp-button{width:12px;height:12px}}@media only screen and (min-width:320px) and (max-width:568px){.sp-button{width:12px;height:12px}}.sp-arrows{position:absolute}.sp-fade-arrows{opacity:0;-webkit-transition:opacity .5s;transition:opacity .5s}.sp-slides-container:hover .sp-fade-arrows{opacity:1}.sp-horizontal .sp-arrows{width:100%;left:0;top:50%;margin-top:-15px}.sp-vertical .sp-arrows{height:100%;left:50%;top:0;margin-left:-10px}.sp-arrow{position:absolute;display:block;width:20px;height:30px;cursor:pointer}.sp-vertical .sp-arrow{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.sp-horizontal .sp-previous-arrow{left:20px}.sp-horizontal .sp-next-arrow{right:20px}.sp-vertical .sp-previous-arrow{top:20px}.sp-vertical .sp-next-arrow{bottom:20px}.sp-next-arrow:after,.sp-next-arrow:before,.sp-previous-arrow:after,.sp-previous-arrow:before{content:'';position:absolute;width:50%;height:50%;background-color:#666}.sp-previous-arrow:before{left:30%;top:0;-webkit-transform:skew(145deg,0deg);-ms-transform:skew(145deg,0deg);transform:skew(145deg,0deg)}.sp-previous-arrow:after{left:30%;top:50%;-webkit-transform:skew(-145deg,0deg);-ms-transform:skew(-145deg,0deg);transform:skew(-145deg,0deg)}.sp-next-arrow:before{right:30%;top:0;-webkit-transform:skew(35deg,0deg);-ms-transform:skew(35deg,0deg);transform:skew(35deg,0deg)}.sp-next-arrow:after{right:30%;top:50%;-webkit-transform:skew(-35deg,0deg);-ms-transform:skew(-35deg,0deg);transform:skew(-35deg,0deg)}.ie7 .sp-arrow,.ie8 .sp-arrow{width:0;height:0}.ie7 .sp-arrow:after,.ie7 .sp-arrow:before,.ie8 .sp-arrow:after,.ie8 .sp-arrow:before{content:none}.ie7.sp-horizontal .sp-previous-arrow,.ie8.sp-horizontal .sp-previous-arrow{border-right:20px solid #666;border-top:20px solid transparent;border-bottom:20px solid transparent}.ie7.sp-horizontal .sp-next-arrow,.ie8.sp-horizontal .sp-next-arrow{border-left:20px solid #666;border-top:20px solid transparent;border-bottom:20px solid transparent}.ie7.sp-vertical .sp-previous-arrow,.ie8.sp-vertical .sp-previous-arrow{border-bottom:20px solid #666;border-left:20px solid transparent;border-right:20px solid transparent}.ie7.sp-vertical .sp-next-arrow,.ie8.sp-vertical .sp-next-arrow{border-top:20px solid #666;border-left:20px solid transparent;border-right:20px solid transparent}.sp-thumbnail-arrows{position:absolute}.sp-fade-thumbnail-arrows{opacity:0;-webkit-transition:opacity .5s;transition:opacity .5s}.sp-thumbnails-container:hover .sp-fade-thumbnail-arrows{opacity:1}.sp-bottom-thumbnails .sp-thumbnail-arrows,.sp-top-thumbnails .sp-thumbnail-arrows{width:100%;top:50%;left:0;margin-top:-12px}.sp-left-thumbnails .sp-thumbnail-arrows,.sp-right-thumbnails .sp-thumbnail-arrows{height:100%;top:0;left:50%;margin-left:-7px}.sp-thumbnail-arrow{position:absolute;display:block;width:15px;height:25px;cursor:pointer}.sp-left-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow,.sp-right-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.sp-bottom-thumbnails .sp-previous-thumbnail-arrow,.sp-top-thumbnails .sp-previous-thumbnail-arrow{left:0}.sp-bottom-thumbnails .sp-next-thumbnail-arrow,.sp-top-thumbnails .sp-next-thumbnail-arrow{right:0}.sp-left-thumbnails .sp-previous-thumbnail-arrow,.sp-right-thumbnails .sp-previous-thumbnail-arrow{top:0}.sp-left-thumbnails .sp-next-thumbnail-arrow,.sp-right-thumbnails .sp-next-thumbnail-arrow{bottom:0}.sp-next-thumbnail-arrow:after,.sp-next-thumbnail-arrow:before,.sp-previous-thumbnail-arrow:after,.sp-previous-thumbnail-arrow:before{content:'';position:absolute;width:50%;height:50%;background-color:#666}.sp-previous-thumbnail-arrow:before{left:30%;top:0;-webkit-transform:skew(145deg,0deg);-ms-transform:skew(145deg,0deg);transform:skew(145deg,0deg)}.sp-previous-thumbnail-arrow:after{left:30%;top:50%;-webkit-transform:skew(-145deg,0deg);-ms-transform:skew(-145deg,0deg);transform:skew(-145deg,0deg)}.sp-next-thumbnail-arrow:before{right:30%;top:0;-webkit-transform:skew(35deg,0deg);-ms-transform:skew(35deg,0deg);transform:skew(35deg,0deg)}.sp-next-thumbnail-arrow:after{right:30%;top:50%;-webkit-transform:skew(-35deg,0deg);-ms-transform:skew(-35deg,0deg);transform:skew(-35deg,0deg)}.ie7 .sp-thumbnail-arrow,.ie8 .sp-thumbnail-arrow{width:0;height:0}.ie7 .sp-thumbnail-arrow:after,.ie7 .sp-thumbnail-arrow:before,.ie8 .sp-thumbnail-arrow:after,.ie8 .sp-thumbnail-arrow:before{content:none}.ie7 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow,.ie7 .sp-top-thumbnails .sp-previous-thumbnail-arrow,.ie8 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow,.ie8 .sp-top-thumbnails .sp-previous-thumbnail-arrow{border-right:12px solid #FFF;border-top:12px solid transparent;border-bottom:12px solid transparent}.ie7 .sp-bottom-thumbnails .sp-next-thumbnail-arrow,.ie7 .sp-top-thumbnails .sp-next-thumbnail-arrow,.ie8 .sp-bottom-thumbnails .sp-next-thumbnail-arrow,.ie8 .sp-top-thumbnails .sp-next-thumbnail-arrow{border-left:12px solid #FFF;border-top:12px solid transparent;border-bottom:12px solid transparent}.ie7 .sp-left-thumbnails .sp-previous-thumbnail-arrow,.ie7 .sp-right-thumbnails .sp-previous-thumbnail-arrow,.ie8 .sp-left-thumbnails .sp-previous-thumbnail-arrow,.ie8 .sp-right-thumbnails .sp-previous-thumbnail-arrow{border-bottom:12px solid #FFF;border-left:12px solid transparent;border-right:12px solid transparent}.ie7 .sp-left-thumbnails .sp-next-thumbnail-arrow,.ie7 .sp-right-thumbnails .sp-next-thumbnail-arrow,.ie8 .sp-left-thumbnails .sp-next-thumbnail-arrow,.ie8 .sp-right-thumbnails .sp-next-thumbnail-arrow{border-top:12px solid #FFF;border-left:12px solid transparent;border-right:12px solid transparent}a.sp-video{text-decoration:none}a.sp-video img{-webkit-backface-visibility:hidden;border:none}a.sp-video:after{content:'\25B6';position:absolute;width:45px;padding-left:5px;height:50px;border:2px solid #FFF;text-align:center;font-size:30px;border-radius:30px;top:0;color:#FFF;bottom:0;left:0;right:0;background-color:rgba(0,0,0,.2);margin:auto;line-height:52px}.slider-pro img.sp-image,.slider-pro img.sp-thumbnail{max-width:none!important;max-height:none!important;border:none!important;border-radius:0!important;padding:0!important;-webkit-box-shadow:none!important;-mox-box-shadow:none!important;box-shadow:none!important;transition:none;-moz-transition:none;-webkit-transition:none;-o-transition:none}.slider-pro a{position:static;transition:none!important;-moz-transition:none!important;-webkit-transition:none!important;-o-transition:none!important}.slider-pro canvas,.slider-pro embed,.slider-pro iframe,.slider-pro object,.slider-pro video{max-width:none;max-height:none}.slider-pro p.sp-layer{font-size:14px;line-height:1.4;margin:0}.slider-pro h1.sp-layer{font-size:32px;line-height:1.4;margin:0}.slider-pro h2.sp-layer{font-size:24px;line-height:1.4;margin:0}.slider-pro h3.sp-layer{font-size:19px;line-height:1.4;margin:0}.slider-pro h4.sp-layer{font-size:16px;line-height:1.4;margin:0}.slider-pro h5.sp-layer{font-size:13px;line-height:1.4;margin:0}.slider-pro h6.sp-layer{font-size:11px;line-height:1.4;margin:0}.slider-pro img.sp-layer{border:none}
.FS2_FixedContainer,
.FS2_TotalPreview_area{
	position: static !important;
}
.FS2_CheckoutInformation_block{
	margin-right: 0;
}
.FS2_TotalPreview_area{
	width: auto;
}

body#FS2_body_Cart div.cart_entry a{
	display: inline-block;
	position: relative;
	padding:15px 50px;
	text-decoration: none;
	letter-spacing:3px;
	color: #fff;
	border-radius: 5px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	font-weight: bold;
	background-image: -webkit-linear-gradient(#F7819F 0%, #B4045F 100%);
	background-image: linear-gradient(#F7819F 0%, #B4045F 100%);
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
}
body#FS2_body_Cart div.cart_entry a:hover {
  cursor:pointer;
	-ms-transform: translateY(2px);
	-webkit-transform: translateY(2px);
	transform: translateY(2px);/*沈むように*/
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
}

li.menu-title.favBtn,
li.menu-title.catBtn {
	margin: 0 0 0 10px;
	width: 38px;
	height: 38px;
}
li.menu-title.favBtn a,
li.menu-title.catBtn a {
	width: 38px;
	height: 38px;
	display: block;
	background: url(https://www.pliqua.co.jp/sp/shared/img/favorite_white.svg) no-repeat center center;
	background-size: 100% 100%;
}

li.menu-title.catBtn a {
	background-image: url(https://www.pliqua.co.jp/sp/shared/img/cart_white.png);
}

.Detail-Box.pink {
	background: #fff5ee;
	margin-top: 10px;
}
/* レビューの名前背景を薄ピンクに変更 */
.FS2_Review_Detail_td {
background:#FBF5FB;
}

div.user_inner_content.FS2_lower_comment.FS2_SeniorDesign_comment {
	text-align: initial;
}


#FS2_body_Cart div.FS2_upper_comment {
	text-align: right;
	color: #FF0000;
	}

.FS2_body_Cart_GuestLogin .FS2_OtherServiceLogin_area {
width:435px;
}

body#FS2_body_Cart h3.CrossHead {
	text-align: center;
}


body.FS2_body_Goods_dress3set #note .ttl {
	width: 100%;
	text-align: center;
	border-top: solid 2px #ef5464;
	background-color: #ffe3d8;
	font-size: 26px;
	color: #ef5464;
	padding: 10px 0;
}

body.FS2_body_Goods_dress3set #note ul {
	border-bottom: solid 2px #ed5565;
	margin: 0 0 30px;
padding: 0 198px 16px;
}

body.FS2_body_Goods_dress3set #note ul li {
	background-image: url("/freeshipping/images/square.gif");
	background-repeat: no-repeat;
	line-height: 2.4em;
	font-size: 16px;
	list-style: none;
	margin: 0;
	padding: 0 0 0 1.5em;
	background-position: 7px 14px;
	background-size: 13px 13px;
}

body.FS2_body_Goods_dress3set #note ul li span {
	color: #F00;
}


body.FS2_body_Goods_dress3set #note ul li:last-child {
	background: none;
	padding: 0;
	text-align: right;
}

body.FS2_body_Goods_dress3set #note ul li:last-child a {
	color: #39F;
}

/*Detailロゴ真ん中表示*/
div.D-title {
	text-align: center;
}


/* 下部コメントの画像説明テキストを中央寄せにする */
.D-text {
   text-align: center;
}

/* 下部コメントのD-textの<p>タグ横幅調整 */
div.user_inner_content p.D-text {
   width: auto;
}

.movie {
	text-align: center;
}

ul#itemMainList5 {
	text-align: center;
}

.payment1 {
	max-width: 250px;
}

.payment1 ul {
	margin-inline: -5px;
}

.payment1 ul li {
	padding: 5px;
}

li.payment_card {
	width: 100%;
}

li.payment_amazon_pay {
	width: 40%;
}

li.payment_PayPay {
	width: 30%;
}

.payment2 {
	max-width: 250px;
	margin-top: 10px;
}

.payment2 ul {
	gap: 10px;
}

.payment2 ul li {
	width: calc(100% / 3 - 10px * 2 / 3);
	text-align: center;
	background-color: #d6cba8;
	padding: 5px 5px;
	font-size: 13px;
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
}

.fs-c-variationMatrix__row__variationPanels {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}



/** product_category
===================================*/
.container .container {
	padding-right: 0;
	padding-left: 0;
}

.group_slider_wrap .container {
	padding-right: 0;
	padding-left: 0;
}

.fs-c-heading--page {
	border-bottom: 0;
	font-weight: bold;
	text-align: left;
	padding: 20px 0;
}

.fs-body-category .fs-l-main .fs-c-breadcrumb {
	padding: 0;
}

.fs-c-sortItems__list__item.is-active {
	background: #1c1c1c;
	color: #ffffff;
}

.fs-c-productList__list {
	margin: 0 -8px;
}

@media screen and (min-width: 768px) {
	.fs-c-productList__list {
		display: grid;
		grid-template-columns: calc(25% - 0px) calc(25% - 0px) calc(25% - 0px) calc(25% - 0px);
		grid-gap: 0px;
	}
}
/* @media */

ul.fs-c-subgroupList {
	gap: 5px;
}

ul.fs-c-subgroupList > li {
	box-sizing: border-box;
	width: calc(100% / 4 - 5px * 3 / 4);
	flex-grow: unset;
	margin: 0;
	flex-basis: unset;
}

a.fs-c-subgroupList__link {
	background-color: #fff;
	padding: 5px 10px;
	transition: 0.3s;
}

a.fs-c-subgroupList__link:hover {
	background-color: #1c1c1c;
	color: #fff;
}

a.fs-c-subgroupList__link:hover::after {
	color: #fff;
}

.fs-c-productListItem__viewMoreImageButton.fs-c-buttonContainer {
	display: none;
}

.fs-c-productList__list__item {
	border-bottom: 0;
}

.fs-c-productListItem__productName {
	margin-top: 15px;
	font-size: 15px;
}

.fs-body-category .more_link_wrap {
	/* display: none; */
}

.group_slider_wrap {
	border-top: 1px solid #ddd;
	margin-top: 80px;
	padding-top: 40px;
}

.fs-c-sortItems__label {
	font-weight: bold;
}

.fs-c-sortItems__list {
	/* font-weight: bold; */
}

.fs-c-productPrice.fs-c-productPrice--listed {
	font-size: 0.8em;
	margin: 5px 0 -4px;
	color: #555;
}

.fs-c-productPrice--listed span.fs-c-productPrice__main__price.fs-c-price {
	text-decoration: line-through;
}

.fs-c-productPrice.fs-c-productPrice--listed + .fs-c-productPrice.fs-c-productPrice--selling span {
	color: #F44336;
}

.cart_fix {
	display: none;
	position: fixed;
	width: 100%;
	z-index: 10;
	bottom: 0;
	background-color: #fff;
	width: 100vw;
	max-width: unset;
	left: 0;
	margin: 0;
	height: auto;
	margin: 0 !important;
}

.cart_fix_inner.flbox {
	padding: 15px;
	align-items: center;
	justify-content: center;
	border-top: 1px solid #333;
	gap: 20px;
}

.cart_modal_open.modal-open {
	background-color: #111;
	color: #fff;
	padding: 8px 20px;
	font-size: 16px;
	cursor: pointer;
	text-align: center;
}

.cart_fix_name_box {
	font-size: 14px;
	text-align: left;
}

a.fs-p-scrollingCartButton__button {
	display: none;
}

.category_base_comment.v1:empty {
	display: none;
}

.category_base_comment.v2:empty {
	display: none;
}

.category_base_comment.v2 {
	margin-top: 30px;
	border: 1px solid currentColor;
	padding: 20px;
}

.category_base_comment.v1 br + br {
	display: none;
}

.category_base_comment.v1 p + br {
	display: none;
}

.category_base_comment.v1 p br + br {
	display: block;
}

.category_base_comment.v1 {
	max-width: 900px;
	margin: 0 auto 40px;
}

.category_base_comment.v1 img {
	margin-bottom: 20px;
}

.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
	color: #e35555;
	font-weight: bold;
	font-size: 1.2em;
}

.fs-c-productListItem__lowInStock, .fs-c-productListItem__outOfStock, .fs-c-productListItem__numberOfStock {
	background-color: #eee;
	border: 0;
	padding: 8px;
}

.fs-body-category .fs-c-heading--page {
	padding: 0;
}

.fs-c-reviewer__name {
	font-weight: bold;
	margin-right: 5px;
}

.fs-c-buttonContainer--viewAllReviews + .fs-c-productReview__addReview {
	padding-top: 0;
	margin-top: -5px;
}


/* レビューアコーディオン */
.fs-c-productReview__reviewList {
	position: relative;
	padding-bottom: 60px;
}

/* 2件目本文のクランプ用（アニメ対応） */
.fs-c-reviewList--productDescription .fs-reviewClampOuter {
  overflow: hidden;
  position: relative;
}

/* 折りたたみ時フェード */
.fs-c-reviewList--productDescription .fs-reviewClampOuter.is-clamped::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 2.6em;
  /* 背景はサイトに合わせて調整 */
  background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
}

.fs-reviewExtraWrap > li:first-child {
	border-top: 0;
}

/* トグルボタン */
.fs-reviewToggleWrap {
	margin-top: 8px;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.fs-reviewToggle {
  appearance: none;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 4px;
  padding: 8px 16px;
  font-size: 14px;
  cursor: pointer;
}

ul#itemMainList2 {
	text-align: center;
}

ul#itemMainList2 li {
	margin-bottom: 30px;
}

/*　商品詳細ページ　ディティール*/
#D-wrap{
	width:100%;
	margin:20px auto 50px auto;
	text-align: center;
}
#D-wrap .D-title{
	text-align:center;
	width:40%;
	margin:140px auto 15px auto;
	padding:0;
}
.DFB-img{
	width:750px;
	margin:0 auto 200px auto;
	text-align:left;
}
.DFB-img img{
	width:100%;
	margin-bottom:20px;
}
.DFB-img2{
	width:80%;
	margin:0 auto 250px auto;
	text-align:left;
}
.DFB-img img2{
	width:100%;
	margin-bottom:20px;
}

.DFB-img2 p{
font-size:16px;
width:97% !important;
margin:30px;
}

.Detail-Box{
	width:100%;
	margin:0px auto;
	padding:30px 0;
	clear:both;
	background:#eeeeee;
	border:1px solid #dddddd;
}
.Detail-Box2{
	width:90%;
	padding:10px;
	clear:both;
margin:0px auto;
}
.Detail-Box3{
	width:100%;
	margin:0px auto;
	padding:0px 0;
	clear:both;
	position:relative;
}
.Detail-Box-Lt01{
	float:left;
	width:45%;
}
.Detail-Box-Rt01{
	float:right;
	width:50%;
}
.Detail-Box-Lt02{
	float:left;
	width:50%;
}
.Detail-Box-Rt02{
	float:right;
	width:45%;
}

.Detail-Box-Rt01 img{
	width:100%;
	margin-bottom:5px;	
}

.Detail-Box-Lt02 img{
	width:100%;
	margin-bottom:5px;}
.Detail-Box-Lt03{
	float:left;
	width:59%;
}
.Detail-Box-Rt03{
	float:right;
	width:40%;
}
.Detail-Box-Rt03 img{
	width:100%;
	margin-bottom:5px;
	border:1px solid #dddddd;
}
.Detail-Box-Rt03 p{
	width:100%;
	margin-bottom:40px;
	width: 300px !important;
	text-align:left;
}
.DD-img{
	width:100%;
}
.line1{
	position:absolute;
	top:16%;
	right:35%;
}

.line2{
	position:absolute;
	top:45%;
	right:35%;
}

.line3{
	position:absolute;
	top:70%;
	right:35%;
}

.Detail-Box-title{
	font-size:22px;
	font-weight:bold;
	color:#31200d;
	margin:45px auto 20px auto;
}
.Detail-Box-title span{
	font-size:16px;
	color:#31200d;
}
.Detail-Box p{
	margin-top:16px ;
	font-size:16px;
	width:300px !important;
	text-align:left;
}
div.D-txt{
	margin-bottom:10px;
	text-align:left;
}
.DFB-img2 p{
font-size:16px;}

/*　商品一覧ページメイン画像*/
.user_content .FS2_upper_comment .FS2_SeniorDesign_comment img {
	text-align:center;
}
.user_content .FS2_upper_comment .FS2_SeniorDesign_comment img {
	width:900px;
}
/*　商品一覧各ページでサムネイル画像幅を調整*/
.FS2_body_Goods_GoodsGroupList_1 .FS2_thumbnail_container img {
width: 200px;
}
.FS2_body_Goods_GoodsGroupList_2 .FS2_thumbnail_container img {
width: 200px;
}
.FS2_body_Goods_GoodsGroupList_3 .FS2_thumbnail_container img {
width: 200px;
}
.FS2_body_Goods_GoodsGroupList_4 .FS2_thumbnail_container img {
width: 200px;
}
.FS2_body_Goods_GoodsGroupList_5 .FS2_thumbnail_container img {
width: 200px;
}
#FS2_Recommend_List .FS2_thumbnail_container img {
width: 200px;
}
.FS2_body_Goods_GoodsSearchList .FS2_thumbnail_container img {
width: 200px;
}
div.user_inner_content .section{
	clear:both;}

/*　ページ全体の横幅を100%に変更 */
.layout_body{
width:100% !important;
}
/*　左右メニューとコンテンツエリアの横幅を1120pxに設定　*/
.layout_table{
width:1120px !important;
margin: 168px auto 0 auto !important;
}

.fs-c-productPrice__main__label {
	margin-right: 4px;
	font-size: 12px;
}




/** single
===================================*/



/** category
===================================*/



/** search
===================================*/



/** 404
===================================*/



/** Freepage
===================================*/
#fs_CustomPage.fs-body-custom .fs-l-pageMain {
	max-width: 1000px;
	margin: auto;
	padding-top: 30px;
}

.logout_link {
	padding: 10px;
	font-size: 12px;
}

.logout_link a {
	text-decoration: underline;
}

.logout_link a:hover {
	text-decoration: none;
}



/** Full screen drawer
===================================*/
/*menu*/
.full_drawer_menu_trigger {
	height: 20px;
	position: relative;
	width: 30px;
	cursor: pointer;
	display: block;
}

.fdm_line {
	background: #333;
	display: block;
	height: 1px;
	position: absolute;
	transition:transform .3s;
	width: 100%;
}

.fdm_line--center {
	top: 9px;
}

.fdm_line--bottom {
	bottom: 0;
}

.fdm_line--top.active {
	top: 8px;
	transform: rotate(45deg);
}

.fdm_line--center.active {
	transform:scaleX(0);
}

.fdm_line--bottom.active {
	bottom: 10px;
	transform: rotate(135deg);
}

/*full_drawer */
body.active {
	overflow: hidden;
}

.full_drawer {
	background: #fff;
	height: calc(100dvh - 61px);
	position: fixed;
	width: 100%;
	z-index: -1;
	top: 61px;
	visibility: hidden;
	opacity: 0;
	transition: 0.3;
}

.active .full_drawer {
	display: block;
	visibility: visible;
	opacity: 1;
	z-index: 100;
}

.full_drawer__wrap {
	align-items:center;
	display: flex;
	height: 100%;
	position: absolute;
	width: 100%;
}

.full_drawer__menu {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 170px;
}

.fdm_item_item {
	margin: 40px 0 40px 100px;
	opacity: 0;
}

.fdm_item_item a {
	color: #fff;
	font-size: 2em;
	font-weight: bold;
	text-decoration: none;
	transition: .5s;
}

.fdm_item_item a:hover{
	color: #666;
}

.full_drawer_inner {
	overflow-y: auto;
	overflow-x: hidden;
	padding: 20px 15px;
	height: 100%;
}

.user_links {
	gap: 15px;
	margin-bottom: 16px;
}

.user_links li {
	width: calc(50% - 15px * 1 / 2);
}
 
.user_links li a {
	display: flex;
	align-items: center;
	border: 1px solid currentcolor;
	gap: 10px;
	padding: 5px 10px;
	height: 100%;
	font-size: 14px;
	line-height: 1.3;
}

.user_links li a img {
}

.user_links li a span {
	padding-left: 10px;
	flex-grow: 1;
}

.user_links li a:hover {
}

.drawer_search {
}

.drawer_search .fs-p-searchForm__inputGroup {
}

.drawer_search .fs-p-inputGroup {
}

.drawer_search .fs-p-searchForm__input {
}

.drawer_search .fs-p-inputGroup__input {
}

.drawer_search .fs-p-searchForm__button {
}

.drawer_search .fs-p-inputGroup__button {
}

.drawer_search .fs-p-searchForm__button:hover {
}

.drawer_search .fs-p-inputGroup__button:hover {
}

.drawer_search {
	position: relative;
	width: 100%;
	margin-bottom: 16px;
}

.drawer_search .fs-p-inputGroup {
	border: 0;
	background: none;
}

.drawer_search input[type="text"] {
	padding: 5px 10px;
	border-radius: 5px;
	border: 0px solid currentColor;
	width: 100%;
	transition: 0.5s;
	background-color: #f7f7f7;
	outline: none;
	line-height: 1.7;
	padding: 10px;
	border: 1px solid currentColor;
	font-size: 16px;
}

.drawer_search input[type="text"]:focus::placeholder {
	color: transparent;
}

.drawer_search button {
	background-color: transparent;
	background-image: url(../img/search.svg);
	background-repeat: no-repeat;
	border: 0;
	font-size: 0;
	width: 46px;
	height: 100%;
	background-position: center;
	right: 0;
	position: absolute;
	cursor: pointer;
}

.drawer_search .fs-p-searchForm__button::before {
	display: none;
}


/* 768px以上 */
@media screen and (min-width: 768px) {
.full_drawer {
	display: none !important;
}
} /* @media */


.drawer_recent {
}

.drawer_recent {
	display: none;
}

h3.drawer_recent_title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
}

.drawer_recent .item_box_inner {
	overflow: scroll;
	padding-bottom: 10px;
	margin-right: -15px;
	margin-left: -15px;
	margin-bottom: 10px;
}

.drawer_recent .item_box_inner .d_item_box_list {
	flex-wrap: nowrap;
	width: max-content;
	padding-inline: 15px;
}

.drawer_recent .d_item_box_list .item_box_part:nth-child(n+5) {
	display: block;
}

.drawer_recent .item_box_inner .item_box_part {
	width: 100px;
}

.drawer_recent .item_box_inner .item_box_img {
}

.drawer_recent .item_box_inner .item_box_title {
	display: none;
}

.drawer_recent .item_box_inner .item_box_title p {
}

.drawer_recent .item_box_inner .item_box_price {
	display: none;
}

.drawer_menu {
	margin-inline: -15px;
}

.drawer_menu_links {
	border-bottom: 1px solid #111;
}

.drawer_menu_links > li {
	border-top: 1px solid #111;
}

.drawer_menu_links > li > span {
	line-height: 1.4;
	padding: 15px 15px;
	display: block;
	font-size: 16px;
}

.drawer_menu_links > li > a {
	line-height: 1.4;
	padding: 15px 15px;
	display: block;
	font-size: 16px;
}

.drawer_menu_links > li > a:hover {
}

.drawer_menu_links > li + li {
}

.drawer_menu_links .plus_toggle::before, .drawer_menu_links .plus_toggle::after {
	right: 15px;
}

.drawer_menu_links_second {
	display: none;
}

.drawer_menu_links_second {
	background-color: #f7f7f7;
}

.drawer_menu_links_second > li {
	border-top: 1px dashed rgb(169 169 169);
}

.drawer_menu_links_second > li a {
	display: flex
;
	align-items: center;
	padding: 15px;
	outline: none;
}

.drawer_menu_links_second > li a .ct_img {
	width: 60px;
	height: 60px;
	margin: 0;
}

.drawer_menu_links_second > li a .ct_img img {
}

.drawer_menu_links_second > li a .ct_title {
	font-size: 16px;
	padding-left: 15px;
}

.drawer_sns {
	padding: 20px 0 10px;
}



/*--------------------------------------------------------------------
  === [MEDIA QUERY] ====================================
--------------------------------------------------------------------*/

/** PC only
===================================*/
@media screen and (min-width: 1230px) {

}/* @media */



/** small-PC
===================================*/
@media screen and (max-width: 1229px) {
.conteiner_l {
}

}/* @media */



/** mini-PC
===================================*/
@media screen and (max-width: 1129px) {
.conteiner_l {
}

}/* @media */



/** Tablet
===================================*/
@media screen and (max-width: 1023px) {
/** tb-base
===================================*/
#TB_ancor {
	color: #f66;
	font-size: 20px;
}



/** tb-header
===================================*/
ul.main_nav {
	gap: 0px 1em;
}


/** tb-navi
===================================*/
.megamenu {
	left: -20px;
}

ul.megamenu_list > li {
	width: 60px;
	font-size: 10px;
}

.ct_img {
	max-width: 100%;
	width: 60px;
	height: 60px;
}

.ct_title {
	text-align: center;
	font-size: 12px;
}

ul.megamenu_list {
	gap: 30px 10px;
}





/** tb-eyecatch
===================================*/



/** tb-contents_all
===================================*/



/** tb-side
===================================*/



/** tb-footer
===================================*/
#footer_nav #footer_nav_inner .footer_nav_inner_right {
	margin: auto;
}



/** tb-slideMenu
===================================*/



/** tb-drawer
===================================*/



/** tb-top
===================================*/
.sp_icon_menu .icon_category_links li {
	width: 80px;
	text-align: center;
}

#about_inner_new {
	padding: 80px 15px;
}

#about_inner_new .r_box {
	width: 50%;
}





/** tb-page
===================================*/



/** tb-product
===================================*/



/** tb-product_category
===================================*/



/** tb-single
===================================*/



/** tb-category
===================================*/



/** tb-search
===================================*/



/** tb-404
===================================*/



}/* @media */






/** SmartPhone
===================================*/
@media screen and (max-width: 767px) {
/** base
===================================*/
#SP_ancor {
	color: #f66;
	font-size: 20px;
}


/** sp-header
===================================*/
/* header */
#site_header {
	position: fixed;
	background-color: #fff;
	z-index: 99;
	width: 100%;
	top: 0;
	left: 0;
}

.fs-l-page {
	padding-top: 61px;
}

#site_header {
	border-bottom: 1px solid #000;
	/* border-top: 1px solid #000; */
}

.headline {
	background: #b79191;
	background-color: #d1a5a5;
	color: #fff;
	font-size: 14px;
	padding: 7px 15px;
}

.headline_item {
	margin-top: -1px;
}

.site_header {
	transition: 0.3s;
}

.site_header.scroll_down {
	transform: translateY(-60px);
}

.header_inner {
	justify-content: space-between;
	padding-block: 10px;
	align-items: center;
}

.header_left {
	width: 35%;
}

.header_left_inner {
	display: flex
;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
}

.header_icon_links_wrap {
	width: 35%;
}

ul.header_icon_links.flbox {
	align-items: center;
	gap: 10px;
	padding: 0px 0px;
	height: 40px;
	justify-content: flex-end;
}

li:hover > ul.header_my_link {
	display: none;
}

.header_icon_links_wrap .has_items::after {
	display: none;
}

.header_icon_links_wrap .has_items:hover::after {
	display: none;
}

.headline h1 {
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	margin: 0;
}


.item_box_wrap.item_slider_wrap {
	margin-right: -15px;
}

.item_slider_box .item_box_part {
	width: 150px;
}

.item_box_title p {
	font-size: 13px;
	margin-block: 1em 0;
	margin-top: 10px;
	line-height: 1.5;
}



/** sp-navi
===================================*/
.sp_navi_information {
	border-bottom: 1px solid #000;
}

.sp_navi_info_base {
	border-bottom: 1px solid #000;
}

.sp_navi_info_base > ul {
}

.sp_navi_info_base > ul > li {
	width: 25%;
	text-align: center;
	position: relative;
}

.sp_navi_info_base > ul > li > a {
	line-height: 1;
	display: block;
	padding: 15px 10px;
	font-size: 14px;
	position: relative;
	color: #000;
}

.sp_navi_info_base > ul > li > span {
	line-height: 1;
	display: block;
	padding: 15px 8px;
	font-size: 14px;
	position: relative;
	color: #000;
	letter-spacing: 0.02em;
}

.sp_navi_info_base > ul > li > a::after {
	position: absolute;
	right: 0;
	display: block;
	content: "";
	height: 1em;
	width: 1px;
	border-right: 1px dotted #ccc;
	top: 0;
	bottom: 0;
	left: auto;
	margin: auto;
}

.sp_navi_info_base > ul > li > span::after {
	position: absolute;
	right: 0;
	display: block;
	content: "";
	height: 1em;
	width: 1px;
	border-right: 1px dotted #ccc;
	top: 0;
	bottom: 0;
	left: auto;
	margin: auto;
}


.sp_navi_info_base > ul > li:last-child > a::after {
	display: none;
}

.sp_navi_info_base > ul > li:last-child > span::after {
	display: none;
}

.sp_navi_info_mega {
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 5;
}

.sp_navi_info_mega {
	position: absolute;
	top: 43PX;
	width: 100dvh;
	z-index: 50;
}


.sp_navi_info_sv {
}

.sp_navi_info_sv > ul {
	justify-content: center;
}

.sp_navi_info_sv > ul > li {
}

.sp_navi_info_sv > ul > li > a {
	font-size: 13px;
	text-align: center;
	display: block;
	padding: 10px 10px;
	position: relative;
	color: #000;
}

.sp_navi_info_sv > ul > li > a::after {
	position: absolute;
	right: 0;
	display: block;
	content: "";
	height: 1em;
	width: 1px;
	border-right: 1px dotted #ccc;
	top: 0;
	bottom: 0;
	left: auto;
	margin: auto;
}

.sp_navi_info_sv > ul > li:last-child > a::after {
	display: none;
}

a.to_coupon {
	color: #ed5565 !important;
}


/** sp-eyecatch
===================================*/
.main_slider {
	margin-bottom: 14px;
}

.swiper-pagination.main-pagination.swiper-pagination-bullets {
	position: relative;
	margin-bottom: 0px;
}

.main_slider_sec .swiper-button-next, .swiper-rtl .swiper-button-prev {
	display: none;
}

.main_slider_sec .swiper-button-prev, .swiper-rtl .swiper-button-next {
	display: none;
}


/** sp-contents_all
===================================*/
.fs-body-top .fs-l-pageMain {
	padding-top: 0px;
}


/** sp-side
===================================*/



/** sp-footer
===================================*/
#footer {
	margin-top: 40px;
}

.fs-body-top #footer {
	margin-top: 0;
}

.fs-body-top #footer-bnr {
	background-color: #fff;
}

#footer-bnr #footer-bnr_inner {
	gap: 10px;
	padding: 0 15px;
}

#footer-bnr #footer-bnr_inner .inner_section {
	float: none;
	width: calc(100% / 2 - 10px * 1 / 2);
}

#footer_nav #footer_nav_inner {
	padding: 40px 15px;
}

#footer_nav #footer_nav_inner .footer_nav_inner_left {
	width: 100%;
}

iframe.c-calendar {
	width: 100%;
}

.footer_nav_inner_menu {
	width: 100%;
}

#fotter-cal {
	width: 100%;
}

ul#footer_nav_link {
	width: 100%;
	border-top: 1px solid #eee;
}

ul#footer_nav_link li {
	border-bottom: 1px solid #eee;
}

ul#footer_nav_link li + li {
	margin-top: 0px;
}

#footer_nav #footer_nav_inner a {
	padding: 10px 0;
	display: block;
	font-size: 14px;
}

.fotter-fitting {
	display: none;
}





/** sp-slideMenu
===================================*/



/** sp-drawer
===================================*/



/** sp-top
===================================*/
.sp_greeting {
	background-color: #f7f7f7;
	background-color: #fff;
	padding: 10px 0;
	border-top: solid 1px #feceb8;
	border-bottom: solid 1px #feceb8;
}

.sp_greeting p {
	margin: 0;
	font-size: 16px;
	text-align: center;
}

.sp_greeting em {
	color: #e08888;
}

.icon_menu {
	padding-top: 30px;
	margin-bottom: 20px;
	overflow: hidden;
}

.icon_menu .container {
	padding: 0;
}

.sp_icon_menu {
	overflow: auto;
	padding-bottom: 10px;
}

.sp_icon_menu .icon_category_links {
	width: max-content;
	gap: 10px;
	padding: 0 10px;
}

.sp_icon_menu .icon_category_links li {
	width: 80px;
	text-align: center;
}

.ct_img {
	max-width: 100%;
	width: 80px;
	height: 80px;
}

.ct_img img {
	width: 100%;
}

.sp_icon_menu .ct_title {
	font-size: 13px;
	letter-spacing: 0;
}


.blog_checked_items {
	background-color: #f7f7f7;
	padding-block: 40px;
	margin-top: 20px;
}

.d_title_wrap {
	text-align: center;
	margin-bottom: 24px;
	overflow: hidden;
}

h2.d_title {
	margin: 0 -10px;
	font-size: 26px;
}

.d_sub_title {
	margin: 0;
	font-size: 14px;
}



.pliqa_ph {
	padding-block: 40px;
}

.store_exp {
	text-align: left;
}

.store_exp h2 {
	font-size: 24px;
	margin-bottom: 16px;
}

p.main_exp {
	font-size: 14px;
	line-height: 2;
	margin: 0;
}

p.sup_exp {
	font-size: 13px;
	color: #ae6565;
	margin-top: 24px;
	margin-bottom: 0;
}


.d_item_list_sec {
	padding-block: 40px;
}

.d_item_box_list .item_box_part {
	width: calc(100% / 2 - 10px * 1 / 2);
}

.d_item_box_list .item_box_part:nth-child(n+5) {
display: none;
}

p.day {
	font-size: 13px;
}

.base_more_btn_wrap {
	text-align: center;
	margin-top: 20px;
}

.base_more_btn_wrap a.more_btn {
	padding: 6px;
}


.search_purpose {
	padding: 40px 0;
}

.purpose_img {
	width: 65px;
	overflow: hidden;
}

.purpose_title {
	width: calc(100% - 65px);
	padding-left: 10px;
	line-height: 1.4;
	font-size: 13px;
}



.top_review {
	padding: 40px 0;
	position: relative;
}



.top_service {
	padding: 0 0 40px;
}

.top_service_list > li {
	width: calc(100% / 2 - 10px * 1 / 2);
}

.top_service_list li .svc_img {
	width: 40px;
	height: 40px;
	overflow: hidden;
	border-radius: 50%;
	background-color: #fff;
	display: flex
;
	flex-wrap: wrap;
	padding: 5px;
}

.top_service_list li .svc_title {
	width: calc(100% - 40px);
	padding-left: 10px;
	line-height: 1.4;
	font-size: 13px;
}



#try_on, #about {
	margin: 0;
}

#about_inner_new {
	padding: 60px 15px;
	flex-wrap: wrap;
}

#about_inner_new .l_box h2 {
	font-size: 32px;
	margin-bottom: 20px;
}

#about_inner_new .l_box p {
	font-size: 16px;
}

#about_inner_new .l_box p {
	font-size: 16px;
}

#about_inner_new .l_box .link {
	margin-top: 20px;
}

#about_inner_new .l_box .link a {
	font-weight: normal;
	font-size: 16px;
}

#about_inner_new .r_box {
	width: 100%;
}


.base_text_links_box {
	margin-top: 20px;
	border-top: 1px dashed #ddd;
	padding-top: 24px;
	font-size: 12px;
}

.base_text_link_with_img {
	gap: 5px;
}

.base_text_link_with_img > li {
	width:calc(100% / 3 - 5px * 2 / 3);
}

.base_text_link_with_img > li a {
	font-size: 11px;
	line-height: 1.2;
	text-align: center;
	display: block;
}

span.btl_img {
	position: relative;
	padding-top: 75%;
	display: block;
	overflow: hidden;
	margin-bottom: 5px;
}
span.btl_img img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom:0;
	margin: auto;
	display: block;
}


/** sp-page
===================================*/



/** sp-product
===================================*/
.fs-c-breadcrumb__list {
	padding: 15px 15px 0;
	font-size: 10px;
}

.fs-l-productLayout.fs-system-product {
	margin-top: -8px;
}

.fs-c-productThumbnail__image__caption {
	font-size: 8px;
}

h1.fs-c-productNameHeading.fs-c-heading {
	font-weight: 600;
	font-size: 20px;
}

h1.fs-c-productNameHeading.fs-c-heading {
	margin-top: 0;
}

.fs-c-productPrices.fs-c-productPrices--productDetail {
	padding: 10px 0;
	margin-bottom: 0;
}

.fs-l-product2 .item_slider_wrap {
	position: relative;
	margin-bottom: 0px;
}

.swiper-pagination-box {
	overflow-y: scroll;
}

.productSwiper .swiper-pagination {
	flex-wrap: nowrap;
	width: max-content;
}

.productSwiper .swiper-pagination span.swiper-pagination-bullet {
	width: 60px;
}



div.fs-c-breadcrumb {
	/* display: none; */
}

.cart_fix {
	bottom: 70px;
}

p.cart_fix_name {
	overflow: hidden;
	height: 1.5em;
}

.cart_fix_name_box {
	width: calc(50% - 10px);
}

.cart_modal_btn_wrap {
	width: calc(50% - 10px);
}

.modal-content span.fs-c-variationCart__variationName__stock.fs-c-variationCart__variationName__stock--outOfStock {
	display: none;
}

span.subsc_back_cart {
	font-size: 13px;
}

a.cart_modal_open.modal-open:has(.subsc_back_cart) {
	padding-inline: 5px;
}


/* 説明文大 */
.fs-p-productDescription.fs-p-productDescription--full {
}

/* 説明文小 */
.fs-p-productDescription.fs-p-productDescription--short {
	display: block;
}

.pd_table_wrap {
	overflow: auto;
	padding-bottom: 15px;
	margin-bottom: -10px;
	margin-right: -15px;
	padding-right: 15px;
}

.fs-c-productQuantityAndWishlist {
	display: grid;
	grid-template-columns: 1fr 2fr;
	grid-auto-rows: auto;
}

.fs-l-product2 .fs-c-productActionButton .fs-c-button--primary, .fs-l-product2 .fs-c-productActionButton .fs-c-button--secondary {
	width: 100%;
}

.product_info_box {
	line-height: 1.4;
}

.fs-exp_big {
	display: flex;
	flex-direction: column;
}

#product_review_wrap { order: 2; }
.fs-p-productDescription.fs-p-productDescription--full { order: 1; } 
.product_comment.product_comment_2.product_comment_bottom { order: 3; }

/*　商品詳細ページ　ディティール*/
#D-wrap{
	width:100%;
	margin:20px auto 30px auto;
}
.D-title{
	text-align:center;
	width:40%;
	margin:140px auto 15px auto;
	padding:0;
}
.DFB-img{
	width:100%;
	margin:0 auto;
	text-align:left;
}
.DFB-img img{
	width:100%;
	margin-bottom:0px;
}
.DFB-img2{
	width:80%;
	margin:0 auto 250px auto;
	text-align:left;
}
.DFB-img img2{
	width:100%;
	margin-bottom:20px;
}

.DFB-img2 p{
font-size:16px;
margin:30px;
}
.Detail-Box{
	width:100%;
	margin:0px auto;
	padding:30px 0;
	clear:both;
	background:#eeeeee;
	border:1px solid #dddddd;
}
.Detail-Box2{
	width:90%;
	padding:10px;
	clear:both;
margin:0px auto;
}
.Detail-Box3{
	width:100%;
	margin:0px auto 30px;
	padding:30px 0 0;
	clear:both;
	position:relative;
	overflow: hidden;
}
.Detail-Box-Lt01{
	float:left;
	width:45%;
}
.Detail-Box-Rt01{
	float:right;
	width:50%;
}
.Detail-Box-Lt02{
	float:left;
	width:50%;
}
.Detail-Box-Rt02{
	float:right;
	width:45%;
}
.Detail-Box-Lt03{
	float:left;
	width:60%;
}
.Detail-Box-Rt03{
	float:right;
	width:35%;
}
.Detail-Box-Rt03 img{
	width:100%;
	border:1px solid #dddddd;
}
.Detail-Box-Rt03 p{
	font-size:0.6em;
}
.D-txt{
	width:100%;
	margin-bottom:40px;
	text-align:left;
}
.DD-img{
	width:100%;
}
.line1{
	position:absolute;
	top:16%;
	right:35%;
	width:25%;
	height:1px;
}

.line2{
	position:absolute;
	top:45%;
	right:35%;
	width:25%;
	height:1px;
}

.line3{
	position:absolute;
	top:70%;
	right:35%;
	width:25%;
	height:1px;

}

.Detail-Box-title{
	font-size:1em;
	font-weight:bold;
	color:#31200d;
	margin:10px auto;
}
.Detail-Box-title span{
	font-size:0.6em;
	color:#31200d;
}
.Detail-Box p{
	margin-top:10px ;
	font-size:1em;
	text-align:left;
}

/* サイズの測り方画像のサイズ調整 */
.FS2_body_Goods_GoodsDetail .FS2_lower_comment table img {width:auto; height:auto;}

/* 商品詳細ページ下部コメントの商品画像の上下に余白をつける */
.FS2_body_Goods_GoodsDetail #itemMainList2 img {margin:10px 0;}


#product_review_wrap {
	padding-top: 0px;
	padding-bottom: 30px;
}

.product_comment_bottom div {
	max-width: 100%;
}

.DFB-img {
	width: 100%;
	margin: 0 auto;
	text-align: left;
}

.table001, #formmailer_table2 {
	max-width: 100%;
	width: 100%;
	font-size: 14px;
}

.fs-c-featuredProduct {
	padding: 0;
}

#D-wrap .D-title {
	margin: 50px auto 15px;
	width: 160px;
}

.DFB-img2 p {
	margin: 15px 0;
	font-size: inherit;
}

.DFB-img2 {
	width: auto;
	margin: 0 auto 30px;
}

.table001 th, #formmailer_table2 td.head {
	width: 18%;
}



/** sp-product_category
===================================*/
.fs-c-productList__list {
	display: grid;
	grid-template-columns: calc(50% - 0px) calc(50% - 0px);
	grid-gap: 0px;
}

ul.fs-c-subgroupList > li {
	width: calc(100% / 2 - 5px * 1 / 2);
	font-size: 12px;
	/* width: 100%; */
}

.fs-body-category .item_slider_wrap {
	position: relative;
	margin-bottom: 0px;
}

.fs-body-category .more_link_wrap {
	display: none;
}

.brand_staff_slider .more_link_wrap {
	display: block;
}

.def_slider_sec .more_link_wrap {
	display: block;
} 

.fs-c-productListItem__productName {
	margin-top: 14px;
	font-size: 14px;
}

.group_slider_wrap {
	border-top: 1px solid #ddd;
	margin-top: 60px;
	padding-top: 20px;
}


/** sp-single
===================================*/



/** sp-category
===================================*/



/** sp-search
===================================*/
.fs-c-listControl {
	margin: 0;
	flex-direction: row;
	justify-content: space-between;
}

.fs-p-productSearch {
	padding-inline: 0;
}

.fs-p-productSearch__parameter::before {
	content: "検索キーワード：";
	font-size: 12px;
}




/** sp-page
===================================*/
.fs-c-heading--page {
	padding: 0;
}

div.legal_wrap {
	padding: 0 0px;
}

.legal_section table.legal_shop_table td {
	font-size: 14px;
}

.legal_section table.legal_shop_table th {
	font-size: 14px;
}

.legal_section table.legal_guide_table td {
	font-size: 14px;
}

.legal_section table.legal_guide_table th {
	font-size: 14px;
}


/** sp-account
===================================*/
.fs-c-accountService__page {
	flex-basis: 31%;
	display: flex
;
	align-items: stretch;
	height: 128px;
	margin: 8px 0;
}

/** sp-404
===================================*/





}/* @media */


