/* checkout upgrade: old header/footer support (SP)
   Source: style-sp.css. Scoped to #fs_CheckoutV2 to avoid affecting other pages. */

#fs_CheckoutV2 #headerarea,
#fs_CheckoutV2 #footerarea {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    line-height: 1.8;
    letter-spacing: 1px;
    color: #393737;
}

#fs_CheckoutV2 #headerarea *,
#fs_CheckoutV2 #footerarea * {
    box-sizing: border-box;
    min-width: 0;
    min-height: 0;
}

#fs_CheckoutV2 #headerarea ul,
#fs_CheckoutV2 #footerarea ul {
    margin: 0;
    padding: 0;
}

#fs_CheckoutV2 #headerarea ul li,
#fs_CheckoutV2 #footerarea ul li {
    list-style: none;
}

#fs_CheckoutV2 #headerarea p,
#fs_CheckoutV2 #footerarea p {
    margin: 0;
}

#fs_CheckoutV2 #headerarea a,
#fs_CheckoutV2 #footerarea a {
    text-decoration: none;
    color: #393737;
    transition: color .5s;
}

#fs_CheckoutV2 #headerarea img,
#fs_CheckoutV2 #footerarea img {
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
}

#fs_CheckoutV2 #headerarea button,
#fs_CheckoutV2 #footerarea button,
#fs_CheckoutV2 #headerarea [type="button"],
#fs_CheckoutV2 #footerarea [type="button"],
#fs_CheckoutV2 #headerarea [type="reset"],
#fs_CheckoutV2 #footerarea [type="reset"],
#fs_CheckoutV2 #headerarea [type="submit"],
#fs_CheckoutV2 #footerarea [type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}

#fs_CheckoutV2 #headerarea .inner,
#fs_CheckoutV2 #footerarea .inner {
    width: 90%;
    margin: 0 auto;
}

#fs_CheckoutV2 #headerarea .flex,
#fs_CheckoutV2 #footerarea .flex {
    display: flex;
}

#fs_CheckoutV2 #headerarea .fxw,
#fs_CheckoutV2 #footerarea .fxw {
    display: flex;
    flex-wrap: wrap;
}

#fs_CheckoutV2 #headerarea .jcsb,
#fs_CheckoutV2 #footerarea .jcsb {
    display: flex;
    justify-content: space-between;
}

#fs_CheckoutV2 #headerarea .pc,
#fs_CheckoutV2 #footerarea .pc {
    display: none !important;
}


/* ---- Header (from style-sp.css) ---- */

#fs_CheckoutV2 #headerarea {
margin-bottom: 10px;
	width: 100%;
	z-index: 999;
	background-color: rgba(255, 255, 255, 0.85);
}

#fs_CheckoutV2 #headerarea #header-fixedarea {
background: #b1926b; 
    width: 100%;
    overflow: hidden;
}

#fs_CheckoutV2 #headerarea .h-notice-slider-wrap {
width: 100%;
    overflow: hidden;
}

#fs_CheckoutV2 #headerarea .h-notice-slider-track {
display: flex;
    width: 300%;
    animation: step-slide 10s infinite;
}

#fs_CheckoutV2 #headerarea .h-notice-slide {
width: 33.3333%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#fs_CheckoutV2 #headerarea .h-notice {
margin: 0 auto;
    font-size: 13px; 
    color: #fff;
    background: transparent; 
    text-align: center;
    padding: 5px 0; 
    font-weight: bold; 
	white-space: nowrap;
}

#fs_CheckoutV2 #headerarea .h-notice span {
font-size: 10px;
}

#fs_CheckoutV2 #headerarea .h-notice a {
color: #fff;
    text-decoration: none;
}

#fs_CheckoutV2 #headerarea .h-notice a:hover {
opacity: 0.7;
}

#fs_CheckoutV2 #headerarea .h-notice-u {
text-decoration: underline;
}

@keyframes step-slide {
    0%, 40% { 
        transform: translateX(0); 
    }
    50%, 90% { 
        transform: translateX(-33.3333%); 
    }
    100% { 
        transform: translateX(-66.6666%); 
    }
}

#fs_CheckoutV2 #headerarea .h-guide {
width: 280px;
}

