@charset "utf-8";
/* 
- Name: megamenu.js - style.css
- Version: 1.0
- Latest update: 29.01.2016.
- Author: int, inc
- Author web site: http://int-jp.com
*/


/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Body - not related to megamenu
–––––––––––––––––––––––––––––––––––––––––––––––––– */

body {
    font-family:Helvetica, Arial,'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
    font-size:13px !important;
}

* {
    box-sizing: border-box;
}

a {
    color: #333;
    text-decoration: underline;    
}

a:hover { text-decoration: none;}

a.btn_to_shop {
	display: block;
	background-color: #555;
	color: #fff;
	padding: 2em;
	text-align: center;
	text-decoration: none;
	font-size: 120%;
}

a.btn_to_shop:hover {
	opacity: 0.8;
}



.description {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

li {list-style: none;}

footer {
/*	width: 1180px; */
	margin: 0 auto;
}

#return_top {
    clear: both;
}
.footer_widget a:hover  { text-decoration: none !important;}

.footer_headline {width: 100%;}

#footer_slider {
    margin: 40px 0 0;
}

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

#footer .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-twitter:before { content: "\f099"; }
.fa-facebook:before { content: "\f09a"; }
.fa-instagram:before { content: "\f16d"; }


/* ===================================================================
 index
=================================================================== */

.contents .inner,
.inner{
    width: 94%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    max-width: 880px;
}

.slick-slide {
    margin: 0 5px;
}

#lead h2 {
	color: #333;
    padding: 48px 0 8px;
    line-height: 1.5;
    font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    text-align: center;
}

#lead .btn {
    display: block;
    background-color: #f16b0a;
    color: #fff;
    padding: 21px 14px;
    line-height: 1.5;
    font-size: large;
    text-decoration: underline;
    max-width: 650px;
    margin: 0 auto;
    border: 0px dotted #fff;
}

#lead .btn:hover {
	text-decoration: none;
	opacity: 0.8;
}



#lead2 h2 {
	color: #333;
    padding: 48px 0 8px;
    line-height: 1.5;
    font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    text-align: center;
}

#lead2 .btn {
    display: block;
    background-color: #000000;
    color: #fff;
    padding: 21px 14px;
    line-height: 1.5;
    font-size: large;
    text-decoration: underline;
    max-width: 650px;
    margin: 0 auto;
    border: 0px dotted #fff;
}

#lead2 .btn:hover {
	text-decoration: none;
	opacity: 0.8;
}


#link_shopping,
#link_sns {
	max-width: 650px;
    margin: 20px auto;
}

/*
#link_shopping {float: left;}
#link_sns { float: right;}
*/

#link_icons {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
}

#link_icons dt {
	display: inline-block;
    text-align: center;
}

#link_icons dd {
	line-height: 1.3;
}

#link_icons a {
    margin: 0 0 1em;
    width: 33%;
    text-decoration: underline;
}

#link_icons a:hover,
#link_icons a:hover img {
    text-decoration: none;
	opacity: 0.8;
}

#link_icons img{
    height: 80px;
    margin: 0 0 5px;
}


/* ===================================================================
 about us
=================================================================== */

#about_us .company_info {
	text-align: center;
}

#about_us .company_info img {
	margin: 0 auto;
	max-width: 680px;
	width: 100%;
}

#about_us .company_info p {
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 2em;
}

#about_us .company_info h3.open_time {
    font-size: 15px;
    padding: 4px 0 8px;
    color: #666;
}


#about_us .company_info h2 {
    color: #666;
    margin: 3em auto 1em;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    text-align: center;
	max-width: 680px;
	width: 100%;
}

#about_us .company_info h2:before {
    margin-right: 1.5em;
}

#about_us .company_info h2:before, h2:after {
    border-top: 1px solid #aaa;
    content: "";
    display: inline;
    flex-grow: 1;
}
    
#about_us .company_info h2:after {
    margin-left: 1.5em;
}

#about_us .company_info h2:before, h2:after {
    border-top: 1px solid #aaa;
    content: "";
    display: inline;
    flex-grow: 1;
}

#about_us .company_info h3 {
    font-size: 14px;
    color: #666;
    margin: 1em 0 0.5em;
}

#about_us .company_info h4 {
    font-size: 14px;
    color: #666;
    margin: 3em 0 0.5em;
}

#about_us .company_info dl {
    font-size: 14px;
    max-width: 680px;
    width: 100%;
    margin: 0 auto;
}

#about_us .company_info dl dt {
	float: left;
    clear: left;
    width: 8em;
    text-align: left;
    line-height: 1.5;
}

#about_us .company_info dl dd {
    text-align: left;
    margin: 1em 0 1em 8em;
    line-height: 1.5;
}

#about_us .company_info p.note {
	clear: both;
	font-size: 16px;
	color: red;
    margin: 1em 1em 0;

}







/* ===================================================================
 content module
=================================================================== */

#slider_box {
	max-width: 880px;
	margin: 0 auto;
}

.title-set{
    overflow: hidden;
    height: 30px;
    line-height: 32px;
    padding: 0 20px;
    color: #ffffff;
    font-weight: 700;
    box-sizing: border-box;
    background-color: #333;
    margin-bottom: 20px;
    cursor: pointer;    
}

.title-set h1{
	float: left;
	font-size: 15px;
}

.title-set h2{
	float: right;
	font-size: 12px;
}



a.btn{
	display: block;
	text-align: center;
}

body.seconde #main-title{
	background-size: cover;
	background-position: center;
	height: 250px;
	box-sizing: border-box;
	text-align: center;
	padding-top: 80px;
	color: #ffffff;
	line-height: 1;
	margin-bottom: 50px
}

body.seconde #main-title h1{
	font-size: 45px;
	font-weight: 700;
	margin-bottom: 10px
}

body.seconde #main-title h2{
	font-size: 21px;
}

.cat-navi{
	text-align: center;
	height: 52px;
	margin-bottom: 36px;
}

.cat-navi li{
	display: inline-block;
	width: 150px;
	height: 40px;
	line-height: 40px;
	position: relative;
}

.cat-navi li:first-child,
.cat-navi li+li{
	border-left: 1px solid #A2CE4F
}

.cat-navi li:last-child{
	border-right: 1px solid #A2CE4F
}

.cat-navi li a{
	display: block;
	color: #A2CE4F;
}

.cat-navi li:hover{
	background-color: #A2CE4F;
}

.cat-navi li:hover a{
	color: #ffffff;
}

#main-contents-box h1{
	font-size: 28px;
	font-weight: 700;
	color: #A2CE4F;
	text-align: center;
	margin-bottom: 54px;
}

#main-contents-box h1 i{
	margin-right: 6px;
	font-size: 30px;
}

#main-contents-box>ul{
	overflow: hidden;
}

#main-contents-box>ul>li{
	width: 416px;
	height: 530px;
	float: left;
	position: relative;
}

#main-contents-box>ul>li:nth-child(2n){
	margin-left: 48px
}

#main-contents-box>ul>li:nth-child(n+3){
	margin-top: 38px;
}

#main-contents-box>ul>li .img-box{
	border: 1px solid #A2CE4F;
	box-sizing: border-box;
	height: 178px;
	overflow: hidden;
	margin-bottom: 15px;
}

#main-contents-box>ul>li .img-box div{
	float: left;
}

#main-contents-box>ul>li .img-box div{
	overflow: hidden;
	width: 50%;
	text-align: center;
}


#main-contents-box>ul>li dl{
	overflow: hidden;
}

#main-contents-box>ul>li dl dt{
	width: 352px;
	float: left;
}

#main-contents-box>ul>li dl dt h2{
	font-size: 12px;
	font-weight: 300;
	margin-bottom: 14px;
}

#main-contents-box>ul>li dl dt h3{
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	margin-bottom: 14px;
}

#main-contents-box>ul>li dl dd{
	float: right;
	width: 44px;
	height: 30px;
	line-height: 28px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	background-color: #A2CE4F
}

#main-contents-box>ul>li p.txt-box{
	font-size: 12px;
	font-weight: 300;
	line-height: 18px;
}

#main-contents-box>ul>li p.txt-box,
#main-contents-box>ul>li p.info-box{
	font-size: 12px;
	font-weight: 300;
	line-height: 18px;
}

#main-contents-box>ul>li p.txt-box{
	margin-bottom: 14px;
}

#main-contents-box>ul>li .list-box-footer{
	position: absolute;
	bottom: 0;
	width: 100%
}

#main-contents-box>ul>li.no-link .list-box-footer{
	margin-bottom: 42px
}

#main-contents-box>ul>li .list-box-footer ul.icon-box{
	overflow: hidden;
}

#main-contents-box>ul>li .list-box-footer ul.icon-box li{
	float: left;
	text-align: center;
	font-size: 34px;
	line-height: 0;
}

#main-contents-box>ul>li .list-box-footer ul.icon-box li img{
	height: 30px;
	width: auto;
	margin-top: 2px
}

#main-contents-box>ul>li .list-box-footer ul.icon-box li a{
	color: #595757
}

#main-contents-box>ul>li .list-box-footer ul.icon-box li+li{
	margin-left: 10px;
}

