@charset "UTF-8";
/* CSS Document */
/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;f
	font-weight: normal
}f
button, input, select, textarea {
	margin: 0
}
html {
	box-sizing: border-box
}
*, *::before, *::after {
	box-sizing: inherit
}
img, video {
	height: auto;
	max-width: 100%
}
img {
    vertical-align: middle;
}
iframe {
	border: 0
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
td, th {
	padding: 0
}
td:not([align]), th:not([align]) {
	text-align: left
}
a {
    color: #404040;
    text-decoration: none;
}
a:visited {
    color: #404040;
    text-decoration: none;
}
a:hover {
    color: #404040;
    text-decoration: none;
}
/*common*/
.flex {
	display: flex;
}
html {
	font-size: 62.5%;
}
body {
	color: #404040;
	font-size: 1.4em;
	line-height: 1.5;
	letter-spacing: .25px;
	background-color: #f2f2f2;
}
.row {
	max-width: 1080px;
	width: 94%;
	margin: auto;
}
.wrapper {
	padding-top: 0;
}
.fixed_content .wrapper {
	padding-top: 140px;
}
nav.fs-c-breadcrumb {
    max-width: 1080px;
    width: 94%;
    margin: 10px auto 50px;
}
header.fs-l-header {
	padding: 0;
}
/*//common*/
header {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 9999;
	padding: 20px;
}
.fixed_content header {
	position: fixed;
	top: -54px;
}
header > .flex {
	justify-content: space-between;
	max-width: 1165px;
	width: 94%;
	margin: auto;
}
header > .inner > .logo img{
width:237px;
}
header > .inner > .logo > a, footer .f_logo > a {
	font-size: 3.4rem;
	line-height: 1.2;
	font-family: din-1451-lt-pro-engschrift, sans-serif;
	transition: all .3s ease;
}
header.fixed > .inner > .logo > a {
    font-size: 2.9rem;
	line-height: 1;
}
footer .f_logo > a {
	font-size: 2.8rem;
}
header > .inner > .logo > a > span, footer .f_logo > a > span {
	display: block;
	text-align: right;
	font-size: 1.1rem;
	font-family: sans-serif;
	line-height: 1;
}
header > .inner > ul {
	max-width: calc(100% - 260px);
}
header > .top {
    align-items: center;
}
header > .top > p {
	font-size: 1.1rem;
}
header > hr {
    height: 1px;
    border: none;
    background-color: #d3d3d3;
}
header > .top > div {
justify-content: flex-end;
align-items: center;
}
header > .top > div > p {
    padding: 5px 20px;
    margin-right: 15px;
    font-size: 1.1rem;
    border-right: 1px solid #d3d3d3;
}
header > .top > div > p > span {
    color: #be454a;
    font-size: 1.4rem;
    font-weight: 600;
}
header > .top > div > .login {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.3rem;
}
header > .top > div > .login > span {
    margin: 5px;
}
header > .top > div > .sns_icon {
    padding: 5px 10px;
    margin-left: 15px;
    border-left: 1px solid #d3d3d3;
}
.fb_icon, .tw_icon, .insta_icon, .line_icon {
	margin: 0 10px;
    font-size: 2rem;
}
.fb_icon {
    color: #506d9e;
}
.tw_icon {
    color: #21a5ee;
}
.insta_icon {
    color: #bf4679;
}
header > .inner {
	position: relative;
    align-items: flex-end;
    padding: 30px 0 0 0;
	transition: all .3s ease;
}
header.fixed > .inner {
    padding-top: 10px;
	padding-bottom: 10px;
}
header > .inner > ul {
    margin-bottom: 5px;
    font-size: 1.7rem;
    font-family: din-1451-lt-pro-engschrift, sans-serif;
    list-style: none;
}
header > .inner > ul > li {
    margin-right: 32px;
}
header > .inner > ul > li.item_list {
	cursor: pointer;
}
header > .inner > ul > li:last-of-type {
	position: relative;
    margin-right: 0;
}
header > .inner > ul > li.icon {
    margin-right: 30px;
}
header > .inner > ul > li.icon > a {
    font-size: 1.8rem;
}
header > .inner > ul > li.icon > a > span {
    position: absolute;
    top: -5%;
    left: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15px;
    height: 15px;
    color: #fff;
    font-size: 1.2rem;
    background-color: rgb(255, 80, 80);
    border-radius: 50%;
    transform: translate(-40%, 0);
}
header > .inner > ul > li.icon.search {
    position: relative;
	width: 20px;
}
.fs-p-productSearch__search {
    position: absolute;
    top: 25px;
    right: 0;
    background-color: #fff;
}
.fs-p-productSearch__search.header_search > form.fs-p-productSearch__form {
    width: 500px;
    padding: 20px;
	font-size: 1.4rem;
}
.header_search > form.fs-p-productSearch__form .fs-c-inputTable > tbody > tr + tr {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
}
.header_search > form.fs-p-productSearch__form .fs-c-inputTable > tbody > tr > th {
    width: 125px;
}
.header_search > form.fs-p-productSearch__form .fs-c-inputTable > tbody > tr + tr > td {
    width: calc(100% - 125px);
}
div.fs-p-productSearch {
    display: block;
    padding: 0;
    border: none;
}
.fs-p-productSearch__parameter {
    display: none;
}
label.fs-p-productSearch__formSwitch {
    padding: 0;
    line-height: 1.5;
    background: none;
}
.popular_keywords_link span{
color:#000!important;
}
.popular_keywords_link a{
color:#be454a!important;
}
.fs-p-productSearch__form td.fs-c-inputTable__dataCell span {
color:#000!important;
}
header > .inner > ul > li.icon > a > span.fs-client-cart-count.fs-client-cart-count--0 {
	display: none;
}
.drop_itemlist {
    position: fixed;
    top: -1930px;
    left: 0;
    width: 100%;
	padding: 80px 0 10px;
    background-color: #e7e7e7;
	z-index: 2;
	transition: all .5s ease;
}
.drop_itemlist.hover {
top: 98px;
	/*top: 123px;*/
	/*top: 195px;*/
}
.fixed_content .drop_itemlist.hover {
	top: 90px;
}
.fixed_content .fixed + .drop_itemlist.hover {
    top: 35px;
}
.drop_itemlist > div > p {
	margin-bottom: 8px;
    font-size: 2.4rem;
    font-family: din-1451-lt-pro-engschrift, sans-serif;
	line-height: 1;
}
.drop_itemlist > div > p > span {
	opacity: .75;
	margin-left: 10px;
	color: #404040;
    font-size: 1.3rem;
    font-family: sans-serif;
	line-height: 1.6;
	vertical-align: bottom;
}
.drop_itemlist > div > .item {
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 30px;
    list-style: none;
}
.drop_itemlist > div > .item > li {
	position: relative;
	width: 238px;
	margin-bottom: 10px;
	background-color: #fff;
	overflow: hidden;
}
.drop_itemlist > div > .item > li.dummy {
    position: inherit;
    height: 0;
    margin-bottom: 0;
}
.drop_itemlist > div > .item > li > a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: 75px;
	padding-right: 10px;
}
.drop_itemlist > div > .item > li > a > p {
    font-size: 2rem;
	font-family: din-1451-lt-pro-engschrift, sans-serif;
    line-height: 1.6;
}
.drop_itemlist > div > .item > li > a > p > span {
	display: block;
	color: #404040;
	font-size: 1.1rem;
	font-family: sans-serif;
}
.drop_itemlist > div > .item > li.jocrisse > a > p > span {
    letter-spacing: -1px;
}
.drop_itemlist > div > .item > li > a > img {
	margin-right: 10px;
}
.drop_itemlist .backpack a::before {
    width: 66px;
    height: 72px;
	background-image: url(img/backpack.png);
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}
.drop_itemlist > div > .item > li::before {
    content: '\f054';
	opacity: 0;
    position: absolute;
    top: 5px;
    right: 33px;
    color: #fff;
    font-size: 1.3rem;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    z-index: 1;
	transition: all .3s ease;
	pointer-events: none;
}
.drop_itemlist > div > .item > li::after {
    content: '';
    position: absolute;
    display: block;
    top: -1px;
    right: -72px;
    width: 0;
    height: 0;
    border-top: 35px solid #404040;
    border-right: 35px solid #404040;
    border-left: 35px solid transparent;
    border-bottom: 35px solid transparent;
	transition: all .3s ease;
	pointer-events: none;
}
.drop_itemlist > div > .item > li:hover::before {
	opacity: 1;
    right: 7px;
}
.drop_itemlist > div > .item > li:hover::after {
    right: -25px;
}
.drop_itemlist > div > .item > li.member {
    background-color: #be454a;
    width: 100%;
}
.drop_itemlist > div > .item > li.member > a {
	padding: 0 15px;
    color: #fff;
}
.drop_itemlist > div > .item > li.member > a > p > span {
	color: #fff;
}
.drop_itemlist > div > .item > li.member::before {
	color: #be454a;
}
.drop_itemlist > div > .item > li.member::after {
	border-top: 35px solid #fff;
    border-right: 35px solid #fff;
}
li.neopro > a > p > img {
    width: 142px;
}
li.frequenter > a > p > img {
    width: 150px;
}
li.reggale > a > p > img {
    width: 132px;
}
li.plus> a > p > img {
    width: 161px;
}
li.spasso > a > p > img {
    width: 118px;
}
li.farvis > a > p > img {
    width: 132px;
}
li.jocrisse> a > p > img {
    width: 100px;
}
li.mavie> a > p > img {
    width: 130px;
}
li.zero> a > p > img {
    width: 190px;
}
li.zero> a > p > img {
    width: 158px;
}
li.kagen > a > p > img {
    width: 100px;
}
.drop_itemlist .item .item_img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
}
.drop_itemlist .item .item_img img {
    width: 80%;
}
.drop_itemlist .item .plus .item_img, .drop_itemlist .item .fiber .item_img {
    width: 78px;
}
.drop_itemlist > div > .item:nth-of-type(2) > li > a {
    height: 56px;
}
.drop_itemlist > div > .item > li.zero > a > p > .brand_logo {
    margin-bottom: 5px;
    font-size: 2.3rem;
    font-family: eurostile, sans-serif;
}
.drop_itemlist > div > .item > li.fiber > a > p > .brand_logo {
    font-size: 3.4rem;
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: .5px;
}
.fade_slide {
    position: relative;
}
.fade_slide .inner {
    width: 100%;
    height: 656px;
	background: center center/cover no-repeat;
}
.fade_slide .slick-dots {
    bottom: 20px;
	right: 40px;
	text-align: right;
}
.fade_slide .slick-dots li {
/*   width: 170px;
height: 27px;
background-color: rgba(0,0,0,.25);*/
border-radius: 50%;
border: 1px solid #fff;
width: 12px;
height: 12px;
}
.fade_slide .slick-dots li.slick-active {
	background-color: rgba(255,255,255,.5);
}
.fade_slide .slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
}
.fade_slide .slick-dots li button:before {
	display: none;
}
.fade_slide .inner > div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
    max-width: 1200px;
    width: 94%;
	height: 100%;
    margin: auto;
}
.fade_slide .inner .logo img.reggale {
    width: 256px;
}
.fade_slide .inner .logo {
	margin-bottom: 45px;
} 
.fade_slide .inner .copy {
	margin-bottom: 25px;
    font-size: 2.2rem;
    font-family: serif;
    line-height: 1.5;
}
.fade_slide .inner .txt {
	max-width: 295px;
	width: 90%;
	margin-bottom: 45px;
    font-size: 1.3rem;
    line-height: 1.7;
}
.fade_slide .inner a {
    display: block;
    width: 208px;
    padding: 10px 0;
    font-size: 1.3rem;
    text-align: center;
    background-color: transparent;
    border: 1px solid #404040;
	transition: all .3s ease;
}
.fade_slide .inner a:hover {
    color: #fff;
    background-color: #404040;
}
.fade_slide .inner a.top_slide_fukubukuro {
    display: block;
    width: 100%;
    height: 100%;
    padding:0;
    background-color: transparent;
    border: 1px solid #404040;
	transition: all .3s ease;
}
.fade_slide .inner a.top_slide_fukubukuro:hover {
    background: rgb(255,255,255,0.5);
}
.fade_slide.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.fade_slide.slick-dotted.slick-slider {
    margin-bottom: 0;
}
#brands {
    background-color: #d3d3d3;
    /*padding: 16px 0;*/
