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

CSS Information

 File name:	layout.css

 Style Info:	レイアウト設定

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

/* font-family: 'Prompt', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@400;600&display=swap');

:root {
	--color-text      : #000;
	--color-body      : #FFF;
	--color-bg-base   : #f4f3ef;
	--color-bg-light  : #efeee8;
	--color-bg-or     : #efd9ce;

	--color-primary   : #f66f1e;
	--color-secondary : #ffdc68;

	--color-line      : #22ba4f;
	--color-fb        : #315096;
	
	--color-white     : #FFF;
	--color-gray-100  : #EEE;
	--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-dred      : #C00;

	--grade--bg       : linear-gradient(135deg, rgba(65, 65, 65, 1) 0%, rgba(1, 1, 1, 1) 100%);
	
	--layer_dark      : rgba(0,0,0,.75);
}

html {
	scroll-behavior: smooth;
}

body {
	overflow-x: hidden;
	position: relative;
	background: var(--color-body);
	color: var(--color-text);
	font-size: 1.4rem;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height: 1.8;
}
@media only screen and (min-width: 768px) {
	body {
		font-size: 1.6rem;
	}
}

.font_mincho {
	font-family: '游明朝', YuMincho, 'Hiragino Mincho ProN W3', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}

a {
	color: var(--color-text);
	text-decoration: underline;
}
a:link
a:active
a:visited {
	color: var(--color-text);
}
a:hover {
	opacity: .5;
	color: inherit;
	text-decoration: none;
}

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

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

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


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

 header

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

.header {
	position: relative;
	background: var(--color-white);
	z-index: 2100;
}


/* logo
----------------------------------------------------------- */

.header__headline {
	background-color: var(--color-primary);
	color: var(--color-white);
}
.headline__inner {
	position: relative;
	max-width: 1360px;
	margin: 0 auto;
}
.header__headline h1 ,
.header__headline p {
	margin: 0;
	padding: 6px 10px;
	font-size: min(1.2rem,3vw);
}
.header__search {
	position: absolute;
	right: 0;
	bottom: -30px;
	width: 330px;
	padding: 11px 10px 11px 50px;
	background: no-repeat left bottom;
	background-image: url(../images/common/bg_header.svg);
	background-size: auto 52%;
}
.header__search::after {
	position: absolute;
	content: '';
	right: -100%;
	top: 0;
	width: 25vw;
	height: 100%;
	background-color: var(--color-primary);
}
.header__search--alone {
	padding: 15px 15px;
	background-color: var(--color-gray-800);
}
.header__search--alone .search__inner {
	max-width: 560px;
	margin: 0 auto;
}

/* サーチインナー */
.search__inner {
	position: relative;
	display: flex;
	align-items: center;
	z-index: 101;
}
.search__inner [type="text"] {
	flex: 1;
}
.search__inner button {
	width: 4em;
	height: 2em;
	background-image: var(--grade--bg);
	color: var(--color-white);
}

.header__body {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1360px;
	gap: 20px;
	margin: 0 auto;
	padding: 10px 10px;
	transition: 0.4s;
}

/* logo
----------------------------------------------------------- */

.header__logo {
	display: block;
	width: 270px;
	max-width: 35%;
	transition: 0.4s;
}
.header__logo a {
	display: block;
	transition: 0.4s;
}

/* benefit
----------------------------------------------------------- */

.benefif-list {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	transition: 0.4s;
}

/* utility navi
----------------------------------------------------------- */