#main-contents-box>ul>li .list-box-footer a.btn{
	display: block;
	text-align: center;
	background-color: #eeecea;
	height: 34px;
	line-height: 32px;
	font-size: 10px;
	margin-top: 10px;
}

#main-contents-box>ul>li .list-box-footer a.btn span{
	position: relative;
}



/* ––––––––––––––––––––––––––––––––––––––––––––––––––
megamenu.js STYLE STARTS HERE
–––––––––––––––––––––––––––––––––––––––––––––––––– */


/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Screen style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.menu-container {
    max-width: 100%;
    width: 1180px;    
    margin: 0 auto;
    /* background: #e9e9e9; */
    position: relative;
}

.menu-container .logo{
	margin: 0;
	text-align: center;
    padding: 1.25em 0 0.5em;
}

.menu-container .logo img{
    width:  240px;
}

.menu-container .logo a:hover img{
	opacity: 0.8;
}

.menu-mobile {
    display: none;
    padding: 0 20px;
    margin-top: -30px;
}


.menu-mobile-header,
#mobile-headerSignUp {
    display: none;

}

.menu-mobile-header a { text-decoration: none;}

.menu-mobile:before {
    content: "\f394";
    font-family: "Ionicons";
    font-size: 2.5rem;
    padding: 0;
    position: relative;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
}

.menu-mobile:after {
    content: "menu";
    display: block;
    margin: -5px 0 0 0;
    
}

.menu-dropdown-icon:before {
    content: "\f489";
    font-family: "Ionicons";
    display: none;
    cursor: pointer;
    float: right;
    padding: 1.5em 2em;
    background: #fff;
    color: #333;
}

.menu-dropdown-icon:before .normal-sub{
    content: "\f462";
}


.menu > ul {
    margin: 8px auto 0;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
    line-height: 1;    
    
    
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center; /* 水平方向をcenterに */
	align-items: center; /* 垂直方向をcenterに */
    
}

.menu > ul:before,
.menu > ul:after {
    content: "";
    display: table;
}

.menu > ul:after {
    clear: both;
}

.menu > ul > li {
    float: left;
    /* background: #e9e9e9; */
    padding: 0;
    margin: 0;
}

.menu > ul > li#headerSearchBox {
    margin: 0 10px;
}

.menu > ul > li a {
    text-decoration: none;
    padding: 1.25em;
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

.menu > ul > li.sale a {
	color: red;
}

.menu > ul > li a span {
    display: block;
    font-size: 10px;
    margin-top: 3px;
    font-weight: normal;    
    opacity: 0.9;
}

.menu > ul > li:hover {
    background: #f0f0f0;
}

.menu > ul > li > ul {
    display: none;
    width: 100%;
    background: #f0f0f0;
    padding: 20px 20px 0;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}

.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 25%;
    background: none;
    float: left;
}

.menu > ul > li > ul > li a {
    color: #777;
    padding: .2em 0;
    width: 100%;
    display: block;
    border-bottom: 1px solid #ccc;
}

.menu > ul > li > ul > li > ul {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
}

.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    font-size: .8em;
}

.menu > ul > li > ul > li > ul > li a {
    border: 0;
}

.menu > ul > li > ul.normal-sub {
    width: 100%;
    left: 0;
}

.menu > ul > li > ul.normal-sub > li {
    width: 20%;
    padding-right: 20px;
    margin-bottom: 20px;
}

.menu > ul > li > ul.normal-sub > li:nth-child(5n) {
	padding-right: 0;
}

.menu > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 2em 0;
    background-color: #333;    
    color: #fff;
    border-radius: 3px;
    font-size: 12px;    
}

.menu > ul > li > ul.normal-sub > li a span {
    font-size: 10px;    
}

.menu > ul > li.sale > ul.normal-sub > li a {
    background-color: red;    
}

.menu > ul > li > ul.normal-sub > li a:hover {
    background-color: #fff;    
    color: #333;
    -webkit-transition: all 0.2s ease 0.1s;
    -moz-transition: all 0.2s ease 0.1s;    
}




.menu > ul > li > ul#headerSignUp.normal-sub,
.menu > ul > li > ul#headerEntryList.normal-sub {
	width: 20%;
    left: 80%;
    padding: 16px 16px 8px;
}


.menu > ul > li > ul#headerSignUp.normal-sub > li,
.menu > ul > li > ul#headerEntryList.normal-sub > li {
    width: 100%;
    padding-right: 0;
    margin-bottom: 8px;
}

.menu > ul > li > ul#headerSignUp.normal-sub > li a,
.menu > ul > li > ul#headerEntryList.normal-sub > li a {
    border: 0;
    padding: 1em 0;
    background-color: #333;    
    color: #fff;
    border-radius: 3px;
    font-size: 12px;    
}

.menu > ul > li > ul#headerSignUp.normal-sub > li a span,
.menu > ul > li > ul#headerEntryList.normal-sub > li a span {
    font-size: 10px;    
}

.menu > ul > li > ul#headerSignUp.normal-sub > li a:hover,
.menu > ul > li > ul#headerEntryList.normal-sub > li a:hover {
    background-color: #fff;    
    color: #333;
    -webkit-transition: all 0.2s ease 0.1s;
    -moz-transition: all 0.2s ease 0.1s;    
}


/* 180407 
.menu-container .info {
	float: left;	
}

.menu-container .info a {
    position: absolute;
    top: 5%;
    right: 5%;
    font-size: 0;
    width: 30px;
    height: 30px;
    display: block;    
}
*/

#function_box {
    float: right;
    width: 250px;
}

#function_box li#headerSearchBox {
    margin: 10px 0px 0 0;
    cursor: default;
    float: left;
}

#headerSearchBox #searchWord {
    width: 200px;
}
 
@media only screen and (max-width: 380px) {
	#headerSearchBox #searchWord {
	    width: 170px;
	}

}

@media only screen and (max-width: 359px) {


#headerSearchBox #searchWord {
    width: 130px;
}

}
#headerSearchBox #searchWord {
    height: 30px;
    color: #999;
    line-height: 30px;
    font-size: 12px;
    padding: 5px 0;
    margin: 0;
    text-indent: 8px;
    background: 0 0;
    background-color: #fff;
    border: none;
    display: block;
    float: left;
    border: 1px solid #ccc;    
}

.searchBtn {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background-color: #333;
    font-size: 14px;
    text-align: center;
}
.searchBtn:hover { background: #555;}
.searchBtn #btn_search {
	background: transparent;
    border: none;
    font-family: FontAwesome;
    line-height: 30px;
	font-size: 12px;
}

/*
.searchBtn #btn_search {
    display: block;
    float: left;
    width: 30px;
    height: 26px;
    line-height: 26px;
    color: #fff;
    background-color: #333;
    border: 1px solid #fff;
    font-size: 14px;
    text-align: center;
}

.searchBtn:hover #btn_search {
    text-decoration: none;
    color: #333;
    background-color: #fff;
    cursor: pointer;
}
*/


.searchBtn i {
    font-size: 15px;
    font-style: normal;

}

.fa-search:before {
    content: "\f21f";
    font-family: "Ionicons";
    
}



.header_promo_wrap {
    width: 100%;
    background: #dbdbdb;
}


.header_promo_list {
    width: 100%;
    height: 40px;
    margin: 0 auto;
    padding: 0 1.2em;
    overflow: hidden;
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center; /* 水平方向をcenterに */
	align-items: center; /* 垂直方向をcenterに */
	position: relative;
}


.header_promo_list>li {
    font-size: 12px;    
    margin: 0 3em 0 0;
}

.header_promo_list>li span {
	color: red;
}

.header_promo_list>li span.number {
	color: #000;
}

.header_promo_list>li span.number a {
	text-decoration: none;
}

.header_promo_list>li span.number a:hover {
	text-decoration: underline;
}


.icomoon {
    font-style: normal;
    font-family: "Ionicons";        
}

.signup:before,
.yourbag:before {
    line-height: 40px;
    font-size: 35px;
    text-align: center;
    padding: 8px;
}

.signup:after,
.yourbag:after {
    display: block;
    margin: -4px 0 0;
    font-size: 12px;
    font-weight: normal;    
}

.signup:before {
    content: "\f3a0";
}

.signup:after {
    content: "member";
}

.yourbag:before {
    content: "\f370";
}
    
.yourbag:after {
    content: "cart";
}
    
.time:before {
    content: "\f3b3";
}

.tel:before {
    content: "\f4b9";
}



.time:before,
.tel:before {
    font-size: 16px;    
    margin: 0 4px 0 0;
}

span.number {
	font-size: 14px;
}

span.pc-marginTop15 {
    display: block;
    margin-top: 15em;	
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media only screen and (max-width: 671px) {


a.btn_to_shop {
	padding: 1em;
}

	
    .menu-container {
        width: 100%;
		min-width: 320px;
        overflow: hidden;
        margin: 0;
    }
    .menu {
	    clear: both;
    }
.menu-mobile {
	display: block;
    position: absolute;
    top: 135px;
    right: 0px;
    margin: 0;
    text-align: center;
    
}
.menu-dropdown-icon:before,
#mobile-headerSignUp {
    display: block;
}

.menu > ul,
#mobile-headerSignUp > ul {
    display: none;
	width: 100%;
}
    
