@media screen and (max-width: 768px) {
	#product .inner {
		width: auto;
	}
}

@media only screen and (min-width: 768px) {
	nav.fs-c-breadcrumb {
		margin-bottom: 65px;
	}
}

/* 商品画像 */
.fs-c-productNameHeading {
	color: #000000;
	margin-bottom: 20px !important;
}

@media only screen and (min-width: 768px) {
	.fs-c-productNameHeading {
		margin-bottom: 25px !important;
	}
}

.fs-c-productNameHeading__copy,
.fs-c-productNameHeading__name {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.46;
}

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

	.fs-c-productNameHeading__copy,
	.fs-c-productNameHeading__name {
		font-size: 18px;
		line-height: 1.38;
	}
}

@media only screen and (min-width: 768px) {
	.fs-c-productPrice__addon {
		font-size: 12px;
	}
}

.fs-c-productPrice__addon__label {
	font-weight: 700;
	color: #444444;
}

.fs-c-productPrices--productDetail .fs-c-productPrice__addon__label {
	font-weight: 500;
	color: #000;
	font-size: 13px;
}

.fs-c-productNumber {
	font-size: 12px;
	font-weight: 500;
	color: #444444;
}

.fs-c-productPrices--productDetail .fs-c-price {
	font-size: 25px;
	color: #000;
	font-weight: 500;
}

.fs-c-productPrices--productDetail .fs-c-productPrice--listed .fs-c-price {
	font-size: 21px;
}

.fs-c-productPrices--productDetail .fs-c-price::after {
	content: "円";
}

.fs-c-productPrices--productDetail .fs-c-price__currencyMark {
	display: none;
}



.fs-c-productPostage {
	margin-bottom: 13px !important;
}

.fs-c-productPostage::before,
.fs-c-productPostage::after {
	display: none;
}

.fs-c-productPostage__label {
	border-radius: 3px;
	background-color: #D8D8D8;
	font-size: 12px;
	padding: 0 5px;
	font-weight: 500;
}

.fs-c-productPointDisplay {
	font-weight: 500;
	color: #444444;
	margin-bottom: 5px !important;
	padding: 4px 0;
}

.fs-c-reviewStars::before {
	color: #444444;
	font-size: 12px;
	font-weight: 500;
}

.fs-c-rating__value {
	color: #444444;
	font-size: 12px;
	margin-left: 2px;
	font-weight: 500;
}

.fs-l-product2 .fs-l-productLayout .fs-c-aggregateRating__count {
	font-size: 12px;
	font-weight: 500;
	display: flex;
}

.fs-l-product2 .fs-l-productLayout .fs-c-aggregateRating__count::before {
	content: "(";
}

.fs-l-product2 .fs-l-productLayout .fs-c-aggregateRating__count::after {
	content: "件)";
}

.fs-c-aggregateRating__count::after {
	font-size: 12px;
	font-weight: 500;
}


#GoToCart .fs-c-variationLabel__label {
	color: #444444;
	font-weight: 500;
	font-size: 15px;
}

#GoToCart .fs-c-variationAndActions {
	padding: 30px 0;
}

@media only screen and (min-width: 768px) {
	#GoToCart .fs-c-variationAndActions {
		padding: 40px 0;
	}
}

#GoToCart .fs-c-variationRadioList {
	border-top: 1px solid #C1C1C1;
	padding-top: 10px;
}

#GoToCart .fs-c-variationRadioList__row {
	border-top: none;
	padding: 6px 0;
}

#GoToCart .fs-c-variationRadioList__row:last-child {
	border-bottom: none;
}

#GoToCart .fs-c-variationRadioList__image {
	margin-right: 15px;
	width: 70px;
	aspect-ratio: 1 / 1;
}

#GoToCart .fs-c-variationRadioList__image>img {
	max-width: unset !important;
}

#GoToCart .fs-c-radio__label {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

@media only screen and (min-width: 768px) {
	#GoToCart .fs-c-radio__label {
		flex-direction: row;
		align-items: center;
	}
}

#GoToCart .fs-c-variationRadioList__radio {
	align-items: center;
}

#GoToCart .fs-c-radio__radioMark {
	display: block;
	width: 20px;
	height: 20px;
	margin: 0 0 8px;
	border: 1px solid #707070;
}

@media only screen and (min-width: 768px) {
	#GoToCart .fs-c-radio__radioMark {
		margin-bottom: 0;
	}
}