#fs_CheckoutV2 #headerarea .h-guide li {
display: flex;
	-ms-align-items: center;
	align-items: center;
}

#fs_CheckoutV2 #headerarea .h-guide li::before {
content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent #5c4500;
	margin-right: 5px;
}

#fs_CheckoutV2 #headerarea .h-guide li a {
color: #5c4500;
}

#fs_CheckoutV2 #headerarea .h-flex {
-ms-align-items: center;
	align-items: center;
	position: relative;
}

#fs_CheckoutV2 #headerarea .h-logo {
width: 28%;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	max-width: 130px;
}

#fs_CheckoutV2 #headerarea .h-logo.scroll {
-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s;
	width: 10%;
	margin: 0 auto;
}

#fs_CheckoutV2 #headerarea .h-nav-area {
width: 80%;
}

#fs_CheckoutV2 #headerarea .h-user-area {
width: 480px;
	-ms-align-items: center;
	align-items: center;
	margin-left: auto;
	margin-bottom: 30px;
}

#fs_CheckoutV2 #headerarea #topform {
width: 60%;
	margin-right: auto;
	border-bottom: 1px solid #846131;
	position: relative;
}

#fs_CheckoutV2 #headerarea #topsearchbox {
width: 100%;
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 0 5px 20px;
}

#fs_CheckoutV2 #headerarea #topsearchbox::placeholder {
color: rgba(94, 57, 25, 0.66);
}

#fs_CheckoutV2 #headerarea #topform-btn {
width: 20px;
	position:absolute; 
	right: 10px;
	top: 3px;
	background:none;
	border:none;
}

#fs_CheckoutV2 #headerarea .h-user {
width: 30%;
	-ms-align-items: center;
	align-items: center;
}

#fs_CheckoutV2 #headerarea .h-user li:nth-of-type(1) {
width: 15%;
}

#fs_CheckoutV2 #headerarea .h-user li:nth-of-type(2) {
width: 19%;
}

#fs_CheckoutV2 #headerarea .h-user li:nth-of-type(3) {
width: 17%;
}

#fs_CheckoutV2 #headerarea .h-user li img {
width: 100%;
}

#fs_CheckoutV2 #headerarea #h-nav ul li {
text-align: center;
	border-bottom: 3px solid rgba(176, 144, 105, 0.54);
}

#fs_CheckoutV2 #headerarea #h-nav ul li:nth-of-type(1) {
width: 22%;
}

#fs_CheckoutV2 #headerarea #h-nav ul li:nth-of-type(2) {
width: 13%;
}

#fs_CheckoutV2 #headerarea #h-nav ul li:nth-of-type(3) {
width: 18%;
}

#fs_CheckoutV2 #headerarea #h-nav ul li:nth-of-type(4) {
width: 18%;
}

#fs_CheckoutV2 #headerarea #h-nav ul li:nth-of-type(5) {
width: 18%;
}

#fs_CheckoutV2 #headerarea #h-nav ul li a {
display: block;
	font-size: 17px;
	color: #5c4500;
	font-weight: bold;
}

#fs_CheckoutV2 #headerarea .h-notice.scroll,
#fs_CheckoutV2 #headerarea .h-top.scroll,
#fs_CheckoutV2 #headerarea .h-user-area.scroll {
display: none;
}

#fs_CheckoutV2 #headerarea .carticon {
width: 7.5%;
	position: absolute;
	right: 0;
	max-width:33px;
}

#fs_CheckoutV2 #headerarea .carticon img {
width: 100%;
}

#fs_CheckoutV2 #headerarea .f-user {
width: 50%;
	margin: 0 auto 30px;
	-ms-align-items: center;
	align-items: center;
}

#fs_CheckoutV2 #headerarea .f-user li:nth-of-type(1) {
width: 14.5%;
}

#fs_CheckoutV2 #headerarea .f-user li:nth-of-type(2) {
width: 17%;
}

#fs_CheckoutV2 #headerarea .f-user li:nth-of-type(3) {
width: 17%;
}

#fs_CheckoutV2 #headerarea .f-user li {
position: relative;
}

#fs_CheckoutV2 #headerarea .f-user li img {
width: 100%;
}