#mobile-headerSignUp > ul {
    padding: 8px 1em;	
}
    
    
#mobile-headerSignUp > ul.show-on-mobile > li.normal-sub {
    float: left;	
    width: 48%;
    margin: 1% 1% 1% 1%;
    padding: 0;
    }

#mobile-headerSignUp > ul.show-on-mobile > li.normal-sub a {
    border: 0;
    padding: 2em 0;
    background-color: #333;
    color: #fff;
    border-radius: 3px;
    font-size: 12px;
    text-align: center;
    display: block;
}

#mobile-headerSignUp > ul.show-on-mobile > li.normal-sub a:hover {
    background-color: #fff;    
    color: #333;
    -webkit-transition: all 0.2s ease 0.1s;
    -moz-transition: all 0.2s ease 0.1s;    
}

.menu-container a,
.menu-container a:hover,
.menu-container a:visited,
.menu-container a:focus,
.menu-container a:-webkit-any-link { text-decoration: none !important;}


    
    .menu > ul > li,
    #mobile-headerSignUp > ul > li {
        width: 100%;
        /*float: none;*/
        display: block;
    }
    
    .menu > ul > li a {
	    padding: 1em 0 1em 2em;
	    width: 80%;
	    display: block;
	    text-align: left;
        font-size: 13px;
	}
    .menu > ul > li > ul,
    #mobile-headerSignUp > ul > li {
		padding: 8px 1em;
		position: relative;
		
    }
    .menu > ul > li > ul.normal-sub {
        width: 100%;    
    }
	.menu > ul > li > ul.normal-sub > li {
	    width: 48%;
		margin: 1% 1% 1% 1%;
		padding: 0;
	}
	
	.menu > ul > li > ul.normal-sub > li a {
		text-align: center;
	}

    
    .menu > ul > li > ul > li {
        float: left;
    }
    .menu > ul > li > ul > li > ul {
        position: relative;
    }
    .menu > ul > li > ul > li > ul > li {
        float: none;
    }
    .menu .show-on-mobile,
    #mobile-headerSignUp .show-on-mobile {
        display: block;
    }
    
    
	.header_promo_wrap {
	    margin: 8px auto 0;
		padding: 0px;
		width: 100%;
		text-align: left;
		border-top: #ccc 1px solid;
		border-bottom: #ccc 1px solid;		
		position: relative;
		overflow: hidden;
		max-height: 40px !important;
	
	}
	 	
	.header_promo_list {
		width: 100%;
		position: relative;
		display: block;
	}
	
	.header_promo_list > li {
		width: 100%;
	    background-color: #dbdbdb;
	    line-height: 40px;
		text-align: center;
	    margin: 0;
	}    
	
	.header_promo_list>li.header-panel-top-content.js-ticker_skip {
		display: none;
	}    
	
	
	#headerSearchBox,
	#headerCartBtn,
	#headerSignUp,	
	#headerSearchBox.menu-dropdown-icon:before,
	#headerSignUp.menu-dropdown-icon:before,
	#headerCartBtn.menu-dropdown-icon:before {display: none;}
	
	.menu-mobile-header {
		text-align: center;
		margin: 0 0 0 2%;
	}
	
	.menu-mobile-header,
	.menu-mobile-header #headerSearchBox,
	.menu-mobile-header #headerSignUp,
	.menu-mobile-header #headerCartBtn {
	    display: -webkit-flex;
	    display: -moz-flex;
	    display: -ms-flex;
	    display: -o-flex;
	    display: flex;
	    justify-content: center; /* 水平方向をcenterに */
	    align-items: center; /* 垂直方向をcenterに */
        float: left;
        height: 48px;
	}
	



}



/* ––––––––––––––––––––––––––––––––––––––––––––––––––
[PC/SP]静的ページにログイン/ログアウトの切り替えリンクを付けたい
https://goo.gl/DfjnPA
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#logoutButton, #loginButton { display: none; }
#mobile-headerSignUp > ul.show-on-mobile > li.normal-sub a#logoutButton,
#mobile-headerSignUp > ul.show-on-mobile > li.normal-sub a#loginButton { display: none; }


/* ––––––––––––––––––––––––––––––––––––––––––––––––––
futureshop2 
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* INDEX
1. オリジナルCSS
2. 商品画面：商品詳細：バリエーションごとにカートボタンを表示：バリエーションテーブル 

*/



/* 1. オリジナルCSS */

.out_container {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 100%;
    background-color: white;
    height: 45px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;    
}

#header {
    background-color: black;
    height: 60px;
    margin-bottom: 0;
    position: relative;
    width: 100%;
    height: 60px;
    margin: 0 auto 8px;
    z-index: 200;
}


#logoArea {
    float: left;
}

#logoArea a {
    display: block;
    padding: 10px 0 10px;
}

#logoArea a img {
    width: 180px;
    height: 40px;
}


#glovalNaviWrapper {
    width: 870px;
    float: right;
}

#glovalNaviWrapper ul {
    float: left;
    margin-top: 4px;
}

#glovalNaviWrapper ul li {
    float: left;
    color: white;
    font-size: 14px;
}

#glovalNaviWrapper ul li p.gNavTitle {
    color: #000;
    font-size: 13px;
    font-weight: bold;
    cursor: default;
}


#glovalNaviWrapper ul li p.gNavTitle .gNavTitleInner {
    color: #000;
    display: block;
    padding: 17px 10px 18px 10px;
}

#glovalNaviWrapper ul li p.gNavTitle a {
    cursor: pointer;
}

.menuSlideWrapper {
    position: absolute;
    width: 958px;
    opacity: 0;
    z-index: 1;
    left: 0;
    background-color: white;
    border-bottom: 1px solid #666;
    display: none;
    border: 1px solid #000;
    border-top: 0px;
}

.slideWrapper {
    padding: 23px 0 0 10px;
    background-color: white;
    border-top: none;
    font-size: 12px;
    position: relative;
    width: 948px;
    margin: 0 auto;
}

#genderMenWrapper dl {
    height: 326px;
}

.menuSlideWrapper dl {
    color: black;
    float: left;
    text-align: left;
    line-height: 18px;
    width: 20%;
}

.tileWrapper dl {
    padding-bottom: 65px;
}

.menuSlideWrapper .adineue_pro_boldregular {
    font-size: 20px;
    cursor: default;
}


.menuSlideWrapper dl dt {
    color: black;
    margin: 0 8px 8px;
}

.menuSlideWrapper .adineue_pro_boldregular {
    font-size: 20px;
    cursor: default;
}

.menuSlideWrapper .adineue_pro_boldregular span {
    display: block;
    margin-top: 3px;
}

.menuSlideWrapper dl dt span {
    font-size: 10px;
    font-weight: bold;
}


/*お試し店舗のヘッダを非表示*/
.FS2_trial{
display:none;
}



/*プレビューモードのヘッダを非表示*/
.FS2_preview{
display:none;
}



/* TOP */

.pan {
    background: #fff;
}


body.FS2_body_Goods_GoodsGroupList_0 .FS2_breadcrumbs,
body.FS2_body_Goods_GoodsGroupList_0 .FS2_GroupList {display: none;}

/*
body.FS2_body_Goods_GoodsGroupList_0 .system_content {
	width: 1170px;
	margin: 2em auto;
}
*/


body.FS2_body_Goods_GoodsGroupList_0 .layout_table,
body.FS2_body_Goods_GoodsGroupList_0 .system_content,
body.FS2_body_Goods_GoodsGroupList_1 .layout_table,
body.FS2_body_Goods_GoodsGroupList_2 .layout_table,
body.FS2_body_Goods_GoodsGroupList_3 .layout_table,
body.FS2_body_Goods_GoodsGroupList_4 .layout_table,
body.FS2_body_Goods_GoodsDetail .layout_table,
body#FS2_body_Cart .layout_table,
body#FS2_body_Goods .layout_table,
body#FS2_body_Config .layout_table,
body#FS2_body_Inquiry .layout_table,
body#FS2_body_Login .layout_table,
body#FS2_body_Common .layout_table {
    width: 1180px;
    max-width: 100%;
	margin: 2em auto 0;
}

body.FS2_body_Goods_GoodsGroupList_0 .FS2_thumbnail_container img,
body.FS2_body_Goods_GoodsGroupList_0 .FS2_thumbnail_container img,
body.FS2_body_Goods_GoodsGroupList_1 .FS2_thumbnail_container img,
body.FS2_body_Goods_GoodsGroupList_2 .FS2_thumbnail_container img,
body.FS2_body_Goods_GoodsGroupList_3 .FS2_thumbnail_container img,
body.FS2_body_Goods_GoodsGroupList_4 .FS2_thumbnail_container img,
body.FS2_body_Goods_GoodsSearchList .FS2_thumbnail_container img {
    max-width: 200px;
}


body.FS2_body_Goods_GoodsGroupList_2 .FS2_thumbnail_container {
    text-align: center;	
    margin: 0 auto 5px;
}
body.FS2_body_Goods_GoodsGroupList_2 #FS2_itemlayout_C .thumbnail {
	width: 80%;
}



.swiper-container {
    text-align: center;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #000;
}

/* Swiper */

.swiper-container .swiper-slide img {
    max-width: 100%;
    height: auto;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    
}



body.FS2_body_Goods_GoodsGroupList_0 #top_futures {
    max-width: 700px;
	margin: 0 auto;
}

