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

CSS Information

 File name:	layout.css

 Style Info:	レイアウト設定 ※ スマフォファースト。

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

:root {
	--color-text      : #333;
	--color-body      : #FFF;
	--color-beige-100 : #f5f4f2;
	--color-beige-200 : #f2f0e7;
	--color-beige-300 : #f5f6f0;

	--color-primary   : #999966;
	--color-secondary : #ea8f33;

	--color-line      : #22ba4f;
	--color-fb        : #315096;
	
	--color-white     : #FFF;
	--color-gray-100  : #EEE;
	--color-gray-150  : #DDD;
	--color-gray-200  : #CCC;
	--color-gray-300  : #999;
	--color-gray-400  : #666;
	--color-gray-500  : #888;
	--color-gray-600  : #666;
	--color-gray-800  : #333;
	--color-black     : #000;
	
	--color-red       : #C00;
	--color-dred      : #900;

	--grade--bg       : linear-gradient(135deg, rgba(65, 65, 65, 1) 0%, rgba(1, 1, 1, 1) 100%);
	
	--overlay-black-80 : rgba(0 0 0 / 80%);

	--font-gothic: 'Noto Sans JP','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	--font-mincho: 'Noto Serif JP', '游明朝', YuMincho, 'Hiragino Mincho ProN W3', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}

html {
	scroll-behavior: smooth;
}

body {
	overflow-x: hidden;
	position: relative;
	background: var(--color-body);
	color: var(--color-text);
	font-size: 1.4rem;
	font-family: var(--font-gothic);
	line-height: 1.8;
}

.font-gothic {
  font-family: var(--font-gothic);
}
.font-mincho {
  font-family: var(--font-mincho);
}

a {
	color: var(--color-text);
	text-decoration: underline;
}
a:link ,
a:active ,
a:visited {
	color: var(--color-text);
}
a:hover {
	color: var(--color-secondary);
	text-decoration: none;
}

a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

em {
	font-style: normal;
}

strong {
	font-weight: bold;
}

.clearfix::after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}

p {
	margin: 0;
	padding: 0;
}

.vibtn {
	position: absolute;
	visibility: hidden;
}


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

 Future shop コマースクリエーター style [スタートアップテーマ(PC/タブレット)ベース]

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

.fs-preview-header {
	display: none;
}

.fs-l-header {
	padding-top: 0;
}

.fs-l-header--min {
	border-bottom: none;
}

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

.fs-c-breadcrumb {
	max-width: 1250px;
	margin: 15px auto;
	padding: 0 10px;
}
.fs-c-breadcrumb + .fs-c-breadcrumb {
	display: none;
}
.fs-c-breadcrumb__list {
	padding-inline: 0;
}
@media only screen and (max-width: 767px) {
	.fs-c-breadcrumb__list {
		white-space: nowrap;
	}
	.fs-c-breadcrumb {
		overflow-x: auto;
		width: 100%;
		-webkit-overflow-scrolling: touch;
	}
}

/* ログイン/ログアウト：非表示 */
.logout.my_false ,
.login.my_true ,
.member.my_true ,
.mypage.my_false {
	display: none;
}


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

 header

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

.header__wrapper {
}
.header__body {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	max-width: 1230px;
	margin: 0 auto;
	padding: 10px 10px;
}
.header .logo_area {
	width: 360px;
	max-width: 50%;
	line-height: 1;
}
.header .logo_area a {
	display: block;
}


/* PC/SP 共通：utility navi
----------------------------------------------------------- */