#GoToCart .fs-c-radio__radio:checked:enabled+label>.fs-c-radio__radioMark::before {
	background: #C1C1C1;
	width: 12px;
	height: 12px;
}


#GoToCart .fs-c-variationRadioList__name__name {
	font-weight: 400;
	font-size: 13px;
	line-height: 1.38;
	color: #000;
}

@media only screen and (min-width: 768px) {
	#GoToCart .fs-c-variationRadioList__name__name {
		margin-left: 10px;
	}
}

#GoToCart .fs-c-button--particular.fs-c-button--addToWishList--icon::before {
	content: "";
	color: unset;
	width: 19px;
	height: 16px;
	background-image: url(../../images/new/common/icons/fav_icon.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

#GoToCart .fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
	content: "";
	color: unset;
	width: 19px;
	height: 16px;
	background-image: url(../../images/new/common/icons/fav_icon_colored.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

#GoToCart .fs-c-stockSignLegend__legend {
	font-size: 12px;
	margin-top: 5px;
}

#GoToCart .fs-c-productQuantity {
	margin-left: 0;
	display: flex;
	align-items: center;
	margin-bottom: 6px;
}

#GoToCart .fs-c-productQuantityAndWishlist__quantity {
	margin-bottom: 0;
	display: flex;
	align-items: center;
}

#GoToCart .fs-c-quantity__select.fs-system-quantity-list {
	border: 1px solid #000000;
	font-weight: 500;
	font-size: 16px;
	color: #444444;
}

#GoToCart .fs-c-productQuantityAndWishlist__quantity::before {
	content: "数量";
	margin-right: 7px;
	font-weight: 500;
	font-size: 16px;
	color: #444444;
	white-space: nowrap;
	letter-spacing: .08em;
}

#GoToCart .productdetail_wishlist_btn {
	width: 185px;
	padding: 6px;
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
}

#GoToCart .productdetail_wishlist_btn.fs-c-button--particular {
	border: 1px solid #000000;
	background-color: #fff;
	box-shadow: none;
}

#GoToCart .productdetail_wishlist_btn .fs-c-button__label {
	font-size: 12px;
	color: #444444;
	font-weight: 500;
}

#GoToCart .productdetail_wishlist_btn.fs-c-button--particular.fs-c-button--addToWishList--detail::after {
	margin: 0 5px 0 0;
	content: "";
	color: unset;
	width: 19px;
	height: 16px;
	background-image: url(../../images/new/common/icons/fav_icon.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

#GoToCart .productdetail_wishlist_btn.fs-c-button--particular.fs-c-button--removeFromWishList--detail::after {
	margin: 0 5px 0 0;
	content: "";
	color: unset;
	width: 19px;
	height: 16px;
	background-image: url(../../images/new/common/icons/fav_icon_colored.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

#GoToCart .fs-c-button--addToCart--detail {
	width: 100%;
	border-radius: 29px;
	padding: 13px 0;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.16);
	background-image: unset;
	display: flex;
	justify-content: center;
	align-items: center;
}

#GoToCart .fs-c-button--addToCart--detail::before {
	content: "";
	width: 22px;
	height: 18px;
	background-image: url(../../images/new/common/icons/product_detail_cart_icon.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 14px;
}

#GoToCart .fs-c-button__label {
	font-size: 13px;
	font-weight: 700;
}

.fs-p-productDescription .descri_glb_txt {
	font-size: 14px;
	font-weight: 500;
	color: #444444;
}

.review_wrap {
	/* margin-top: 50px; */
	padding: 33px 20px 40px;
	border-top: 1px solid #C1C1C1;
}

.review_wrap .heading_ttl08 .ttl {
	font-family: Lato, sans-serif !important;
	font-weight: 700;
	font-size: 18px;
	text-align: center;
	color: #000;
	line-height: 22px;
	margin-bottom: 4px;
}

@media only screen and (min-width: 768px) {
	.review_wrap .heading_ttl08 .ttl {
		font-size: 36px;
		line-height: 36px;
	}
}

.review_wrap .heading_ttl08 .ss {
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	color: #444;
}

@media only screen and (min-width: 768px) {
	.review_wrap .heading_ttl08 .ss {
		font-size: 16px;
	}
}

.review_wrap .fs-c-reviewList__item:first-child {
	border-top: none;
}

.review_wrap .fs-c-reviewList__item+.fs-c-reviewList__item {
	margin-top: 20px;
}


