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

CSS Information

 File name:	main.css

 Style Info:	メイン設定 ※ スマフォファースト
 
============================================================================== */

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

 共通部分 / 汎用パーツ

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

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

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

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

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


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

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

.title_block {
	margin-bottom: 20px;
	text-align: center;
}
.title_block :where(h1,h2,h3) {
	line-height: 1.6;
}
.title_block .main {
	display: inline-block;
	color: var(--color-primary);
	font-size: min(2.8rem,5.5vw);
	font-weight: 500;
}
.title_block .sub {
	display: inline-block;
}
.title_block .sub--large {
	font-size: min(2rem,5vw);
	font-weight: 500;
}
.title_block .sub--fukidashi {
	width: 148px;
	padding: .4em 0 1.2em;
	background: center top / 100% auto url(../images/common/title_fukidashi.svg) no-repeat;
	font-weight: 600;
}

/* icons */
.title_block .main--icon-rank::before {
	content: '';
	display: block;
	width: .9em;
	height: .65em;
	margin: 0 auto;
	background: center top / contain url(../images/common/icon_crown.svg) no-repeat;
}
.title_block .sub--icon-fav::before {
	content: '';
	display: block;
	width: .9em;
	height: .8em;
	margin: 0 auto;
	background: center top / contain url(../images/common/icon_favo02.svg) no-repeat;
}
.title_block .main--icon-review::before {
	content: '';
	display: block;
	width: .8em;
	height: .6em;
	margin: 0 auto;
	background: center top / contain url(../images/common/icon_review.png) no-repeat;
}
.title_block .main--icon-check::before {
	content: '';
	display: block;
	width: .75em;
	height: .75em;
	margin: 0 auto;
	background: center top / contain url(../images/common/icon_history.svg) no-repeat;
}
.title_block .main--icon-info::before {
	content: '';
	display: block;
	width: .75em;
	height: .75em;
	margin: 0 auto;
	background: center top / contain url(../images/common/icon_bel.svg) no-repeat;
}
.title_block .main--icon-menu::before {
	content: '';
	display: block;
	width: .65em;
	height: .65em;
	margin: 0 auto;
	background: center top / contain url(../images/common/icon_menu.svg) no-repeat;
}

.title_block p {
	margin-top: 1em;
}

/* title other */
.title_sub {
	margin-bottom: 40px;
	font-size: 1.25rem;
	font-weight: 500;
}

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


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

.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 {
	line-height: 2.2;
}
  
.text-block p:not(:last-child) ,
.text-block_center p:not(:last-child) {
	margin-bottom: 1.5em;
}

.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;
}


/* 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.-right {
	text-align: right;
}
.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;
	text-align: center;
}
.btn_box a:hover {
	opacity: .5;
}
.btn_box--bl a {
	background: var(--color-text);
}
.btn_box--min a {
	width: 140px;
	padding: 4px;
}


/* bnr
----------------------------------------------------------- */