border-top: 16px solid #fff;
}
#brands .bnr a {
	position: relative;
	width: 50%;
}
#brands .bnr a::after, #pickup > div > a::after {
    opacity: 0;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.3);
    transition: all .3s ease;
}
#brands .bnr a:hover::after, #pickup > div > a:hover::after {
    opacity: 1;
}
#brands .bnr img {
	position: relative;
    width: 100%;
	vertical-align: bottom;
}
#brands .bnr {
    display: flex;
	width: 84%;
}
#brands .wrap {
    width: 16%;
	padding: 45px 0 35px;
}
#brands .wrap .head2 {
	margin-bottom: 35px;
}
.head2 {
	font-size: 3rem;
	font-family: din-1451-lt-pro-engschrift, sans-serif;
	line-height: 1;
}
.head2 > span {
	opacity: .75;
	display: block;
	margin-top: 5px;
	color: #rgba(64,64,64,.75);
	font-family: sans-serif;
	font-size: 1.3rem;
}
.wrap > a {
    color: #000;
    font-size: 1.3rem;
}
.wrap > a::after {
	position: relative;
	content: '\f105';
	right: 0;
	margin-left: 5px;
	font-family: 'Font Awesome 5 Free';
    font-weight: 900;
	transition: all .3s ease;
}
.wrap > a:hover::after {
	right: -3px;
}
#information {
    justify-content: flex-start;
    align-items: center;
    padding: 5px 0;
    margin: 50px 0 65px;
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
}
#information ul {
list-style-type:none;
letter-spacing:0.1em;
}
#information a:hover {
color:#999;
}
#information ul a::before {
position: relative;
content: '\f105';
left: 0;
margin-right: 5px;
font-family: 'Font Awesome 5 Free';
font-weight: 900;
transition: all .3s ease;
}
.info_slide .inner a {
	justify-content: flex-start;
	align-items: center;
}
.info_slide .inner a > div {
    width: 247px;
    margin-left: 25px;
}
.info_slide .inner a > p {
	width: 100%;
}
#information > .head2 {
	width: 135px;
	padding: 15px 0;
    margin-right: 40px;
}
.info_slide {
    width: calc(100% - 175px);
}
.head2.flex {
    justify-content: flex-start;
    align-items: flex-end;
	margin-bottom: 29px;
}
.head2.flex > span {
	margin-left: 20px;
	line-height: 1.5;
}
#pickup > div > a {
	position: relative;
    width: 47%;
}
#pickup > div > a > img  {
	vertical-align: bottom;
}
#pickup > div {
    justify-content: space-between;
    align-items: flex-start;
}
#pickup {
    margin-bottom: 75px;
}
#items ul {
    flex-wrap: wrap;
    justify-content: space-between;
	width: 100%;
    list-style: none;
}
#items ul > li {
	position: relative;
    width: 18%;
	margin-bottom: 35px;
}
#items ul > li.dummy {
	margin-bottom: 0px;
}
#items ul > li > a > img {
	position: relative;
	display: block;
	margin-bottom: 10px;
	z-index: 0
}
#items ul > li > a > .name, span.fs-c-productName__name, #items ul > li > a > .name, span.fs-c-productName__name {
    /*margin-bottom: 15px;*/
    line-height: 1.4;
}
#items ul > li > a > .price, .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
	display: flex;
	align-items: center;
    font-size: 1.5rem;
}
#items ul > li > a > .price > span, .fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed) {
	margin-left: 3px;
	color: #808080;
    font-size: 1.1rem;
}
#items ul > li > a > img {
    opacity: 1;
    transition: all .3s ease;
}
#items ul > li > a:hover > img {
    opacity: .7;
}
#items {
	padding: 20px 0;
	margin-bottom: 60px;
	background-color: #fff;
}
#category {
	margin-bottom: 40px;
}
#category > ul {
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
}
#category > ul > li {
	position: relative;
	width: 19%;
	height: 190px;
	margin-bottom: 13px;
	overflow: hidden;
}
#category > ul > li:nth-of-type(-n+3) {
	width: 32.5%;
	height: 240px;
}
#category > ul > li > a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background: center center/cover no-repeat;
	z-index: 0;
}
#category > ul > li > a::before {
	opacity: 0;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.3);
	transition: all .3s ease;
}
#category > ul > li > a:hover::before {
	opacity: 1;
}
#category > ul > li > p > span {
	display: flex;
    justify-content: flex-start;
    align-items: center;
	color: #fff;
    font-size: 2.2rem;
    font-family: din-1451-lt-pro-engschrift, sans-serif;
}
#category > ul > li > p > span::after {
	position: relative;
	right: 0;
    content: '\f054';
	margin-left: 5px;
	font-size: 1.3rem;
	font-family: 'Font Awesome 5 Free';
    font-weight: 900;
	transition: all .3s ease;
}
#category > ul > li > a:hover + p > span::after {
    right: -3px;
}
#category > ul > li > p {
	position: absolute;
	bottom: 20px;
	left: 25px;
	color: rgba(255,255,255,.75);
    font-size: 1.3rem;
	z-index: 0;
	pointer-events: none;
}
#category > ul > li:last-of-type {
	width: 100%;
	height: auto;
}
#category > ul > li:last-of-type > a {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
    padding: 20px 25px;
    color: #fff;
    background-color: #be454a;
}
#category > ul > li:last-of-type > a::after {
	position: absolute;
	top: 50%;
	right: 25px;
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
	transform: translateY(-50%);
	transition: all .3s ease;
}
#category > ul > li:last-of-type > a:hover::after {
    right: 20px;
}
#category > ul > li:last-of-type > a > div > p:first-of-type {
	margin-bottom: 5px;
    font-size: 2.2rem;
    font-family: din-1451-lt-pro-engschrift, sans-serif;
}
#category > ul > li:last-of-type > a > div > p:last-of-type {
	color: rgba(255,255,255,.75);
    font-size: 1.3rem;
}
#category > ul > li:last-of-type > a > div > p {
	line-height: 1;
}
#category > ul > li:last-of-type > a > div {
    padding-right: 35px;
	margin-right: 30px;
	border-right: 1px solid #fff;
}
#category > ul > li:last-of-type > a > p {
    line-height: 1.8;
	font-weight: 600;
}
#category > ul > li:last-of-type > a > p > span {
    display: block;
	color: rgba(255,255,255,.75);
	font-size: 1.3rem;
	font-weight: 300;
}

#fs_ProductCategory .category_page_bottom_seo_text {
margin:-80px 0 -50px;
padding:0 20px;
}
#fs_ProductCategory .category_page_bottom_seo_text h2 {
font-size: 2rem;
margin-bottom: 10px;
text-align:center;
}
#fs_ProductCategory .category_page_bottom_seo_text p {
font-size: 1.3rem;
margin-bottom: 20px;
}

#sns {
    background-color: #fff;
}
#sns > .inner {
	justify-content: space-between;
	align-items: flex-start;
    padding: 70px 0 80px;
}
#sns > .inner_line {
	justify-content: space-between;
	align-items: flex-start;
    padding: 0px 0 80px;
    margin-top:-40px;
}
#sns > .inner > div > .head3 {
	margin-bottom: 15px;
    color: #404040;
    font-family: din-1451-lt-pro-engschrift, sans-serif;
    font-size: 2.4rem;
}
#sns > .inner > div > .head3::before {
    margin-right: 5px;
	font-family: "Font Awesome 5 Brands";
}
#sns > .inner > .insta > .head3::before {
    content: '\f16d';
	color: #bf4679;
    font-family: "Font Awesome 5 Brands";
}
#sns > .inner > .twitter > .head3::before {
    content: '\f099';
	color: #bf4679;
    font-family: "Font Awesome 5 Brands";
}
#sns > .inner > .facebook > .head3::before {
    content: '\f082';
	color: #506d9e;
}
#sns > .inner > .twitter > .head3::before {
    content: '\f099';
	color: #21a5ee;
}
#sns > .inner > div {
    width: 30%;
}
.line_pc {
	width: 100% !important;
	height: auto;
}
.line_pc > a {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
    padding: 20px 25px;
    color: #fff;
    background-color: #00B900;
}
.line_pc > a::after {
	position: absolute;
	top: 50%;
	right: 25px;
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
	transform: translateY(-50%);
	transition: all .3s ease;
}
.line_pc > a:hover::after {
    right: 20px;
}
.line_pc > a > div > p:first-of-type {
	margin-bottom: 5px;
    font-size: 2.2rem;
    font-family: din-1451-lt-pro-engschrift, sans-serif;
}
.line_pc > a > div > p:last-of-type {
	color: rgba(255,255,255,.75);
    font-size: 1.3rem;
}
.line_pc > a > div > p {
	line-height: 1;
}
.line_pc > a > div {
    padding-right: 35px;
	margin-right: 30px;
	border-right: 1px solid #fff;
}
.line_pc > a > p {
    line-height: 1.8;
	font-weight: 600;
}
.line_pc > a > p > span {
    display: block;
	color: rgba(255,255,255,.75);
	font-size: 1.3rem;
	font-weight: 300;
}
#shop {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
	padding: 85px 0 90px;
}
#shop > div {
margin-bottom: 25px;
}
#shop .head3 {
	margin-bottom: 3px;
    font-size: 1.5rem;
    font-weight: 600;
}
#shop > div > a {
    position: relative;
    display: block;
	margin-bottom: 13px;
}
#shop > div > a > img {
	vertical-align: bottom;
}
#shop > div > a::before {
    opacity: 0;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.3);
	transition: all .3s ease;
}
#shop > div > a:hover::before {
    opacity: 1;
}
#shop > div > p {
    line-height: 1.6;
}
footer {
    padding: 65px 0 35px;
	background-color: #e2e2e2;
}
footer > p, footer > small {
	display: block;
    font-size: 1.2rem;
    text-align: center;
}
footer .f_logo {
    display: inline-block;
	margin-bottom: 15px;
	text-align: left;
}
footer .sns_icon {
    margin-bottom: 25px;
    text-align: right;
}
footer .address {
	margin-bottom: 50px;
}
footer .address > p, footer .policy > a {
	display: block;
	line-height: 1.7;
    text-align: right;
}
footer .address > p {
	letter-spacing: .5px;
}
footer .policy > a {
	letter-spacing: 0;
}
footer > .row {
	justify-content: space-between;
	margin-bottom: 60px;
}
footer > .row > div:first-of-type {
	width: 19%;
}
footer > .row > div:last-of-type {
	position: relative;
	width: 69%;
	overflow: hidden;
	z-index: 0;
}
.f_nav {
    position: relative;
    list-style: none;
    background-color: #e2e2e2;
    border-bottom: 1px solid rgba(0,0,0,.25);
    z-index: 2;
}
.f_nav > li {
	padding-bottom: 6px;
	margin-right: 45px;
	font-size: 1.8rem;
    font-family: din-1451-lt-pro-engschrift, sans-serif;
}
.drop_itemlist.f_item {
    position: relative;
	top: 0;
	padding: 20px 0 0;
	background-color: transparent;
}
.drop_itemlist.f_item > div > .item > li {
    width: 181px;
    height: 54px;
	margin-bottom: 5px;
}
.drop_itemlist.f_item > div > .item > li.dummy {
    height: 0;
    margin-bottom: 0;
}
.drop_itemlist.f_item .item > li > a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding-left: 15px;
}
.drop_itemlist.f_item > div > .item:nth-of-type(2) > li > a {
	height: 100%;
}
.drop_itemlist.f_item .item > li > a img {
	vertical-align: middle;
}
.drop_itemlist.f_item > div > .item > li > a > p > span {
	font-size: 1.3rem;
}
.f_item_list {
    padding: 0 5px 15px;
    border-bottom: 2px solid rgba(0,0,0,.25);
}
.drop_itemlist.f_item > div > p {
    font-size: 1.8rem;
}
.drop_itemlist.f_item > div > p > span {
    font-size: 1.2rem;
}
.drop_itemlist.f_item > div > .item {
	margin-bottom: 15px;
}
.second_head {
	justify-content: flex-start;
	align-items: center;
    width: 100%;
    height: 402px;
    background: center center/ cover no-repeat;
}
.second_head_inner {
    color: #fff;
    font-size: 3.2rem;
    font-family: din-1451-lt-pro-engschrift, sans-serif;
}
.second_head_inner > span {
    display: block;
    font-family: sans-serif;
    font-size: 1.2rem;
}
.breadcrumb {
    margin: 10px auto 50px;
    color: rgba(0,0,0,.75);
    font-size: 1.2rem;
}
.area_wrap {
	position: relative;
    justify-content: space-between;
}
.guide_wrap {
	margin: 95px auto 200px;
}
.link_area {
	max-width: 190px;
    width: 17.5%;
}
.cont_area {
    width: 78%;
}
.area_wrap.fixed_link {
    justify-content: flex-end;
}
.fixed_link .link_area {
    position: fixed;
    top: 90px;
    left: calc(50% - 540px);
}
.link_area > a {
    display: block;
    width: 100%;
    padding: 9px 20px;
    margin-bottom: 5px;
    font-size: 1.5rem;
    background-color: #fff;
	transition: all .3s ease;
}
.link_area > a > span { 
	font-weight: 600;
}
.link_area > a::before {
    content: '\f128';
    margin-right: 10px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.link_area > a:hover {
	color: #fff;
	font-weight: 600;
    background-color: #be454a;
}
.cont_area p, .contact p {
    font-size: 1.5rem;
    line-height: 1.7;
	letter-spacing: .5px;
}
.head2_1 {
	padding-bottom: 5px;
    margin-bottom: 19px;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.7;
    border-bottom: 1px solid #404040;
}
.head3_1 {
    margin: 35px 0 8px;
    color: #be454a;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.7;
}
#pay a {
text-decoration:underline;
color:#3572b0;
}
#pay > img {
    margin-top: 15px;
    width: 471px;
}
#amazonpay_guide p + h4 {
margin-top:40px;
margin-bottom:0;
}
.table1 > p {
    display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    background-color: #404040;
}
.table1 > p > span {
    display: block;
    font-size: 1.5rem;
    font-weight: 300;
}
.table1 {
    margin: 10px 0;
}
.table1 > table {
	display: block;
    border-top: 1px solid #404040;
    border-bottom: 1px solid #404040;
	background-color: #fff;
}
#pay .table1 th, #pay .table1 td {
	width: 179px;
}
.table1 td {
	vertical-align: unset;
}
.table1 th, .table1 td {
	font-size: 1.5rem;
    border-right: 1px solid #404040;
    border-bottom: 1px solid #a2a2a2;
}
.table1 th {
    padding: 11px 15px;
}
.table1 td {
    padding: 15px 15px;
}
.table1 > table tr:first-of-type > th {
    text-align: center;
}
.table1 > table tr > td:first-of-type {
    text-align: center;
}
#pay .table1 > table tr > td:last-of-type {
    text-align: right;
}
.table1 > table tr:first-of-type > th > .sz {
	color: #404040;
    font-size: 1.4rem;
    font-weight: 300;
}
.table1 > table tr:last-of-type > td {
	border-bottom: none;
}
.box1 {
    padding: 15px 20px;
    margin: 15px 0;
    background-color: #fff;
}
.area_wrap section:nth-of-type(n+2) {
    margin-top: 75px;
}
#return .box1 {
    padding: 25px 35px;
}
#return .box1 > dl {
    line-height: 1.9;
}
#delivery > .table1 + p {
    font-size: 1.4rem;
}
#pay .table1 {
	margin: 10px 0 45px;
}
.table1 th span, .table1 td span {
    color: #be454a;
}
.table1 td ul {
    padding-left: 20px;
    margin-top: 6px;
	line-height: 1.7;
}
#tax > dl {
    display: flex;
	line-height: 1.8;
}
#tax > dl > dt {
    width: 173px;
}
#tax > dl > dd {
	font-weight: 600;
}
.box2 {
	margin: 30px 0 25px;
    background-color: #fff;
    border: 1px solid #be454a;
}
.box2 > .head3 {
    padding: 5px 20px;
    color: #fff;
    font-size: 1.8rem;
	line-height: 1.9;
    background-color: #be454a;
}
.box2 > p {
    padding: 23px 35px 25px;
}
.head3_2 {
    margin-bottom: 20px;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: .5px;
}
#return ol {
    padding-left: 20px;
    margin-bottom: 35px;
	font-size: 1.5rem;
	line-height: 1.7;
}
#return ol > li > .policy {
    margin: 15px;
	line-height: 2;
}
#return ol > li > div > a {
    color: #be454a;
    font-size: 1.5rem;
    line-height: 1.7;
}
#return ol > li > .policy > a::after {
   	content: '>';
    position: relative;
    right: 0;
	margin-left: 3px;
	font-size: 1.3rem;
	line-height: 1;
	transition: all .3s ease;
}
#return ol > li > div > a:hover::after {
   	right: -5px;
}
#return ol .contact > p {
    background-color: #fff;
    border: 1px solid #be454a;
}
#return ol .contact > p, #return ol .contact > a {
	display: block;
    padding: 10px 30px;
    color: #be454a;
    font-size: 1.7rem;
    font-weight: 600;
    background-color: #fff;
    border: 1px solid #be454a;
    border-radius: 5px;
	transition: all .3s ease;
}
#return ol > li > .contact {
    justify-content: space-between;
    align-items: center;
	padding-right: 20px;
    margin: 20px 0 17px -20px;
}
#return ol .contact > p::before, #return ol .contact > a::before {
    margin-right: 10px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