#fs_CheckoutV2 #headerarea #f-topform {
width: 100%;
	border-bottom: 1px solid #846131;
	position: relative;
	margin-bottom: 30px;
}

#fs_CheckoutV2 #headerarea #f-topsearchbox {
width: 100%;
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 0 5px 20px;
	background: none;
	font-size: 17px;
}

#fs_CheckoutV2 #headerarea #f-topsearchbox::placeholder {
color: rgba(94, 57, 25, 0.66);
}

#fs_CheckoutV2 #headerarea #f-topform-btn {
width: 20px;
	position:absolute; 
	right: 10px;
	top: 3px;
	border:none;
	background: none;
	-webkit-appearance: none;
  border-radius: 0;
}

#fs_CheckoutV2 #headerarea .f-menu {
margin-bottom: 30px;
}

#fs_CheckoutV2 #headerarea .f-menu > li {
padding: 10px;
	border-bottom: 2px dotted rgba(176, 144, 105, 0.54);
}

#fs_CheckoutV2 #headerarea .f-menu >li > a {
display: block;
	color: #5c4500;
}

#fs_CheckoutV2 #headerarea .select-menu {
color: #5c4500;
}

#fs_CheckoutV2 #headerarea .menu-arrow {
display: block;
	position: relative;
}

#fs_CheckoutV2 #headerarea .menu-arrow::after {
font-family: "Font Awesome 5 Pro";
	content: "";
	font-size: 10px;
	position: absolute;
	right: 15px;
	top: 5px;
}

#fs_CheckoutV2 #headerarea .menu-arrow__active span::after {
transform: rotate( 180deg);
	transition: 0.5s;
}

#fs_CheckoutV2 #headerarea .select-menu__child {
display: none;
	width: 95%;
	margin: 10px auto;
}

#fs_CheckoutV2 #headerarea .select-menu__child li a {
display: block;
	padding: 6px 0 6px 20px;
	font-size: 14px;
	color: #5c4500;
	position: relative;
}

#fs_CheckoutV2 #headerarea .select-menu__child li a:before {
position: absolute;
	content: "ー";
	top:50%;
	transform: translateY(-50%);
	left: 0;
	font-size: 10px;
}

#fs_CheckoutV2 #headerarea .select-menu__child li:last-child a {
padding-bottom: 5px !important;
}

#fs_CheckoutV2 #headerarea .f-guide {
width: 100%;
	margin: 20px auto 15px;
}

#fs_CheckoutV2 #headerarea .f-guide li {
width: 40%;
	margin-left: 10%;
	margin-bottom: 20px;
}

#fs_CheckoutV2 #headerarea .f-guide li:nth-of-type(2n) {
margin-right: 0;
}

#fs_CheckoutV2 #headerarea .f-guide li a {
font-size: 12px;
	position: relative;
}

#fs_CheckoutV2 #headerarea .f-guide li a::before {
content: "";
	display: inline-block;
	background: url(../images/top/arrow.svg) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -25px;
}

#fs_CheckoutV2 #headerarea .f-contact-link {
width: 85%;
	margin: 0 auto 20px;
}

#fs_CheckoutV2 #headerarea .f-contact-link a {
display: block;
  text-align: center;
  color: #fff !important;
  font-size: 15px;
  font-weight: 800;
  background: #735702;
  padding: 7px 0;
  border-radius: 2px;
}

#fs_CheckoutV2 #headerarea .f-logo {
width: 60%;
	margin: 0 auto;
}

#fs_CheckoutV2 #headerarea .f-logo img {
width: 100%;
}

/* ---- Mobile fixed user area (inside old header HTML) ---- */

#fs_CheckoutV2 #headerarea #footer-userarea {
background-color: rgba(176, 144, 105, 0.94);
	position: fixed;
	bottom: 0;
	width: 100%;
	padding: 3px 0 14px;
	z-index: 999;
        left: 0;
}

#fs_CheckoutV2 #headerarea .footer-user {
z-index: 999;
	width: 100%;
	display: flex;
	justify-content: flex-end;
}

#fs_CheckoutV2 #headerarea .footer-user li {
width: 25%;
	text-align: center;
	position: relative;
}

