/* ============================================
	共通
============================================ */
@font-face {
    font-family: 'Lato';
    src: url('https://garni1997.itembox.design/item/font/Lato-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Lato';
    src: url('https://garni1997.itembox.design/item/font/Lato-Bold.ttf') format('truetype');
	font-weight: bold;
}
@font-face {
    font-family: 'Lato';
    src: url('https://garni1997.itembox.design/item/font/Lato-Black.ttf') format('truetype');
	font-weight: 900;
}
@font-face {
    font-family: 'NotoSansJP';
    src: url('https://garni1997.itembox.design/item/font/NotoSansJP-Regular.otf') format('opentype');
}
@font-face {
    font-family: 'NotoSansJP';
    src: url('https://garni1997.itembox.design/item/font/NotoSansJP-Bold.otf') format('opentype');
	font-weight: bold;
}
body {
	font-family: 'Lato', 'NotoSansJP', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	color: #000;
}
.pc {
	display: block!important;
}

.sp {
	display: none!important;
}

.container {
	padding: 0 30px;
}

.h2 {
	font-size: 37px;
	font-weight: 900;
}

.link_btn {
	display: inline-block;
	color: #000!important;
	font-size: 11px;
}

.link_btn:before {
	display: inline-block;
	content: "";
	width: 5px;
    height: 5px;
	position: relative;
    top: -1px;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	transform: rotate(45deg);
	margin-right: 8px;
}

@keyframes arrow {
	0% {
		transform: translateX(0) rotate(45deg);
	}
	50% {
		transform: translateX(5px) rotate(45deg);
	}
	100% {
		transform: translateX(0) rotate(45deg);
	}
}

.link_btn:hover:before {
	animation: arrow 1s ease infinite;
}

.bg-gray {
	background: #F6F7F7;
}

.al-c {
	text-align: center;
}

.al-r {
	text-align: right;
}

.bold {
	font-weight: bold;
}

@media (min-width: 768px) {
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
	}
}

@media (max-width: 767px) {
	body {
		font-size: 1.2rem;
	}
	.pc {
		display: none!important;
	}

	.sp {
		display: block!important;
	}
	
	.container {
		padding: 0 10px;
	}
	
	.h2 {
		font-size: 24px;
	}
	
	.link_btn  {
		font-size: 12px;
	}
	
	.link_btn:before {
		width: 8px;
    	height: 8px;
	}
}

a{
    color: #000;
}
a:hover {
       color: #000;
        opacity: 0.8;
}
a:visited {
    color: #000;
}
/* ============================================
	ヘッダー
============================================ */
.header {
	width: 100%;
	height: 94px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9998;
	background: #FFF;
	transition: 0.5s;
}

.header + * {
	margin-top: 100px;
}

.header a:hover {
	text-decoration: none;
}