#return ol .contact > .num::before {
    content: '\f879';
}
#return ol .contact > .fax::before {
    content: '\f1ac';
}
#return ol .contact > .mail::before {
    content: '\f0e0';
}
#return .box1 .head3_2 {
    margin-bottom: 5px;
}
#return ol .contact > a:hover {
    color: #fff;
    background-color: #be454a;
}
.box1 > dl {
    display: flex;
}
.box2 > p > a {
    opacity: 1;
    display: inline-block;
    margin-top: 13px;
    color: #be454a;
    font-size: 1.8rem;
    font-weight: 600;
    border-bottom: 1px solid #be454a;
    transition: all .3s ease;
}
.box2 > ol {
    padding: 0 65px;
    color: #be454a;
    font-size: 1.6rem;
    font-weight: 600;
}
#contact_tel {
    margin-bottom: 50px;
}
.address_wrap {
    justify-content: space-between;
    align-items: center;
	margin-bottom: 20px;
}
.address_wrap > .tel, .address_wrap > .tel > a, .address_wrap > .mail {
    color: #be454a;
    font-size: 1.8rem;
    font-weight: 600;
}
.address_wrap > .tel::before {
	content: '\f879';
    margin-right: 5px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.address_wrap > .mail::before {
	content: '\f0e0';
    margin-right: 5px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
#contact_mail > p:first-of-type {
    margin-bottom: 30px;
}
.repair_request {
    max-width: 485px;
    width: 94%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 12px 25px;
    margin: 0 0 20px auto;
    color: #fff;
    background-color: #be454a;
}
.repair_request:visited {
	color: #fff;
}
.repair_request > p:first-of-type {
    margin-bottom: 10px;
    font-size: 1.8rem;
    font-weight: 600;
}
.repair_request > p:first-of-type::before {
	content: '\f0e0';
    margin-right: 5px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.repair_request > p:last-of-type {
    font-size: 1.3rem;
}
#contact_mail .box1 .head3 {
    color: #be454a;
    font-weight: 600;
}
#contact_mail .box1 > p > span {
    color: #be454a;
}
#conatct_price .note, #conatct_repair .note {
	margin: -5px 0 10px;
    color: #be454a;
}
#conatct_price {
    margin-bottom: 15px;
}
#conatct_price ul {
    list-style: none;
}
.address_wrap > p {
    font-weight: 600;
}
#conatct_price .inner > li {
    display: flex;
	justify-content: space-between;
	align-items: center;
}
#conatct_price .inner > li > p:first-of-type::before { 
	content: '◯';
}
#conatct_price div > ul:first-of-type {
	width: 43%;
    margin-right: 65px;
}
#conatct_price ul + p {
    font-size: 1.3rem;
}
#conatct_price > div > ul:last-of-type {
    width: calc(57% - 65px);
}
#conatct_price .inner > li > p:last-of-type >span {
    font-weight: 600;
}
#conatct_price > div > ul:last-of-type > li > p:nth-of-type(n+2) {
    margin-left: 15px;
}
.contact {
	margin: 78px auto 200px;
}
#contact_mail {
    margin-bottom: 61px;
}
#contact_mail > .box1 {
    padding: 20px 25px 15px;
}
#conatct_price .inner > li > p {
    line-height: 1.8;
}
#conatct_price > div > ul:last-of-type > li {
    margin-bottom: 25px;
}
#conatct_price > div > ul:last-of-type > li .note {
    margin: 0;
    font-size: 1.3rem;
}
#conatct_price > div > ul:last-of-type > li .note:nth-of-type(3) {
    color: #404040;
}
.company {
    margin: 70px auto 200px;
}
#company_summary {
	position: relative;
	margin-bottom: 130px;
}
#company_summary > p {
	position: relative;
	width: 56%;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2.4;
	z-index: 1;
}
#company_summary > img {
    position: absolute;
    top: -266px;
    right: 0;
    max-width: 542px;
	width: 94%;
	z-index: 0;
}
.company .head2_1 {
	margin-bottom: 0;
    font-size: 3.2rem;
    line-height: 1.2;
}
.company .head2.flex > span {
	font-weight: 300;
    line-height: 2;
}
.table2 tr {
    width: 100%;
    border-bottom: 1px solid #b9b9b9;
}
.table2 th {
    min-width: 70px;
    width: 16%;
    font-weight: 300;
	vertical-align: unset;
}
.table2 td, .table2 td:first-of-type {
    max-width: calc(100% - 70px);
    width: 84%;
}
.table2 th, .table2 td {
    padding: 15px 0 12px;
    line-height: 1.7;
}
#company_info {
    margin-bottom: 116px;
}
#company_info > .table2 td > div {
    flex-wrap: wrap;
}
#company_info > .table2 td > div > dl {
    width: 50%;
	margin-bottom: 30px;
}
#company_info > .table2 td > div > dl > dt {
	margin-bottom: 3px;
    font-weight: 600;
}
.faq > p, .shop > p {
    font-size: 1.5rem;
    line-height: 1.7;
    text-align: center;
}
.faq > p {
    margin: 75px 0 95px;
}
.shop > p:first-of-type {
    margin: 75px 0 20px;
}
.shop > #_rcmdjp_display_1 {
   margin: 20px 0 75px;
}
.shop > #_rcmdjp_display_1 h2 {
    display: none;
}
.shop > p:nth-child(2) {
   margin: 20px 0 40px;
}
.shop > p:nth-child(2) > a {
    color: #be454a;
}
.faq .head2_1::before {
    content: '\f059';
    margin-right: 5px;
    color: #be454a;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.shop .head2_1::before {
    content: '\f5a0';
    margin-right: 5px;
    color: #be454a;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.shop .link_area > a::before {
    content: '\f5a0';
}
.faq .head2_1 > span, .shop .head2_1 > span {
    color: #be454a;
}
.accordion-content {
    display: none;
}
.faq ul {
    list-style: none;
}
.faq .accordion-btn {
	position: relative;
    padding: 15px 10px 10px;
	font-size: 1.6rem;
	font-weight: 600;
	cursor: pointer;
	transition: all .3s ease-in;
}
.faq .accordion-wrap {
    border-bottom: 1px solid #b9b9b9;
}
.faq .head2_1 {
    margin-bottom: 0;
}
.faq .accordion-btn::after {
    position: absolute;
    top: 50%;
    right: 10px;
    content: '\f078';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    transform: translateY(-50%);
	transition: all .3s ease;
}
.faq .accordion-btn.accordion-open::after {
    content: '\f077';
    color: #be454a;
}
.faq .accordion-btn.accordion-open {
	padding-left: 20px;
	color: #be454a;
	background-color: #fff;
}
.faq .accordion-content {
	position: relative;
	padding: 35px 35px 40px;
}
.faq .accordion-content::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #f2f2f2;
	transition: all .7s ease;
	z-index: -1;
}
.faq .accordion-btn.accordion-open + .accordion-content::before {
    background-color: #fff;
}
.faq .cont_area p {
    font-size: 1.4rem;
}
.faq .accordion-content > p {
    margin-bottom: 35px;
}
.faq, .shop {
    margin-bottom: 200px;
}
.faq .accordion-content > p.num {
    margin-bottom: 5px;
    font-size: 1.8rem;
}
.faq .accordion-content > p.num > .tel {
    font-size: 2.2rem;
    font-weight: 700;
}
.shop_list ul {
	margin-bottom: 30px;
    list-style: none;
}
.shop_list ul > li {
    padding: 15px 0 10px;
    border-bottom: 1px solid #b9b9b9;
}
.shop .head2_1 {
    margin-bottom: 0;
}
.shop_list ul > li > p {
    font-size: 1.5rem;
    font-weight: 600;
}
.shop_list ul > li > .flex {
    justify-content: space-between;
}
.shop_contact {
	justify-content: space-between;
	width: 100%;
    padding: 25px 0;
    margin-top: 135px;
    background-color: #ffff;
}
.shop_contact > .txt > p:first-of-type {
	margin-bottom: 15px;
    font-size: 2.4rem;
    line-height: 1.7;
    letter-spacing: .5px;
}
.shop_contact > .txt > p:first-of-type::before {
    content: '\f5a0';
	margin-right: 5px;
	font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.shop_contact > .txt > p {
    text-align: center;
}
.shop_contact > .txt {
    border-right: 1px solid rgba(0,0,0,.5);
}
.shop_contact > div {
	display: flex;
	flex-direction: column;
	justify-content:center;
	align-items: center;
    width: 50%;
}
.shop_contact > div a {
	opacity: 1;
	transition: all .3s ease;
}
.shop_contact > div a:hover {
	opacity: .7;
}
.shop_contact > .link > .tel, .shop_contact > .link > .tel > a {
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: .25px;
}
.shop_contact > .link > .tel::before {
    content: '\f879';
	margin-right: 3px;
	font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.shop_contact > .link > .tel + span {
    margin-bottom: 20px;
    letter-spacing: .5px;
}
.shop_contact > .link > a {
    font-size: 2.1rem;
    font-weight: 600;
}
.shop_contact > .link > a::before {
	content: '\f0e0';
    margin-right: 3px;
	font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.shop_contact > .link {
	padding: 10px 0;
}
#sns > .inner > .sp_sns {
    display: none;
}
#pickup .pc_bnr_precare {
    display: block;
}
#pickup .sp_bnr_precare {
    display: none;
}
#makuake_sp {
    display: none;
}
#makuake_pc {
    display: block;
    width:100%;
    margin-bottom: 30px;
}
.banner-lcare-present{
width:100%;
margin:0 auto 30px;
}
.banner-lcare-present omg{
width:100%;
}
#makuake_pc .makuake_frame {
margin: 0 0 0 40px;
}
#preparing {
    margin: 120px auto;
}
#preparing > p {
    margin-top: 25px;
	font-size: 1.6rem;
}
.bnr_review_campaign{
margin-bottom: 60px;
}
.pc_bnr_review_campaign {
display: block;
}
.sp_bnr_review_campaign {
display: none;
}
.bnr_review_campaign p{
text-align:center;
}
.fs-c-reviewer__status{
display: none;
}

