@charset “UTF-8”;
/* ==============================================================================

CSS Information

 File name:	main.css

 Style Info:	メイン設定

============================================================================== */

/*-------------------------------------------------------------------------------

 共通部分 / 汎用パーツ

-------------------------------------------------------------------------------*/

/* contents
-----------------------------------------------------------*/

.content {
	clear: both;
	overflow: hidden;
	zoom: 100%;
}
.content--gy {
	background-color: var(--color-gray-100);
}
.content--bk {
	background-color: var(--color-gray-800);
	color: var(--color-white);
}
.content a {
	color: inherit;
}

.content__inner {
	max-width: 1240px;
	margin: 0 auto;
	padding: 20px 15px;
}
.content__inner + .content__inner {
	padding-top: 0;
}

.fs-l-pageMain .content {
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}

@media only screen and (min-width: 768px) {
	.content__inner {
		padding: 60px 20px;
	}
}


/* 見出し
-----------------------------------------------------------*/

.title-block {
	margin-bottom: 20px;
}
.title-block .ja {
	display: inline-block;
	font-size: min(2.4rem,5vw);
	font-weight: bold;
	vertical-align: baseline;
}
.title-block .data {
	display: inline-block;
	margin-left: 1em;
	color: var(--color-gray-500);
	font-weight: normal;
	vertical-align: baseline;
}
.title-block p {
	margin-top: 1em;
}

.title--icon::before {
	display: inline-block;
	content: '';
	width: 1.5em;
	height: 1.5em;
	margin-right: .5em;
	margin-bottom: -.25em;
	background: no-repeat center center / 100% auto;
	font-size: min(2.4rem,5vw);
	vertical-align: baseline;
}
.title--ranking::before {
	background-image: url(../images/common/icon_crown.svg);
}

.title--quality {
	margin-top: 15px;
    color: var(--color-white);
    font-size: min(3rem);
	font-weight: bold;
    text-align: center;
}
.title--quality span {
    color: var(--color-primary);
    position: relative;
}
.title--quality span::before {
    position: absolute;
    content: '';
	width: 100%;
	height: 1em;
    left: 0;
    top: -1em;
    background: url(../images/home/quality_bg01.png) no-repeat center center / contain;
}

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


/* テーブル
-----------------------------------------------------------*/

.tbl {
	margin: 10px;
	border-collapse: collapse;
	text-align: left;
}
.tbl th {
	padding: 5px;
	background: #EEE;
	border: 1px solid #999;
}
.tbl td {
	padding: 5px;
	border: 1px solid #999;
}


/* text
-----------------------------------------------------------*/

.text-block p:not(:last-child) ,
.text-block_center p:not(:last-child) {
	margin-bottom: 1.5em;
}

.text-block {
  margin-bottom: 30px;
}

.color--red {
  color: var(--color-dred);
}
.color--nv {
  color: var(--color-navy);
}

.bold {
  font-weight: 600;
}

.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}


/* バナー
-----------------------------------------------------------*/

.bnr-list a {
	position: relative;
	display: block;
	height: 100%;
	font-weight: 600;
}
.bnr-list a:hover {
	opacity: 1;
	color: var(--color-primary);
}
.bnr-list--textlink a {
	padding: 15px 10px;
	border-radius: 4px;
	border: 1px solid var(--color-gray-200);
	background: linear-gradient(0deg, rgba(242, 242, 242, 1) 0%, rgb(252, 252, 252) 100%);
	text-decoration: none;
	text-align: center;
	line-height: 1.4;
}
.bnr-list--textlink a:hover {
	border-color: var(--color-primary);
	background-image: none;
}
.bnr-list--img-text a {
	line-height: 1.4;
}
.bnr-list .en {
	display: block;
	font-size: min(2.4rem,6vw);
	font-family: 'Prompt', sans-serif;
}
.bnr-list .ja {
	display: inline-block;
	color: var(--color-primary);
}

.bnr-list--img-text .on-text {
	position: absolute;
	width: 100%;
	left: 40px;
	top: 30%;
}
.bnr-list--img-text .en {
	color: var(--color-white);
	font-size: min(4rem,6vw);
}