.unavi {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	font-size: min(1.3rem,3vw);
	line-height: 1;
	transition: 0.4s;
}
.unavi li {
	position: relative;
	transition: 0.4s;
}
.unavi a {
	display: block;
	padding: 10px;
	padding-left: 2.5em;
	font-weight: 600;
	text-decoration: none;
	white-space: nowrap;
}
.unavi li a::before {
	position: absolute;
	content: '';
	top: calc(50% - .95em);
	left: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.unavi li.guide a::before {
	background-image: url(../images/common/icon_note.svg);
}
.unavi li.login a::before ,
.unavi li.mypage a::before {
	background-image: url(../images/common/icon_member.svg);
}
.unavi li.member a::before {
	background-image: url(../images/common/icon_entry.svg);
}
.unavi li.cart a::before {
	background-image: url(../images/common/icon_cart.svg);
}
.unavi .cart-badge {
	position: absolute;
	left: -4px;
	bottom: -2px;
	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;
}


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

.navbar {
	position: relative;
	width: 100%;
	padding: 16px 15px;
	background-image: var(--grade--bg);
	line-height: 1.2;
}
.gnavi {
	position: relative;
	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;
	color: var(--color-white);
	font-size: min(1.6rem,1.5vw);
	font-weight: 600;
	text-decoration: none;
}
.gnavi__item--open > a::after {
	display: inline-block;
	content: '';
	width: 1em;
	height: .85em;
	margin-left: .5em;
	background: no-repeat center center;
	background-image: url('data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2043.9%2026%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m43.9%204.1-4.1-4.1-17.8%2017.8-17.9-17.8-4.1%204.1%2022%2021.9z%22%20fill%3D%22%23f66f1e%22%2F%3E%3C%2Fsvg%3E');
	background-size: 100% contain;
	vertical-align: middle;
}

/* サブメニュー */
.gnavi .gnavi-drop {
	display: none;
	position: absolute;
	top: 18px;
	left: 0;
	z-index: 2;
	width: 100%;
	color: var(--color-black);
}
.gnavi .gnavi-drop .gnavi-drop-wrapper {
	position: relative;
	padding-top: 18px;
}
.gnavi .gnavi-drop .gnavi-drop-box {
	position: relative;
	padding: 30px 30px;
	background: var(--color-black);
}
.gnavi .gnavi-drop ul {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	text-align: left;
	line-height: 1.4;
}
.gnavi .gnavi-drop li {
	width: calc((100% - 45px) / 4);
}
.gnavi .gnavi-drop a {
	position: relative;
	padding: 10px 10px;
	background: linear-gradient(0deg, rgba(242, 242, 242, 1) 0%, rgb(252, 252, 252) 100%);
	color: var(--color-text);
	text-decoration: none;
	text-align: left;
	line-height: 1.4;
}
.gnavi .gnavi-drop a::after {
	position: absolute;
	display: block;
	content: '';
	top: calc(50% - .5em);
	right: 10px;
	width: 1em;
	height: .85em;
	margin-left: .5em;
	background: no-repeat center center;
	background-image: url('data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2043.9%2026%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m43.9%204.1-4.1-4.1-17.8%2017.8-17.9-17.8-4.1%204.1%2022%2021.9z%22%20fill%3D%22%23f66f1e%22%2F%3E%3C%2Fsvg%3E');
	background-size: 100% contain;
	transform: rotate(-90deg);
}

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


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

/* ハンバーガーメニュー */
.find_icon ,
.burger_icon {
	display: block;
	width: 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;
}
.find_icon span::before ,
.burger_icon span::before ,
.find_icon span::after ,
.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;
}

.find_icon span {
	position: relative;
	display: block;
	width: 30px;
	height: 30px;
	margin: 2px auto 0;
	background: no-repeat center top url(../images/common/icon_search.svg);
	background-size: 24px auto;
	transition: 0.4s;
}
.find_icon span::before ,
.find_icon span::after {
	background: transparent;
}
.find_icon span::before {
	top: 14px;
}
.find_icon span::after {
	bottom: 13px;
}
.find b {
	display: block;
	margin-left: -1em;
	margin-right: -1em;
	text-align: center;
}