#fs_CheckoutV2 #headerarea .footer-user li a {
display: block;
	font-size: 10px;
	color: #fff;
}

#fs_CheckoutV2 #headerarea .footer-user li.ham-cont a {
margin-top: 9px;
}

#fs_CheckoutV2 #headerarea .footer-user li img {
width: 27px;
	display: block;
	margin:0 auto;
}

/* ---- Footer (from style-sp.css) ---- */

#fs_CheckoutV2 #footerarea {
position: relative;
	z-index: 0;
	padding-bottom: 68px;
}

#fs_CheckoutV2 #footerarea .product-banner__list li {
width: 48%;
	margin-right: 4%;
	margin-bottom: 14px;
}

#fs_CheckoutV2 #footerarea .product-banner__list li:nth-of-type(2n) {
margin-right: 0;
}

#fs_CheckoutV2 #footerarea .product-banner__list li img {
width: 100%;
	height: auto;
}

#fs_CheckoutV2 #footerarea .footer-img {
z-index: -1;
}

#fs_CheckoutV2 #footerarea .footer-bg {
padding-top: 20px;
	z-index: 333;
	position: relative;
}

#fs_CheckoutV2 #footerarea .footer-bg::before {
content: "";
	display: inline-block;
	background: url(../images/common/white-round.png) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	width: 150px;
	height: 34.5px;
	position: absolute;
	bottom: 99%;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}

#fs_CheckoutV2 #footerarea .footer-position {
margin-top: -30px;
	z-index: 5;
}

#fs_CheckoutV2 #footerarea .footer-logo {
width: 135px;
	margin: 0 auto 20px;
}

#fs_CheckoutV2 #footerarea .footer-logo img {
width: 100%;
}

#fs_CheckoutV2 #footerarea .footer-contact {
width: 160px;
	margin: 0 auto 20px;
}

#fs_CheckoutV2 #footerarea .footer-contact li a {
color: #84620c;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	flex-flow: column; 
	vertical-align: top;
	font-size: 23px;
}

#fs_CheckoutV2 #footerarea .footer-contact li a img {
width: 18px;
	height: auto;
}

#fs_CheckoutV2 #footerarea .footer-guide {
width: 300px;
	margin: 0 auto 10px;
}

#fs_CheckoutV2 #footerarea .footer-guide li a {
font-size: 12px;
	color: #84620c;
}

#fs_CheckoutV2 #footerarea .copyright {
font-size: 10px;
	color: #fff;
	background-color: #84620c;
	text-align: center;
	padding: 5px 0;
}

#fs_CheckoutV2 #footerarea .sec-ttl-area h2 {
font-size: 20px;
    letter-spacing: 2px;
    color: #5c4500;
    text-align: center;
    margin-bottom: 17px;
}

#fs_CheckoutV2 #footerarea .sec-ttl-area h2 span {
display: block;
	font-size:0.8em;
	font-weight: normal;
}

#fs_CheckoutV2 #footerarea .sec-ttl-area.instatitle {
margin-top: 60px;
}

#fs_CheckoutV2 #footerarea .fs-client-cart-count {
background: #e23648;
	border-radius: 1em;
	color: #fff !important;
	font-size: 10px !important;
	line-height: 1;
	padding: .35em .54em .35em;
	position: absolute;
	top: -4px;
	left: 17px;
}

#fs_CheckoutV2 #footerarea .fs-client-cart-count.fs-client-cart-count--0 {
display: none;
}

#fs_CheckoutV2 #footerarea .footer-user li .fs-client-cart-count {
left:53%;
}

#fs_CheckoutV2 #footerarea #insta li {
width: calc( 100% / 6);
}

#fs_CheckoutV2 #footerarea #insta li img {
width: 100%;
  height: 16.5vw;
  object-fit: cover;
}

#fs_CheckoutV2 #footerarea .footer-contact li:nth-child(3) a img {
margin-top: 2px;
}
/* SP：送料バー＋ロゴのみ表示 */
#fs_CheckoutV2 #headerarea .carticon,
#fs_CheckoutV2 #headerarea .h-nav-area,
#fs_CheckoutV2 #headerarea .fat-nav,
#fs_CheckoutV2 #headerarea #footer-userarea {
	display: none !important;
}