@media screen and (max-width: 950px) {
header > .top > p {
    display: none;
}
header > .top > div > p {
    padding: 5px 0;
}
.sns_icon {
    display: none;
}
header > .top > div > p {
    padding: 5px 0;
    border-right: none;
}
header > .inner > ul {
    max-width: inherit;
}
header > .inner > ul > li.icon {
    display: block;
	margin-right: 15px;
}
header > .inner > ul > li {
    display: none;
}
header > .inner > .logo > a, footer .f_logo > a {
    line-height: 1.1;
}
.fixed_content .wrapper {
    padding-top: 116px;
}
header > .top > div {
    width: 100%;
    justify-content: space-between;
}
}
@media screen and (max-width: 768px) {
header {
    padding: 0px;
}
header > .inner > .logo img {
    width: 195px;
}
.fade_slide .inner {
    height: 351px;
}
.fade_slide .inner .txt {
	display: none;
}
.fade_slide .slick-dots {
right: 20px;
bottom: 10px;
}
.fade_slide .slick-dots li {
    width: 10px;
    height: 10px;
}
.fade_slide .inner .copy {
    font-size: 1.6rem;
}
.fade_slide .inner a {
    width: 188px;
}
.fade_slide .inner .logo {
    margin-bottom: 30px;
}
.fade_slide .inner .logo img.reggale {
    width: 169px;
}
.brands_inner {
    display: block;
	width: 100%;
}
#brands .wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
    width: 100%;
    padding: 10px 20px;
}
.head2 {
    font-size: 2.8rem;
}
.head2 > span {
	font-size: 1.2rem;
}
.head2.flex > span {
    margin-left: 10px;
}
.head2.flex {
    margin-bottom: 15px;
}
#brands .wrap .head2, #information > .head2 {
    display: flex;
    align-items: flex-end;
	margin-bottom: 0;
	line-height: 1;
}
#brands .wrap .head2 > span, #information > .head2 > span {
    margin-left: 10px;
	line-height: 2;
}
#information > .head2 {
	width: 100%;
	padding: 0;
	margin-bottom: 10px;
}
.info_slide {
    width: 100%;
}
#brands .bnr {
    width: 100%;
}
#information {
	display: block;
	padding: 10px 0;
    margin: 35px 0 35px;
}
header > .inner > ul > li.icon > a {
    font-size: 2.5rem;
}
header > .inner {
	padding-top: 15px;
	padding-bottom: 20px;
}
.info_slide .inner a > p {
    width: 100%;
}
.info_slide .inner a > div {
	width: 200px;
	margin-left: 15px;
}
#pickup > div > a {
    width: 100%;
}
#pickup > div {
    flex-wrap: wrap;
}
#pickup > div > a:nth-of-type(n+2) {
    display: none;
}
#pickup {
    margin-bottom: 60px;
}
#items ul > li {
    width: 47%;
	margin-bottom: 20px;
}
#items ul > li > a {
    width: 100%;
}
#items ul > li > a > img {
    width: 100%;
	margin-bottom: 5px;
}
#items ul > li > a > .name, span.fs-c-productName__name {
	margin-bottom: 5px;
    font-size: 1.4rem;
}
#items {
    margin-bottom: 25px;
}
#category > ul > li, #category > ul > li:nth-of-type(-n+3), #category > ul > li:last-of-type {
    width: 49%;
    height: 170px;
}
#category > ul > li:last-of-type > a {
    display: block;
	padding: 15px 20px;
}
#category > ul > li:last-of-type > a > div {
    padding: 0 0 10px;
    margin: 0 0 10px;
    border-right: none;
    border-bottom: 1px solid #fff;
}
#category > ul > li:last-of-type > a > p {
	font-size: 1.3rem;
    line-height: 1.4;
}
#category > ul > li:last-of-type > a > p > span {
    font-size: 1.1rem;
}
#category > ul > li:last-of-type > a::after {
    top: 16px;
    left: 135px;
    right: auto;
    font-size: 1.2rem;
    transform: translate(0, 0);
}
#category > ul > li:last-of-type > a:hover::after {
	left: 140px;
	right: auto;		
}
#category {
    margin-bottom: 20px;
}
.pc_bnr_precare {
    display: none;
}
.sp_bnr_precare {
    display: block;
    width: 100%;
}
.pc_bnr_review_campaign {
    display: none;
}
.sp_bnr_review_campaign {
    display: block;
    width: 100%;
}
#top_slide .fq20parpoint{
width:300px;
}
#sns > .inner {
	flex-wrap: wrap;
    padding: 25px 0;
}
#sns > .inner > .insta {
    width: 100%;
}
#sns > .inner > .facebook, #sns > .inner > .twitter {
	display: none;
}
#sns > .inner > .sp_sns {
    display: flex;
	justify-content: space-between;
	width: 100%;
}
#sns > .inner > .sp_sns > a {
	display: block;
    width: 47%;
	padding: 10px 20px;
	color: rgba(255,255,255,.75);
	font-family: din-1451-lt-pro-engschrift, sans-serif;
    font-size: 2.4rem;
}
#sns > .inner > .sp_sns > a::before {
    margin-right: 5px;
    font-family: "Font Awesome 5 Brands";
}
#sns > .inner > .sp_sns > a.facebook::before {
	content: '\f082';	
}
#sns > .inner > .sp_sns > a.twitter::before {
	content: '\f099';
}
#sns > .inner > .sp_sns > a.line::before {
	content: '\f3c0';
}
#sns > .inner > .sp_sns > a.facebook {
    background-color: #506d9e;
}
#sns > .inner > .sp_sns > a.twitter {
    background-color: #21a5ee;
}
#sns > .inner > .sp_sns > a.line {
    background-color: #00B900;
    margin-top: 8px;
}
.line_pc{
    display:none;
}
#shop {
    padding: 25px 0 10px;
}
footer {
    padding: 30px 10px 20px;
}
footer > .row > div:last-of-type {
    display: none;
}
footer > .row > div:first-of-type {
    width: 200px;
    margin: 0 0 0 auto;
}
footer .address {
    margin-bottom: 20px;
}
footer > .row {
    margin-bottom: 30px;
}
footer > p, footer > small {
    font-size: 1.1rem;
}
footer {
    font-size: 1.2rem;
}
footer .policy {
    text-align: right;
}
footer .policy > a {
    display: inline-block;
}
.second_head {
    height: 225px;
}
.breadcrumb {
    margin: 10px auto 20px;
}
.shop > p:first-of-type {
    margin: 20px 0 10px;
}
.shop > p:last-of-type {
    margin-bottom: 30px;
}
.faq > p, .shop > p {
    font-size: 1.3rem;
    text-align: left;
}
.area_wrap {
    display: block;
}
.link_area {
    width: 100%;
}
.link_area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	max-width: 100%;
    width: 100%;
	margin-bottom: 20px;
}
.fixed_link .link_area {
	position: relative;
	top: 0;
	left: 0;
}
.shop .link_area > a {
    width: 49%;
}
.cont_area {
    width: 100%;
}
.shop_list ul > li > .flex {
    display: block;
}
.shop_list ul > li > p {
    font-size: 1.4rem;
}
.cont_area p, .contact p {
    font-size: 1.4rem;
}
.area_wrap section:nth-of-type(n+2) {
    margin-top: 40px;
}
.head2_1 {
	margin-bottom: 15px;
    font-size: 1.7rem;
}
.shop_contact {
    display: block;
    padding: 20px;
    margin-top: 60px;
}
.shop_contact > div {
    width: 100%;
}
.shop_contact > .txt {
	justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 8px;
    margin-bottom: 10px;
    border-right: none;
    border-bottom: 1px solid rgba(0,0,0,.5);
}
.shop_contact > .txt > p:first-of-type {
    margin-bottom: 5px;
    font-size: 1.7rem;
}
.shop_contact > .txt > p {
    text-align: left;
}
.shop_contact > .txt > p:last-of-type br {
    display: none;
}
.shop_contact > .link {
	justify-content: flex-start;
	align-items: flex-start;
    padding: 0;
}
.shop_contact > .link > .tel, .shop_contact > .link > .tel > a {
	font-size: 2.1rem;
    line-height: 1.5;
}
.shop_contact > .link > .tel + span {
    margin-bottom: 5px;
}
.shop_contact > .link > a {
    font-size: 1.7rem;
}
.faq, .shop {
    margin-bottom: 100px;
}
.guide_wrap {
    margin: 30px auto 100px;
}
.link_area > a {
    width: 100%;
}
.head3_1 {
    margin: 20px 0 5px;
    font-size: 1.6rem;
}
.guide_wrap .cont_area p {
    font-size: 1.3rem;
}
.table1 {
    display: block;
	margin: 10px 0 35px;
}
.table1 > p {
    padding: 15px;
	font-size: 1.4rem;
}
.guide_wrap .table1 > p {
	font-size: 1.4rem;
}
.table1 > p > span {
    font-size: 1.2rem;
}
.table1 > table {
    border-left: 1px solid #404040;
}
.table1 th {
    padding: 10px 5px;
	font-size: 1.4rem;
}
.table1 td {
    padding: 10px;
    font-size: 1.3rem;
}
.box1 {
    padding: 10px 15px;
}
.table1 > table tr > td:first-of-type {
    text-align: left;
}
#tax > dl {
    font-size: 1.3rem;
}
.box2 > .head3 {
    padding: 5px 15px;
    font-size: 1.6rem;
}	
.box2 > p {
    padding: 15px;
}
.head3_2 {
    margin-bottom: 10px;
    font-size: 1.5rem;
}
#return ol {
    font-size: 1.3rem;
}
#return ol > li > .policy {
    margin: 15px 5px;
}
#return ol > li > .contact {
    display: block;
    padding-right: 0;
    margin: 10px 0 15px -20px;
}
#return ol .contact > p, #return ol .contact > a {
    width: 100%;
    margin-bottom: 10px;
}
#return .box1 {
    padding: 15px 15px;
}
#return .box1 > dl {
	flex-wrap: wrap;
    margin-bottom: 10px;
	font-size: 1.3rem;
    letter-spacing: 0;
}
#return .box1 > dl > dt {
    width: 55px;
}
#return .box1 > dl > dd {
    width: calc(100% - 55px);
}
#return .box1 > dl:nth-of-type(3) > dt {
    width: 45px;
}
#return .box1 > dl:nth-of-type(3) > dd {
    width: calc(100% - 45px);
}
.contact {
    margin: 20px auto 100px;
}
.box2 > p > a {
    margin-top: 5px;
    font-size: 1.6rem;
}
.box2 > ol {
    padding: 0 0 0 35px;
    font-size: 1.4rem;
}
.address_wrap {
    display: block;
}
#contact_tel {
    margin-bottom: 35px;
}
#contact_mail {
    margin-bottom: 45px;
}
.repair_request {
    margin: auto;
}
.address_wrap > .tel, .address_wrap > .tel > a, .address_wrap > .mail {
    font-size: 1.6rem;
}
.repair_request > p:first-of-type {
	margin-bottom: 5px;
    font-size: 1.6rem;
}
.repair_request > p:last-of-type {
    font-size: 1.2rem;
}
#conatct_price > .flex {
    display: block;
}
#conatct_price div > ul:first-of-type {
    width: 100%;
	margin-bottom: 10px;
    margin-right: 0;
}
#conatct_price > div > ul:last-of-type {
    width: 100%;
}
#conatct_price > div > ul:last-of-type > li {
    margin-bottom: 10px;
}
#company_summary > p {
    width: 100%;
    font-size: 1.4rem;
    line-height: 2;
}
#company_summary > img {
    top: 150px;
}
.company {
    margin: 20px auto 100px;
}
#company_summary {
    margin-bottom: 160px;
}
#company_info > .head2_1 {
    font-size: 2.9rem;
}
.table2 th, .table2 td, .table2 td:first-of-type {
    display: block;
	max-width: 100%;
	min-width: 100%;
	width: 100%;
}
.table2 td, .table2 td:first-of-type {
    padding: 0 0 7px;
}
.table2 th {
    padding: 10px 0 0;
	font-weight: 600;
}
#company_info > .table2 td > div > dl {
    width: 100%;
    margin-bottom: 10px;
	font-size: 1.3rem;
}
#company_info {
    margin-bottom: 65px;
}
.faq > p {
    margin: 20px 0 30px;
}
.faq .accordion-btn {
    padding-right: 25px;
	font-size: 1.5rem;
}
.faq .accordion-content {
    padding: 10px 25px;
}
.faq .cont_area p {
    font-size: 1.3rem;
	letter-spacing: 0;
}
.faq .accordion-content > p {
    margin-bottom: 15px;
}
.faq .accordion-content > p.num > .tel {
    font-size: 1.8rem;
}
.faq .accordion-content > p.num {
    font-size: 1.6rem;
}
}
@media screen and (max-width: 490px) {
.fixed_content header {
    top: -140px;
}
header .renewal_message .accordion-btn {
	line-height: 1.3;		
}
#makuake_sp {
    display: block;
    width:100%;
    margin-bottom: 30px;
}
#makuake_pc {
    display: none;
}
#sns {
    display: none;
}
}
@media screen and (max-width: 435px) {
header > .top > div > .login {
    font-size: 1.1rem;
}
header > .top > div > .login > span {
    margin: 3px;
}
header > .top > div > p > span {
    font-size: 1.1rem;
}
header > .top > div > p {
	padding: 9px 0;		
}
}
@media screen and (max-width: 400px) {
.fade_slide {
  padding-top: 0%;
  overflow: hidden;
  height: 89vw;
}
.fade_slide .inner > div {
    width: 100%;
    padding: 0 20px;
    margin: 0;
}
.fade_slide .inner .copy {
    color: #000;
}
.fade_slide .inner a {
    color: #000;
}
#brands .bnr {
    flex-wrap: wrap;
}
#brands .bnr a {
    width: 100%;
}
.info_slide .inner a > p {
    width: 100%;
}
.info_slide .inner a {
    flex-wrap: wrap;
}
.info_slide .inner a > div {
	width: 100%;
	margin-left: 0;
}
#information {
    padding: 15px 0;
}
#category > ul > li:last-of-type > a > p {
    display: none;
}
#category > ul > li:last-of-type > a > div > p:last-of-type {
    font-size: 1.1rem;
}
#category > ul > li:last-of-type > a > div {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
#category > ul > li:last-of-type > a {
    display: flex;
    padding: 10px;
}
#category > ul > li:last-of-type > a::after {
	top: 50%;
	left: auto;
	right: 13px;
	transform: translate(0, -50%);
}
#category > ul > li:last-of-type > a:hover::after {
	left: auto;
	right: 9px;
}
#category > ul > li > p {
    left: 0;
	bottom: 10px;
    padding: 0 10px;
}
#category > ul > li > p > span {
    font-size: 2rem;
    line-height: 1.2;
}
#category > ul > li > p {
    font-size: 1.2rem;
	letter-spacing: 0;
}
header > .inner > .logo > a, footer .f_logo > a {
    font-size: 2.7rem;
}
header > .inner > ul > li.icon > a {
    font-size: 2rem;
}

.fixed_content header {
position: fixed;
top: -34px;
}
header.fixed > .inner > .logo > a {
    font-size: 2.4rem;
	line-height: 1.1;
}
header > .inner > .logo > a > span, footer .f_logo > a > span {
    letter-spacing: -.25px;
}
header > .inner > ul > li.icon {
    margin-right: 10px;
}
header > .inner > ul > li.icon:last-of-type {
    margin-right: 18px;
}
#sns > .inner > .sp_sns > a {
    width: 49%;
}
header > .inner > ul {
    margin-bottom: 5px;
}
header > .top > div > p {
    padding: 1px 0;
}
.fixed_content .wrapper {
    padding-top: 111px;
}
#preparing > p {
    margin-top: 15px;
    font-size: 1.5rem;
}
}
.logout.my-false { display: none; }
.login.my-true { display: none; }
.regist.my-true { display: none; }

iframe#twitter-widget-0 {
	overflow: hidden;
}
#sns .facebook iframe {
	width: 100%;
	overflow: hidden;
}
.fs-c-heading.fs-c-heading--page {
	display: flex;
    justify-content: center;
	align-items: center;
    width: 100%;
    height: 376px;
    background: center center/cover no-repeat;
    border: none;
}
.fs-c-heading.fs-c-heading--page > .row {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
	color: #fff;
	text-align: left;
}
.fs-c-heading.fs-c-heading--page > .row > img {
    max-width: 300px;
    width: auto;
	height: auto;
	margin-bottom: 50px;
}
.fs-c-heading.fs-c-heading--page > .row > .name {
	margin-bottom: 10px;
	font-size: 1.7rem;
}
.fs-c-heading.fs-c-heading--page > .row > .name > span {
	margin-right: 10px;
	font-size: 2.8rem;
    font-family: din-1451-lt-pro-engschrift, sans-serif;
}
.fs-c-heading.fs-c-heading--page > .row > .txt {
    max-width: 350px;
    width: 90%;
	color: #fff;
    font-size: 1.4rem;
	line-height: 1.5;
    text-align: left;
}
.fs-c-heading.fs-c-heading--page > .jin > .name ,
.fs-c-heading.fs-c-heading--page > .jin > .txt {
	color: #000;
	text-shadow:0 0 20px rgba(253,252,252,0.7),0 0 20px rgba(253,252,252,0.7),0 0 20px rgba(253,252,252,0.7),0 0 20px rgba(253,252,252,0.7),0 0 20px rgba(253,252,252,0.7),0 0 20px rgba(253,252,252,0.7),0 0 20px rgba(253,252,252,0.7),0 0 20px rgba(253,252,252,0.7),0 0 20px rgba(253,252,252,0.7),0 0 20px rgba(253,252,252,0.7),0 0 20px rgba(253,252,252,0.7),0 0 20px rgba(253,252,252,0.7),0 0 20px rgba(253,252,252,0.7),0 0 20px rgba(253,252,252,0.7),0 0 20px rgba(253,252,252,0.7),0 0 20px rgba(253,252,252,0.7);
}
.fs-body-category-gr .fs-c-heading .name ,
.fs-body-category-gr .fs-c-heading .txt ,
.fs-body-category-amble .fs-c-heading .name ,
.fs-body-category-amble .fs-c-heading .txt ,
.fs-body-category-saphir .fs-c-heading .name ,
.fs-body-category-saphir .fs-c-heading .txt ,
.fs-body-category-perle .fs-c-heading .name ,
.fs-body-category-perle .fs-c-heading .txt {
	color: #000 !important;
}
.fs-body-category-aura .fs-c-heading .name ,
.fs-body-category-aura .fs-c-heading .txt {
	color: #7196ac !important;
}