.bnr-list img {
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.bnr-list li:not(:last-child) {
		margin-bottom: 15px;
	}
	.bnr-list--sepa03 ,
	.bnr-list--sepa04 ,
	.bnr-list--sepa05 {
		display: flex;
		flex-wrap: wrap;
		gap: 15px;
	}
	.bnr-list--sepa03 li ,
	.bnr-list--sepa04 li ,
	.bnr-list--sepa05 li {
		width: calc((100% - 15px) / 2);
	}
	.bnr-list--sepa03 li:not(:last-child) ,
	.bnr-list--sepa05 li:not(:last-child) {
		margin-bottom: 0;
	}
}
@media only screen and (min-width: 768px) {
	.bnr-list {
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
	}
	.bnr-list li {
		width: calc((100% - 20px) / 2);
	}
	.bnr-list--sepa03 li {
		width: calc((100% - 40px) / 3);
	}
	.bnr-list--sepa04 li {
		width: calc((100% - 60px) / 4);
	}
	.bnr-list--sepa05 li {
		width: calc((100% - 80px) / 5);
	}
	.bnr-list--textlink a {
		padding: 30px 10px;
	}
}


/* link btn
-----------------------------------------------------------*/

.more_link {
	margin: 10px 0 30px;
	text-align: right;
}

.btn_box {
	clear: both;
	margin: 0;
	padding: 10px 0 20px;
	text-align: center;
}
.btn_box a {
	display: inline-block;
	width: 240px;
	max-width: 100%;
	padding: 12px;
	border-radius: 8px;
	background-color: var(--color-primary);
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
.btn_box a:hover {
}

.mall-links li:not(:last-child) {
	margin-bottom: 20px;
}
.mall-links a {
	display: block;
	padding: 20px;
	border-radius: 8px;
	background-image: var(--grade--bg);
	color: var(--color-white);
	font-size: min(2rem,6vw);
	font-weight: 600;
	text-align: center;
	text-decoration: none;
}
@media only screen and (min-width: 768px) {
	.mall-links {
		display: flex;
		gap: 30px;
	}
	.mall-links li {
		width: calc((100% - 30px) / 2);
	}
	.mall-links li:not(:last-child) {
		margin-bottom: 0;
	}
	.mall-links a {
		padding: 30px 15px;
	}
}


/* card list
----------------------------------------------------------- */

.card_list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.card_list > li {
	position: relative;
	flex-grow: 0;
	width: calc(50% - 5px);
}
.card_list a {
	position: relative;
	display: block;
	height: 100%;
	text-decoration: none;
}
.card_list__thumb {
	margin-bottom: 10px;
}
.card_list__name {
	font-weight: 600;
}
.card_list__price {
	color: var(--color-dred);
}
.card_list--rank {
	counter-reset: number 0;
}
.card_list--rank li::before {
	display: block;
	counter-increment: number 1;
	content: counter(number);
	width: 2em;
	height: 2em;
	margin: 0 0 10px;
	border-radius: 50%;
	background-color: var(--color-gray-100);
	line-height: 2;
	text-align: center;
	z-index: 2;
}

@media only screen and (min-width: 768px) {
	.card_list {
		gap: 40px 25px;
	}
	.card_list > li {
		width: calc((100% - 75px) / 4);
	}
	.card_list--sepa03 > li {
		width: calc((100% - 50px) / 3);
	}
}


/* tab
----------------------------------------------------------- */

.tab__list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 1px;
	border-bottom: 2px solid var(--color-gray-800);
}
.tab__list li {
	width: calc((100% - 2px) / 3);
}
.tab__list label {
	display: block;
	cursor: pointer;
	height: 100%;
	padding: 4px 0px;
	background: var(--color-gray-800);
	color: var(--color-white);
	text-align: center;
	opacity: .5;
	transition: .3s;
}
.tab__list .twoline {
	font-size: 80%;
	line-height: 1.2;
}
.tab__area section {
	position: relative;
	display: none;
	padding: 20px 0;
	opacity: 0;
	transition: .3s;
}

@media only screen and (max-width: 767px) {
	.tab__swiper {
		overflow-x: auto;
		width: calc(100% + 30px);
		margin-left: -15px;
		margin-right: -15px;
		-webkit-overflow-scrolling: touch;
	}
	.tab__swiper .tab__list {
		min-width: 780px;
	}
}
@media only screen and (min-width: 768px) {
	.tab__list {
		flex-wrap: nowrap;
	}
	.tab__list li {
		flex: 1;
		width: auto;
	}
	.tab__list label {
		padding: 10px 4px;
	}
	.tab__area section {
		padding: 30px 0;
	}
}