/* ハンバーガーメニューを変形 */
.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);
}
.find_icon.active span {
	background: none;
}
.find_icon.active span::before {
	background-color: var(--color-text);
	transform: rotate(45deg);
}
.find_icon.active span::after {
	background-color: var(--color-text);
	transform: rotate(-45deg);
}

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

.burger_content ,
.find_content {
	padding: 20px;
	background-image: var(--grade--bg);
	color: var(--color-white);
}
.burger_content a ,
.find_content a {
	color: inherit;
}

.burger_content .logo {
	width: 40%;
	margin-bottom: 30px;
}
.unavi--burger {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid var(--color-gray-500);
	line-height: 1;
}
.unavi--burger li {
	position: relative;
	width: 50%;
	padding: 0 5px 5px 0;
}
.unavi--burger a {
	display: block;
	padding: 10px;
	padding-left: 2.5em;
	font-weight: 600;
	text-decoration: none;
	white-space: nowrap;
}
.unavi--burger li a::before {
	position: absolute;
	content: '';
	top: calc(50% - .95em);
	left: 0;
	width: 1.8em;
	height: 1.8em;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.unavi--burger li.guide a::before {
	background-image: url(../images/common/icon_note_wh.svg);
}
.unavi--burger li.login a::before ,
.unavi--burger li.mypage a::before {
	background-image: url(../images/common/icon_member_wh.svg);
}
.unavi--burger li.member a::before {
	background-image: url(../images/common/icon_entry_wh.svg);
}
.unavi--burger li.cart a::before {
	background-image: url(../images/common/icon_cart_wh.svg);
}
.unavi--burger .cart-badge {
	position: absolute;
	left: -4px;
	bottom: -2px;
	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;
}

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


.find_content .search--alone {
	margin-bottom: 20px;
}
.find_content h3 {
	display: block;
	margin-bottom: 1em;
	font-size: 1.6rem;
	font-weight: 600;
}
.find__block:not(:last-child) {
	margin-bottom: 15px;
}
.find__block .bnr-list--textlink a {
	padding: 10px 10px;
	color: var(--color-text);
}
.find__block .bnr-list .en {
	font-size: min(2.4rem,5vw);
}

.hbnr {
	max-width: 1250px;
	margin: 20px auto;
}

@media only screen and (max-width: 767px) {
	.header__wrapper {
		height: 95px;
	}
	.header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
	}	
	.header__search ,
	.benefif-list ,
	.unavi li ,
	.navbar {
		display: none;
	}
	.header {
		border-bottom: 1px solid var(--color-gray-100);
	}
	.unavi li.find ,
	.unavi li.cart ,
	.unavi li.burger {
		display: block;
	}
	.unavi li.cart {
		margin-left: 8px;
	}
	.unavi li a::before {
		width: 30px;
		height: 30px;
	}
	.unavi li.cart a {
		padding: 32px 4px 4px 8px;
	}
	.unavi li.cart a::before {
		top: 0;
		left: calc(50% - 1em);
	}
	.unavi .cart-badge {
		left: auto;
		bottom: auto;
		top: 0;
		right: 0;
	}
	.unavi li.cart ,
	.unavi li.burger {
		margin-left: 10px;
	}
}
@media only screen and (min-width: 768px) {
	.burger_area ,
	.find_area ,
	.unavi li.find ,
	.unavi li.burger {
		display: none;
	}
	.header__wrapper {
		height: 200px;
	}
	.header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
	}	
	.header__headline h1 ,
	.header__headline p {
		padding: 8px 15px;
	}
	.header__body {
		align-items: flex-end;
		padding: 10px 15px 15px;
	}
	.header__logo a {
		padding-bottom: 10px;
	}
	.header__benefit {
		max-width: 600px;
		flex: 0 1 600px;
		margin: 0 auto;
		justify-content: center;
		text-align: center;
	}
	.benefif-list li:nth-child(1) { flex: 4; }
	.benefif-list li:nth-child(2) { flex: 9; }
	.benefif-list li:nth-child(3) { flex: 4; }
	.benefif-list li:nth-child(4) { flex: 3; }
	.header__unavi {
		flex: 0 0 280px;
	}
	.unavi {
		padding-top: 30px;
	}
	.unavi li.guide ,
	.unavi li.member {
		width: 62%;
	}
	.unavi li.login ,
	.unavi li.mypage ,
	.unavi li.cart {
		width: 38%;
	}
	.unavi li a::before {
		width: 1.8em;
		height: 1.8em;
	}
	/* header:fixed */
	.header.fixed .header__body {
		padding: 10px 15px;
	}
	.header.fixed .header__logo {
		display: block;
		width: 180px;
		max-width: 15%;
	}
	.header.fixed .header__logo a {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.header.fixed .header__benefit {
		max-width: 450px;
		flex: 0 1 450px;
	}
	.header.fixed .header__unavi {
		flex: 1;
	}
	.header.fixed .header__unavi {
		flex: 0 0 480px;
	}
	.header.fixed .unavi {
		flex-wrap: nowrap;
		justify-content: flex-end;
	}
	.header.fixed .unavi li.guide ,
	.header.fixed .unavi li.member ,
	.header.fixed .unavi li.login ,
	.header.fixed .unavi li.mypage ,
	.header.fixed .unavi li.cart {
		width: auto;
	}
	.hbnr {
		padding: 0 15px;
	}
}
@media only screen and (min-width: 1201px) {
	.header.fixed .header__logo {
		margin-right: 6%;
	}
}



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

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

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

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