main.fs-l-main {
    max-width: 1080px;
    width: 94%;
    padding: 0;
    margin-top: 0px;
    margin-bottom: 100px;
}
.fs-c-productList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
#fs_ProductCategory .wrapper {
    padding-bottom: 100px;
    background-color: #fff;
}
.kagen_wrap div.fs-c-subgroup {
    background-color: #4a4a4a;
}
#fs_ProductCategory .kagen_wrap .wrapper, #fs_ProductDetails .kagen_wrap, #fs_ProductDetails .kagen_wrap #items {
    background-color: #f0f2e5;
}
#fs_ProductCategory main.fs-l-main {
	margin-bottom: 0;
}
#fs_ProductSearch .wrapper {
    padding-bottom: 100px;
    background-color: #fff;
}
#fs_ProductSearch main.fs-l-main {
    margin-bottom: 0;
}
.fs-c-productList__controller:last-of-type .fs-c-sortItems, .fs-c-productList__controller:first-of-type .fs-c-listControl {
    display: none;
} 
.fs-c-productList__controller:first-of-type .fs-c-sortItems {
    margin-left: auto;
	margin-bottom: 40px;
}
.fs-c-productList__controller:last-of-type .fs-c-listControl {
    display: flex;
    justify-content: center;
}
.fs-c-productList__list__item {
	border-bottom: none;
}
.fs-c-productList__list .fs-c-productMark__item .mens,
.fs-c-productList__list .fs-c-productMark__item .ladies,
.fs-c-productList__list .fs-c-productMark__item .unisex,
.fs-c-productList__list .fs-c-productMark__item .gift,
.fs-c-productList__list .fs-c-productMark__item .kinai,
.fs-c-productList__list .fs-c-productMark__item .name{
display:none;
}
.fs-l-productLayout .fs-c-productMark__item .mens,
.fs-l-productLayout .fs-c-productMark__item .ladies,
.fs-l-productLayout .fs-c-productMark__item .unisex,
.fs-l-productLayout .fs-c-productMark__item .gift,
.fs-l-productLayout .fs-c-productMark__item .kinai,
.fs-l-productLayout .fs-c-productMark__item .name{
padding: 6px 8px 3px;
margin: 0 4px;
border: 1px solid #878787;
background: none;
color: #404040;
font-size: 1.3rem;
}
#fs_ProductDetails .fs-c-productMarks{
margin: 8px 0 16px;
}

span.fs-c-sortItems__label {
    display: none;
}
span.fs-c-sortItems__list__item__label {
    padding: 5px 32px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: .25px;
    background-color: #be454a;
}
a.fs-c-sortItems__list__item__label {
    padding: 5px 32px;
    font-size: 1.4rem;
    letter-spacing: .25px;
    background-color: #d3d3d3;
}
li.fs-c-sortItems__list__item {
    margin-right: 2px;
}
ul.fs-c-sortItems__list {
    display: flex;
}
li.fs-c-sortItems__list__item:first-of-type {
    order: 1;
}
li.fs-c-sortItems__list__item:nth-of-type(2) {
    order: 2;
}
.fs-c-productList__list {
    display: flex;
	flex-wrap: wrap;
    justify-content: flex-start;
}
article.fs-c-productList__list__item.fs-c-productListItem {
	position: relative;
    width: 23%;
    padding: 0;
    margin-right: 2.5%;
	margin-bottom: 35px;
}
article.fs-c-productList__list__item.fs-c-productListItem:nth-of-type(4n) {
    margin-right: 0;
}
.fs-c-productList__controller {
    width: 100%;
}
.fs-c-productList > .fs-c-productList,.fs-c-productList > .fs-c-productList__list, .fs-p-productSearch__form + script + .fs-l-pageMain {
    width: 100%;
}
.fs-body-search .fs-c-productList > .fs-c-productList__list{
    width: calc(100% - 220px);
}
span.fs-c-productPrice__main__label {
    margin-right: 10px;
}
.fs-p-productSearch__form {
    width: 190px;
	padding: 0;
	background-color: transparent;
    transform: translateY(0);
}
.fs-l-main .fs-p-productSearch__form {
    display:none;
}
.fs-body-search .fs-l-main .fs-p-productSearch__form {
    display:block;
}
.fs-p-productSearch__field {
    display: block;
    width: 100%;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
button.fs-p-productSearch__searchButton.fs-c-button--secondary {
	width: 100%;
	padding: 10px;
	font-size: 1.4rem;
	font-weight: 300;
	letter-spacing: .25px;
    background-color: #be454a;
	border: none;
}
button.fs-p-productSearch__searchButton.fs-c-button--secondary::before {
    display: none;
}
input#fs_input_productSearchKeyword {
    padding: 10px 15px;
    border-radius: 0;
}
th.fs-c-inputTable__headerCell, th.fs-c-inputTable__headerCell > label {
    font-weight: 300;
}
.fs-c-dropdown::after {
    background-color: transparent;
    border: none;
}
select.fs-c-dropdown__menu {
    padding: 10px 15px;
    border-radius: 0;
	cursor: pointer;
}
button.fs-c-button--particular.fs-c-button--addToWishList--icon::before {
    content: '\f005';
	color: #cccccc;
    font-size: 1.7rem;
    font-family: 'Font Awesome 5 Free'!important;
    font-weight: 900;
}
button.fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
    content: "\f005";
    color: #be454a;
    font-size: 1.7rem;
    font-family: 'Font Awesome 5 Free'!important;
    font-weight: 900;
}
.fs-p-productSearch__searchButtonContainer.fs-c-buttonContainer {
    padding: 20px 0;
}
input#fs_input_productSearchPrice1, input#fs_input_productSearchPrice2 {
    border-radius: 0;
	font-family: "游ゴシック体", YuGothic, "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}