.tab__wrapper input[type="radio"]:nth-child(1):checked ~ .tab__container .tab__list li:nth-child(1) label ,
.tab__wrapper input[type="radio"]:nth-child(2):checked ~ .tab__container .tab__list li:nth-child(2) label ,
.tab__wrapper input[type="radio"]:nth-child(3):checked ~ .tab__container .tab__list li:nth-child(3) label ,
.tab__wrapper input[type="radio"]:nth-child(4):checked ~ .tab__container .tab__list li:nth-child(4) label ,
.tab__wrapper input[type="radio"]:nth-child(5):checked ~ .tab__container .tab__list li:nth-child(5) label ,
.tab__wrapper input[type="radio"]:nth-child(6):checked ~ .tab__container .tab__list li:nth-child(6) label ,
.tab__wrapper input[type="radio"]:nth-child(7):checked ~ .tab__container .tab__list li:nth-child(7) label ,
.tab__wrapper input[type="radio"]:nth-child(8):checked ~ .tab__container .tab__list li:nth-child(8) label ,
.tab__wrapper input[type="radio"]:nth-child(9):checked ~ .tab__container .tab__list li:nth-child(9) label {
	opacity: 1;
}
.tab__wrapper input[type="radio"]:nth-child(1):checked ~ .tab__area section:nth-child(1) ,
.tab__wrapper input[type="radio"]:nth-child(2):checked ~ .tab__area section:nth-child(2) ,
.tab__wrapper input[type="radio"]:nth-child(3):checked ~ .tab__area section:nth-child(3) ,
.tab__wrapper input[type="radio"]:nth-child(4):checked ~ .tab__area section:nth-child(4) ,
.tab__wrapper input[type="radio"]:nth-child(5):checked ~ .tab__area section:nth-child(5) ,
.tab__wrapper input[type="radio"]:nth-child(6):checked ~ .tab__area section:nth-child(6) ,
.tab__wrapper input[type="radio"]:nth-child(7):checked ~ .tab__area section:nth-child(7) ,
.tab__wrapper input[type="radio"]:nth-child(8):checked ~ .tab__area section:nth-child(8) ,
.tab__wrapper input[type="radio"]:nth-child(9):checked ~ .tab__area section:nth-child(9) {
    display: block;
	opacity: 1;
}


/*-------------------------------------------------------------------------------

 index

-------------------------------------------------------------------------------*/

/* cover
----------------------------------------------------------- */

.cover {
	margin-top: 15px;
}

/* splide */
.cover .splide__slide img {
	width: 100%;
	height: auto;
}
.cover .splide__track {
	overflow: visible;
}
.cover .splide__arrow {
	top: calc(50% - 1.5em);
	background: transparent;
}
.cover .splide__arrow svg {
	fill: var(--color-white);
	width: 100%;
	height: 100%;
}
.cover .splide__pagination {
	position: relative;
	margin-top: 20px;
}
.cover .splide__pagination__page {
	width: 10px;
	height: 10px;
}
.cover .splide__pagination__page.is-active {
	background-color: var(--color-primary);
	transform: scale(1);
}
@media only screen and (min-width: 768px) {
	.cover {
		margin-top: 30px;
	}
}


/* cate-narrow
----------------------------------------------------------- */

.cate-narrow ,
.search-block {
	margin-bottom: 20px;
}
.cate-narrow .title-block ,
.product-search .title-block {
	margin-bottom: 15px;
}
.cate-narrow__select {
	display: flex;
	align-items: stretch;
	background-color: var(--color-white);
	margin-bottom: 15px;
}
.cate-narrow__select .step {
	width: 4rem;
	padding: 4px 0;
	background-color: var(--color-primary);
	line-height: 1.2;
	text-align: center;
}
.cate-narrow__select .step .label {
	display: block;
	font-size: min(1rem,2.5vw);
}
.cate-narrow__select .step .number {
	display: block;
	font-size: min(1.8rem,4.5vw);
}

.cate-narrow__select .select_wrap {
	flex: 1;
	font-size: min(2rem,4.5vw);
}
.cate-narrow__select .select_wrap select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	border: 0;
	padding: .65em;
	background: none transparent;
}
.cate-narrow__select .select_wrap select:disabled {
	color: var(--color-gray-200);
}
.cate-narrow__btnbox {
	text-align: center;
}
.cate-narrow__btnbox button {
	width: 180px;
	max-width: 100%;
	padding: 4px 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 4px;
	border: 0;
	background-color: var(--color-primary);
	color: var(--color-white);
}
.cate-narrow__btnbox button:disabled {
	background-color: var(--color-gray-300);
	color: var(--color-gray-200);
}

.keyword a {
	display: inline-block;
	margin-right: .25em;
	margin-bottom: .5em;
	padding: .15em 1em;
	background-color: var(--color-white);
	border-radius: 50vh;
	color: var(--color-text);
	text-decoration: none;
}
.keyword a::before {
	content: '#';
}