body.FS2_body_Goods_GoodsGroupList_0 #top_futures ul{
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;	
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    clear: both;
    margin: 2em 0;
}

body.FS2_body_Goods_GoodsGroupList_0 #top_futures li {
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;    
    display: flex;

    width: calc(50% - 30px);
    margin: 5px;
    text-align: center;
    height: 160px;
    background-color: #333;
    font-size: 15px;
    font-weight: bold;
    justify-content: center;
    align-items: center;
	word-break: break-all;    
    line-height: 1.6;
}

body.FS2_body_Goods_GoodsGroupList_0 #top_futures li a {
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;	
	display: flex;
	
	color: #fff;
	text-decoration: none;
	justify-content: center;
	align-items: center;
	width: 100%;	
    height: 100%;
}


#futures {
    max-width: 830px;
	margin: 0 auto;
}

#futures ul {
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;	
	display: flex;
    flex-wrap: wrap;
    clear: both;
    margin: 0 0 2em;
}

#futures li {
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;    
    display: flex;

    width: calc(25% - 10px);
    margin: 5px;
    text-align: center;
    height: 80px;
    background-color: #333;
    font-size: 15px;
    font-weight: bold;
    justify-content: center;
    align-items: center;
	word-break: break-all;    
    line-height: 1.6;
}

#futures.col_3 li {
    width: calc(32%);
}

#futures.col_2 li {
    width: calc(48%);
}

#futures li a {
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;	
	display: flex;
	
	color: #fff;
	text-decoration: none;
	justify-content: center;
	align-items: center;
	width: 100%;	
    height: 100%;
}


body.FS2_body_Goods_GoodsGroupList_0 #top_futures li a:hover,
#futures li a:hover {
	background-color: #9B9B9B;
}

body.FS2_body_Goods_GoodsGroupList_0 #top_futures li a span,
#futures li a span {
    display: block;
    border-top: 1px solid #fff;
    padding: 0 1em;
}







@media (max-width:671px){
body.FS2_body_Goods_GoodsGroupList_0 .layout_table,
body.FS2_body_Goods_GoodsGroupList_0 .system_content {
    width: 100%;
	overflow:hidden;
	table-layout:fixed;
}
body.FS2_body_Goods_GoodsGroupList_0 #top_futures li {
    width: calc(100% - 10px);
    height: 160px;
	}
	
body.FS2_body_Goods_GoodsGroupList_2 #FS2_itemlayout_C .thumbnail {
	width: 90%;
}

#futures.col_2 li,
#futures.col_3 li,
#futures li {
    width: calc(50% - 10px);
}

	
}



/* ––––––––––––––––––––––––––––––––––––––––––––––––––
/* 2. 商品画面：商品詳細：バリエーションごとにカートボタンを表示：バリエーションテーブル 
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.FS2_additional_image_tableVariation{
    margin:10px 0;    
    width: 80%;

}
.FS2_additional_image_tableVariation_table th{
    text-align:center;
    font-weight:normal;
    padding:0;
    border-top:1px solid #888;
    vertical-align:top;    
}
.FS2_additional_image_tableVariation_table td{
    text-align: center;
    border-top:1px solid #888;
    padding-top:4px;
}
.FS2_additional_image_tableVariation_table td span{
    display:block;
    text-align:center;
    color:#777;
}
.FS2_additional_image_tableVariation_bg{
    background:#f6f6f6;
}

.FS2_additional_image_btn_container .FS2_additional_image_btn_prev {
	width: 68%;
}


.FS2_additional_image_btn_container {
    position: relative;
}

.FS2_additional_image_btn_container .FS2_additional_image_btn_prev .FS2_AdditionalImage_switcher_btn_prev,
.FS2_additional_image_btn_container .FS2_additional_image_btn_next .FS2_AdditionalImage_switcher_btn_next {
    position: absolute;
    top: -225px;
}

.FS2_additional_image_btn_container .FS2_AdditionalImage_switcher_btn_next {
    right: 1px;
}

.FS2_additional_image_btn_container .FS2_AdditionalImage_switcher_btn_prev {
    left: 1px;
}

#FS2_itemlayout_J .thumbnail {
	width: 100%;
}


#FS2_body_Goods .FS2_ReturnedSpecialContract {
    margin: 8px 0 16px 0;
    border: 5px solid #f0f0f0;
    padding: 10px;	
    line-height: 1.5;    
}

#FS2_body_Goods .FS2_ReturnedSpecialContract_link {
    margin: 0;
}

#FS2_body_Goods .FS2_ReturnedSpecialContract_text {
    margin: 0;
    border: none;
    padding: 4px;
    font-size: smaller;
}



/* ––––––––––––––––––––––––––––––––––––––––––––––––––
/* 3. 一覧画面
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.groupLayout {
    overflow: hidden;
}

.groupLayout .itemGroup {
    margin: -4px auto 0;
    width: 90%;
    padding: 0;
    box-sizing: border-box;
    line-height: 1;    
    
    
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center; /* 水平方向をcenterに */
	align-items: center; /* 垂直方向をcenterに */
    
}

.groupLayout .itemGroup a {
    border: 0;
    padding: 0.5em 0.7em;
    color: #131313;
    border-radius: 2px;
    font-size: 12px;
    width: 100%;
    text-align: center;
    line-height: 1.3;
    text-decoration: underline;
}

.groupLayout .itemGroup a:hover {
    -webkit-transition: all 0.2s ease 0.1s;
    -moz-transition: all 0.2s ease 0.1s;
	text-decoration: none;
	}

.FS2_thumbnail_container a:hover img  {
    -moz-opacity: 0.70;
    opacity: 0.70;
    filter: alpha(opacity=70);
	}
	

.FS2_itemPrice_text {
    margin: 8px 0;
    font-size: 12px;
	line-height: 1.3;
    text-align: center;
}

.itemPrice {
    color: red;
    font-size: 150%;
}

.FS2_body_Goods_GoodsDetail .FS2_itemPrice_text,
.FS2_body_Goods_GoodsDetail .FS2_WishListButton_area {
    padding-left: 0em;	
    text-align: left;
}


/* ––––––––––––––––––––––––––––––––––––––––––––––––––
/* 4. ブランド一覧
–––––––––––––––––––––––––––––––––––––––––––––––––– */

body.FS2_body_Goods_brand .groupLayout


/* ------ タブナビゲーション設置領域 ------ */
#fsamp_headMenuTabArea{
    margin:10px 0 20px 0;
    background-color:#fff;
}
 
 
/* ------ タブナビゲーション ------ */
#fsamp_headMenuTabList{
    margin:10px 0 0 0;
    line-height:1em;
    text-align:center;
    border-bottom:1px solid #ccc;
}
 
#fsamp_headMenuTabList li{
    display:inline-block;
    margin:0 1px;
    padding:1px 1px 0 1px;
    border:1px solid #ccc;
    border-width:1px 1px 0 1px;
    background-color:#fff;
}
 
#fsamp_headMenuTabList li,
#fsamp_headMenuTabList li a{
    border-radius:3px 3px 0 0;
}
 
#fsamp_headMenuTabList li a{
    display:block;
    line-height:1em;
    padding:4px 6px;
    background-color:#EFEFE8;
}
 
 
 
/* ------ 切り替えタブコンテンツ ------- */
.fsamp_headMenuTabContent{
    display:none;
    border-bottom:1px solid #ccc;
}
 
/* ------ 選択中のタブとコンテンツエリアの色設定 ------- */
#fsamp_headMenuTabList li.fsamp_headMenuTab_active a,
.fsamp_headMenuTabContent{
    background-color:#ccc;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
/* 11/20 CSS調整 - De Bes
–––––––––––––––––––––––––––––––––––––––––––––––––– */

body#FS2_body_Cart .system_content,
body#FS2_body_Config .system_content,
body#FS2_body_Goods .system_content,
body#FS2_body_Inquiry .system_content {
    margin-left: 50px;
}


body#FS2_body_Config h2.pageTitle {
    font-size: 120%;
    background-color: #000;
    color: #fff;
    padding: 8px 1em 6px;
    border: none;
    margin: 25px 0;
    line-height: 1;
}

body#FS2_body_Config .FS2_Config_Postage {
    line-height: 1.6;
}

body#FS2_body_Config .system_content h2.CrossHead {
	
}

body#FS2_body_Config .system_content p {
	padding: 0 1em;
}


.side_widget {
    font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.styled_post_list1 li a  { text-decoration: underline;}
.styled_post_list1 .info .title:hover   { color: #808080; text-decoration: none;}

.pager {
    margin: 5px 0 5px;
    line-height: 2;
	padding:0px 5px 10px;
}

.itemStock {
    border: none;
    background: #FF3300;
    padding: 0px 10px;
    margin: 0 0 5px 0;
    text-align: center;
    color: #FFF;
    display: inline-block;
    font-size: 10.5px;
    line-height: 1.8;
}


/* ––––––––––––––––––––––––––––––––––––––––––––––––––
/* 5. サイドバー
–––––––––––––––––––––––––––––––––––––––––––––––––– */
nav#lnav ul {
    margin: 0 0 2em;
    background: #444;
    color: #fff;
}

nav#lnav li {
    border-bottom: 1px solid #000000;
    background: transparent;
    display: block;
    font-weight: 500;
    padding: 12px;
    cursor: pointer;
    margin: 0;
    }
	