.unavi {
	position: relative;
	display: flex;
	justify-content: flex-end;
	margin-bottom: 10px;
}
.unavi li a {
	position: relative;
	display: block;
	padding: 4px 12px;
	font-size: min(1.4rem,3vw);
	font-weight: 400;
	text-decoration: none;
}
.unavi li a::before {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 auto;
	background: center / contain no-repeat;
}
.unavi li.unavi__item--member a::before {
	background-image: url(../images/common/icon_user.svg);
}
.unavi li.unavi__item--login a::before {
	background-image: url(../images/common/icon_login.svg);
}
.unavi li.unavi__item--wishlist a::before {
	background-image: url(../images/common/icon_favo.svg);
}
.unavi li.unavi__item--contact a::before {
	background-image: url(../images/common/icon_mail.svg);
}
.unavi li.unavi__item--cart a::before {
	background-image: url(../images/common/icon_cart.svg);
}
.unavi li.unavi__item--cart {
	position: relative;
}
.unavi .cart-badge {
	position: absolute;
	right: 8px;
	top: 4px;
	width: 1.5em;
	height: 1.5em;
	border-radius: 50%;
	background-color: var(--color-dred);
	color: var(--color-white);
	font-size: 1.2rem;
	text-align: center;
	line-height: 1.5;
}

.infonavi {
	position: relative;
	display: flex;
	justify-content: flex-end;
	line-height: 1.2;
}
.infonavi li:not(:last-child) {
	border-right: 1px solid var(--color-text);
}
.infonavi li a {
	position: relative;
	display: block;
	padding: 0 1em;
	font-size: min(1.4rem,3vw);
	font-weight: 400;
	text-decoration: none;
}


/* search
------------------------------------------------------------- */

.search__wrapper {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 1em;
	margin-bottom: 10px;
}