button.fs-c-button--addToCart--list.fs-c-button--plain {
    display: none;
}
.fs-c-productListItem__control.fs-c-buttonContainer {
    position: absolute;
    top: 0;
    right: 10px;
}
.fs-c-button--viewProductDetail.fs-c-button--plain {
    display: none;
}
.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
	color: #404040;
}
.fs-l-pageMain {
    margin-bottom: 100px;
}
span.fs-c-radio__radioMark.search_color_icon {
    border-radius: 0;
    width: 20px;
    height: 20px;
}
#search_color_black + label > span.fs-c-radio__radioMark.search_color_icon {
    background: #000;
}
#search_color_blue + label > span.fs-c-radio__radioMark.search_color_icon {
    background: #003b75;
}
#search_color_gray + label > span.fs-c-radio__radioMark.search_color_icon {
    background: #808080;
}
#search_color_camel + label > span.fs-c-radio__radioMark.search_color_icon {
    background: #a77248;
}
#search_color_orange + label > span.fs-c-radio__radioMark.search_color_icon {
    background: #e56100;
}
.fs-c-radio__radio:checked:enabled + label > span.fs-c-radio__radioMark.search_color_icon::before {
	display: none;
}
span.fs-c-productNameHeading__copy {
    display: none;
}
.fs-l-product2 .fs-l-productLayout {
    grid-template-columns: 48% 47%;
	grid-column-gap: 5%;
}
h1.fs-c-productNameHeading.fs-c-heading {
    color: #404040;
    line-height: 1.2;
}
.fs-c-productNumber {
    padding: 0;
    margin: 0 0 25px;
    color: #808080;
    border: none;
}
span.fs-c-productNumber__number {
    font-weight: 300;
}
span.fs-c-productNumber__number::before {
    content: ' : '
}
.fs-c-productPrices.fs-c-productPrices--productDetail .fs-c-productPrice.fs-c-productPrice--selling, .fs-c-productPrices.fs-c-productPrices--productDetail .fs-c-productPrice.fs-c-productPrice--member {
    justify-content: flex-end;
}
.fs-c-productPrice--member, .fs-c-productPrice--member span{
	color:#be454a;
	font-weight:bold;
}
.fs-c-productPrices.fs-c-productPrices--productDetail span.fs-c-productPrice__main::before {
    content: '販売価格';
    margin-right: 10px;
    font-size: 1.3rem;
}
.fs-c-productPrices.fs-c-productPrices--productDetail span.fs-c-price__currencyMark {
	margin-right: 3px;
    font-size: 1.7rem;
	font-weight: 600;
}
.fs-c-productPrices.fs-c-productPrices--productDetail span.fs-c-price__value {
    font-size: 2rem;
	font-weight: 600;
}
.fs-c-button--primary.fs-c-button--addToCart--variation,
.fs-c-button--primary.fs-c-button--addToCart--detail{
    width: 100%;
    /*width: 205px;*/
    margin-left: 10px;
    padding:12px 0;
    font-size: 1.3rem;
    text-align: center;
    background-color: rgba(190,69,74,.75);
    border: rgba(190,69,74,.75);
    border-radius: 20px;
}
tr {
    border-bottom: 1px solid #b9b9b9;
}
tr:first-of-type {
    border-bottom: 1px solid #404040;
}
th {
    padding: 10px 0;
}
td {
    padding: 10px 0;
}
td:first-of-type {
    width: 20%;
	vertical-align: top;
}
td:nth-of-type(2) {
    width: 80%;
}
table.syousai {
	font-size: 1.3rem;
}
.fs-c-inputTable > tbody > tr {
    border: none;
}
td.fs-c-inputTable__dataCell {
    width: auto;
    vertical-align: unset;
}
.fs-c-cartTableContainer, .fs-body-cart .fs-l-cart__sideColumn {
background-color: #fff;
}
td.fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--product, td.fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--quantity {
    width: auto;
}
.fs-l-product2 .fs-l-productLayout > * > table.syousai {
    margin-bottom: 25px;
}
.fs-c-variationAndActions__variationLabel.fs-c-variationLabel {
    display: none;
}
ul.fs-c-variationList__item__cart.fs-c-variationCart.fs-c-variationCart--withImage {
    padding: 0;
}
.fs-l-product2 .fs-l-productLayout > * > .product_comment1 {
    margin: 30px 0 35px;
	letter-spacing: .5px;
}
.fs-c-variationCart > li {
    display: flex;
}
.fs-c-productPointDisplay {
    display: block;
    color: #404040;
    text-align: right;
    background: transparent;
}
.fs-l-product2 .fs-l-productLayout > * > .fs-c-productPrices.fs-c-productPrices--productDetail {
    margin-bottom: 0;
}
#comment_block, #review_area {
    grid-column: 1 / 3;
}
.fs-l-product2 .fs-l-productLayout > * > .product_comment2 {
    margin-bottom: 25px;
}
.product_btn1 {
	display: flex;
    margin: 30px 0 20px;
}
.product_btn1 > a {
	display: block;
    padding: 10px 20px;
    margin-right: 5px;
    font-size: 1.3rem;
    background-color: #fff;
    border: 1px solid #d3d3d3;
	transition: all .3s ease;
}
.product_btn1 > a:hover {
    background-color: #d3d3d3;
}
.fs-c-inquiryAboutProduct.fs-c-buttonContainer.fs-c-buttonContainer--inquiryAboutProduct {
    padding: 0;
    margin: 0;
}
.fs-l-product2 .fs-l-productLayout > * > .product_about {
    display: table;
    margin: 0;
}
.product_about::before, button.fs-c-button--inquiryAboutProduct.fs-c-button--plain > span.fs-c-button__label::before {
    content: '・';
}
button.fs-c-button--inquiryAboutProduct.fs-c-button--plain {
    color: #404040;
	text-decoration: none;
}
#review_area {
    padding: 25px 35px;
	margin-bottom: 80px;
    background-color: #fff;
    border-radius: 10px;
}
#review_area > dt {
    font-size: 1.8rem;
    letter-spacing: .5px;
    margin-bottom: 10px;
}
.product_comment3 {
    margin: 40px 0 0;
}
#comment_block .table-row2 tr:nth-of-type(n+2) {
	display: flex;
    width: 47%;
}
#comment_block .table-row2 tr:first-of-type {
    width: 100%;
}
#comment_block table.syousai.table-row2 {
    width: 100%;
}
#comment_block .table-row2 tr:first-of-type th {
	display: block;
	width: 100%;
}
#comment_block .table-row2 tbody {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.fs-c-subgroup .fs-c-listControl__status {
    display: none;
}
ul.fs-c-subgroupList {
	justify-content: flex-start;
    max-width: 1080px;
    width: 94%;
    margin: auto;
}
div.fs-c-subgroup {
    padding: 20px 0 10px;
    margin: -24px 0 0;
    background-color: #e0e0e0;
    border-bottom: 1px solid #d3d3d3;
}
.brands_archive div.fs-c-subgroup {
    margin-top: 0;
}
li.fs-c-subgroupList__item {
    flex-basis: unset;
	flex-grow: unset;
    width: 32%;
    padding: 0;
    margin: 0 2% 10px 0;
}
li.fs-c-subgroupList__item:nth-of-type(3n) {
    margin-right: 0;
}
li.fs-c-subgroupList__item > a.fs-c-subgroupList__link {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
	padding: 10px 25px;
	background-color: #fff;
    border: 2px solid #fff;
	transition: all.3s ease;
}
li.fs-c-subgroupList__item > a.fs-c-subgroupList__link:hover {
	background-color: #fff;
	border: 2px solid #d3d3d3;
}
.fs-c-subgroupList__image {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(0, -50%);
}
.fs-c-subgroupList__comment {
    padding-left: 45px;
    color: rgba(64,64,64,.75);
    font-size: 1.1rem;
}
.fs-c-subgroupList__label {
	align-self: flex-start;
    padding-left: 45px;
    font-size: 2rem;
    font-family: din-1451-lt-pro-engschrift, sans-serif;
    line-height: 1.3;
}
.fs-c-subgroupList__link::after {
    position: absolute;
    right: 10px;
}
.fs-c-subgroupList__comment > p {
    margin-bottom: 5px;
}
span.fs-c-radio__radioMark {
	width: 20px;
	height: 20px;
    border-radius: 0;
}
span.fs-c-radio__radioMark.black {
    background-color: #000;
}
span.fs-c-radio__radioMark.blue {
    background-color: #003b75;
}
span.fs-c-radio__radioMark.gray {
    background-color: #808080;
}
span.fs-c-radio__radioMark.camel {
    background-color: #a77248;
}
span.fs-c-radio__radioMark.orange {
    background-color: #e56100;
}
span.fs-c-radio__radioMark {
    border-color: transparent;
}
.fs-c-radio__radio:checked:enabled + label > span.fs-c-radio__radioMark {
	border-color: rgba(190,69,74,.75);
}
.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark::before {
	display: none;
}
ul.fs-c-variationRadioList  .fs-c-radio__radio:checked:enabled + label.fs-c-radio__label {
    position: relative;
}
ul.fs-c-variationRadioList .fs-c-radio__radio:checked:enabled + label.fs-c-radio__label::before {
    content: '\f00c';
    position: absolute;
    top: 42%;
    left: 4px;
    color: rgba(190,69,74,.75);
    font-size: 1.2rem;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
	line-height: 1;
    z-index: 1;
}
.fs-c-radioGroup .fs-c-radio:not(:last-child), .fs-c-checkboxGroup .fs-c-radio:not(:last-child) {
	margin-right: 3px;
}
h2.fs-c-featuredProduct__title {
    display: none;
}
.fs-c-featuredProduct__header::before {
    content: '関連商品';
    display: block;
    padding: 0 35px;
    font-size: 1.8rem;
    letter-spacing: .5px;
    margin-bottom: 15px;
}
.fs-c-productListItem__viewMoreImageButton.fs-c-buttonContainer, .fs-c-productMainImage__expandButton.fs-c-buttonContainer {
    display: none;
}
#comment_block .flex, #comment_block .flex-sp {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
	align-items: flex-start;
}
#comment_block .block {
	margin-bottom: 65px;
}
#comment_block .flex > *, #comment_block .flex-sp > * {
    width: 49%;
}
#comment_block .movie {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56%;
	margin-bottom: 65px;
}
#comment_block .movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#comment_block h3 {
    display: block;
	margin-bottom: 20px;
    font-size: 1.5rem;
	line-height: 1.9;
    border-bottom: 1px solid #404040;
}
#comment_block {
	width: 100%;
}
#comment_block h4 {
    margin-bottom: 20px;
    font-size: 1.9rem;
    font-weight: 600;
}
#comment_block p {
	margin-bottom: 15px;
}
#comment_block table.syousai {
    width: 100%;
}
#comment_block .text {
	align-self: center;
	padding: 0 35px;
}
@media screen and (max-width: 768px) {
#comment_block .flex {
	display: block;	
	margin-bottom: 0;
}
#comment_block .flex > * {
	width: 100%;
}
#comment_block {
    margin-bottom: 45px;
}
#comment_block h3 {
    margin-bottom: 15px;
}
#comment_block h4 {
	margin-bottom: 10px;
    font-size: 1.6rem;
}
#comment_block p {
	margin-bottom: 10px;
	font-size: 1.3rem;
}
#comment_block > p:last-of-type, #comment_block .block > p:last-of-type {
    margin-bottom: 0;
}
#comment_block .block {
    margin-bottom: 35px;
}
#comment_block .movie {
	margin-bottom: 35px;
}
#comment_block .text {
	padding: 0;
}
#comment_block .table-row2 tr:nth-of-type(n+2) {
    width: 100%;
}
}
.brand_title > iframe {
    width: 100%;
    height: 376px;
}
.series_list {
	width: 100%;
    grid-column: 1 / 3;
}
.series_list > iframe {
    width: 100%;
    height:  auto;
}
a.hamburger {
	position: absolute;
	display: none;
	top: 36px;
	right: 20px;
	left: auto;
	width: 25px;
	height: 20px;
	padding: 0;
	transition: all .3s ease;
}
.fixed_content_n a.hamburger, .fixed_content_n a.hamburger.active {
    top: 17px;
}
a.hamburger.active {
	position: fixed;
    top: 18px;
}
.hamburger.active .hamburger__icon {
    background-color: transparent!important;
}
div.hamburger__icon, div.hamburger__icon:after, div.hamburger__icon:before {
	background-color: #404040;
}
a.hamburger.active .hamburger__icon:after, a.hamburger.active .hamburger__icon:before {
	background-color: #404040;
}
div.fat-nav .sp > p {
	color: #404040;
    font-size: 2.5rem;
	font-family: din-1451-lt-pro-engschrift, sans-serif;
}
div.fat-nav li a,  div.fat-nav li a {
	display: block;
    width: 100%;
    padding: 10px 0;
	color: #404040;
    font-size: 2.5rem;
	font-family: din-1451-lt-pro-engschrift, sans-serif;
}
div.fat-nav div.fat-nav__wrapper > ul > li .sp {
    padding: 10px 0;
}
div.fat-nav div.fat-nav__wrapper {
	transform: translateY(0)!important;
}
div.fat-nav .sp li p {
	color: #404040;
	font-size: 2.5rem;
	font-family: din-1451-lt-pro-engschrift, sans-serif;
}
div.fat-nav {
    background-color: #fff;
}
.accordion-content1 {
    /*display: none;*/
}
.sp .sp_content ul {
    display: block;
}
div.fat-nav .sp li p.accordion-btn1 {
    font-size: 2.2rem;
}
div.fat-nav .sp li p.accordion-btn1 > span, .accordion-content1 > ul > li span {
    margin-left: 5px;
    font-size: 1.2rem;
}
.sp > .sp_content > ul > li {
    padding: 0;
}
div.fat-nav div.fat-nav__wrapper > ul > li, .accordion-content1 > ul > li {
	padding: 0;
	border-bottom: 1px solid #cccc;
}
div.fat-nav div.fat-nav__wrapper > ul > li.member {
    background-color: #be454a;
    width: 100%;
}
div.fat-nav div.fat-nav__wrapper > ul > li.member a p {
    color: #fff;
font-size: 1.9rem;
}
div.fat-nav div.fat-nav__wrapper > ul > li.member a span {
display: block;
margin-left: 5px;
font-size: 1.2rem;
}
div.fat-nav .sp li p.accordion-btn1::after {
    content: '\f078';
    margin-left: 10px;
    font-size: 1.5rem;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
	transition: all .3s ease;
}
div.fat-nav .sp li p.accordion-btn1.accordion-open1::after {
    content: '\f077';
}
div.fat-nav .sp .accordion-content1 li p {
    font-size: 1.9rem;
}
div.fat-nav .sp .accordion-content1 > ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
	margin-bottom: 20px;
    border-bottom: 1px solid #d3d3d3;
    background-color: #f2f2f2;
	border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
}
div.fat-nav .sp .accordion-content1 > ul > li {
    width: 50%;
	border-bottom: 1px solid #d3d3d3;
}
div.fat-nav .sp .accordion-content1 > ul > li:nth-of-type(odd) {
    border-right: 1px solid #d3d3d3;
}
.accordion-content1 > ul > li > a > p >span {
    display: block;
}
div.fat-nav .sp .accordion-content1 > ul > li:last-of-type {
    border-bottom: none;
}
div.fat-nav .sp .accordion-content1 > ul > li.farvis {
    border-bottom: none;
}
div.fat-nav .sp .accordion-content1 > ul > li.member {
    background-color: #be454a;
    width: 100%;
}
div.fat-nav .sp .accordion-content1 > ul > li.member a p {
    color: #fff;
}
.sp > .accordion-content > ul > li:last-of-type li {
    padding: 13px 20px;
}
@media screen and (max-width: 950px) {
header > .inner {
    width: 100%;
    padding-right: 45px;
    padding-left: 20px;
}
a.hamburger {
	display: block;	
}
}
@media screen and (max-width: 768px) {
header > .inner > ul {
	align-items: center;
	margin-bottom: 0;
}
.fs-c-heading.fs-c-heading--page {
    height: 210px;
    padding-bottom: 0;
}
.fs-c-heading.fs-c-heading--page > .row {
    width: 90%;
}
.fs-c-heading.fs-c-heading--page > .row > img {
    max-width: 230px;
    margin-bottom: 25px;
}
.fs-c-heading.fs-c-heading--page > .row > .name {
    font-size: 1.4rem;
}
.fs-c-heading.fs-c-heading--page > .row > .name > span {
    font-size: 2.5rem;
}
.fs-c-heading.fs-c-heading--page > .row > .txt {
    font-size: 1.3rem;
}
li.fs-c-subgroupList__item {
    width: 100%;
    margin: 0 0 10px 0;
}
.fs-c-productList__controller:first-of-type .fs-c-sortItems {
    border: none;
}
ul.fs-c-sortItems__list {
    border: none;
}
span.fs-c-sortItems__list__item__label, a.fs-c-sortItems__list__item__label {
    padding: 5px 10px;
}
.fs-c-productList__controller:first-of-type .fs-c-sortItems {
    margin-bottom: 20px;
}
.fs-c-productList > .fs-c-productList, .fs-c-productList > .fs-c-productList__list, .fs-p-productSearch__form + script + .fs-l-pageMain {
	order: 2;
    width: 100%;
	justify-content: space-between;
}
.fs-p-productSearch__form {
	order: 4;
    width: 100%;
	margin-bottom: 20px;
}
.fs-c-radioGroup, .fs-c-checkboxGroup {
    flex-direction: row;
}
.fs-c-radioGroup > span.fs-c-radio + span.fs-c-radio {
    margin-top: 0;
}
.fs-c-radioGroup > span.fs-c-radio {
    flex-basis: unset;
}
.fs-c-productList__controller:first-of-type {
    order: 1;
}
.fs-c-productList__controller:last-of-type {
    order: 3;
	margin-bottom: 30px;
}
article.fs-c-productList__list__item.fs-c-productListItem {
    width: 48%;
    margin-right: 0;
}
.fs-l-product2 .fs-l-productLayout {
    display: block;
}
.fs-c-productPrices.fs-c-productPrices--productDetail .fs-c-productPrice.fs-c-productPrice--selling {
    justify-content: flex-start;
}
.fs-c-productPointDisplay {
    text-align: left;
}
.brand_title > iframe {
    height: 210px;
}
.fs-l-product2 .fs-l-productLayout > * > .fs-c-buttonContainer {
    justify-content: flex-start;
}
.fs-l-product2 .fs-l-productLayout > * > .fs-c-productQuantityAndWishlist {
    grid-template-columns: 40px 185px;
	margin-bottom: 0;
}
h1.fs-c-productNameHeading.fs-c-heading {
    margin-bottom: 0;
    font-size: 1.7rem;
}
.fs-c-productPrices.fs-c-productPrices--productDetail span.fs-c-price__value {
    font-size: 1.7rem;
}
#review_area {
    margin-bottom: 0;
}
nav.fs-c-breadcrumb {
    margin-bottom: 0px;
}
.fs-c-inputTable > tbody > tr + tr {
    margin-top: 15px;
}
.fs-c-variationCart--withImage .fs-c-variationCart__cartButton {
    width: 120px;
    margin-left: 10px;
}
.fs-c-button--primary.fs-c-button--addToCart--variation {
    width: 110px;
    padding: 15px 0;
	margin-left: 0;
}
.fs-p-productSearch__search {
    right: -105px;
}
.fs-body-search .fs-c-productList > .fs-c-productList__list{
	width: 100% ;
}
}
@media screen and (max-width: 500px) {
.fs-p-productSearch__search.header_search > form.fs-p-productSearch__form {
    width: 400px;
}	
}
@media screen and (max-width: 400px) {
a.hamburger {
	top: 23px;
	right: 15px;
}
header > .top > div > p {
	font-size: 1rem;	
}
header > .top {
    padding: 6px 0;
}
.fs-p-productSearch__search.header_search > form.fs-p-productSearch__form {
    width: 371px;
}
header > .inner {
    padding-right: 35px;
}
}
@media screen and (max-width: 371px) {
.fixed_content header {
position: fixed;
top: -34px;
}
.fixed_content header > .inner {
    padding-top: 10px;
}
header > .top {
	padding: 0;
}
.fs-p-productSearch__search.header_search > form.fs-p-productSearch__form {
    width: 300px;
}	
}
#instafeed {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
#instafeed > div {
    position: relative;
    width: 48%;
    height: 0;
    padding-top: 48%;
    margin-bottom: 10px;
	overflow: hidden;
}
#instafeed > div > a {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 100%;
    transform: translate(-50%, -50%);
}
@media screen and (max-width: 400px) {
#instafeed > div {
    width: 49%;
	padding-top: 49%;
}
}
#items.product_recommend {
    width: 100%;
    grid-column: 1 / 3;
}
#items.product_recommend #_rcmdjp_display_1 ul {
    justify-content: flex-start;
}
#items.product_recommend #_rcmdjp_display_1 ul > li {
    margin-right: 2.5%;
}
#items.product_recommend #_rcmdjp_display_1 ul > li:nth-of-type(5n) {
    margin-right: 0;
}
#items.product_recommend .head2 {
    font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