nav#lnav ul li a {
	color: #fff;
    }
	
nav#lnav li ul {
    display: none;	
}

/* ------------------- */
.cd-accordion-menu {
  max-width: 600px;
  background: #4d5158;
  margin: 4em auto;
}
.cd-accordion-menu ul {
  /* by default hide all sub menus */
  display: none;
}
.cd-accordion-menu li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cd-accordion-menu input[type=checkbox] {
  /* hide native checkbox */
  position: absolute;
  opacity: 0;
}
.cd-accordion-menu label, .cd-accordion-menu a {
  position: relative;
  display: block;
  background: #4d5158;
  box-shadow: inset 0 -1px #555960;
  color: #ffffff;
    padding: 10px 10px 10px 24px;
    font-size: 13px;
}
.no-touch .cd-accordion-menu label:hover, .no-touch .cd-accordion-menu a:hover {
  background: #52565d;
}
.cd-accordion-menu label::before, .cd-accordion-menu label::after, .cd-accordion-menu a::after {
  /* icons */
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cd-accordion-menu label {
  cursor: pointer;
}
.cd-accordion-menu label::before, .cd-accordion-menu label::after {
  background-image: url(../img/cd-icons.svg);
  background-repeat: no-repeat;
  background-size: 40px;
}
.cd-accordion-menu label::before {
  /* arrow icon */
  left: 8px;
  background-position: 0 0;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.cd-accordion-menu label::after {
  /* folder icons */
  left: 41px;
  background-position: -16px 0;
}
.cd-accordion-menu a::after {
  /* image icon */
  left: 36px;
  background: url(../img/cd-icons.svg) no-repeat -48px 0;
}
.cd-accordion-menu input[type=checkbox]:checked + label::before {
  /* rotate arrow */
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cd-accordion-menu input[type=checkbox]:checked + label::after {
  /* show open folder icon if item is checked */
  background-position: -32px 0;
}
.cd-accordion-menu input[type=checkbox]:checked + label + ul,
.cd-accordion-menu input[type=checkbox]:checked + label:nth-of-type(n) + ul {
  /* use label:nth-of-type(n) to fix a bug on safari (<= 8.0.8) with multiple adjacent-sibling selectors*/
  /* show children when item is checked */
  display: block;
}
.cd-accordion-menu ul label,
.cd-accordion-menu ul a {
  background: #35383d;
  box-shadow: inset 0 -1px #41444a;
  /*padding-left: 82px;*/
}
.no-touch .cd-accordion-menu ul label:hover, .no-touch
.cd-accordion-menu ul a:hover {
  background: #3c3f45;
}
.cd-accordion-menu > li:last-of-type > label,
.cd-accordion-menu > li:last-of-type > a,
.cd-accordion-menu > li > ul > li:last-of-type label,
.cd-accordion-menu > li > ul > li:last-of-type a {
  box-shadow: none;
}
.cd-accordion-menu ul label::before {
  left: 12px;
}
.cd-accordion-menu ul label::after,
.cd-accordion-menu ul a::after {
  left: 59px;
}
.cd-accordion-menu ul ul label,
.cd-accordion-menu ul ul a {
   /*padding-left: 100px;*/
}
.cd-accordion-menu ul ul label::before {
  left: 54px;
}
.cd-accordion-menu ul ul label::after,
.cd-accordion-menu ul ul a::after {
  left: 77px;
}
.cd-accordion-menu ul ul ul label,
.cd-accordion-menu ul ul ul a {
  padding-left: 118px;
}
.cd-accordion-menu ul ul ul label::before {
  left: 72px;
}
.cd-accordion-menu ul ul ul label::after,
.cd-accordion-menu ul ul ul a::after {
  left: 95px;
}
@media only screen and (min-width: 600px) {
  .cd-accordion-menu label, .cd-accordion-menu a {
    padding: 10px 10px 10px 24px;
    font-size: 13px;
  }
  .cd-accordion-menu label::before {
    left: 8px;
  }
  .cd-accordion-menu label::after {
    left: 53px;
  }
  .cd-accordion-menu ul label,
  .cd-accordion-menu ul a {
    /*padding-left: 106px;*/
    text-indent: 10px;
  }
  .cd-accordion-menu ul label::before {
    left: 16px;
  }
  .cd-accordion-menu ul label::after,
  .cd-accordion-menu ul a::after {
    left: 77px;
  }
  .cd-accordion-menu ul ul label,
  .cd-accordion-menu ul ul a {
    /*padding-left: 130px;*/
    text-indent: 20px;

  }
  .cd-accordion-menu ul ul label::before {
    left: 72px;
  }
  .cd-accordion-menu ul ul label::after,
  .cd-accordion-menu ul ul a::after {
    left: 101px;
  }
  .cd-accordion-menu ul ul ul label,
  .cd-accordion-menu ul ul ul a {
    padding-left: 154px;
  }
  .cd-accordion-menu ul ul ul label::before {
    left: 96px;
  }
  .cd-accordion-menu ul ul ul label::after,
  .cd-accordion-menu ul ul ul a::after {
    left: 125px;
  }
}
.cd-accordion-menu.animated label::before {
  /* this class is used if you're using jquery to animate the accordion */
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}



nav#lnav { margin:0 0 50px;}
nav#lnav ul { margin:0;}
nav#lnav li {
    border-bottom: 1px solid #666;
    padding: 0;
    cursor: pointer;
}

nav#lnav .cd-accordion-menu input[type=checkbox]:checked + label + ul,
nav#lnav .cd-accordion-menu input[type=checkbox]:checked + label:nth-of-type(n) + ul {
  display: block;
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
/* 12/4 CSS調整 - De Bes
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media (max-width:671px){
body#FS2_body_Cart .layout_table,
body#FS2_body_Config .layout_table,
body#FS2_body_Goods .layout_table,
body#FS2_body_Inquiry .layout_table,
body#FS2_body_Login .layout_table,
body#FS2_body_Member .layout_table,
body#FS2_body_Common .layout_table {
	width: 96%;
}

body#FS2_body_Cart .system_content,
body#FS2_body_Config .system_content,
body#FS2_body_Goods .system_content,
body#FS2_body_Inquiry .system_content {
    margin: 0 auto;
   /* padding: 0 3%; */
}

body#FS2_body_Cart .system_content,
body#FS2_body_Config .system_content,
body#FS2_body_Goods .system_content,
body#FS2_body_Inquiry .system_content {
    margin-left: 0px;
}



nav#lnav { margin: 0;}
.layout_menu { display: none;}
.layout_content { display: block; width: 100%;}
.cd-accordion-menu  { max-width: 100%;}
.sw_box.PRODUCTS  { display: none;}

/* –––––シューズ一覧–––––––––––––––*/
.alignItem_03 .gl_Item {
    width: 48.2%;
    margin-top:1em;
    overflow: hidden;   
}
#FS2_itemlayout_C .thumbnail  {width: 96%;}
.alignItem_03 br { clear:none;}
.gl_Item {
	margin: 0; 
}
.FS2_sort_menu_bg  { padding: 0;}
.FS2_sort_menu_bg li  { padding: 0 6px 0 3px;}





}

/* –––––商品詳細–––––––––––––––*/
.pan { margin: 0;}

/* #FS2_body_Goods .gl_Item {	width: 830px;} */

#FS2_body_Goods .gl_Item {
	margin: 7px 0 15px 0;
	display: flex;
    flex-flow: row wrap;
	position: relative;
}


.FS2_inputSelection_table select  { width: 100%;}

#FS2_itemlayout_E .thumbnail   { max-width: 500px;}

#twitter-widget-0  {
    margin: 0px 16px 16px 0;
    float: left;
}

#FS2_body_Goods .fb_iframe_widget iframe { 
    margin: 0;
}

#FS2_body_Goods .FS2_InquiryButton_area {
	clear: both;
    margin: 0 0 4px;
}




@media (max-width:671px){
#FS2_itemlayout_IH2 .FS2_additional_image_btn_thumbnail_container  { width: 100%;}
#FS2_itemlayout_IH2 .FS2_thumbnail_container { width: 100%; padding:0px;}
.FS2_body_Goods_GoodsDetail .FS2_thumbnail_container.FS2_additional_image_detail_container img  { max-width: 100%; height:auto;}

#FS2_itemlayout_IH2 .FS2_additional_image_itemdetail_container_left, #FS2_itemlayout_E .thumbnail {
    width: 100%;
}
#FS2_itemlayout_IH2 .FS2_additional_image_container_main  { display: none;}
.FS2_additional_image_btn_thumbnail_container .FS2_thumbnail_container { margin-bottom: 20px;}

.FS2_itemlayout_td_Left, .FS2_itemlayout_td_Right { display: block; width: 100%;}


.gl_Item {
	margin: 0; 
	display: flex;
    flex-flow: row wrap;
}

.FS2_additional_image_btn_thumbnail_container {
    order: 1;
}

.FS2_additional_image_container_main {
    width: 100% !important;
    order: 2 !important;
}

.FS2_additional_image_itemdetail_container_right {
    width: 100% !important;
    order: 3 !important;
    padding: 0 !important;
    position: static !important;    
}