@media only screen and (min-width: 768px) {
	.cate-narrow {
		margin-bottom: 40px;
	}
	.search-block {
		margin-bottom: 0;
	}
	.cate-narrow__list {
		display: flex;
		gap: 15px;
	}
	.cate-narrow__select {
		margin-bottom: 0;
		width: calc((100% - 45px - 100px) / 3);
	}
	.cate-narrow__btnbox {
		width: 100px;
	}
	.cate-narrow__select .step {
		padding: 8px 0;
	}
	.cate-narrow__select .step .label {
		margin-bottom: .25em;
	}
	.cate-narrow__btnbox button {
		height: 52px;
	}
	.product-search {
		display: flex;
		gap: 15px;
	}
	.product-search .search-block {
		width: calc((100% - 45px - 100px) / 3);
	}
	.product-search .keyword-block {
		flex: 1;
	}
}



/* news
----------------------------------------------------------- */

.news .title-block p {
	font-size: 1.4rem;
}

.fs-p-dateList > li ,
.fs-p-dateList > li:last-child {
	padding: 0 0 10px;
	border-top: none;
	border-bottom: 1px solid var(--color-gray-200);
}
.fs-p-dateList > li:not(:last-child) {
	margin-bottom: 10px;
}
.fs-p-dateList a {
	display: block;
	text-decoration: none;
}
.fs-p-dateList time {
	font-weight: 600;
}
.fs-p-dateList > li time:first-child {
	background-color: transparent;
}
@media only screen and (min-width: 768px) {
	.news {
		display: flex;
		gap: 40px;
	}
	.news .title-block {
		width: 16em;
	}
	.news_body {
		flex: 1;
	}
	.fs-p-dateList a {
		display: flex;
	}
	.fs-p-dateList time {
		display: block;
		width: 10em;
	}
	.fs-p-dateList p {
		flex: 1;
	}
}


/* quality
----------------------------------------------------------- */

.quality__list {
    position: relative;
	max-width: 1000px;
	margin: auto;
    z-index: 2;
}
.quality__list li {
    position: relative;
	aspect-ratio: 480/300;
}
.quality__list li:not(:last-child) {
	margin-bottom: 20px;
}
.quality__list .photo {
    position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
    z-index: -1;
}
.quality__list .ttl {
	padding: .25em 0 1em;
    color: var(--color-white);
    font-size: min(3rem,6vw);
    font-weight: bold;
    text-align: center;
}
.quality__list .txtBox {
	padding-left: 20px;
	padding-right: 30%;
	font-size: min(1.6rem,3.25vw);
}
.quality__list .txtBox p {
	color: var(--color-text);
	font-weight: bold;
    text-shadow: 1px 1px 2px #fff,-1px -1px 2px #fff,1px 1px 2px #fff,-1px -1px 2px #fff,1px 1px 2px #fff,-1px -1px 2px #fff;
}
@media only screen and (min-width: 768px) {
	.quality__list {
		display: flex;
		flex-wrap: wrap;
		gap: 40px;
	}
	.quality__list li {
		width: calc(50% - 20px);
	}
	.quality__list li:not(:last-child) {
		margin-bottom: 0;
	}
}


/*-------------------------------------------------------------------------------

 ranking

-------------------------------------------------------------------------------*/

.rank__section {
	margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
	.rank__section {
		margin-bottom: 60px;
	}
}

/*-------------------------------------------------------------------------------

 fs 全般

-------------------------------------------------------------------------------*/

/* ページタイトル */
.fs-c-heading--page {
	margin-bottom: 1em;
	padding: 0;
	border-bottom: none;
	color: inherit;
	font-size: min(3.6rem,6.5vw);
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 600;
}

/* サブタイトル */
.fs-c-subSection__title {
	margin-bottom: 20px;
	border-bottom: none;
	color: inherit;
	font-size: min(2.4rem,5.5vw);
	font-weight: normal;
}

/* アナウンスタイトル */
.fs-p-announcement__title {
	margin-bottom: 20px;
	color: inherit;
	font-size: 2rem;
	font-weight: normal;
}

/* テーブルセル：会員登録/ログインなどフォーム共通 */
.fs-c-inputTable__headerCell,
.fs-c-inputTable__dataCell {
	padding-bottom: 10px;
	font-weight: normal;
}
[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"], .fs-c-inputGroup--vertical > [type="password"],select, textarea {
	box-sizing: border-box;
	padding: 4px;
	border-radius: 4px;
	border: 2px solid #CCC;
	border-radius: 0;
}
.fs-c-inputGroup, .fs-c-inputGroup--inline, .fs-c-inputGroup--vertical {
	border-width: 2px;
}

/* ラジオボタンを横並びに */
.fs-c-radioGroup {
	display: block;
}
.fs-c-radioGroup .fs-c-radio {
	display: inline-block;
	min-height: auto;
	margin-right: 8px;
}