/* list */
.bnr-list:not(:last-child) {
	margin-bottom: 30px;
}
.bnr-list {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.bnr-list--detail {
	gap: 10px;
}
.card-list+.bnr-list ,
.bnr-list+.bnr-list {
	margin-top: 40px;
}
.bnr-list__item ,
.bnr-list__item--full ,
.bnr-list--detail .bnr-list__item {
	width: 100%;
}
.bnr-list__item--3col, .bnr-list__item--4col {
	width: calc((100% - 15px) / 2);
}
.bnr-list a {
	display: block;
	text-decoration: none;
}
.bnr-list__text {
	margin-top: 1em;
}
@media only screen and (min-width: 768px) {
	.bnr-list {
		gap: 20px 40px;
	}
	.bnr-list--detail {
		gap: 10px;
	}
	.bnr-list__item {
		width: calc((100% - 40px) / 2);
	}
	.bnr-list__item--3col {
		width: calc((100% - 40px * 2) / 3);
	}
	.bnr-list__item--4col {
		width: calc((100% - 40px * 3) / 4);
	}
	.bnr-list__item--full {
		width: 100%;
	}
}


/* 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__price .small ,
.card_list__price--normal small {
	font-size: 85%;
}
.card_list__price .label ,
.card_list__price--normal .label {
	display: inline-block;
	margin-right: .5em;
}
.card_list__price .label {
	padding: 0 .5em;
	background-color: var(--color-dred);
	color: #fffd7a;
}
.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);
	}
}


/* レコメンド+
----------------------------------------------------------- */

.recommend__wrap h2 {
	display: none;
}


/* product-list
----------------------------------------------------------- */

.product-list {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.product-list li {
	width: 100%;
}
/* 5分割 */
.product-list05 li {
	width: 50%;
}
.product-list a {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 20px;
	text-decoration: none;
}
.product-list a:hover img {
	opacity: 1;
}
.product-list a:hover {
	opacity: .5;
}
.product-list--rank a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 4em;
	height: 5.8em;
	background: left top / contain;
}
.product-list--rank li:nth-child(1) a::before {
	width: 5em;
	height: 7.2em;
	background-image: url(../images/common/icon_rank01.svg);
}
.product-list--rank li:nth-child(2) a::before {
	background-image: url(../images/common/icon_rank02.svg);
}
.product-list--rank li:nth-child(3) a::before {
	background-image: url(../images/common/icon_rank03.svg);
}
.product-list__thumb {
	display: block;
}
.product-list__text .title {
	display: block;
	font-size: 2rem;
	font-weight: 600;
}
.product-list__text .name {
	display: block;
}
.product-list__text .price {
	display: block;
	color: var(--color-red);
	font-size: 2rem;
	font-weight: 600;
}
.product-list__text p:not(:last-child) {
	margin-bottom: 1em;
}
.product-list__text .btn {
	display: block;
	width: 240px;
	max-width: 100%;
	padding: .5em;
	border-radius: 4px;
	background: var(--color-dred);
	color: var(--color-white);
	text-align: center;
}
.product-list__text .btn::before {
	content: '';
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	margin-right: .5em;
	margin-bottom: -.25em;
	background: center / contain url(../images/common/icon_cart_wh.svg) no-repeat;
}

@media only screen and (min-width: 768px) {
	.product-list {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		gap: 40px;
	}
	.product-list li {
		width: calc((100% - 40px * 2) / 3);
	}
	.product-list--aside li {
		width: calc((100% - 40px) / 2);
	}
	.product-list li.full {
		width: 100%;
	}
	/* 2分割 */
	.product-list--sepa02 li {
		width: calc((100% - 40px) / 2);
	}
	/* 4分割 */
	.product-list--sepa04 li {
		width: calc((100% - 40px * 3) / 4);
	}
	/* 5分割 */
	.product-list--sepa05 li {
		width: calc((100% - 40px * 4) / 5);
	}
	.product-list--aside a {
		flex-direction: row;
	}
	.product-list--aside .product-list__thumb {
		width: 42%;
	}
	.product-list--aside .product-list__text {
		flex: 1;
	}
}

/* アーカイブ一覧表示
-----------------------------------------------------------*/

.entry-vertical__list {
	margin-bottom: 20px;
	border-top: 1px solid var(--color-gray-300);
	border-bottom: 1px solid var(--color-gray-300);
	font-size: 1.4rem;
	font-family: var(--font-gothic);
}
.entry-vertical__list li {
	padding: .5em 1em;
}
.entry-vertical__list li:not(:last-child) {
	border-bottom: 1px dotted var(--color-gray-300);
}
.entry-vertical__list li .date_box {
	display: inline-block;
	vertical-align: middle;
}
.entry-vertical__list li .cate_school {
	display: inline-block;
	vertical-align: middle;
}
.entry-vertical__list li .entry-vertical__title {
	display: block;
	margin-top: 0.5em;
}
.entry-vertical__list li .entry-vertical__title .title {
	display: inline-block;
}
.entry-vertical__list li a {
	position: relative;
	display: inline-block;
	padding-right: 1.2em;
}
@media (min-width: 768px) {
	.entry-vertical__list li {
		display: flex;
		align-items: center;
		padding: 1em 1em;
	}
	.entry-vertical__list li .date_box {
		display: block;
		width: 7em;
	}
	.entry-vertical__list li .cate_box2 {
		display: block;
		width: 10em;
	}
	.entry-vertical__list li .entry-vertical__title {
		flex: 1;
		margin-top: 0;
	}
}


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

 index

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

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

.cover {
	max-width: 1230px;
	margin: 0 auto 40px;
	padding: 0 15px;
}

/* splide */
.cover_splide {
	padding-bottom: 20px;
}
.cover_splide .splide__track {
	overflow: visible;
}
.cover_splide .splide__arrow {
	height: 4em;
	background: var(--overlay-black-80);
	border-radius: 0;
}
.cover_splide .splide__arrow--prev {
	left: 0;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.cover_splide .splide__arrow--next {
	right: 0;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.cover_splide .splide__arrow svg {
	fill: var(--color-white);
}
.cover_splide .splide__pagination {
	bottom: 0;
	gap: 8px;
}
.cover_splide .splide__pagination__page {
	width: 30px;
	height: 5px;
	margin: 0;
	border-radius: 0;
}
.cover_splide .splide__pagination__page.is-active {
	background: #003300;
	transform: scale(1);
}

/* about
----------------------------------------------------------- */

.about {
	background: center top / 200% auto url(../images/home/about_bg.webp) no-repeat;
}
.about__head {
	padding: 20px;
}
.about__body {
	padding: 20px;
}
@media only screen and (max-width: 767px) {
	.about__logo {
		text-align: center;
	}
	.about__logo img {
		width: 75%;
	}
}
@media only screen and (min-width: 768px) {
	.about {
		background-size: 100% auto;
	}
	.about__logo img {
		max-width: 40%;
	}
	.about__body {
		padding: 50px 40px 80px;
	}
}



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

 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 ,
.fs-c-button--primary:link ,
.fs-c-button--secondary:link {
	padding: .8em;
	box-sizing: border-box;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: var(--color-white);
}
.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__prices .fs-c-productPrice__main__label {
	font-size: 85%;
}
.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;
	background: #f37e50;
}
/* お気に入りボタン */
.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;
	}
}
@media screen and (min-width: 960px) {
	body.fs-body-cart ,
	body.fs-body-checkout {
		overflow: visible;
	}
	.fs-body-cart .fs-l-cart__contentsArea ,
	[class^=fs-body-checkout] .fs-l-checkout {
		position: relative;
		overflow: visible;
	}
	.fs-body-cart .fs-l-cart__sideColumn ,
	[class^=fs-body-checkout] .fs-l-checkout__sideColumn {
		position: sticky;
		top: 200px;
	}
}


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

 ログイン / 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;
}

/* お問い合わせ */
.contact__wrap {
	overflow: hidden;
	max-width: 720px;
	margin-inline: auto;
}
.contact__wrap iframe {
	overflow: hidden;
	margin-top: -50px;
}


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

 汎用CSS

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

.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;
	}
}