.FS2_additional_image_itemdetail_container {
    order: 3;
}
.FS2_additional_image_btn_thumbnail_container{
    width: 100% !important;
}

.FS2_thumbnail_container {
    width: 100% !important;
}

.FS2_additional_image_btn_incart {
	display: none;
}
/*
.FS2_additional_image_btn_container {
    position: static !important;
}
*/
.FS2_additional_image_btn_container .FS2_additional_image_btn_prev .FS2_AdditionalImage_switcher_btn_prev,
.FS2_additional_image_btn_container .FS2_additional_image_btn_next .FS2_AdditionalImage_switcher_btn_next {
    position: absolute;
}

.FS2_additional_image_btn_container .FS2_AdditionalImage_switcher_btn_next {
    right: 1px;
}

.FS2_additional_image_btn_container .FS2_AdditionalImage_switcher_btn_prev {
    left: 1px;
}

#FS2_itemlayout_J .thumbnail {
	width: 100%;
}

span.pc-marginTop15 {
    display: initial;
    margin-top:0;	
}



}


/* ––––––––––––––––––––––––––––––––––––––––––––––––––
/* 12/6 CSS調整 - int
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* –––––商品詳細–––––––––––––––*/
.pan {
    padding: 0 0px 24px;
    line-height: 1.5;
    font-size: 90%;
}

#FS2_body_Goods.FS2_body_Goods_GoodsDetail .pan {
    padding: 0 0px 0px;
}


/*
.pan.FS2_breadcrumbs,
.pan.FS2_breadcrumbs_1,
.pan.FS2_breadcrumbs_2,
.pan.FS2_breadcrumbs_3,
.pan.FS2_breadcrumbs_4 {
    padding: 0 0px 2em;
    font-size: 100%;
}

.pan.FS2_breadcrumbs {
    padding: 0 0px 1em;
    font-size: 100%;    
}

*/


.pan a {
	text-decoration: underline;
	padding: 0 4px;
}

.pan a:hover {
	text-decoration: none;
}



.FS2_body_Goods_GoodsDetail .FS2_itemlayout_td_Left {
    vertical-align: top;
    max-width: 420px;
}

.FS2_body_Goods_GoodsDetail #FS2_itemlayout_E .thumbnail {
    max-width: 400px;
    margin: 0 0 1em;
    padding: 1em;
}

.FS2_body_Goods_GoodsDetail .itemTitle {
    font-size: 110%;
    line-height: 1.2;
}

.FS2_body_Goods_GoodsDetail .itemTitle span {
    font-size: 70%;
    display: block;
    margin: 0 0 8px;
}

.FS2_body_Goods_GoodsDetail .itemNumber {
    color: #8C8C8C;
    padding: 0px;
    margin: 8px 0;
}

.FS2_body_Goods_GoodsDetail .FS2_itemPrice_area {
    padding: 0px;
    margin: 0 0 5px 0;
}

.FS2_body_Goods_GoodsDetail .FS2_itemPrice_text {
    margin: 24px 0 16px;
}

.FS2_body_Goods_GoodsDetail .FS2_special_price {
	padding: 0px;
    letter-spacing: 1px;	
        display: none;
}

.FS2_body_Goods_GoodsDetail .itemPrice {
    color: red;
    font-size: 250%;
    }

.FS2_body_Goods_GoodsDetail .FS2_inputSelection_table th {
    font-weight: normal;
    padding: 2px 8px;
}

.FS2_body_Goods_GoodsDetail .FS2_inputSelection_table td {
    padding: 2px 8px;
}

.FS2_body_Goods_GoodsDetail .FS2_inputSelection_table select {
    width: 100%;
    margin: 4px 0;
}

.FS2_body_Goods_GoodsDetail .GoodsSelectionTable {
    margin: 0 0 16px;
}

.FS2_body_Goods_GoodsDetail .GoodsSelectionTable th {
    border-color: #B8B8B8;
    padding: 8px 4px;
    font-size: 80%;
    font-weight: bold;
    letter-spacing: 1px;
}

.FS2_body_Goods_GoodsDetail .FS2_figure {
    padding: 0px;
    margin: 0 0 24px 0;
    width: 60%;
    font-size: 120%;
}
/*
.FS2_body_Goods_GoodsDetail .FS2_figure_table_td_cart_btn input {width: 120%;}
*/
.FS2_body_Goods_GoodsDetail .FS2_ItemComment {
    margin: 2em 0;
    font-size: 100%;
    line-height: 1.4;
}

.FS2_body_Goods_GoodsDetail .FS2_ItemComment img{
	width: 100%;
	height: auto;
}


/* –––––パターンIH2–––––––––––––––*/

#FS2_itemlayout_IH2.gl_Item {
    padding: 0px;
    margin: 0 0 15px 0;
    position: relative;
}


#FS2_itemlayout_IH2 .FS2_additional_image_btn_thumbnail_container  {
    width: 448px;
    margin-bottom: 1em;
    position: relative;    
}

#FS2_itemlayout_IH2 .FS2_thumbnail_container {
    padding: 0px;
}

.FS2_body_Goods_GoodsDetail .FS2_thumbnail_container.FS2_additional_image_detail_container img {
	max-width: 448px;
    padding: 1em;
    height: auto;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);}


.FS2_additional_image_tableVariation_table th {
    border-top: 1px solid #888;
    vertical-align: middle;
    line-height: 2;
}

.FS2_additional_image_tableVariation_table td {
    margin: 0;
    vertical-align: middle;
    text-align: center;
    padding: 0.5em;    
}

/*
.FS2_additional_image_tableVariation_table td input {
    height: 26px;
}
*/


.FS2_additional_image_tableVariation_table td input:hover { opacity: 0.8;}



.FS2_additional_image_container_title {display: none;}

#FS2_itemlayout_IH2 .FS2_additional_image_container_main {
	/* 180210
	position: absolute;
	top: 500px;
	left:0;
    width: 400px;
    margin-bottom: 1em; */
    display: none;
	}

.FS2_body_Goods_GoodsDetail .FS2_additional_image_container_main img {
    border: 1px solid #ddd;
    height: auto;
    width: 92%;
}

#FS2_itemlayout_IH2 .FS2_additional_image_itemdetail_container {
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 356px;
}
#FS2_itemlayout_IH2 .FS2_additional_image_container_sub  {
    width: 400px;
	margin-top: 0;
}
#FS2_itemlayout_IH2 .FS2_thumbnail_container {
	width: 100%;
    position: relative;
    height: 448px;	
}

.FS2_AdditionalImage_switcher_thumbnail_selected {
    border: 2px solid #000 !important;
}

/* 180210
#FS2_itemlayout_IH2 .FS2_additional_image_container_sub  { display: none;}
*/


/* –––––パターンIH3–––––––––––––––*/

#FS2_itemlayout_IH3 .FS2_additional_image_itemdetail_container_right {
    width: 386px;
    margin-left: 0;
    padding: 0 0 0 24px;
	position: absolute;
	right: 0;
}
#FS2_itemlayout_IH3 .FS2_additional_image_container_main {
    width: 448px;
    order: 2;	
    margin: 20px 0 0;
    float: none;    
}

.FS2_additional_image_thumbnail_container {
	width: 16%;
	vertical-align: middle;
}

#FS2_itemlayout_IH3 .FS2_additional_image_btn_thumbnail_container {
    width: 439px;
    margin-bottom: 0;
    order: 1;	    
}

#FS2_itemlayout_IH3 .FS2_thumbnail_container {
	border: none;
    margin-bottom: 0;
    padding: 0;
    text-align: center;
    position: relative;
    min-height: 450px;
}

#FS2_itemlayout_IH3 .FS2_additional_image_container_sub {

	display: none;
}

.FS2_additional_image_container_sub img {
    border: 1px solid #ddd;
    height: auto;
    width: 92%;
    margin: 0;
}

#FS2_itemlayout_IH3 .FS2_additional_image_btn_thumbnail_container {
    order: 1;
}

#FS2_itemlayout_IH3 .FS2_additional_image_itemdetail_container {
    order: 3;
    width: 100%;    
}




/* –––––パターンコンプリートセット–––––––––––––––*/

.itemComment {
    margin: 10px 0.5em 5px 0.5em;
    line-height: 1.4;
}
.itemComment.FS2_upper_comment   { margin-top: 20px;}

.user_inner_content  {
	line-height: 1.4;
	margin: 20px 0;
	padding: 0 1em;
}
.user_inner_content_right  {
	float: right;
    width: 48%;
    padding: 0 1em;
}
.user_inner_content_left  {
	float: left;
    width: 48%;
    padding: 0 1em;
}

@media (max-width: 671px){
/* –––––通常パターン–––––––––––––––*/
.FS2_body_Goods_GoodsDetail .FS2_itemlayout_td_Left  {
	display: block;
    width: 100%;
}
.FS2_body_Goods_GoodsDetail .FS2_itemlayout_td_Right  {
	display: block;
    width: 100%;
	padding: 0 1em;
}

.FS2_body_Goods_GoodsDetail #FS2_itemlayout_E .thumbnail  {
	max-width: 100%;
}


#FS2_itemlayout_IH3 .FS2_additional_image_container_main {
    margin:1em 0;
}