.review_wrap .fs-c-reviewList__item {
	background-color: #F5F5F5;
	border-radius: 5px;
	padding: 20px 20px 27px;
	border: none;
}

@media only screen and (min-width: 768px) {
	.review_wrap .fs-c-reviewList__item {
		padding: 20px;
	}
}

.review_wrap .fs-c-reviewInfo__reviewer.fs-c-reviewer {
	margin-bottom: 9px;
}

@media only screen and (min-width: 768px) {
	.review_wrap .fs-c-reviewInfo__reviewer.fs-c-reviewer {
		margin-bottom: 0;
	}
}

.review_wrap .fs-c-reviewer__name__nickname {
	font-weight: 500;
	font-size: 16px;
	line-height: 18px;
	color: #444;
}

.review_wrap .fs-c-reviewer__name__reviewNumber {
	display: none;
}

.review_wrap .fs-c-reviewerStatus {
	margin: 0 0 0 15px;
	background-color: #D8D8D8;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 500;
	color: #444444;
	min-width: 60px;
}

.review_wrap .fs-c-reviewer__profile {
	display: none;
}

.fs-c-reviewInfo__date {
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	color: #444;
}

.review_wrap .fs-c-reviewStars {
	align-items: center;
}

.review_wrap .fs-c-reviewStars::after {
	margin-left: 5px;
}

.review_wrap .fs-c-reviewStars[data-ratingCount="1.0"]::after {
	content: "1";
}

.review_wrap .fs-c-reviewStars[data-ratingCount="1.5"]::after {
	content: "1.5";
}

.review_wrap .fs-c-reviewStars[data-ratingCount="2.0"]::after {
	content: "2";
}

.review_wrap .fs-c-reviewStars[data-ratingCount="2.5"]::after {
	content: "2.5";
}

.review_wrap .fs-c-reviewStars[data-ratingCount="3.0"]::after {
	content: "3";
}

.review_wrap .fs-c-reviewStars[data-ratingCount="3.5"]::after {
	content: "3.5";
}

.review_wrap .fs-c-reviewStars[data-ratingCount="4.0"]::after {
	content: "4";
}

.review_wrap .fs-c-reviewStars[data-ratingCount="4.5"]::after {
	content: "4.5";
}

.review_wrap .fs-c-reviewStars[data-ratingCount="5.0"]::after {
	content: "5";
}

@media only screen and (min-width: 768px) {
	.review_wrap .fs-c-reviewInfo__date {
		margin-left: auto !important;
	}
}

.review_wrap .fs-c-reviewRating {
	margin-left: auto;
	margin-top: -20px;
}

@media only screen and (min-width: 768px) {
	.review_wrap .fs-c-reviewRating {
		margin-top: 5px;
	}
}

.review_wrap .fs-c-productReview__allReviews {
	display: block;
	margin-top: 12px;
}

@media only screen and (min-width: 768px) {
	.review_wrap .fs-c-productReview__allReviews {
		width: 306px;
		margin-top: 30px;
	}
}

.review_wrap .fs-c-button--viewAllReviews {
	display: block;
	text-align: center;
	border-radius: 26px;
	line-height: 51px;
	border: 1px solid #707070;
	font-size: 15px;
	font-weight: 700;
	color: #444444;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.16);
}

.review_wrap .fs-c-button--plain.fs-c-button--viewAllReviews::before {
	display: none;
}

.review_wrap .fs-c-productReview__addReview {
	display: block;
}

.fs-c-button--addReview--detail {
	display: block;
	text-align: center;
	border-radius: 26px;
	line-height: 51px;
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	background-color: #6F6F6F;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.16);
}

@media only screen and (min-width: 768px) {
	.fs-c-button--addReview--detail {
		width: 306px;
		margin-top: 30px;
		margin-left: 13px;
	}
}

.review_wrap .fs-c-button--plain.fs-c-button--addReview--detail::before {
	display: none;
}

.fs-c-reviewList--productDescription .fs-c-reviewList__item__body {
	border: none;
	border-top: 1px solid #C1C1C1;
	margin-top: 11px;
	padding: 11px 0 0;
}

@media only screen and (min-width: 768px) {
	.fs-c-reviewList--productDescription .fs-c-reviewList__item__body {
		font-size: 14px;
		margin-bottom: 0;
	}
}

.FS2_ItemFeatures {
	border-top: none;
	padding-top: 0;
}