.fs-l-main {
	display: -webkit-flex;
	display: flex;
	display: block;
	clear: both;
	max-width: 1200px;
	margin: 40px auto;
	padding: 0 15px;
}

/* トップページとカテゴリページフリーページ */
.fs-body-top .fs-l-main {
	margin-top: 0;
	margin-bottom: 0;
}

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

/* カテゴリリスト/商品リスト */
.fs-c-subgroupList {
}
.fs-c-productList {
}

/* カート 会員登録など */
.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 {
}


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

 footer

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

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

.footer {
	padding: 50px 15px 80px;
	background-image: var(--grade--bg);
	color: var(--color-white);
}
.footer a {
	color: inherit;
}
.footer .footer__inner {
	max-width: 1200px;
	margin: 0 auto;
}

/* 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;
}

/* 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__bottom .bnr_box {
	margin-bottom: 30px;
	text-align: center;
}

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


/* fix
----------------------------------------------------------- */

/*.fix_btn {
	position: fixed;
	z-index: 2001;
	bottom: 10px;
	left: 0;
	width: 100%;
	padding: 0 10px;
	text-align: center;
}
.fix_btn__bnr {
	display: inline-block;
	width: 480px;
	max-width: 75%;
}*/

.fix_navi {
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	background: var(--layer_dark);
	z-index: 2040;
}
.fxnavi_list {
	display: -webkit-flex;
	display: flex;
}
.fxnavi_list li {
	width: calc(100%/4);
	border-left: 1px solid var(--color-white);
	line-height: 2.4em;
}
.fxnavi_list li:first-child {
	border-left: none;
}
.fxnavi_list li.two_line {
	line-height: 1.2em;
}
.fxnavi_list a {
	display: block;
	padding: 10px 0;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}



@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: no-repeat;
		background-image: url(../images/common/icon-arrow-wh.svg);
		background-size: 100% 100%;
		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__info {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 40px;
		margin-bottom: 80px;
	}
	.footer__info .f_logo {
		text-align: left;
	}
	.footer__info .f_logo a {
		max-width: none;
	}
	.fix_navi {
		display: none;
	}
	.footer__main .footer__navi {
		flex: 1;
		display: flex;
		justify-content: space-between;
		gap: 15px;
	}
	.footer__navi .fnavi__col {
		flex: 1;
	}
}