/** ボタン一般 **/
.fs-c-button--primary ,
.fs-c-button--secondary {
	padding: .8em;
	box-sizing: border-box;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.fs-c-button--standard {
	box-sizing: border-box;
}
.fs-c-inputInformation__button {
	margin-top: 10px;
}
.fs-c-button--plain {
	color: inherit;
}
.fs-c-dropdown::after {
	box-sizing: border-box;
}

/* 商品アイコン */
.fs-c-mark, .fs-c-productMark__mark {
	margin: 0 4px 4px 0;
	padding: 6px 8px;
}

/* 価格 */
.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
	color: var(--color-dred);
}

/* モーダル横幅 */
.fs-c-modal__inner {
	max-width: 95%;
	width: 800px;
}

/* 右下固定カートボタン */
.fs-p-scrollingCartButton {
	display: none;
}

/* おすすめ商品/wishlist系 */
.fs-c-wishlistProduct__title ,
.fs-c-featuredProduct__title {
	margin-bottom: 15px;
	padding-bottom: .5em;
	border-bottom: solid 1px var(--color-black);
	color: inherit;
	font-size: min(2.4rem,5vw);
	font-weight: bold;
}
.fs-c-productListCarousel__ctrl {
	min-width: 20px;
}
.fs-c-featuredProduct .fs-c-slick.slick-slider .fs-c-productListItem__image a {
	display: flex;
	justify-content: center;
	align-items: center;
}
.fs-c-productListCarousel__list a {
	text-decoration: none;
}

@media only screen and (min-width: 768px) {
	.fs-c-wishlistProduct__title ,
	.fs-c-featuredProduct__title {
		margin-bottom: 25px;
	}
}


/*-------------------------------------------------------------------------------

 商品一覧 / fs

-------------------------------------------------------------------------------*/

/* 詳細検索 */
.fs-p-productSearch {
	border-bottom: none;
}

.cate-text {
	margin-bottom: 30px;
	padding: 15px;
	background-color: var(--color-gray-100);
	font-size: 1.4rem;
	line-height: 1.4;
}

/* サブグループ
----------------------------------------------------------- */

.fs-c-subgroup {
	margin: 24px 0 48px;
	padding: 0;
}
/* 株のページャー非表示 */
.fs-c-subgroup .fs-c-listControl:last-child {
	display: none;
}
/* list */
.fs-c-subgroupList {
	margin: 8px 0;
	padding: 0;
	gap: 10px;
}
.fs-c-subgroupList .fs-c-subgroupList__item {
	flex: 0 0 100%;
}
.fs-c-subgroupList__link {
	position: relative;
	padding: 15px;
	border: none;
	background: var(--color-gray-100);
}
.fs-c-subgroupList__link:hover {
	opacity: .75;
}
.fs-c-subgroupList__image {
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
	width: 80px;
	line-height: 1;
}
.fs-c-subgroupList__image img {
	display: inline-block;
	transition: transform 0.3s ease;
}
a:hover .fs-c-subgroupList__image img {
	transform: scale(1.1);
}
@media only screen and (min-width: 768px) {
	.fs-c-subgroupList {
		gap: 20px;
	}
	.fs-c-subgroupList .fs-c-subgroupList__item {
		flex: 0 0 calc((100% - 40px) / 3);
	}
}


/* 商品一覧リスト
----------------------------------------------------------- */

.fs-c-sortItems {
	border: none;
}

/* ページネーション */
.fs-c-pagination__item {
	margin-left: .5em;
	padding: 8px 10px;
	border: 1px solid var(--color-gray-200);
}
a.fs-c-pagination__item {
	text-decoration: none;
}
a.fs-c-pagination__item:hover {
	background-color: var(--color-gray-100);
}
a.fs-c-pagination__item--next ,
a.fs-c-pagination__item--prev {
	padding-left: 8px;
}
.fs-c-pagination__item.is-active {
	background-color: var(--color-gray-200);
}