.logo a {
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 48px;
	height: 72px;
	background: url("https://garni1997.itembox.design/item/img/common/logo.svg")no-repeat center center/contain;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.nav_btn {
	width: 30px;
	height: 30px;
	position: absolute;
	left: 30px;
	top: 0;
    bottom: 0;
    margin: auto;
}

.nav_btn span,
.nav_btn span:after {
	width: 30px;
    height: 2px;
    background: #000;
    position: absolute;
    top: 9px;
    transition: 0.2s;
}
.nav_btn span:after {
	display: block;
	content: "";
	top: 10px;
}

.header__nav {
	background: #FFF;
	width: 0;
	position: fixed;
	top: 0;
	left: 0;
	overflow-y: scroll;
	padding: 38px 0;
	height: 100vh;
	transition: 0.2s;
	/*z-index: 2;*/
        z-index: 5;
}
.header__nav.show {
	width: 100%;
	max-width: 400px;
	padding: 38px 40px;
}

.nav_btn-close {
	width: 30px;
    height: 30px;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 20;
}
.nav_btn:hover,
.nav_btn-close:hover {
	cursor: pointer;
}
.nav_btn-close span {
	width: 100%;
	height: 1px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	background: #000;
	transform: rotate(45deg);
}
.nav_btn-close span:after {
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	background: #000;
	transform: rotate(90deg);
}

.header__nav-search {
	width: 62%;
	margin: 8px 0 60px;
	position: relative;
}
.header__nav-search input {
	border: none;
	border-bottom: 1px solid #000;
	width: 100%;
	font-size: 16px;
	border-radius: 0;
}
.header__nav-search input:focus {
    border-color: #000;
    box-shadow: none;
}
.header__nav-search button {
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	width: 30px;
    height: 30px;
	background: url("https://garni1997.itembox.design/item/img/common/icon_glass.svg")no-repeat center center/50%;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	padding: 0;
}

.header__nav-category {
	width: 93%;
	margin-bottom: 10px;
	list-style: none;
    padding: 0;
}

.header__nav-category li .header__nav-category--p,
.header__nav-category li .header__nav-category--a {
	width: 100%;
	/*height: 26px;*/
	color: #000;
	display: flex;
    align-items: center;
	position: relative;
	white-space: nowrap;
	margin: 1rem 0;
	font-size: 12px;
}

.header__nav-category li .header__nav-category--p:hover {
	cursor: pointer;
}

.header__nav-category li .header__nav-category--p:after {
	display: inline-block;
    content: "";
    width: 10px;
    height: 9px;
    background: url("https://garni1997.itembox.design/item/img/common/icon_angle.svg")no-repeat center center/contain;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	transition: 0.2s;
}

.header__nav-category li.open .header__nav-category--p:after {
	transform: rotate(180deg);
}

.header__nav-category--sub {
	margin-bottom: 20px;
	display: none;
	padding: 0;
    list-style: none;
}

.header__nav-category--sub li a {
    display: block;
    padding: 2px 0;
	color: #000;
	font-size: 12px;
	line-height: 1.6;
}

.header__nav-category--sub li a:before {
    display: inline-block;
    content: "";
    width: 10px;
    height: 5px;
    background: url(https://garni1997.itembox.design/item/img/common/icon_angle.svg)no-repeat center center/contain;
    transform: rotate(-90deg);
    vertical-align: middle;
    margin-right: 10px;
}

@keyframes header-arrow {
	0% {
		transform: translateX(0) rotate(-90deg);
	}
	50% {
		transform: translateX(5px) rotate(-90deg);
	}
	100% {
		transform: translateX(0) rotate(-90deg);
	}
}

.header__nav-category--sub li a:hover:before {
    animation: header-arrow 1s ease infinite;
}

.border {
	color: #BBB;
	margin-bottom: 20px;
}

.header .border {
	margin-bottom: 10px;
	width: 90%;
}

.header__nav-menu {
	list-style: none;
    padding: 0;
}

.header__nav-menu li a {
	display: block;
	line-height: 2;
	color: #000;
}

/*.header__nav-sns {
	position: absolute;
    bottom: 0;
    margin: auto;
    right: 40px;
    top: 210px;
	padding: 0;
	list-style: none;
}*/
.header__nav-sns {
    margin: 1rem auto;
	padding: 0;
	list-style: none;
	display: flex;
}
.header__nav-sns li {
	/*margin-bottom: 26px;*/
	margin-right: 20px;
}

.header__nav-sns li a {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
   	width: 14px;
    height: 14px;
}

.header__nav-sns li:last-child {
    margin-bottom: 0;
}

.header__nav-sns .insta {
	background: url("https://garni1997.itembox.design/item/img/common/icon_insta.svg")no-repeat center center/contain;
}
.header__nav-sns .twitter {
	/*background: url("https://garni1997.itembox.design/item/img/common/icon_twitter.svg")no-repeat center center/contain;*/
background: url(https://garni1997.itembox.design/item/img/common/icon_x.svg)no-repeat center center/contain;
}
.header__nav-sns .fb {
	background: url("https://garni1997.itembox.design/item/img/common/icon_fb.svg")no-repeat center center/contain;
}
.header__nav-sns .line {
	background: url("https://garni1997.itembox.design/item/img/common/icon_line.svg")no-repeat center center/contain;
}

.header__bg {
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	top: 0;
	left: 0;
	/*z-index: 1;*/
	display: none;
z-index: 3;
}
.header__bg.on {
	display: block;
}

.header__cart {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 27px;
	right: 30px;
}

.header__cart-title {
	color: #000;
	margin: 1rem 10px 1rem 0;
}

.header__cart span {
	border: 1px solid #000;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 31px;
    background: transparent;
    color: #000;
    font-size: 16px;
    vertical-align: middle;
    position: static;
    padding: 0;
}
/*20211209追加*/
.header .nav_btn span:before{
display: block;
    content: "";
width: 30px;
    height: 2px;
    background: #000;
    position: absolute;
    transition: 0.2s;
top: 20px;
}
.header .nav_btn span:after {
    top: 10px;
   }
div#nav_btn:after {
    position: absolute;
    content: "MENU";
    font-size: 10px;
    display: block;
    letter-spacing: -0.001em;
    top: 35px;
}
.header__nav-category li .header__nav-category--p:after{right: 0px;}
.header .header__nav-category--font {
    font-size: 16px !important;
}
.header .pc{display:block!important;}
.header .sp{display: none !important;}
@media (max-width: 767px) {
.header .pc{display: none !important; }
.header .sp{display:block!important;}
}
@media (max-width: 767px) {
	.header {
		height: 70px;
	}
	.header + * {
		margin-top: 80px;
	}
	.header .border {
		width: 100%;
	}
	.logo a {
		width: 24px;
		height: 36px;
	}
	.nav_btn {
		width: 25px;
		height: 25px;
	}
	.nav_btn span, .nav_btn span:after {
		width: 100%;
    	height: 2px;
		top: 8px;
	}
	.nav_btn span:after {
		top: 7px;
	}
	.header__nav.show {
		width: 80%;
        padding: 38px 30px 38px 20px;
	}
	.nav_btn-close {
		width: 20px;
    	height: 20px;
	}
	.nav_btn-close span,
	.nav_btn-close span:after {
		width: 100%;
		height: 1px;
	}
	.header__nav-search {
		margin-bottom: 30px;
	}
	.header__nav-search input {
		font-size: 12px;
		line-height: 2;
	}
	.header__nav-search button {
		width: 24px;
    	height: 24px;
		background: url("https://garni1997.itembox.design/item/img/common/icon_glass.svg")no-repeat center center/60%;
		margin: auto;
    	bottom: 0;
	}
	.header__nav-category li .header__nav-category--p,
	.header__nav-category li .header__nav-category--a {
		font-size: 12px;
		height: 20px;
	}
	.header__nav-category li .header__nav-category--p:after {
		width: 8.5px;
    	height: 5px;
	}
	
	.header__nav-category li .header__nav-category--sub a {
		display: block;
		font-size: 1.2rem;
	}
	.border {
		margin-bottom: 15px;
	}
	.header__nav-menu li a {
		font-size: 11.5px;
	}
	.header__nav-sns {
		top: -25%;
		right: 20px;
	}
	.header__nav-sns li a {
		width: 15px;
    	height: 15px;
		margin-bottom: 20px;
	}
	.header__cart {
		right: 20px;
		top: 16px;
	}
	.header__cart-title {
		margin-right: 5px;
	}
	.header__cart span {
		width: 20px;
		height: 20px;
		line-height: 18px;
		font-size: 12px;
	}
         /*20211209追加*/
	   .header .logo a {width: 32px;height: 43px;}
	.header__cart{  left: 30px; right: auto;}
        .header .nav_btn{ margin-top: 16px; right: 30px; left:auto; width: 30px; height: 30px;}
		.header__nav{left:auto;right: 0;}
		.header .nav_btn span{top: 3px;}
		.header .nav_btn span:after{top: 9px;}
		.header .nav_btn span:before{top: 18px;}
		div#nav_btn:after{ top: 28px;font-size: 10px}
		.header .header__nav-category--font { font-size: 17px !important; margin: 13px 0 !important;}
		.header__nav-category li .header__nav-category--p, .header__nav-category li .header__nav-category--a{font-size: 13px;}
		.header__nav-category li .header__nav-category--sub a{font-size: 13px;}
		.header__nav-category .mt24{margin-top: 24px;}
}

/* ============================================
	フッター
============================================ */
.footer ::marker {
	color: transparent;
}
.footer {
	width: 100%;
	padding: 30px;
	position: relative;
	font-size: 12px;
}
.footer a:hover {
	text-decoration: none;
}
.footer .page-top a {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 20px;
	height: 20px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	transform: rotate(-45deg);
	position: absolute;
	right: 30px;
	/*top: 170px;*/
	bottom: 30px;
	opacity: 0;
	transition: 0.2s;
}
.footer .page-top.fix a {
	position: fixed;
	bottom: 20px;
	top: auto;
}
.footer .page-top.on a {
	opacity: 1;
}
.footer__inner {
	display: flex;
	justify-content: space-between;
	margin-bottom: 44px;
}
.footer__mail {
	display: flex;
	margin-bottom: 40px;
	align-items: center;
}
.footer__mail p {
	margin-right: 40px;
}
.footer__mail p:before {
	display: inline-block;
    content: "";
    width: 16px;
    height: 12px;
    background: url(https://garni1997.itembox.design/item/img/common/icon_mail.png)no-repeat center center/contain;
    margin-right: 7px;
}
.footer__mail form {
	width: 180px;
	display: flex;
    align-items: center;
}
.footer__mail input[type=text] {
	border: none;
	width: 100%;
	padding: 5px 0;
	border-bottom: 1px solid #000;
	border-radius: 0;
}
.footer__mail input:focus {
	border-color: #000;
    box-shadow: none;
}
.footer__mail input[type=submit] {
	display: inline-block;
    width: 7px;
    height: 7px;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    transform: rotate(45deg);
    margin-left: 10px;
	-webkit-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    background: transparent;
    padding: 0;
    outline: 0;
    border-radius: 0;
    text-align: inherit;
    border-left: none;
    border-bottom: none;
}
.footer__mail input[type=submit]:hover {
	animation: arrow 1s ease infinite;
	cursor: pointer;
}
.footer__nav {
	list-style: none;
    padding: 0;
}
.footer__nav li a, .footer__nav li p {
	display: inline-block;
	margin: 0 0 5px;
	position: relative;
	color: #000;
}
.footer__nav li a:after,
.footer__nav li p:after {
	display: block;
	content: "";
	width: 0;
	border-bottom: 1px solid #000;
	position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
	transition: 0.2s;
}
.footer__nav li a:hover:after,
.footer__nav li p:hover:after {
	width: 100%;
}
.footer__nav li p:hover {
	cursor: pointer;
}
.footer__nav--sub {
    display: none;
	padding-left: 1rem;
}
.footer__nav--sub a {
	font-weight: normal;
	font-size: 10px;
}
.footer__nav .footer__nav-sns {
	white-space: nowrap;
}
.footer__nav .footer__nav-sns a {
	display: inline-block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 14px;
    height: 14px;
    margin-right: 12px;
}
.footer__nav .footer__nav-sns a:after {
	display: none;
}
.footer__nav .footer__nav-sns a:last-child {
	margin-right: 0;
}
.footer__nav .footer__nav-sns .insta {
	background: url("https://garni1997.itembox.design/item/img/common/icon_insta.svg")no-repeat center center/contain;
}
.footer__nav .footer__nav-sns .twitter {
	/*background: url("https://garni1997.itembox.design/item/img/common/icon_twitter.svg")no-repeat center center/contain;*/
background: url(https://garni1997.itembox.design/item/img/common/icon_x.svg)no-repeat center center/contain;
}
.footer__nav .footer__nav-sns .fb {
	background: url("https://garni1997.itembox.design/item/img/common/icon_fb.svg")no-repeat center center/contain;
}
.footer__nav .footer__nav-sns .line {
	background: url("https://garni1997.itembox.design/item/img/common/icon_line.svg")no-repeat center center/contain;
}
.footer__right {
	display: flex;
}
.footer__right .footer__nav:first-child {
	width: 200px;
}
.footer__right .footer__nav:nth-child(2) {
	width: 165px;
}
.footer__copy {
	color: #000;
	margin: 0;
}

@media (max-width: 767px) {
	.footer {
		padding: 35px 15px 15px;
	}
	.footer .page-top a {
		width: 15px;
    	height: 15px;
		color: #000;
		top: 210px;
	}
	.footer__mail {
		display: block;
		margin-bottom: 30px;
	}
	.footer__mail input {
		width: 60%;
	}
	.footer__inner {
		display: block;
	}
	.footer__nav {
		display: block;
		width: 100%;
		margin-bottom: 30px;
	}
	.footer__nav li a, .footer__nav li p {
		margin-bottom: 10px;
	}
	.footer__nav-sns {
		margin-top: 20px;
	}
	.footer__nav .footer__nav-sns a {
		margin-right: 14px;
		width: 16px;
    	height: 16px;
	}
	.footer__right {
		display: block;
	}
	.footer__right .footer__nav:first-child {
		margin: 0;
	}
	
}

/*=========================
	FS打消し
===========================*/

/* パンくず */
.fs-c-breadcrumb {
	margin-bottom: 30px;
}
.fs-c-breadcrumb a {
	color: #000;
}
.fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem::before {
	content: " / ";
}

/* テキスト調整 */
.fs-l-main {
	letter-spacing: 0.1rem;
}
.fs-c-heading--page {
    padding: 1.8em 5px 20px;
    font-size: 24px;
    color: #000;
    text-align: center;
	border-bottom: none;
}
.fs-p-announcement__title {
	font-size: 1.4rem;
    color: #000;
    font-weight: bold;
}
.fs-c-list li {
	font-size: 1.4rem;
    color: #666;
}
.fs-c-list li::before {
	width: 11px;
    height: 11px;
    background: #CCC;
    border-radius: 0;
    border: none;
    vertical-align: middle;
    margin-right: 10px;
}
.fs-p-heading--lv2,
.fs-c-wishlistProduct__title,
.fs-c-featuredProduct__title,
.fs-c-subSection__title,
.fs-c-linkedServiceLogin__title {
	padding: 1.8em 5px 10px;
    font-size: 1.8rem;
    color: #000;
    text-align: left;
	border-bottom: 2px solid #CCC;
	font-weight: bold;
}
.fs-c-documentColumn__heading {
	padding: 1.8em 5px 10px;
    font-size: 1.8rem;
    color: #000;
    text-align: left;
    border-bottom: 2px solid #CCC;
    font-weight: bold;
	border-left: none;
}
.fs-c-productName__copy, .fs-c-productName__name, .fs-c-productName__variation, .fs-c-productName__copy, .fr2-listItem__productName {
	color: #000;
	font-weight: bold;
}
.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price,
.fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed),
.fs-c-productPrice__main__label, .fr2-listItem__productPrice .fr2-price__currencyMark , .fr2-listItem__productPrice .fr2-price__value , .fr2-listItem__productPrice .fr2-price__addon{
	color: #666;
}
.fr2-listItem__productPrice,
.fs-c-productPrice,
.fs-c-productListItem__preorderMessage {
	font-size: 1.2rem;
}

/* ボタン */
.fs-c-button--primary {
	background: #444;
    border: 1px solid #444;
	padding: 13px 0;
	box-sizing: border-box;
    box-shadow: none;
}
.fs-c-button--primary span.fs-c-button__label {
	color: #FFF;
}
.fs-c-button--secondary {
	background: none;
    border: 1px solid #CCC;
    font-size: 1.4rem;
    color: #666;
    padding: 13px;
    box-sizing: border-box;
    box-shadow: none;
}
.fs-c-button--secondary span.fs-c-button__label {
	color: #666;
}
.fs-c-button--standard {
	background: none;
    box-shadow: none;
    border: 1px solid #CCC;
    padding: 13px;
}
.fs-c-button--standard .fs-c-button__label {
	color: #666;
}

/* お気に入りボタン */
.fs-c-button--particular.fs-c-button--addToWishList--detail::after,
.fs-c-button--particular.fs-c-button--addToWishList--icon::before {
    font-family: "Font Awesome 5 Free"!important;
    content: '\f005';
    background: none;
}
.fs-c-button--particular.fs-c-button--removeFromWishList--detail::after,
.fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
    font-family: "Font Awesome 5 Free"!important;
    content: '\f005';
    color: #666;
    font-weight: 900;
}


/* 商品マーク */
.fs-c-mark {
    border-radius: 0;
    padding: 7px 11px;
}


/* ログイン画面 */
.login_heading {
    text-align: center;
}

/* マイページ */
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label {
	font-size: 0;
}
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label::before {
	display: none;
}
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink {
	box-shadow: none;
    border: 1px solid #ccc;
	border-radius: 0;
	background: none;
}
.fs-c-accountService__page--wishList a {
	background: url(https://garni1997.itembox.design/item/img/my/favorite.png)no-repeat center center/contain!important;
}
.fs-c-accountService__page--orderHistoryList a {
	background: url(https://garni1997.itembox.design/item/img/my/cart.png?20230623)no-repeat center center/contain!important;
}
/*.fs-c-accountService__page--accountReviews a {
	background: url(https://garni1997.itembox.design/item/img/my/btn_PasswordEdit.gif)no-repeat center 14px/55px;
}*/
.fs-c-accountService__page--addressbook a {
	background: url(https://garni1997.itembox.design/item/img/my/address.png)no-repeat center center/contain!important;
}
.fs-c-accountService__page--accountPassword a {
	background: url(https://garni1997.itembox.design/item/img/my/pass.png)no-repeat center center/contain!important;
}
.fs-c-accountService__page--accountSettingsModify a {
	background: url(https://garni1997.itembox.design/item/img/my/change02.png)no-repeat center center/contain!important;
}
.fs-c-accountService__page--lineIdLink a {
	background: url(https://garni1997.itembox.design/item/img/my/line.png)no-repeat center center/contain!important;
}
.fs-c-accountService__page--linkedAccounts a {
    background: url(https://garni1997.itembox.design/item/img/my/login.png)no-repeat center center/contain !important;
}
.fs-c-accountService__page--accountCard a {
    background: url(https://garni1997.itembox.design/item/img/my/creditcard.png)no-repeat center center/contain !important;
}

.fs-c-accountService__page--accountDelete .fs-c-accountService__pageLink,
.fs-c-viewAllProductsLink,
.fs-c-button--myPageTop {
    color: #000!important;
    font-weight: bold;
}
.fs-c-accountService__page--accountDelete .fs-c-accountService__pageLink:before,
.fs-c-viewAllProductsLink:before,
.fs-c-button--myPageTop:before {
    display: inline-block;
    content: "";
    width: 7px;
    height: 12px;
    background: url(https://garni1997.itembox.design/item/img/common/link-arrow.svg)no-repeat center center/contain;
    margin-right: 5px;
}
.fs-c-productList__list__item.fs-c-productListItem {
    border-bottom: none;
}

.fs-body-my-top .fs-l-account {
	flex-direction: unset;
}
.fs-body-my-top .fs-c-accountService {
    /*flex-basis: 100%;*/
    justify-content: center;
    flex-basis: 80%;
    margin-left: auto;
    margin-right: auto;
}
.fs-c-accountService__page {
	flex-basis: 180px;
	height: 180px;
}
.fs-c-accountService__page--accountDelete {
	flex-basis: 980px;
}

@media (max-width: 767px) {
	/* テキスト調整 */
	.fs-c-list li {
		font-size: 1.2rem;
	}
	.fs-c-heading--page {
		padding: 1.8em 5px 10px;
    	font-size: 2rem;
	}
        .fs-p-heading--lv2,
	.fs-c-wishlistProduct__title,
	.fs-c-featuredProduct__title,
	.fs-c-subSection__title,
.fs-c-linkedServiceLogin__title {
		font-size: 1.6rem;
	}
	
	/* マイページ */
	.fs-c-accountService {
		justify-content: start;
		margin: 0 auto;
    	width: 100%;
	}
	.fs-c-accountService__page {
		margin: 8px 16px 8px 0;
	}
	.fs-c-accountService .fs-c-accountService__page:nth-child(2n) {
		margin-right: 0;
	}
	.fs-c-accountService__page {
		flex-basis: 130px;
    	height: 130px;
	}
	.fs-c-accountService__page--accountDelete {
		flex-basis: 72%;
	}
	.logout-btn {
		margin-bottom: 50px;
	}
	.fs-body-my-top .fs-l-account {
		max-width: 390px;
		margin: 0 auto;
	}
	
	/* カート回り */
	.fs-c-string.fs-c-string--label {
		line-height: 27px;
	}
	.fs-c-price {
		line-height: 21px;
	}
}
/* マイページ お気に入りリスト 予約期間 非表示*/
.fs-c-salesPeriod__date,#fs_MyWishList .fs-c-salesPeriod__date{display: none;}
.fs-c-mark--preorder ,#fs_MyWishList .fs-c-mark--preorder{display: none;}

/* マイページ メニューボタン 修正*/
   .fs-c-accountService__page--accountDelete {
            flex-basis: 180px;
            height: 180px;
        }
        .fs-c-accountService__page .fs-c-accountService__pageLink {
            box-shadow: 0 0 2px #b2b2b2;
            background: #f7f7f7;
            border: 1px solid #e5e5e5;
            border-radius: 3px;
            color: #3c3c3c;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            text-decoration: none;
            width: 100%;
        }
        .fs-c-accountService__page .fs-c-accountService__pageLink {
            box-shadow: none;
            border: 1px solid #ccc;
            border-radius: 0;
            background: none;
        }
        .fs-c-accountService__page .fs-c-accountService__pageLink__label {
            font-size: 0;
        }
        .fs-c-accountService__page--accountDelete .fs-c-accountService__pageLink:before {
            display: none;
        }
        .fs-c-accountService__page--accountDelete a {
            height: 100%;
            background: url(https://garni1997.itembox.design/item/img/my/withdrawal.png)no-repeat center center/contain !important;
        }
        @media (max-width: 767px) {
            .fs-body-my-top .fs-c-accountService {justify-content: flex-start;max-width: 276px;}
            .fs-c-accountService__page--accountDelete {
                flex-basis: 130px;
                height: 130px;
            }
        }

#_rcmdjp_display_1 #fs-recommend--flick{margin-top: 40px; margin-bottom: 80px;}
.fs-c-wishlistProduct{ margin-bottom: 80px;}
@media (max-width: 767px) {
   #_rcmdjp_display_1 #fs-recommend--flick{margin-top: 40px; margin-bottom: 56px;}
   .fs-c-wishlistProduct{ margin-bottom: 56px;}
}


/*ヘッダーメニュー修正 20230428*/
  .header #sub__menu{
  position: absolute;
  top: 27px;
  right: 30px;
  display: flex;
  align-items: center;
  }

  .header .header__cart {
  position: relative;
  top: auto;
  right: auto;
  }

  .header #close__btn {
  position: relative;
  margin-top: -5px;
  margin-left: 15px;
  display: inline-block;
  width: 15px;
  height: 15px;
  }

  .header #close__btn::before,
  .header #close__btn::after {
  /* 共通設定 */
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 15px;
  background: #333;
  cursor: pointer;
  }

  .header #close__btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
  }

  .header #close__btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
  }

  .header #search__boxbtn {
  display: inline-block;
  cursor: pointer;
  }
  .header .search__box {
  margin-left: 2em;
  }
  .header #search__boxin {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  display: flex;
  top: 50px;
  right: -15px;
  width: 280px;
  padding:12px 15px;
  background: #F6F7F7;
  z-index: 1;
  transition: all 0.4s;
  }
  .header #search__boxin:before {
  content: "";
  position: absolute;
  top: -14px;
  right: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 15px solid #F6F7F7;
  border-top: 0;
  }
  .header #search__boxin.show {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  }

  .header #search__boxin form {
    margin: 0;
  position: relative;
  width: calc(100% - 12px);
  }

  .header #search__boxin form input {
  border: none;
  border-bottom: 1px solid #000;
  width: 100%;
  font-size: 16px;
  border-radius: 0;
background: none;
  }

  .header #search__boxin form input[type=text]:focus {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: unset;
  border-color: unset;
  box-shadow: none;
  outline: none;
  }

  .header #search__boxin form button {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  width: 30px;
  height: 30px;
  background: url(https://garni1997.itembox.design/item/img/common/icon_glass.svg)no-repeat center center/50%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  padding: 0;
  }

  @media (max-width: 767px) {
  .header #sub__menu {
  top: 16px;
  left: 5px;
  right: auto;
  }
  .header .header__cart {
  left: 15px;
  right: auto;
  }

  .header #search__boxbtn {
  width: 18px;
  height: 18px;
  }
  .header #search__boxin:before {
  left: 75px;
  right: auto;
  }
  .header .search__box{
  margin-left: 2.5em;
  }
  .header #search__boxin {
  left: 10px;
  right: auto;
  }
  }

/*フッター*/
.footer__mail input[type=text]::placeholder {
 font-size: 10px;
}

/*注文履歴調整*/
#fs_MyOrders .fs-c-history__total .fs-c-pairList{
   align-items: flex-start;
}

/* ============================================
	youtube埋め込み
============================================ */
.youtubeWrap{
     width: 100%;
    aspect-ratio: 16 / 9;
}
.youtubeWrap iframe{
    width: 100%;
    height: 100%;
}