#detail {
	border-top: 1px solid #C1C1C1;
	padding-top: 33px;
	margin-left: 20px;
	margin-right: 20px;
}

#detail .heading_ttl08 .ttl {
	font-family: Lato, sans-serif !important;
	font-weight: 700;
	font-size: 18px;
	text-align: center;
	color: #000;
	line-height: 22px;
	margin-bottom: 4px;
}

@media only screen and (min-width: 768px) {
	#detail .heading_ttl08 .ttl {
		font-size: 36px;
		line-height: 36px;
	}
}

#detail .heading_ttl08 .ss {
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	color: #444;
}

@media only screen and (min-width: 768px) {
	#detail .heading_ttl08 .ss {
		font-size: 16px;
	}

	#detail .heading_ttl08 {
		margin-bottom: 50px !important;
	}
}


@media screen and (min-width: 767px) {
	#detail {
		grid-column: 1 / 3;
	}

	.fs-p-productDescription--short {
		grid-column: 1 / 3;
	}

	.review_wrap {
		margin-top: 90px;
		grid-column: 1 / 3;
	}
}

/* RECOMMEND */
.recommend {
	background-color: #f5f5f5;
	padding-bottom: 28px;
	padding-top: 40px;
	margin-top: 70px;
}

@media only screen and (min-width: 768px) {
	.recommend {
		padding-bottom: 45px;
		padding-top: 56px;
		margin-top: 120px;
	}
}

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

.recommend_slider {
	margin-left: auto;
	margin-right: auto;
	max-width: calc(100% - 20px);
	width: 218px;
}

@media only screen and (min-width: 768px) {
	.recommend_slider {
		max-width: calc(100% - 100px);
		width: 244px;
	}
}

.recommend_slider .slick-list {
	overflow: visible;
}

.recommend_slider .l_item_box {
	border: 0;
	margin-left: 6px;
	margin-right: 6px;
}

@media only screen and (min-width: 768px) {
	.recommend_slider .l_item_box {
		margin-left: 10px;
		margin-right: 10px;
	}
}

.recommend_slider_group {
	position: relative;
}

@media only screen and (min-width: 768px) {
	.recommend_slider_group {
		margin-top: 25px;
	}
}