/* 表示列調整 */
.fs-c-productList__list {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.fs-c-productList__list a {
	text-decoration: none;
}

.fs-c-productList__list .fs-c-productList__list__item.fs-c-productListItem {
	display: block;
	flex: 0 0 calc((100% - 15px) / 2);
	grid-column: none;
	grid-row: none;
	border: none;
}
.fs-c-productList__list__item {
	padding: 0;
	border-bottom: none;
}
.fs-c-productListItem__productName {
	font-size: 1.6rem;
}
.fs-c-productListItem__control .fs-c-button--plain {
	color: #1f5da0;
}


@media only screen and (min-width: 768px) {
	/* 表示列調整 */
	.fs-c-productList__list {
		margin: 20px auto;
		gap: 30px;
	}
	.fs-c-productList__list .fs-c-productList__list__item.fs-c-productListItem {
		flex: 0 0 calc((100% - 90px) / 4);
	}
}

/*-------------------------------------------------------------------------------

 商品詳細 / fs

-------------------------------------------------------------------------------*/

/* 画像モーダル位置・見出し */
.fs-c-productImageModal {
	display: flex;
	align-items: center;
}
.fs-c-productImageModalCarousel__figure__caption {
	width: auto;
	min-width: 50%;
	background: none;
}

/* 商品番号 */
.fs-c-productNumber {
	border-color: var(--color-gray-200);
}
.fs-c-productNumber__number {
	font-weight: normal;
}

/* 商品価格 */
.fs-c-productPrices--productDetail .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
	font-size: min(3rem,6vw);
}

/* カートに入れる */
.fs-c-button--addToCart--detail.fs-c-button--primary {
	padding: 1.2em .5em;
	border-radius: 6px;
	font-size: 1.8rem;
}
/* お気に入りボタン */
.fs-c-productQuantityAndWishlist__wishlist {
	grid-column: 5;
}

/* 商品説明（小） */
.fs-p-productDescription--short{
	font-size: 1.4rem;
}
.fs-p-productDescription--short h3 {
	margin-bottom: 1em;
	padding: .5em .5em;
	background-color: var(--color-gray-800);
	color: var(--color-white);
	font-size: 1.6rem;
	font-weight: 600;
}
.fs-p-productDescription--short p {
	margin-bottom: 1.5em;
}
.fs-p-productDescription--short ul {
	margin-bottom: 1.5em;
	padding-left: 1.5em;
}
.fs-p-productDescription--short li {
	list-style-type: disc;
}
.fs-p-productDescription--short .keyword {
	padding: 15px;
	background-color: var(--color-gray-100);
}

@media only screen and (min-width: 768px) {
	/* レイアウト */
	.fs-l-product4 .fs-l-productLayout {
		grid-template-columns: 560px 1fr;
		grid-gap: 30px;
	}
}


/*-------------------------------------------------------------------------------

 カート / fs

-------------------------------------------------------------------------------*/

/* 削除 / あとで買う */
.fs-c-cartTable__actionButton__container > button {
	white-space: nowrap;
}

/* 送料無料/ついで買い誘導 */
.fs-body-cart .fs-p-announcement {
	margin-bottom: 40px;
}
.fs-p-flexibleColumn {
	margin-top: 20px;
}
.fs-p-flexibleColumn a {
	text-decoration: none;
}

/* ショッピングを続ける */
.fs-c-continueShopping {
	margin-bottom: 40px;
	text-align: center;
}
.fs-c-button--continueShopping {
	width: 360px;
	max-width: 100%;
	font-size: 1.6rem;
}

@media screen and (max-width: 600px) {
	.fs-c-cartTable__row:last-child {
		border-bottom: none;
	}
}
@media screen and (min-width: 600px) {
	/* カート */
	.fs-c-cartTableContainer {
		padding: 0;
		border: none;
	}
}

/*-------------------------------------------------------------------------------

 ログイン / fs

-------------------------------------------------------------------------------*/

/* ログインの目アイコン */
.fs-c-button--particular.fs-c-button--displayPassword ,
.fs-c-button--hidePassword.fs-c-button--particular {
	margin-right: 8px;
}

/* 会員登録ボタン */
.fs-c-buttonContainer.fs-c-buttonContainer--memberRegister {
	margin-top: 32px;
}

/* 連携サービスでログイン */
.fs-c-linkedServiceLogin__title {
	margin-bottom: 20px;
	border-bottom: none;
	color: inherit;
	font-size: 1.8rem;
	font-weight: normal;
}
.fs-c-linkedServiceLogin .fs-c-anotherLogin {
	margin: auto;
	max-width: 360px;
}

/* ログインアイパスエリア */
@media only screen and (min-width: 768px) {
	.fs-body-login .fs-c-inputInformation__field ,
	.fs-body-newsletter-subscribe .fs-c-inputInformation__field {
		padding: 40px 32px;
	}
	.fs-body-login .bnr-area .bnr ,
	.fs-body-register .bnr-area .bnr {
		margin-bottom: 40px;
	}	
}

/*-------------------------------------------------------------------------------

 会員登録 / fs

-------------------------------------------------------------------------------*/