#FS2_itemlayout_IH3 .FS2_thumbnail_container {
    min-height: 360px;
}


/* –––––パターンIH2–––––––––––––––*/
#FS2_itemlayout_IH2 .FS2_additional_image_container_main  { width: 100%; display: none;}
#FS2_itemlayout_IH2 .FS2_additional_image_btn_thumbnail_container  { width: 100%;}
#FS2_itemlayout_IH2 .FS2_additional_image_container_sub  { width: 100%;}


.FS2_body_Goods_GoodsDetail .FS2_thumbnail_container.FS2_additional_image_detail_container img  {
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 0;	
    transform: translateY(-50%);
}

#FS2_itemlayout_IH2 .FS2_additional_image_itemdetail_container  {
	position: relative;
	width: 100%;
    top: 0px;
   /* top: 70px; */
}

#FS2_body_Goods.FS2_body_Goods_GoodsDetail .layout_footer  {margin-top: 100px;}

/* #FS2_itemlayout_IH2 .FS2_additional_image_container_main { display: none;} */


/* –––––パターンコンプリートセット––––––*/
.user_inner_content_right, .user_inner_content_left  {
	float: none;
	width: 100%;
}

.FS2_additional_image_tableVariation {
	width: 100%;
}

.FS2_additional_image_btn_container .FS2_additional_image_btn_prev {
	width: 60%;
}



}



/* –––––商品一覧–––––––––––––––*/

.FS2_itemlayout_td_Right {
    padding: 0 0 0 24px;
    float: right;
    width: 386px;
}


.brands {overflow: hidden;}

.brands h2 {
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    color: #ffffff;
    font-weight: 700;
    box-sizing: border-box;
    background-color: #333;
    margin-bottom: 10px;
}

/*
.brands h2,
#FS2_body_Goods .user_content h2 {
	background-color: #666;
    color: #fff;
    padding: 4px 8px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: large;    margin: 0;
    font-family:Helvetica, Arial,'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}
*/

.user_content h2 {
	margin: 0 0 1em;}



.brands .logo {float: left;    margin: 0px 0px 24px 0;}
.brands .logo img {
	border-radius: 90px;
    width: 100px;
    height: 100px;
    border: 3px solid #fff;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    margin: 1em;
}
.brands h3 {margin: 1em 0 0.25em;}
.brands .text {
    padding: 0.3em 20px 1em 136px;
    line-height: 1.3;
}


p.pager .FS2_pager_stay {
	background-color: #000;
    color: #fff;
    width: 3em;
    display: inline-block;
    text-align: center;
    height: auto;
}

p.pager .FS2_pager_link,
p.pager .FS2_pager_link_next,
p.pager .FS2_pager_link_last,
p.pager .FS2_pager_link_prev,
p.pager .FS2_pager_link_first {
	background-color: #fff;
    color: #333;
    width: 3em;
    display: inline-block;
    text-align: center;
    height: auto;
    border: 1px dotted #ddd;
    margin: 0 0 0.5em;    
}

p.pager .FS2_pager_link_next,
p.pager .FS2_pager_link_last,
p.pager .FS2_pager_link_prev,
p.pager .FS2_pager_link_first {
	position: relative;
    border: none;
	vertical-align: middle;
	width: 2.3em;
}

p.pager .FS2_pager_link_next img,
p.pager .FS2_pager_link_last img,
p.pager .FS2_pager_link_prev img,
p.pager .FS2_pager_link_first img {
	display: none;
}

p.pager .FS2_pager_link_first::before  {
  content: '';
    width: 14px;
    height: 14px;
    border: 8px solid transparent;
    border-right: solid 8px #232323;
    -ms-transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 0px;
    margin-top: -6px;
    box-sizing: border-box;
}
p.pager .FS2_pager_link_prev::before  {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #232323;
  border-left: solid 2px #232323;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  right: 6px;
  margin-top: -3px;
}
p.pager .FS2_pager_link_last::before  {
  content: '';
    width: 14px;
    height: 14px;
    border: 8px solid transparent;
    border-left: solid 8px #232323;
    -ms-transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 0px;
    margin-top: -6px;
    box-sizing: border-box;
}
p.pager .FS2_pager_link_next::before  {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #232323;
  border-right: solid 2px #232323;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -3px;
}



.groupLayout .itemGroup a {
    border: 0;
    padding: 0;
    color: #131313;
    border-radius: 2px;
    font-size:90%;
    width: 100%;
    text-align: center;
    line-height: 1.2;
    text-decoration: underline;
    overflow: hidden;
    font-weight: normal;
}

.FS2_special_price { display: none;}


.FS2_sort_menu_bg {
    padding: 0;
    margin: 1em 0;
    overflow: hidden;
}

.FS2_sort_menu_bg li {
padding: 0 0px 0 0;
    float: right;
    width: 33%;
    text-align: center;
    background-color: #000;
    color: #fff;
    line-height: 2.5;
    border-right: 1px solid #fff;
}

.FS2_sort_menu_bg li:after {
    content: "▲";
    display: block;
    line-height: 12px;
    color: #fff;
    font-size: 10px;
    margin: 0px 0px 0;
}

.FS2_GroupList p.pager {display: none;}

.FS2_GroupList .groupLayout {
    margin: 1em 0;
}

.FS2_GroupList .gl_Item {
	padding: 1em 0;
    background-color: #444;
    color: #fff;
    margin: 0 1px 1px 0;
    width: 49%;    
}

.FS2_GroupList br{
	display: none;
}

.FS2_body_Goods_skateboard .FS2_GroupList .gl_Item {
    width: 19.5%;
}

.FS2_body_Goods_skateboard .FS2_GroupList .gl_Item {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
  -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
  align-items: center; /* 縦方向中央揃え */
  -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
  justify-content: center; /* 横方向中央揃え */ 
}

.FS2_body_Goods_skateboard .groupLayout .itemGroup a {
	height: auto;
}
  

.groupLayout .itemGroup a {
    color: #fff;
    text-align: center;
    word-break: break-all;
    line-height: 1.5;
    height: 6em;
    overflow: hidden;
} 
    
.FS2_GroupLayout .groupLayout .itemGroup a, 
.FS2_body_Goods_GoodsSearchList .itemGroup a {
color: #131313;
}

.FS2_GroupLayout .groupLayout .itemGroup a br, 
.FS2_body_Goods_GoodsSearchList .itemGroup a br{
	display: none;
	}


.FS2_sort_menu_bg li.FS2_sort_menu_title { display: none;}

.FS2_sort_menu_bg li a {
    padding: 0;
    display: block;
    text-align: center;
    background-color: #fff;
    color: #222;
    line-height: 2.5;
}


.FS2_GroupLayout p.pager, .FS2_body_Goods_GoodsSearchList p.pager {font-size: 100%; border: none;}

.FS2_GroupLayout p.pager .FS2_pager_text, 
.FS2_body_Goods_GoodsSearchList .FS2_pager_text{
	display: block;
	margin-bottom: 8px;
    padding-left: 5px;
	}

/*
.groupLayout .itemGroup a {
    background: none;
    position: relative;
    height: 7em;
    padding: 0;
    font-size: 13px;
    line-height: 17px;
    word-wrap: break-word;
    overflow: hidden;
}

.groupLayout .itemGroup a:after {
    content: "...";
    bottom: 0;
    right: 0;
}
*/



/* –––––ログイン時–––––––––––––––*/

li#headerCartBtn  { position: relative;}

.FS2_repeater {
	display: none;
    position: absolute;
    top: 35px;
    right: 20px;
}
.FS2_repeater li { 
    display: inline-block;
    margin: 0 0 0 2em;
}

.FS2_repeater li.shopping_guide:before {
    content: "\f44d";
    font-family: "Ionicons";
    font-size: 20px;
    position: relative;
    top: 3px;
    margin: 0 5px 0 0;
}

.FS2_repeater li a { font-weight: normal;}


@media (max-width: 671px){
	
.FS2_repeater {
    top: 0px;
    background-color: #000;
    color: #fff;
    width: 100%;
    position: static;
    right: auto;
    margin: 8px 0;
}
.FS2_repeater ul { 
    line-height: 45px;	
	text-align: center;
	padding: 0;
}
.FS2_repeater li { 
    float: none;
    display: inline-block;
    width: 49%;
    text-align: center;
    font-size: 12px;
    margin: 0;
}
.FS2_repeater li:last-child {
	border-left: 1px solid #fff;
}
.FS2_repeater li a {
	color: #fff;
}



body,
#copyright_area {
    min-width: 100% !important;
}

#copyright_area_inner {
	width: 100% !important;
}



}

/* –––––検索結果––––––––*/

.FS2_body_Goods_GoodsSearchList .pageTitle  {
	border: none;
	margin:0;
	font-size: 18px;
}



/* –––––カート画面––––––––*/

body#FS2_body_Login .pageTitle ,
body#FS2_body_Cart .pageTitle,
body#FS2_body_MyPage .pageTitle {
    margin: 0 0 12px;
    text-align: center;
    border: none;
    font-size: 130%;
    letter-spacing: 1px;
    background: #333;
    color: #fff;
    padding: 4px;
}