.recommend_slider_overflow {
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.recommend_slider_arrows {
	display: flex;
	height: 0;
	justify-content: space-between;
	left: 50%;
	position: absolute;
	top: calc(50% - 16px);
	translate: -50% 0;
	width: 244px;
}

@media only screen and (min-width: 768px) {
	.recommend_slider_arrows {
		left: -16px;
		top: calc(50% - 32px - 10px);
		translate: 0 0;
		width: calc(100% + 32px);
	}
}

.recommend_slider_dots {
	display: flex;
	justify-content: center;
	padding-bottom: 10px;
	padding-top: 10px;
}

@media only screen and (min-width: 768px) {
	.recommend_slider_dots {
		padding-bottom: 16px;
		padding-right: 20px;
		padding-top: 16px;
	}
}

.recommend_slider_dots .slick-dots {
	background-color: #fff;
	border-radius: 99px;
	display: flex;
}

.recommend_slider_dots .slick-dots button {
	display: none;
}

.recommend_slider_dots .slick-dots li {
	border-radius: 99px;
	cursor: pointer;
	height: 3px;
	transition: 300ms ease-out;
	width: 37px;
}

@media only screen and (min-width: 768px) {
	.recommend_slider_dots .slick-dots li {
		width: 60px;
	}

	.recommend_slider_dots .slick-dots li:hover {
		background-color: #d8d8d8;
	}
}

.recommend_slider_dots .slick-dots li.slick-active {
	background-color: #d8d8d8;
}

.recommend .slick-track,
.history .slick-track {
	display: flex;
}

.recommend .slick-slide,
.history .slick-slide {
	height: auto !important;
}

/* RECENTLY VIEWED */
.history {
	background-color: #f5f5f5;
	padding-bottom: 28px;
	padding-top: 40px;
}

@media only screen and (min-width: 768px) {
	.history {
		padding-bottom: 45px;
		padding-top: 56px;
	}
}

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

.history_slider {
	margin-left: auto;
	margin-right: auto;
	max-width: calc(100% - 20px);
	width: 218px;
}

@media only screen and (min-width: 768px) {
	.history_slider {
		max-width: calc(100% - 100px);
		width: 244px;
	}
}

.history_slider .slick-list {
	overflow: visible;
}

.history_slider .l_item_box {
	border: 0;
	margin-left: 6px;
	margin-right: 6px;
}

@media only screen and (min-width: 768px) {
	.history_slider .l_item_box {
		margin-left: 10px;
		margin-right: 10px;
	}
}

.history_slider_overflow {
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.history_slider_arrows {
	display: flex;
	height: 0;
	justify-content: space-between;
	left: 50%;
	position: absolute;
	top: calc(50% - 16px);
	translate: -50% 0;
	width: 244px;
}

@media only screen and (min-width: 768px) {
	.history_slider_arrows {
		left: -16px;
		top: calc(50% - 32px - 10px);
		translate: 0 0;
		width: calc(100% + 32px);
	}
}

.history_slider_dots {
	display: flex;
	justify-content: center;
	padding-bottom: 10px;
	padding-top: 10px;
}

@media only screen and (min-width: 768px) {
	.history_slider_dots {
		padding-bottom: 16px;
		padding-right: 20px;
		padding-top: 16px;
	}
}

.history_slider_dots .slick-dots {
	background-color: #fff;
	border-radius: 99px;
	display: flex;
}

.history_slider_dots .slick-dots button {
	display: none;
}

.history_slider_dots .slick-dots li {
	border-radius: 99px;
	cursor: pointer;
	height: 3px;
	transition: 300ms ease-out;
	width: 37px;
}

@media only screen and (min-width: 768px) {
	.history_slider_dots .slick-dots li {
		width: 60px;
	}

	.history_slider_dots .slick-dots li:hover {
		background-color: #d8d8d8;
	}
}

.history_slider_dots .slick-dots li.slick-active {
	background-color: #d8d8d8;
}




/* ALL BRAND */
.p_top .l_allbrand {
	background-color: #f5f5f5;
	padding-top: 39px;
}

@media only screen and (min-width: 768px) {
	.p_top .l_allbrand {
		padding-top: 60px;
	}
}

.p_top .l_allbrand_slider_dots .slick-dots {
	background-color: rgba(216, 216, 216, 0.7);
}

@media only screen and (min-width: 768px) {
	.p_top .l_allbrand_slider_dots .slick-dots li:hover {
		background-color: #cac8c9;
	}
}

.p_top .l_allbrand_slider_dots .slick-dots li.slick-active {
	background-color: #cac8c9;
}


/* mv */
@media only screen and (min-width: 768px) {
	.fs-l-productLayout__item--1 {
		width: 452px;
	}
}

.fs-l-productLayout__item--1 .slick-arrow {
	display: none !important;
}

.fs-l-productLayout__item--1 .slick-list {
	padding: 0 !important;
	overflow: visible !important;
	line-height: 0;
}

@media only screen and (min-width: 768px) {
	.fs-l-productLayout__item--1 .slick-list {
		overflow: hidden !important;
	}
}

.fs-l-productLayout__item--1 .fs-c-slick.slick-slider {
	position: relative;
	z-index: 0;
	width: 70vw;
	margin: 0 auto;
}

@media only screen and (min-width: 768px) {
	.fs-l-productLayout__item--1 .fs-c-slick.slick-slider {
		width: auto;
	}
}

.fs-c-productCarouselMainImage__carousel .slick-slide:has(img[data-variation-thumbnail="true"]) {
	display: none;
}

.fs-l-productLayout__item--1 .fs-c-slick .slick-slide {
	overflow: visible;
	margin: 0 7px;
}

@media only screen and (min-width: 768px) {
	.fs-l-productLayout__item--1 .fs-c-slick .slick-slide {
		margin: 15px 7px;
	}
}

.fs-l-productLayout__item--1 .fs-c-slick .slick-slide>div {
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	border-radius: 5px;
	width: 70vw;
	overflow: hidden;
}

@media only screen and (min-width: 768px) {
	.fs-l-productLayout__item--1 .fs-c-slick .slick-slide>div {
		width: auto;
	}
}


.fs-l-productLayout__item--1 .fs-c-productCarouselMainImage__image {
	display: block;
	margin: 0;
	position: relative;
	width: 70vw !important;
	aspect-ratio: 1/1;
}

@media only screen and (min-width: 768px) {
	.fs-l-productLayout__item--1 .fs-c-productCarouselMainImage__image {
		width: auto !important;
		min-width: 400px;
		/* max-height: 452px; */
		max-height: 400px;
	}
}


.fs-l-productLayout__item--1 figure.fs-c-productCarouselMainImage__image img {
	max-width: 100%;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.fs-l-productLayout__item--1 .fs-c-productCarouselMainImage__thumbnailList {
	overflow-y: hidden;
	padding: 10px 10px 30px;
}

@media only screen and (min-width: 768px) {
	.fs-l-productLayout__item--1 .fs-c-productCarouselMainImage__thumbnailList {
		padding: 10px 0 30px;
	}

	.fs-l-productLayout__item--1 .fs-c-productCarouselMainImage__thumbnailList::-webkit-scrollbar {
		height: 6px;
	}
}

.fs-l-productLayout__item--1 .fs-c-productCarouselMainImage__thumbnailList>li {
	flex-basis: auto;
	margin: 0 10px 0 0;
	width: calc((100% - 30px) / 4);
}

.fs-l-productLayout__item--1 .fs-c-productCarouselMainImage__thumbnailList>li[role="presentation"]:has(.fs-c-productCarouselMainImage__thumbnail__img[data-variation-thumbnail="true"]) {
	display: none;
}

.fs-l-productLayout__item--1 .fs-c-productCarouselMainImage__thumbnailList>li.slick-active {
	border: 1px solid #ddd;
	border-radius: 5px;
}

.fs-l-productLayout__item--1 .fs-c-productCarouselMainImage__thumbnail {
	border-radius: 5px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	aspect-ratio: 1/1;
}

.fs-l-productLayout__item--1 figure.fs-c-productCarouselMainImage__thumbnail img {
	max-width: 100%;
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 5px;
	border: none;
}

.fs-l-productLayout__item--1 figcaption.fs-c-productCarouselMainImage__thumbnail__caption {
	margin-top: 5px;
	font-size: 12px;
	text-align: center;
}

.fs-l-productLayout__item.fs-l-productLayout__item--2 {
	padding: 0 20px;
}

.fs-p-productDescription--short {
	padding-left: 20px;
	padding-right: 20px;
}

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

.FS2_ItemComponent strong {
	text-align: left;
}

@media screen and (max-width: 768px) {
	.FS2_ItemComponent strong {
		text-align: left;
	}
}

.FS2_ItemComponent p {
	line-height: 1.4;
}

@media screen and (max-width: 768px) {
	.FS2_ItemComponent p {
		padding: 80px 15px 15px;
		text-align: left;
	}
}

.fs-c-photoswipe.pswp {
	z-index: 2506;
}

.fs-c-breadcrumb__listItem:last-child {
	display: none;
}

/* 名入れオプション */
.c-option-name-custom {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: #c1c1c1 1px solid;
}

.c-option-name-custom__description .title {
	padding-bottom: 5px;
	font-size: 16px;
	font-weight: 500;
	border-bottom: #c1c1c1 solid 1px;
}

.c-option-name-custom__description .text {
	margin-top: 10px;
	font-size: 13px;
	line-height: 1.5;
	font-weight: 500;
}

.c-option-name-custom .fs-c-productSelection {
	margin-top: 20px;
}

.c-option-name-custom .fs-c-productSelection__name {
	background: none;
	padding: 0;
	font-size: 13px;
	font-weight: 500;
}

.c-option-name-custom .fs-c-productSelection__selection {
	margin-top: 10px;
	padding: 0;
}

.c-option-name-custom__buttons {
	margin-top: 20px;
}

.c-option-name-custom__buttons .text {
	font-size: 13px;
	font-weight: 500;
}

.c-option-name-custom__buttons .buttons {
	margin-top: 15px;
	display: flex;
	gap: 10px;
}

.c-option-name-custom__buttons .buttons a {
	width: 87px;
	height: 47px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: #707070 1px solid;
	border-radius: 47px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
}

.c-option-name-custom__buttons .buttons a.is-disabled {
	pointer-events: none;
	opacity: .3;
}

.c-option-name-custom__buttons .buttons a img {
	width: 24px;
}

.c-option-name-custom__image {
	margin-top: 40px;
}

.c-option-name-custom__image .stage {
	margin-top: 5px;
	position: relative;
}

.c-option-name-custom__image .ps {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Pinyon Script", cursive;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	font-size: 35px;
}

.c-option-name-custom__image .ps>img {
	height: 35px;
	width: auto;
}

.c-option-name-custom__image .ps>img.icon {
	height: 20px;
	margin: 0 5px;
}