/* 上部文言:カートと共有ペーツ */
.fs-body-register .fs-p-announcement {
	max-width: 640px;
	margin: 32px auto;
}
/* 必須マーク */
:not(.fs-body-product) .fs-c-requiredMark {
	overflow: hidden;
	width: 3.4em;
	height: 2.2em;
	margin-left: 10px;
	vertical-align: middle;
	color: var(--color-white);
}
:not(.fs-body-product) .fs-c-requiredMark::before {
	overflow: hidden;
	content: '必須';
	margin-top: .5em;
	padding: 4px 0;
	border-radius: 2px;
	background-color: var(--color-dred);
	color: var(--color-white);
	font-size: 1.0rem;
	text-align: center;
}
.fs-c-buttonContainer--confirmRegister .fs-c-button--primary {
	width: 240px;
	max-width: 100%;
	padding: 1em;
}
/* 同意するチェック */
.fs-c-agreementConfirmation__message {
	margin-bottom: 15px;
}
.fs-body-register .fs-c-additionalCheckField .fs-c-inputField__field ,
.fs-body-register .fs-c-agreementConfirmation__checkbox {
	display: block;
	max-width: 15em;
	margin: 0 auto;
}
.fs-body-customerDetails .fs-c-additionalCheckField .fs-c-inputField__field ,
.fs-body-customerDetails .fs-c-agreementConfirmation__checkbox {
	display: block;
	max-width: 500px;
	margin: 0 auto;
}
.fs-body-customerDetails .fs-c-agreementConfirmation__password {
	display: block;
	max-width: 500px;
	margin: 15px auto;
}
.fs-c-checkbox__label {
	align-items: flex-start;
}
.fs-c-checkbox__checkMark {
	margin-top: 6px;
}
/* パスワード入力 */
.fs-c-agreementConfirmation__password {
	margin-left: 0;
}
/* 登録完了 */
.fs-c-registerSuccessMessage {
	max-width: 600px;
	border-bottom: none;
	text-align: left;
}
/* マイページへ行くボタン */
.fs-c-button--myPageTop.fs-c-button--plain {
	color: inherit;
	text-decoration: underline;
}
@media only screen and (min-width: 769px) {
	/* 会員登録テーブル:フォーム共通 */
	.fs-c-inputInformation__field {
		max-width: 760px;
	}
	.fs-body-register .fs-c-inputTable > tbody > tr ,
	.fs-body-customerDetails .fs-c-inputTable > tbody > tr ,
	.fs-body-my-account-settings .fs-c-inputTable > tbody > tr ,
	.fs-body-my-account-settings-edit .fs-c-inputTable > tbody > tr {
		display: table-row;
	}
	.fs-body-register .fs-c-inputTable__headerCell ,
	.fs-body-register .fs-c-inputTable__dataCell ,
	.fs-body-customerDetails .fs-c-inputTable__headerCell ,
	.fs-body-customerDetails .fs-c-inputTable__dataCell ,
	.fs-body-my-account-settings .fs-c-inputTable__headerCell ,
	.fs-body-my-account-settings .fs-c-inputTable__dataCell ,
	.fs-body-my-account-settings-edit .fs-c-inputTable__headerCell ,
	.fs-body-my-account-settings-edit .fs-c-inputTable__dataCell {
		padding: 15px 10px;
	}
	.fs-body-register .fs-c-inputTable__headerCell ,
	.fs-body-customerDetails .fs-c-inputTable__headerCell ,
	.fs-body-my-account-settings .fs-c-inputTable__headerCell ,
	.fs-body-my-account-settings-edit .fs-c-inputTable__headerCell {
		width: 35%;
		text-align: right;
	}
	.fs-body-register .fs-c-inputTable__dataCell ,
	.fs-body-customerDetails .fs-c-inputTable__dataCell ,
	.fs-body-my-account-settings .fs-c-inputTable__dataCell ,
	.fs-body-my-account-settings-edit .fs-c-inputTable__dataCell {
		width: 526px;
		max-width: 65%;
	}
}

/*-------------------------------------------------------------------------------

 マイページ / fs

-------------------------------------------------------------------------------*/

.fs-p-accountInfo {
	padding: 15px;
}
.fs-p-accountInfo__header {
	margin-bottom: 10px;
}

.fs-c-purchasePointExpiration + * {
	margin-top: 15px;
}

/* マイページナビ */
.fs-c-accountService {
	gap: 15px;
}
.fs-c-accountService > li {
	flex: 0 0 calc((100% - 15px) / 2);
}


@media only screen and (min-width: 600px) {
	.fs-c-accountService > li {
		margin: 0;
		flex: 0 0 calc((100% - 30px) / 3);
	}
}
@media screen and (min-width: 768px) {
	.fs-body-my-points .fs-c-history__info {
		max-width: none;
	}
}
@media screen and (min-width: 960px) {
	.fs-c-history {
		display: flex;
		flex-direction: row-reverse;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: space-between;
	}	
	.fs-c-history .fs-c-history__info {
		flex-basis: 35%;
	}
	.fs-c-history .fs-c-history__infoSummary {
		flex-basis: 64%;
	}
}