.search {
	position: relative;
	overflow: hidden;
	width: 350px;
	padding-right: 45px;
	border-radius: 5px;
	border: 1px solid var(--color-text);
}
.search input {
	-webkit-appearance: none;
	appearance: none;
	background: var(--color-white);
	border: none;
	border-radius: 0;
	outline: none;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.search button {
	position: absolute;
	top: 0;
	right: 0;
	-webkit-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	outline: none;
	width: 45px;
	height: 100%;
	text-indent: -100vw;
	background: center 45% / 50% auto url(../images/common/icon_search_wh.svg) no-repeat var(--color-text);
}

/* gnavi
----------------------------------------------------------- */

.navbar {
	position: relative;
	width: 100%;
	border-top: 1px solid var(--color-gray-200);
	border-bottom: 1px solid var(--color-gray-200);
	padding: 16px 15px;
	line-height: 1.2;
}
.gnavi {
	display: flex;
	justify-content: center;
	justify-content: space-around;
	max-width: 100%;
	width: 960px;
	margin: 0 auto;
	padding: 0 calc(10px + 1%);
	text-align: center;
}
.gnavi a {
	display: block;
	font-size: min(1.4rem,3vw);
	font-weight: 400;
	text-decoration: none;
}
.gnavi__item > a::after {
	display: inline-block;
	content: '';
	width: .5em;
	height: .9em;
	margin-left: .5em;
	background: center / contain no-repeat;
	background: url("data:image/svg+xml,%3Csvg viewBox='0 0 22.95 41.82' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m0 2.05 18.86 18.86-18.86 18.86 2.05 2.05 20.9-20.91-20.9-20.91z' fill='%23333'/%3E%3C/svg%3E") no-repeat center / contain;
	vertical-align: middle;
}
.gnavi__item--open > a::after {
	width: 1em;
	height: .65em;
	background: url("data:image/svg+xml,%3Csvg viewBox='0 0 41.8 23' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m39.8 0-18.9 18.9-18.9-18.9-2 2 20.9 21 20.9-21z' fill='%23333'/%3E%3C/svg%3E") no-repeat center / contain;
}

/* サブメニュー */
.gnavi .gnavi-drop {
	display: none;
	position: absolute;
	top: 16px;
	left: 0;
	z-index: 2;
	width: 100%;
	color: var(--color-black);
}
.gnavi .gnavi-drop .gnavi-drop-wrapper {
	position: relative;
	padding-top: 16px;
}
.gnavi .gnavi-drop .gnavi-drop-box {
	position: relative;
	padding: 30px 30px;
	background: var(--color-white);
	text-align: left;
}
/*.gnavi .gnavi-drop ul {
	display: flex;
	flex-wrap: wrap;
	text-align: left;
	line-height: 1.4;
}
.gnavi .gnavi-drop li {
	width: calc((100% - 45px) / 4);
}
.gnavi .gnavi-drop a {
	color: var(--color-text);
	text-decoration: none;
	text-align: left;
	line-height: 1.4;
}*/

/* サブメニューホバー時 */
.gnavi__item--open:hover .gnavi-drop {
	display: block;
}
.gnavi__item--open:hover > a::after {
	transform: rotate(180deg);
}


/* menu
------------------------------------------------------------- */

/* ハンバーガーメニュー */
.burger_icon {
	display: block;
	width: 40px;
	height: 40px;
	z-index: 2205;
}
.burger_icon span {
	position: relative;
	display: block;
	width: 30px;
	height: 3px;
	margin: 15px auto 0;
	border-radius: 50vh;
	background-color: var(--color-primary);
	transition: 0.4s;
}
.burger_icon span::before ,
.burger_icon span::after {
	position: absolute;
	content: '';
	left: 0;
	width: 30px;
	height: 3px;
	border-radius: 50vh;
	background-color: var(--color-primary);
	transition: 0.4s;
}
.burger_icon span::before {
	top: -10px;
}
.burger_icon span::after {
	bottom: -10px;
}

/* ハンバーガーメニューを変形 */
.burger_icon.active span {
	background: transparent;
}
.burger_icon.active span::before {
	top: 0;
	transform: rotate(45deg);
}
.burger_icon.active span::after {
	bottom: 0;
	transform: rotate(-45deg);
}

/* メニュー：OPEN/CLOSE */
.burger_content {
	position: fixed;
	overflow: scroll;
	top: -150vh;
	left: 0;
	width: 100%;
	max-height: calc(100vh - 75px);
	opacity: 0;
	/*z-index: 2050;*/
	transition: 0.1s ease-in-out;
}
input[type="checkbox"]:checked ~ .burger_content {
	overscroll-behavior-y: contain;
	-webkit-overflow-scrolling: touch;
	top: 75px;
	opacity: 1;
}

.burger_content {
	padding: 20px;
	background: var(--color-beige-200);
}
.burger_content a {
	color: inherit;
}

.burger_content .logo {
	width: 40%;
	margin-bottom: 30px;
}

.bnavi__block {
	margin-bottom: 20px;
}
.bnavi__block.border {
	padding-top: 20px;
	border-top: 1px solid var(--color-gray-500);
}
.bnavi__block h3 {
	position: relative;
	margin-bottom: .5em;
}
.bnavi__block h3 label {
	display: block;
	font-size: 1.6rem;
	font-weight: 600;
}
.bnavi li a {
	display: block;
	padding: 4px 0;
	text-decoration: none;
}


@media only screen and (max-width: 767px) {
	.header {
		position: fixed;
		width: 100%;
		background: var(--color-white);
	}
	.unavi li ,
	.search__wrapper ,
	.navbar {
		display: none;
	}
	.header__wrapper {
		height: 75px;
	}
	.unavi {
		margin-bottom: 0;
		line-height: 1;
	}
	.unavi li.unavi__item--cart ,
	.unavi li.burger {
		display: block;
	}
	.unavi li a::before {
		width: 24px;
		height: 24px;
	}
}
@media only screen and (min-width: 768px) {
	.burger_content {
		display: none;
	}
	.header__body {
		align-items: center;
		padding: 20px 20px;
	}
	.unavi li.burger {
		display: none;
	}
}


/* keyword
------------------------------------------------------------- */

.keyword {
	display: flex;
	align-items: center;
	max-width: 1220px;
	margin: 15px auto;
	padding: 0 10px;
}
.keyword__title {
	width: 9em;
	font-size: min(2rem,3.2vw);
	font-weight: 600;
}
.keyword__list {
	display: flex;
	flex-wrap: wrap;
}
.keyword__list li {
	white-space: nowrap;
}
.keyword__list a {
	display: block;
	padding: .3em 1em;
	border-radius: 50vh;
	background: var(--color-gray-100);
	text-decoration: none;
}
@keyframes keyword-scroll {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}
@media only screen and (max-width: 767px) {
	.keyword__body {
		overflow: hidden;
		flex: 1;
	}
	.keyword__track {
		display: flex;
		gap: 5px;
		width: max-content;
		animation: keyword-scroll 20s linear infinite;
	}	  
	.keyword__list {
		min-width: 200vw;
		gap: 5px;
	}
}
@media only screen and (min-width: 768px) {
	.keyword {
		justify-content: center;
	}
	.keyword__body {
		flex: 1;
	}
	.keyword__list {
		gap: 10px;
	}
}


/* cate-list
----------------------------------------------------------- */


.cate-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
	max-width: 1200px;
	margin: 0 auto;
}
.cate-list a {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 4px;
	border: 1px solid var(--color-gray-200);
	background: var(--color-white);
	text-decoration: none;
}
.cate-list a:hover {
	background: var(--color-beige-100);
}
.cate-list .img {
	display: block;
	width: 70px;
}
.cate-list .name {
	display: block;
	flex: 1;
}