body#FS2_body_Login .layout_table,
body#FS2_body_Cart .layout_table,
body#FS2_body_MyPage .layout_table,
body#FS2_body_Member .layout_table {
    width: 800px;
    min-height: 500px;
    line-height: 1.5;    
    margin: 2em auto;
}

body#FS2_body_MyPage .CrossHead {
	border: none;
}

body#FS2_body_MyPage .FS2_mypage_top_table {
    margin: 0 auto;
    max-width: 500px;
}


body#FS2_body_Member input,
body#FS2_body_Member textarea,
body#FS2_body_MyPage input,
body#FS2_body_MyPage textarea,
body#FS2_body_Cart input,
body#FS2_body_Cart textarea,
body#FS2_body_Inquiry input,
body#FS2_body_Inquiry textarea {
    line-height: 2;
}
 
.FS2_bottom_btn_right_and_left_1,
.FS2_bottom_btn_right_and_left_2,
.FS2_bottom_btn_center_1 {
    margin: 3em 0;
    text-align: center;    
}


.FS2_WishList_table td {
    padding: 1em;
}

.FS2_WishListGoodsImage_td  {vertical-align: top;}
.FS2_WishListGoodsImage_td img {width: 200px;}
.FS2_WishList_table .FS2_itemPrice_text {text-align: left;}



@media (max-width: 671px){
	
body#FS2_body_Member .layout_table,
body#FS2_body_Login .layout_table,
body#FS2_body_Cart .layout_table,
body#FS2_body_MyPage .layout_table {
    width: 96%;
    margin: 2em auto;
    line-height: 1.5;
}

.FS2_bottom_btn_info {
    text-align: center;
}
	
body#FS2_body_Cart .layout_table,
.orderFlow img {
    width: 96%;
}

body#FS2_body_Cart .layout_table {
    min-height: 300px;    
}



/* –––––会員登録––––––––*/

.userTable_01{
	border: none;
	margin: 1em 0;
}

.userTable_01 th,
.userTable_01 td {
    width: 80%;
    display: inline-block;
    text-align: left;
    border: none;
	height: 30px;
}

.userTable_01 th:nth-child(2){
    float: right;
    width: 20%;
    text-align: right;
}

.userTable_01 td {
    height: auto;    
    margin: 4px 0 6px;
}



body.FS2_body_MyPage_EntryDetail .userTable_01 th,
body.FS2_body_MyPage_EntryDetail .userTable_01 td,
body.FS2_body_MyPage_EntryCancelConfirm .userTable_01 th,
body.FS2_body_MyPage_EntryCancelConfirm .userTable_01 td,
body.FS2_body_Cart_OrderConfirm .userTable_01 th,
body.FS2_body_Cart_OrderConfirm .userTable_01 td {
    width: 100%;
}


/* –––––決済フロー––––––––*/

.FS2_body_Cart_SettleEdit .userTable_01 th,
.FS2_body_Cart_SettleEdit .userTable_01 td {
    width: 100%;
    height: auto;
}

.FS2_body_Cart_SettleEdit .userTable_02 th,
.FS2_body_Cart_SettleEdit .userTable_02 td {
    width: 50%;
    margin: 0;
}

.FS2_body_Cart_SettleEdit .userTable_02 td {
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    text-align: center;    
}

/* –––––ログイン画面––––––––*/

.FS2_login_layout_table_td_left .CrossHead {
    margin: 0;
}
    
.FS2_login_layout_table .userTable_01 th,
.FS2_login_layout_table .userTable_01 td {
    width: 40%;
    text-align: right;
}


.FS2_login_layout_table {
    margin: 20px 0;
}

.FS2_login_layout_table_td_left,
.FS2_login_layout_table_td_right {
    display: inline-block;
    margin: 0 auto;
    width: 100%;
}

.FS2_login_layout_table_td_left .inputTableArea {
    margin-right: 0;
}

.Definition {
    margin: 50px 0 5px 0;
}




/* –––––マイページ––––––––*/

.FS2_Address_list_btn input#addNewAddressUpload,
.FS2_Address_list_btn input#addressDownload{ display: none;}


.FS2_mypage_Entry_table td {
    width: 100%;
    display: inline-block;
}

.FS2_mypage_Entry_table td:first-child {
	padding: 0 0 1em;
}

.cartTable td {
    vertical-align: top;
}

.cartTable td:first-child {
	text-align: center;
}

.GoodsSelectionTable th {
    border: none;
}

.GoodsSelectionTable td {
    border-bottom: 1px solid rgb(224, 224, 224);
}


/* –––––お気に入り––––––––*/

.FS2_WishList_table {margin: 1em 0;}
.FS2_WishListGoodsImage_td img {width: 100px;}


}


/* –––––ショッピングガイド––––––––*/

	
.contents .inner, .inner {
    max-width: 1000px;
}	

#site_description {
	    text-align: center;
	}		
	
footer #access h3.open_time {
    font-size: 18px;
    padding: 4px 0 8px;
    color: #333;
}	

footer #access h3.open_time span{
    font-size: 12px;
    padding-left:1em;
}	

footer {margin: 0 auto;}

footer .text {
    padding: 0 20px;
    line-height: 1.5;
}

footer .text span{
	color: red;
}

footer #attn {
	clear: both;
    padding: 40px 0;
    overflow: hidden; 
}


footer #attn .left {
    margin: 20px 0;
    float: left;
    width: 48%;
}

footer #attn .right {
    margin: 20px 0;
    width: 48%;
    float: right;
    margin-left: 4%;
}

footer #attn .left h3,
footer #attn .right h3 {
    text-decoration: underline;
    margin: 0 0 5px;
}



footer #order,
footer #return {
	clear: both;
    float: left;
    width: 48%;
    padding-bottom: 40px;    
}

footer #delivery,
footer #payment {
    width: 48%;
    float: right;
    margin-left: 4%;
    padding-bottom: 40px;    
}

footer #return h4 {
	margin: 1em 0 0;	
}

footer #return ul {
	margin: 1em 0;
}

footer #return .contact_box {
	background-color: #dedede;
	padding: 10px;
    margin: 1em 0;	
}

footer #return .contact_box h4{
	margin: 0;
}

footer #return .no_return {
	margin: 0;
    padding: 0 5px;
}

footer #return .no_return li {
	list-style-type: disc;
	padding-left: 1em;
	text-indent: -1em;
    list-style-position: inside;
}


footer #payment dl {
	
}

footer #payment dt {
font-size: 14px;
    font-weight: bold;
    margin: 1em 0 0;
}

footer #payment dd .card_img {
    margin: 0.5em 0;
}

footer #payment dd .card_img img {
	float: left;
    width: 38px;
    margin: 0 3px 0 0;    	
}

#return_top {clear: both;}


/* shoppingguide
----------------------------------------------------- */
.shoppingguide {
    width: 1000px;
    margin: 0 auto;
    padding: 55px 0;
    clear: both;    
}
.shoppingguide_title {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  margin-bottom: 38px;
}
.shoppingguide_left {
  width: 490px;
  float: left;
}
.shoppingguide_right {
  width: 490px;
  float: right;
}
.shoppingguide_box {
  background: #efefef;
  margin-bottom: 20px;
  padding: 24px 20px 48px;
  position: relative;
}
.shoppingguide_box .shoppingguide_more {
  position: absolute;
  top: 35px;
  right: 20px;
}
.shoppingguide_box .shoppingguide_more a{
    border: 3px solid #9fa0a0;
    border-radius: 5px;
    padding: 7px 10px;
    color: #9fa0a0;
    text-decoration: none;
}
.shoppingguide_box .shoppingguide_more a:hover{
    text-decoration: underline;
}


.shoppingguide_box .box_title {
  font-size: 18px;
  color: #525252;
  padding-bottom: 14px;
  margin-bottom: 20px;
  border-bottom: 1px solid #c9c5bf;
  font-weight: bold;
}
.shoppingguide_box .box_title img {
  vertical-align: middle;
  padding-right: 10px;
  height: 50px;  
}
.shoppingguide_box .box_text {
  font-weight: bold;
  color: #525252;
  line-height: 1.6;
}
.shoppingguide_box .box_text .fc_red01 {
  color: #C71585;
}
.shoppingguide_box .sub_box {
  width: 49%;
}
.shoppingguide_box .sub_box_title {
  font-size: 18px;
  color: #525252;
  padding-bottom: 10px;
  font-weight: bold;
}
.shoppingguide_box .sub_box_title span {
  font-size: 13px;
  padding-left: 12px;
}




@media (max-width: 681px) {
	
.shoppingguide,
.shoppingguide_left,
.shoppingguide_right {
    width: 100%;
    float: none;
}

	
footer { width: 100%;}

footer #attn .left,
footer #attn .right {
    float: none;
    width: 100%;
    text-align: left;
}

footer #attn .right {
    margin-left: 0;
}


footer .text p{
    text-align: left;
}

#contents, #link_shopping, #link_sns, footer #concept, footer #access,
footer #attn, footer #order, footer #delivery, footer #return, footer #payment {
    float: none;
    width: 100%;
    margin-bottom: 40px;
    margin: 0 auto 30px;
}

}

@media (max-width: 321px) {

.shoppingguide_box .shoppingguide_more {
    top: unset;
    bottom: 20px;
    right: 10px;
}




}