/*-------------------------------------------------------------------------------

 ガイド / 問い合わせ / 特定商取引

-------------------------------------------------------------------------------*/

.fs-c-documentArticle {
	padding: 0 0 20px;
}
.fs-c-documentArticle__content {
	padding: 0;
}

/* 見出し */
.fs-c-documentArticle__heading {
	padding: 8px;
	background-color: var(--color-gray-800);
	font-size: min(1.8rem,4.5vw);
}
.fs-c-documentColumn__heading {
	margin-bottom: 20px;
	padding: 0 0 10px;
	border-left: none;
	color: inherit;
}
.fs-c-documentContent__heading {
	padding: 4px 8px;
	font-size: inherit;
}
.fs-c-documentSubContent__heading {
	border-bottom-width: 2px;
	font-size: inherit;
}

/* メルマガ登録 */
.fs-body-newsletter-subscribe .fs-c-inputInformation__field {
	padding: 32px;
}
.fs-c-inputInformation__button.fs-c-buttonContainer--confirmRegister {
	margin-bottom: 20px;
}



/* member-entry
----------------------------------------------------------- */

.member-entry {
	max-width: 1000px;
	margin: 0 auto;
}
.member-entry__image {
	margin-bottom: 30px;
}
.member-entry__list dt {
	margin-bottom: .3em;
	font-size: 1.8rem;
	font-weight: 600
}
.member-entry__list dd {
	margin-bottom: 1.25em;
	padding-left: 1.5em;
}


@media only screen and (min-width: 768px) {
	.member-entry__image {
		margin-bottom: 40px;
	}
	.member-entry__body {
		padding: 0 20px;
	}
}


/* faq
----------------------------------------------------------- */

.faq {
	max-width: 1000px;
	margin: 0 auto;
}

.faq__item {
	position: relative;
	margin-bottom: 15px;
	padding: 10px 0 5px;
	font-size: min(1.8rem);
}
.faq__item label {
	cursor: pointer;
	display: block;
	padding-bottom: 10px;
	padding-left: 3em;
	font-weight: 600;
	z-index: 999999;
}

.faq__item label::before ,
.faq__item .text::before {
	position: absolute;
	width: 2em;
	height: 2em;
	color: var(--color-white);
	left: 0;
	border-radius: 50%;
	font-family: 'Prompt', sans-serif;
	font-weight: 600;
	text-align: center;
	line-height: 2em;
}
.faq__item label::before {
	background-color: var(--color-primary);
	content: 'Q';
	top: .5em;
}
.faq__item .text::before {
	background-color: var(--color-gray-800);
	content: 'A';
	top: 0;
	transition: 0.4s;
}

/* アコーディオン */
.faq__item .text {
	position: relative;
	opacity: 0;
	height: 0;
	margin: 0;
	padding-left: 3em;
	transition: 0.4s;
}
.faq__item .vibtn:checked ~ .text {
	height: auto;
	opacity: 1;
	padding-top: 10px;
}
.faq__item .vibtn:checked ~ .text::before {
	top: .5em;
}

/* vibtn */
.faq__item .vibtn {
	position: absolute;
	visibility: hidden;
}

/* icon */
.faq__item .icon::before ,
.faq__item .icon::after {
	position: absolute;
	visibility: visible;
	content: '';
	top: 25px;
	right: 20px;
	width: 20px;
	height: 0;
	border-top: 2px solid #CCC;
}
.faq__item .icon::before {
	transform: rotate(90deg);
	transition: 0.4s;
}
.faq__item .vibtn:checked + .icon::before {
	transform: rotate(0);
}



/* henpin
----------------------------------------------------------- */

.henpin {
	max-width: 860px;
	margin: 0 auto;
	background-color: var(--color-black);
}


/* /////////////////////////////////////////////////////////////////////////////

 汎用CSS

///////////////////////////////////////////////////////////////////////////// */

.color--or {
	color: var(--color-primary);
}

.bold {
	font-weight: bold;
}
.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.mB10 {
	margin-bottom: 10px;
}
.mB20 {
	margin-bottom: 20px;
}
.mB30 {
	margin-bottom: 30px;
}
.mB40 {
	margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
	.sp_hide {
		display: none;
	}
	.sp_center {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
}
@media only screen and (min-width: 768px) {
	.pc_hide {
		display: none;
	}
	.pc_center {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
}