#items.product_recommend {
	margin-top: 45px;
}
#items.product_recommend #_rcmdjp_display_1 ul > li {
    margin-right: 0;
}
#items.product_recommend #_rcmdjp_display_1 ul {
    justify-content: space-between;
}
}
span.new.fs-c-productMark__mark--image.fs-c-productMark__mark {
    position: absolute;
    top: 10px;
    left: 0;
	width: 40px;
	z-index: 1;
}
span.limited.fs-c-productMark__mark--image.fs-c-productMark__mark {
    position: absolute;
    top: 10px;
    left: 0;
	width: 70px;
	z-index: 1;
}
span.point20par.fs-c-productMark__mark--image.fs-c-productMark__mark {
    position: absolute;
    top: 10px;
    left: 0;
	width: 70px;
	z-index: 1;
}
span.sale20paroff.fs-c-productMark__mark--image.fs-c-productMark__mark {
    position: absolute;
    top: 10px;
    left: 0;
	width: 70px;
	z-index: 1;
}
span.sale30paroff.fs-c-productMark__mark--image.fs-c-productMark__mark {
    position: absolute;
    top: 10px;
    left: 0;
	width: 70px;
	z-index: 1;
}
span.memberprice.fs-c-productMark__mark--image.fs-c-productMark__mark {
    position: absolute;
    top: 10px;
    left: 0;
	width: 70px;
	z-index: 1;
}
#fs_ProductDetails span.fs-c-productMark__mark--image.fs-c-productMark__mark {
position: static;
top: 0;
left: 0;
width: none;
z-index: auto;
}
.renewal_message {
    padding: 10px 20px;
    margin: 0 auto 20px;
	font-size: 1.3rem;
    background-color: #f2f2f2;
    border: 1px solid #cccccc;
}
.renewal_message .accordion-btn {
	opacity: 1;
    margin: 5px 0;
	color: #be454a;
    font-weight: 600;
    line-height: 1 ;
    cursor: pointer;
	transition: all .3s ease;
}
header .renewal_message .accordion-btn::after {
    content: '\f078';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
	transition: all .3s ease;
}
header .renewal_message .accordion-btn.accordion-open::after {
	content: "\f077";
}
header .renewal_message .accordion-btn:hover {
    opacity: .7;
}
header .renewal_message .accordion-content {
    font-size: 1.2rem;
}
.renewal_message .accordion-content a {
    text-decoration: underline;
}
button.fs-c-button--buyItLater.fs-c-button--plain {
    white-space: nowrap;
}
.fs-c-productQuantityAndWishlist .fs-c-button--particular.fs-c-button--addToWishList--detail::after {
    content: '\f005';
    color: #cccccc;
    font-size: 1.7rem;
    font-family: 'Font Awesome 5 Free'!important;
    font-weight: 900;
}
.fs-c-productQuantityAndWishlist .fs-c-button--particular.fs-c-button--removeFromWishList--detail::after {
    content: "\f005";
    color: #be454a;
    font-size: 1.7rem;
    font-family: 'Font Awesome 5 Free'!important;
    font-weight: 900;
}
span.fs-c-productQuantityAndWishlist__quantity.fs-c-quantity.fs-system-assistTarget {
    display: flex;
    align-items: center;
}
span.fs-c-productQuantityAndWishlist__quantity.fs-c-quantity.fs-system-assistTarget::before {
    content: '個数';
    display: block;
    margin-right: 5px;
    white-space: nowrap;
}
span.fs-p-cartItemNumber.fs-client-cart-count.fs-clientInfo.is-ready {
    background: #00b9ff;
}
figcaption.fs-c-productThumbnail__image__caption {
    display: none;
}
.fs-c-productPrices.fs-c-productPrices--productDetail .fs-c-productPrice.fs-c-productPrice--member::after {
    content: '※会員登録がお済みのお客様のみ会員価格でご購入いただけます。';
    display: block;
    width: 100%;
    color: #be454a;
    font-size: 1.2rem;
    text-align: right;
}
ul.fs-c-checkout-paymentMethodList .fs-c-radio__radio:checked:enabled + label.fs-c-radio__label {
    position: relative;
}
ul.fs-c-checkout-paymentMethodList .fs-c-radio__radio:checked:enabled + label.fs-c-radio__label::before {
    content: '\f00c';
    position: absolute;
    top: 5px;
    left: 4px;
    color: #404040;
    font-size: 1.2rem;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
	line-height: 1;
    z-index: 1;
}
button.slick-next, button.slick-prev {
	width: 45px;
	height: 45px;
    background-color: rgba(0,0,0,.5);
	z-index: 1;
}
button.slick-prev {
    left: 20px;
}
button.slick-next {
    right: 20px;
}
button.slick-prev:before, button.slick-next:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
button.slick-prev:before {
    content: '\f053';
}
button.slick-next:before {
    content: '\f054';
}
button.slick-next:focus, button.slick-next:hover, button.slick-prev:focus, button.slick-prev:hover {
    background-color: rgba(0,0,0,.5);
}
@media screen and (max-width: 950px) {
/*
button.slick-next, button.slick-prev {
    display: none!important;
}
*/
button.slick-next, button.slick-prev {
    width: 30px;
    height: 30px;
}
}
section.fs-l-pageMain h2.fs-c-wishlistProduct__title {
    margin: 30px 0 20px;
}
.renewal_message.page_login {
    width: 100%;
    margin-bottom: 50px;
    background-color: rgba(126, 126, 126, 0.08);
}
.fs-c-productMainImage aside.fs-c-productImageModal {
    display: flex;
    justify-content: center;
    align-items: center;
}
.fs-c-productMainImage aside.fs-c-productImageModal .fs-c-slick .slick-prev {
    left: 20%;
}
.fs-c-productMainImage aside.fs-c-productImageModal .fs-c-slick .slick-next {
    right: 20%;
}
@media screen and (max-width: 1200px) {
.fs-c-productMainImage aside.fs-c-productImageModal .fs-c-slick .slick-prev {
    left: 10%;
}
.fs-c-productMainImage aside.fs-c-productImageModal .fs-c-slick .slick-next {
    right: 10%;
}
}
@media screen and (max-width: 900px) {
.fs-c-productMainImage aside.fs-c-productImageModal .fs-c-slick .slick-prev {
    left: 20px;
}
.fs-c-productMainImage aside.fs-c-productImageModal .fs-c-slick .slick-next {
    right: 20px;
}
}
.fs-c-productThumbnail figure.fs-c-productThumbnail__image {
    width: 56px;
    height: 56px;
    overflow: hidden;
}
.fs-c-productThumbnail figure.fs-c-productThumbnail__image > img {
    display: inherit;
}
.fs-c-productImageModalCarousel figcaption.fs-c-productImageModalCarousel__figure__caption {
    background: none;
}
#fs-checkout-payHere-container a.fs-c-button--purchaseHere.fs-c-button--primary {
    background: #be454a;
    border: #be454a;
}
.brands_archive > ul {
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 70px 0 100px;
    list-style: none;
}
.brands_archive > ul > li {
    width: 49%;
	margin-bottom: 20px;
}
.brands_archive > ul > li > a {
    opacity: 1;
    transition: all .3s ease;
}
.brands_archive > ul > li > a:hover {
    opacity: .7;
}
.brands_archive {
    margin-top: 25px;
}
.brands_archive .fs-c-heading.fs-c-heading--page > .flex {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding: 20px 30px;
    color: #fff;
    text-align: left;
    background-color: rgba(0,0,0,.2);
    transition: all .3s ease;
}
.brands_archive a:hover .fs-c-heading.fs-c-heading--page > .flex {
    background-color: rgba(0,0,0,0);
}
.brands_archive .fs-c-heading.fs-c-heading--page .name {
    margin-bottom: 5px;
    font-size: 1.5rem;
}
.brands_archive .fs-c-heading.fs-c-heading--page .name > span {
    margin-right: 10px;
    font-size: 2.3rem;
    font-family: din-1451-lt-pro-engschrift, sans-serif;
}
.brands_archive .fs-c-heading.fs-c-heading--page .txt {
    max-width: 350px;
    width: 90%;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: left;
}
.brands_archive .fs-c-heading.fs-c-heading--page {
    justify-content: flex-start;
    height: 210px;
    padding: 0;
	margin-bottom: 0;
}
.brands_archive .fs-c-heading.fs-c-heading--page > .flex > img {
	max-width: 250px;
    margin-bottom: 20px;
    backface-visibility: hidden;
}
.brands_archive ul > li:nth-of-type(4) .fs-c-heading.fs-c-heading--page > .flex > img {
    width: 200px;
}
.brands_archive ul > li:nth-of-type(5) .fs-c-heading.fs-c-heading--page > .flex > img {
    width: 200px;
}
.brands_archive ul > li:nth-of-type(6) .fs-c-heading.fs-c-heading--page > .flex > img {
    width: 210px;
    margin-top: -10px;
}
.brands_archive ul > li:nth-of-type(8) .fs-c-heading.fs-c-heading--page > .flex > img {
    width: 160px;
}
@media screen and (max-width: 768px) {
.brands_archive > ul {
    display: block;
    margin: 20px auto 50px;
}
.brands_archive > ul > li {
    width: 100%;
	margin-bottom: 10px;
}
.brands_archive .fs-c-heading.fs-c-heading--page > .flex {
    padding: 20px;
    background-color: rgba(0,0,0,.3);
}
.brands_archive .fs-c-heading.fs-c-heading--page {
    height: 200px;
    background-position: center right;
}
.brands_archive > ul > li:last-of-type .fs-c-heading.fs-c-heading--page {
    background-position: center right -80px;
}
.brands_archive .fs-c-heading.fs-c-heading--page .txt {
    font-size: 1.3rem;
}
.brands_archive .fs-c-heading.fs-c-heading--page .name > span {
    font-size: 2.3rem;
}
.brands_archive .fs-c-heading.fs-c-heading--page .name {
    font-size: 1.5rem;
}
.brands_archive .fs-c-heading.fs-c-heading--page > .flex > img {
    max-width: 230px;
}
}
td.fs-c-inputTable__dataCell span.fs-c-inputTextGroup__item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
td.fs-c-inputTable__dataCell span.fs-c-inputTextGroup__item input {
    margin-right: 4px;
}
.search_content {
    padding: 0 5px;
    font-size: 1.3rem;
}
.search_content_dd > .minprice::after, .search_content_dd > .maxprice::after {
    content: '円';
}
.search_content_dd > .maxprice::before {
    content: '〜';
    margin: 0 3px;
}
.fat-nav .sp > .sp_content {
    display: block;
}

.fs-c-productCarouselMainImage > .slick-dotted.slick-slider {
    margin-bottom: 8px;
}
.fs-c-productCarouselMainImage__expandButton {
    display: none;
}
ul.fs-c-productCarouselMainImage__thumbnailList > li {
    flex-basis: 56px;
    width: 56px;
    height: 56px;
	margin: 4px 6px;
}
figcaption.fs-c-productCarouselMainImage__thumbnail__caption {
    display: none;
}
figure.fs-c-productCarouselMainImage__thumbnail {
    width: 56px;
    height: 56px;
}
div.fs-c-photoswipe .pswp__scroll-wrap {
    top: 50%;
    left: 50%;
    width: 90%;
    height: 60%;
    transform: translate(-50%, -50%);
}
ul.fs-c-productCarouselMainImage__thumbnailList {
    width: 100%;
    flex-wrap: initial;
    overflow-x: auto;
}

div.fs-c-slick .slick-prev, div.fs-c-slick .slick-next, div.fs-c-photoswipe .pswp__button--arrow--left, div.fs-c-photoswipe .pswp__button--arrow--right {
	width: 45px;
	height: 45px;
}
div.fs-c-slick .slick-prev:before, div.fs-c-slick .slick-next:before {
    font-size: 20px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
div.fs-c-slick .slick-prev:before {
    content: '\f137';
}
div.fs-c-slick .slick-next:before {
    content: '\f138';
}
@media screen and (max-width: 768px) {
div.fs-c-slick .slick-prev, div.fs-c-slick .slick-next, div.fs-c-photoswipe .pswp__button--arrow--left, div.fs-c-photoswipe .pswp__button--arrow--right {
	width: 32px;
	height: 32px;
    background-color: transparent;
}
div.fs-c-slick .slick-prev:before, div.fs-c-slick .slick-next:before {
    font-size: 3.2rem;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #000;
    text-shadow: none;
    /*text-shadow: 0 0 5px #fff;*/
}
button.slick-next, button.slick-prev {
    background-color: transparent;
}
button.slick-next {
    right: 0;
}
button.slick-prev {
    left: 0;
}
button.slick-prev:before, button.slick-next:before {
    color: #000;
    font-size: 2.2rem;
	text-shadow: 0 0 5px #fff;
}
button.slick-next:focus, button.slick-next:hover, button.slick-prev:focus, button.slick-prev:hover {
	background-color: transparent;
}
div.fs-c-photoswipe.pswp--svg .pswp__button--arrow--left:before, div.fs-c-photoswipe.pswp--svg .pswp__button--arrow--right:before {
	color: #000;
    font-size: 2.2rem;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
	text-shadow: 0 0 5px #fff;
    background-color: transparent;
    background-image: none;
}
div.fs-c-photoswipe.pswp--svg .pswp__button--arrow--left:before {
	content: '\f053';
	top: 0;
	left: 0;
}
div.fs-c-photoswipe.pswp--svg .pswp__button--arrow--right:before {
	top: 0;
	right: 0;
	content: '\f054';
}
div.fs-c-photoswipe .pswp__button--arrow--left, div.fs-c-photoswipe .pswp__button--arrow--right {
	margin-top: 0;		
	transform: translateY(-50%);
}
}


.fs-c-productCarouselMainImage {
	display: none;
}
@media screen and (max-width: 768px) {
.fs-c-productCarouselMainImage {
	display: block;
}
.fs-c-productMainImage {
	display: none;
}
.fs-c-productThumbnail {
	display: none;
}
}

#js-pagetop {
	 display: none;
	 position: fixed;
	 bottom: 8px;
	 right: 4px;
	 z-index: 1000;
}
#js-pagetop a {
	 display: block;
	 background-color: #666;
	 width: 100%;
	 height: 100%;
	 height: 50px;
	 width: 50px;
	 border-radius: 50%;
	 cursor: pointer;
	 opacity: .5;
	 transition: .5s;
}
#js-pagetop a:hover {
	 opacity: 1;
}
#js-pagetop a:hover span:nth-of-type(1) {
	 width: 0;
}
#js-pagetop a:hover span:nth-of-type(2) {
	 top: 20px;
}
#js-pagetop span {
	 transition: .5s;
}
#js-pagetop span:nth-of-type(1) {
	 display: block;
	 position: relative;
	 width: 20px;
	 background-color: #ffffff;
	 height: 2px;
	 margin: 0 auto;
	 top: 15px;
}
#js-pagetop span:nth-of-type(2) {
	 display: block;
	 position: relative;
	 top: 25px;
}
#js-pagetop span:nth-of-type(2)::before {
	 content: "";
	 position: absolute;
	 display: block;
	 width: 15px;
	 height: 2px;
	 background-color: #ffffff;
	 transform: rotate(-45deg);
	 left: calc(50% - 12px);
}
#js-pagetop span:nth-of-type(2)::after {
	 content: "";
	 position: absolute;
	 display: block;
	 width: 15px;
	 height: 2px;
	 background-color: #ffffff;
	 transform: rotate(45deg);
	 left: calc(50% - 2px);
}

.btn-memberprice{
padding:0px 0px 30px 0px;
}
.btn-memberprice a{
display:block;
background:#5685cb;
border-left:4px solid #005ce7;
border-right:4px solid #005ce7;
color:#fff;
text-align:center;
padding:10px 10px;
}

/*
font-family: din-1451-lt-pro-engschrift, sans-serif;
font-family: futura-pt, sans-serif;
font-family: eurostile, sans-serif;
font-family: "Font Awesome 5 Free";font-weight: 900;
font-family: "Font Awesome 5 Brands";font-weight: 400;
*/



/*トップ*/
#ranking {
background-color: #fff;
padding: 60px 0 60px;
margin: 0;
}
#ranking > div {
margin-bottom: auto;
}
#ranking ul {
clear: both;
flex-wrap: wrap;
justify-content: space-between;
list-style: none;
margin: 0;
}
#ranking ul li {
position: relative;
width: 49%;
}
#ranking li img {
float:left;
width: 52%;
margin: 0 16px 20px 0;
}
#ranking li i {
position: absolute;
color: #c9bf4b;
font-size: 40px;
top: -4px;
left: 12px;
}
#ranking li i span {
color: #FFF;
font-family: serif;
font-size: 2.3rem;
padding: 10px 0 0 0;
position: absolute;
top: -4px;
left: 7px;
}
#ranking .product_title {
margin: 0;
font-size: 1.2rem;
font-weight: 600;
}
#ranking .product_name {
margin: 20px 0;
font-size: 1.3rem;
font-weight: 600;
}
#ranking li p {
font-size: 1.2rem;
margin: 0 0 20px 0;
}
#ranking .bt {
clear:both;
}
#ranking .bt a {
border:1px solid #D3D3D3;
background:#2a3167;
color: #fff; 
display:block;
padding:10px 0;
margin:0 auto;
text-align:center;
width: 120px;
}
#ranking .bt a:hover{
background:#EDEDE8;
color: #000; 
}