@media only screen and (min-width: 768px) {
	.cate-list {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 20px 27px;
	}
	.cate-list li {
		width: calc((100% - 27px * 2) / 3);
	}
	
}


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

メインコンテンツ : fs-l-main / fs-l-pageMain / side

※ fs で始まるクラスはショップ全体にかかわるので、変更するときは注意 ※
※ 変更する時はそのページの body のクラス名を調べてページだけ適応するほうが安全 ※

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

.fs-l-main {
	display: -webkit-flex;
	display: flex;
	display: block;
	clear: both;
	max-width: 1230px;
	margin: 0 auto;
	padding-inline: 20px;
}

/* トップページとカテゴリページフリーページ */
.fs-body-top .fs-l-main ,
.fs-body-category .fs-l-main ,
.fs-body-custom .fs-l-main {
}

/* カート 会員登録など */
.fs-body-cart .fs-l-main ,
.fs-body-cart-login .fs-l-main ,
.fs-body-customerDetails .fs-l-main ,
.fs-body-register .fs-l-main ,
.fs-body-my-top .fs-l-main {
}

.fs-l-pageMain {
	width: 100%;
	max-width: 100%;
}



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

 footer

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

/* footer
----------------------------------------------------------- */


.footer {
	clear: both;
	background: var(--color-gray-100);
	color: var(--color-text);
}
.fs-l-footer .footer a {
	color: inherit;
}
.footer__cover {
	aspect-ratio: 4/3;
	background: center / cover url(../images/common/footer_img.webp);
}
.footer .footer__inner {
	position: relative;
	max-width: 1240px;
	margin: 0 auto;
	padding: 60px 20px;
}


/* info */
.footer__info {
	margin-bottom: 30px;
	font-size: 1.4rem;
}
.footer__info .f_logo {
	margin-bottom: 20px;
	text-align: center;
}
.footer__info .f_logo a {
	display: inline-block;
	max-width: 80%;
	width: 300px;
}
.footer__info-text {
	line-height: 1.2;
}
.footer__info-text p {
	margin-bottom: 1.5em;
}


/* fnavi */
.footer__navi {
	margin-bottom: 30px;
	font-size: 1.4rem;
}
.fnavi__block {
	margin-bottom: 20px;
}
.fnavi__block h3 {
	position: relative;
	margin-bottom: .5em;
}
.fnavi__block h3 label {
	cursor: default;
	display: block;
	font-size: 1.6rem;
	font-weight: 600;
}
.fnavi li a {
	display: block;
	padding: 4px 0;
	text-decoration: none;
}