#items {
padding: 60px 0 25px 0;
margin-bottom: 0;
background: none;
}

#gift {
background-color: #fff;
padding: 60px 0 20px;
margin: 0;
}
#gift > div {
margin-bottom: auto;
}
#gift ul {
clear: both;
flex-wrap: wrap;
justify-content: space-around;
list-style: none;
margin: 0;
}
#gift ul li {
width: 48%;
margin-bottom: 40px;
}
#gift img {
float:left;
width: 52%;
margin: 0 16px 20px 0;
}
#gift .head3 {
margin: 0 0 12px 0;
font-size: 1.5rem;
font-weight: 600;
}
#gift .bt {
clear:both;
}
#gift .bt a {
border:1px solid #D3D3D3;
background:#2a3167;
color: #fff; 
display:block;
padding:8px 0;
margin:0 auto;
text-align:center;
width: 70%;
}
#gift .bt a:hover{
background:#EDEDE8;
color: #000; 
}
#gift .banner_message_rapping img {
float:none;
width: 100%;
margin: 0 0 20px 0;
}

#category{
padding: 60px 0;
margin: 0;
}


#pickup {
background-color: #fff;
padding: 60px 0;
margin: 0;
}
#pickup .bnr_precare {
margin-bottom: 30px;
}
#pickup > div > a {
width: 100%;
}

#sns {
background-color: #f2f2f2;
padding: 60px 0;
}
#instafeed{
flex-wrap: wrap;
justify-content: space-between;
list-style: none;
margin: 0 ;
}
#instafeed li{
position: relative;
width: 23%;
margin-bottom: 20px;
}
#instafeed li .insta_text{
  position:	absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #fff;
  background-color:	rgba(0,0,0,0.65);
  /*透明にして表示させない*/
  opacity: 0;
  /*ホバーの動き方*/
  transition: .3s ease-in-out;
}
#instafeed li a:hover .insta_text {
  /*不透明にして表示*/
  opacity: 1;
}
#instafeed li .insta_text p{
margin: 20px ;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
 
/*IE対策*/
line-height: 1.5em;
max-height: 4.5em;
}

#shop {
background-color: #fff;
padding: 60px 0;
margin: 0;
}
#shop > div {
margin-bottom: auto;
}
#shop ul {
clear: both;
flex-wrap: wrap;
justify-content: space-around;
list-style: none;
margin: 0;
}
#shop ul li {
width: 49%;
margin-bottom: 40px;
}
#shop .head3 {
margin: 12px 0;
font-size: 1.5rem;
font-weight: 600;
}


/*CSSのみでで作るタブ
---------------------------------------------------------------------------*/
/*tabの全体枠*/
#ranking .tab {
display: flex;
flex-wrap: wrap;
max-width: 100%;
}

/*inputを非表示にする*/
#ranking .input {
position: absolute;
opacity: 0; }

/*tabボタン部分*/
#ranking .tab-label {
border: 1px solid #D3D3D3; 
width: 100%;
padding: 10px 21.7px;
background: #FFF;
cursor: pointer;
font-size: 1.5rem;
margin-bottom: 0;
transition: background 0.1s, color 0.1s; 
}
#ranking .tab-label:last-child {
}

#ranking .tab-label:hover {
background: #2a3167; 
color: #fff;
}

#ranking .tab-label:active {
background: #D3D3D3; }

#ranking .input:checked + .tab-label {
background: #fff;
color: #000; 
border: 1px solid #2a3167; 
border-bottom: 1px solid #FFF; 
position: relative;
 }
 
  #ranking .tab-label::before {
color: #999;
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f078";
margin: 0 8px 0 0;
font-size: 2.2rem;
top: 4px;
position: relative;
 }
  #ranking .input:checked + .tab-label::before {
content: "\f077";
 }


@media screen and (max-width: 768px) {
#ranking .tab {
 border-top: 1px solid #D3D3D3; 
}

#ranking .tab-label {
border-top: none;
}

#ranking li img {
float:none;
width: 100%;
margin: 0 0 20px 0;
}
#ranking li p {
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 5;
overflow: hidden;
}

#gift img {
float:none;
width: 100%;
margin: 0 0 20px 0;
}
#gift .bt a {
width: 98%;
}
#gift .banner_message_rapping li {
margin-bottom: 20px;
width: 100%;
}
#gift .banner_message_rapping img {
margin: 0;
}

#instafeed li{
width: 49%;
}
}


/*tabの本文エリア*/
#ranking .tab-panel {
display: none;
padding: 20px 30px;
margin-top:-1px;
background: #fff; 
border: 1px solid #2a3167; 
  }

@media (min-width: 768px) {
#ranking .tab-label {
width: auto; 
} 
#ranking .tab-label::before {
display:none;
 }

#ranking .tab-panel {
order: 99; 
} 
}

#ranking .input:checked + .tab-label + .tab-panel {
display: block; }


/*ヘッダー*/
header {
padding: 0;
}
header > .inner {
align-items: flex-end;
padding: 0;
transition: all .3s ease;
position: relative;
top: 0px;
width: 100%;
max-width: 100%;
color: #000;
}
#fs_Top header > .inner {
position: absolute;
top: 38px;
}

header.fixed > .inner {
padding-top: 0;
padding-bottom: 0;
}
header > .inner .hrow {
justify-content: space-between;
max-width: 1165px;
width: 100%;
margin: 24px auto 20px;
align-items: flex-end;

}
header .inner  .logo .logo_wh{}
header .inner  .logo .logo_bk{ display:none; }
.fixed_content header .inner .logo .logo_wh,
header .inner:hover .logo  .logo_wh
{ display:none; }
.fixed_content header .inner .logo .logo_bk,
header .inner:hover .logo  .logo_bk
{ display:block; }

header .inner li a, header .inner .has-sub span, header .inner span {
    color: #fff;
    color: #000;
}



.fixed_content header > .inner,
header > .inner:hover{
background-color: #fff;
}

/*2023.9.4*/
#fs_Top .inner.flex {
    /* background: none; */
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.63) 20%, rgba(255, 255, 255, 0) 90%);    
}
#fs_Top.fixed_content_n .inner.flex {
    background-color: #fff;
}

/*2023.9.4*/

#fs_Top.fixed_content header .inner li a, #fs_Top.fixed_content header .inner .has-sub span, #fs_Top.fixed_content header .inner  span,
#fs_Top header .inner:hover li a, #fs_Top header .inner:hover .has-sub span, #fs_Top header .inner:hover  span {
color: #000;
}

div.hamburger__icon, div.hamburger__icon:after, div.hamburger__icon:before {
background-color: #404040;
}



.fixed_content header .inner div.hamburger__icon, .fixed_content header .inner div.hamburger__icon:after, .fixed_content header .inner div.hamburger__icon:before {
background-color: #404040;
}
#fs_Top.no-scroll div.hamburger__icon, #fs_Top.no-scroll div.hamburger__icon:after, #fs_Top.no-scroll div.hamburger__icon:before ,
#fs_Top.fixed_content header .inner div.hamburger__icon, #fs_Top.fixed_content header .inner div.hamburger__icon:after, #fs_Top.fixed_content header .inner div.hamburger__icon:before {
background-color: #404040;
}
header .inner:hover div.hamburger__icon, header .inner:hover div.hamburger__icon:after, header .inner:hover div.hamburger__icon:before {
background-color: #404040;
}

header > .inner .hrow > .logo h1 {
margin-right: 60px;
}

header > .inner .hrow > .logo img {
width: 237px;
}
header > .inner .hrow > ul {
    margin-bottom: 0;
    font-size: 1.6rem;
    font-family: din-1451-lt-pro-engschrift, sans-serif;
    list-style: none;
}
header > .inner .hrow > ul > li {
    margin-right: 32px;
}
header > .inner .hrow > ul > li.item_list {
	cursor: pointer;
}
header > .inner .hrow > ul > li:last-of-type {
	position: relative;
    margin-right: 0;
}
header > .inner .hrow > ul > li.icon {
    margin-right: 30px;
}
header > .inner .hrow > ul > li.icon > a {
    font-size: 1.8rem;
}
header > .inner .hrow > ul > li.icon > a > span {
    position: absolute;
    top: -5%;
    left: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15px;
    height: 15px;
    color: #fff;
    font-size: 1.2rem;
    background-color: rgb(255, 80, 80);
    border-radius: 50%;
    transform: translate(-40%, 0);
}
header > .inner .hrow > ul > li.icon.search {
    position: relative;
	width: 20px;
}
.fixed_content .wrapper {
padding-top: 36px;
}


.fixed_content_n a.hamburger, .fixed_content_n a.hamburger.active {
top: 20px;
}





/* フローティングバナー */
#floating-banner {
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 10px); 
    z-index: 100;
    width: 100%;
    max-width: 560px;
    opacity: 0;
    transition: opacity 0.5s ease, transform 0.5s ease;
}

/* バナーが表示されるときのアニメーション */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate(-50%, 20px); 
    }
    to {
        opacity: 1;
        transform: translate(-50%, 0);
    }
}

/* DOMがロードされた後にアニメーションを適用するクラス */
.floating-banner-visible {
    animation: fadeInUp 0.5s ease forwards; /* アニメーションを適用し、最終状態を維持 */
}






@media screen and (max-width: 950px) {
header > .top {
display:none;
}
header > .inner {
top: 0px;
}
.fixed_content header > .inner {
top: 34px;
}
header > .inner .hrow {
margin: 10px 50px 10px 10px;
}
header > .inner .hrow > .logo img {
    width: 195px;
}
header > .inner .hrow > ul > li.icon {
    display: block;
	margin-right: 15px;
}
header > .inner .hrow > ul > li {
    display: none;
}
a.hamburger {
top: 18px;
right: 15px;
}
}

@media screen and (min-width: 949px) {
header > .inner {
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
}
}


/*フッター*/
header .inner .sub > li > a {
  font-size: 16px;
  color: #fff;
  line-height: 1.75;
  background-color: #0071b9;
}
header .inner .sub > li > a:hover {
  background-color: #004b83;
  opacity: 1;
}
/*下線動作*/
header .inner li > a,
header .inner .has-sub > span{
  position: relative;
  display: inline-block;
  text-decoration: none;
}
header .inner li > a::after ,
header .inner .has-sub > span::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #404040;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
header .inner li > a:hover::after ,
header .inner .has-sub > span:hover::after {
  transform: scale(1, 1);
}
/*上書き*/
.drop_itemlist {
display: none;
position: absolute;
top: 60px;
left: 0;
width: 100%;
padding: 20px 0 10px;
background-color: #fff;
z-index: 3;
transition: none;
}
.drop_itemlist > div > .item {
justify-content: center;
flex-wrap: wrap;
margin-bottom: 0;
list-style: none;
}

.fat-nav h2 {
font-size: 3rem;
font-family: din-1451-lt-pro-engschrift, sans-serif;
padding: 12px;
text-align:center;
}
.fat-nav .sns_icon {
display: flex;
flex-wrap: wrap;
justify-content: center;
width: 100%;
}
.fat-nav .fb_icon, .fat-nav .tw_icon, .fat-nav .insta_icon, .fat-nav .line_icon {
font-size: 4rem;
}
.fat-nav .contents_box {
display: flex;
flex-wrap: wrap;
justify-content: center;
padding:4px;
text-align:center;
}
.fat-nav .contents_box div {
width:50%;
padding:8px;
}
.fat-nav .contents_box span {
}
.fat-nav .contents_box a {
background: #f1f1f1;
display:block;
padding:8px;
}
.fat-nav li {
padding: 0;
}
div.fat-nav li a, div.fat-nav li a {
font-size: 1.7rem;
}
div.fat-nav .sp li p.accordion-btn1 {
font-size: 1.7rem;
}
.fat-nav .sp_nav_footer{
text-align:center;
}
.fat-nav .sp_nav_logo{
padding:8px;
}
.fat-nav .sp_nav_logo img{
width:50%;
}


.title_txt_area{
}
.title_txt_area h2{
float: left;
margin-right: 200px;
}
.title_txt_area h2 span{
}
.title_txt_area p{
padding-bottom: 35px;
}

#brand {
padding: 60px 0;
margin-bottom: 0;
}
#brand > ul {
clear: both;
flex-wrap: wrap;
justify-content: space-around;
list-style: none;
margin: 0;
}
#brand > ul > li {
	width: 23%;
	margin-bottom: 40px;
}
#brand > ul h3 {
margin: 20px 0;
text-decoration:underline;
text-align: center;
}

.foot_mm_sns{
background: #FFF;
padding:60px 0 40px;
}
.foot_mm_sns .flex{
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
.foot_mm{
font-size: 18px;
line-height: 20px;
margin:0 60px 20px;
}
.foot_sns{
margin:0 60px 20px;
}
.foot_mm i{
color: #A5A5A5;
font-size: 20px;
float: left;
margin-right: 10px;
}
.foot_sns i{
color: #A5A5A5;
font-size: 40px;
}

footer {
padding: 65px 0 20px;
background-color: #e2e2e2;
}
.f_nav {
background-color: #e2e2e2;
border:none;
flex-wrap: wrap;
justify-content: center;
}
.f_nav > li {
font-size:1.6rem;
margin: 0;
}
.f_nav > li a:after{
content:"|";
margin: 25px;
}
.f_nav > li:last-child a:after{
content:"";
display:none;
}


footer > .row > div:last-of-type {
width: 100%;
}
footer .f_logo {
display: block;
margin: 50px 0 20px;
text-align: center;
}
footer .f_logo > a > span {
display: block;
/* text-align: right; */
font-size: 1.1rem;
font-family: sans-serif;
line-height: 1;
}
footer .address {
margin-bottom: 0px;
}
footer .address > p, footer .policy > a {
text-align: center;
}


@media screen and (max-width: 768px) {
#fs_Top header > .inner {
top: 0px;
}
#fs_Top.fixed_content header > .inner {
top: 34px;
}
.title_txt_area h2{
float: none;
margin-right: 0;
}

#brand > ul > li {
	width: 49%;
	margin-bottom: 24px;
}

.foot_mm{
margin:0 0 20px;
}
.foot_sns{
margin:0 0 20px;
}
footer > .row > div:last-of-type {
display: block;
}
}