.footer .copy {
	font-size: 1.2rem;
	text-align: center;
}


@media only screen and (max-width: 767px) {
	.fnavi__block h3 label::after ,
	.bnavi__block h3 label::after {
		position: absolute;
		display: block;
		content: '';
		top: .25em;
		right: 0;
		width: 18px;
		height: 10px;
		background: center / contain no-repeat;
		background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2018%2010.5%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22m17%201-8%208-8-8%22%20fill%3D%22none%22%20stroke%3D%22%23333%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22/%3E%3C/svg%3E");
		transition: 0.4s;
	}
	.fnavi__block .fnavi ,
	.bnavi__block .bnavi {
		position: relative;
		opacity: 0;
		display: none;
		height: 0;
		transition: 0.4s;
	}
	.fnavi__block .vibtn:checked ~ .fnavi ,
	.bnavi__block .vibtn:checked ~ .bnavi {
		display: block;
		height: auto;
		opacity: 1;
		padding-bottom: 15px;
	}
	.fnavi__block .vibtn:checked + h3 label::after ,
	.bnavi__block .vibtn:checked + h3 label::after {
		transform:rotate(180deg);
	}
}
@media only screen and (min-width: 768px) {
	.footer__cover {
		aspect-ratio: 96/25;
	}
	.footer__body {
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
		gap: 40px;
		margin-bottom: 80px;
	}
	.footer__info {
		width: 580px;
	}
	.footer__info-body {
		display: flex;
		align-items: center;
	}
	.footer__info .f_logo {
		width: 50%;
	}
	.footer__navi {
		flex: 1;
		display: flex;
		justify-content: space-between;
		gap: 15px;
	}
	.footer__navi .fnavi__col {
		flex: 1;
	}
}



/* 営業日カレンダー
------------------------------------------------------------- */

.calendar {
	margin-bottom: 40px;
}
.calendar-wrapper {
	display: flex;
	justify-content: space-between;
	gap: 10px;
}
.calendar-box {
	width: calc(50% - 5px);
}
/* 営業日カレンダー */
.calendar table {
	width: 100%;
	line-height: 1;
	text-align: center;
	border-collapse: collapse;
	border: 1px solid var(--color-gray-200);
	color: var(--color-black);
	background: var(--color-white);
}
/* 月名 */
.calendar caption {
	padding: 6px 3px;
	text-align: center;
	font-size: 15px;
	color: var(--color-black);
	background: var(--color-gray-200);
}
/* 曜日 */
.calendar th {
	padding: 5px 0;
	width: calc(100% / 7);
	border: 1px solid var(--color-gray-200);
	font-weight: 400;
	background: var(--color-white);
}
.calendar th.sunday {
	color: #c66;
}
.calendar th.saturday {
	color: #6699cc;
}
/* 日付の枠 */
.calendar td {
	padding: 5px 0;
	width: calc(100% / 7);
	border: 1px solid var(--color-gray-200);
	background: var(--color-white);
}
.calendar td.close {
	color: var(--color-white);
	background: #CCC;
}
.calendar td.sunday {
	color: var(--color-white);
	background: #c66;
}
.calendar td.saturday {
	color: var(--color-white);
	background: #6699cc;
}

/* カレンダーの色説明 */
.calendar .txt-close {
	font-size: 14px;
}
.calendar .txt-close .mark-close {
	color: #e2c600;
}
.calendar .txt-close-note {
	font-size: 14px;
}
@media only screen and (min-width: 768px) {
	.calendar-wrapper {
		gap: 20px;
	}
	.calendar-box {
		width: calc(50% - 10px);
	}
	/* 月名 */
	.calendar caption {
		padding: 10px 3px;
	}
	.calendar th ,
	.calendar td {
		padding: 10px 0;
	}
}
