@charset "utf-8";
abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, tfoot, thead, time, ul, var, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent
}
body {
	padding-bottom: 0;
	font-family: Hiragino Kaku Gothic ProN;
	font-size: 12px;
	-webkit-text-size-adjust: 100%;
	line-height: 1.5
}
h1,h2,h3,h4,h5 {
	font-weight:normal;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block
}
nav ul {
	list-style: none
}
blockquote, q {
	quotes: none
}
blockquote:after, blockquote:before, q:after, q:before {
	content: '';
	content: none
}
a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 75%;
	vertical-align: baseline;
	background: transparent
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: 700
}
del {
	text-decoration: line-through
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0
}
input, select {
	vertical-align: middle
}


.mB10 {
	margin-bottom:10px;
}

.mB20 {
	margin-bottom:20px;
}

.mB30 {
	margin-bottom:30px;
}

.mB40 {
	margin-bottom:40px;
}

.mB50 {
	margin-bottom:50px;
}

.mB60 {
	margin-bottom:60px;
}

img {
	width: 100%;
    height: 100%;
}
header {
	width: 100%;
    position: fixed;
    z-index: 4;
    top: 0;
    display: block;
    background: rgba(255,255,255,0.9);
}
h1 img {
	float: left;
	width: 70%;
	height: auto;
	padding: 5px 0
}
.float-L {
	float: left
}
.float-R {
	float: right
}
span.hide {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	overflow: hidden;
}

/*ここから*/

#search-form2 {
	width: 95%;
	margin: 1.5% auto;
}
.search-button {
	width: 30%!important;
	text-align: center!important;
	font-size: 16px!important;
	text-decoration: none!important;
	border: none;
	background: #000;
	color: #fff;
	padding: 5px 6px;
	border-radius: none
}

.hot_key {
	margin-bottom:30px;
}
/*.hot_key a {
	border: 1px solid #000;
    display: block;
    padding: 5px;
    margin-right: 8px;
    margin-bottom: 10px;
    float: left;
}*/

.mainvbox {
	margin-bottom:25px;
}

.tabs {
	margin-top: 30px;
}

.tabs li {
	display: inline-block;
    width: 32%;
    text-align: center;
    font-size: 1.8em;
	padding-bottom: 4px;
    margin-bottom: 15px;
}

.tabs li a {
	display:block;
	padding-bottom: 8px;	
}
.tabs li.active {
	background: url(/img/tab_active.png) no-repeat center bottom;
	background-size: 12px; 
    
}
.tabs li.active a {
	border-bottom: 1px solid #d31d19;
    
}


.tab_content {
	margin-bottom: 50px;
}

.tab_content .mB50 {
	margin-bottom: 40px;

}

.tab_content dl {
	margin-top: 8px;	
}
.tab_content dt {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: bold;  
}

.tab_content dd {
	font-size: 15px;
	color: #666;
}

.tab_content .charm2 {
	width: 48%;
    float: left;
    margin-right: 4%;
}

.tab_content .charm2 dt {
	font-size: 14px;
}

.tab_content .charm3 {
	width: 48%;
    float: left;
    margin-bottom: 60px;
}

.tab_content .charm3 dt {
	font-size: 14px;
}

.day_blg dd {
	font-size:15px;
}
.day_blg dl {
	margin:20px 0 40px 0;
}



.tab1title {
	background:url(../../img/h_dcolle.png) no-repeat center;
	background-size:70%;
	height:52px;
}

.tab2title {
	background:url(../../img/h_support.png) no-repeat center;
	background-size:70%;
	height:52px;
}
.tab3title {
	background:url(../../img/h_learn.png) no-repeat center;
	background-size:50%;
	height:52px;
}

h3 {
	font-size:18px;
	margin-bottom:20px;	
}

.searchcontents .conttitle {
	background:url(../../img/h_item.png) no-repeat center;
	background-size:70%;
	height:52px;
}
.medexia_wrap .conttitle {
	background:url(../../img/h_learn.png) no-repeat center;
	background-size: 50%;
	height: 52px;
	margin-bottom: 20px;
}
.more_wrap .conttitle {
	background:url(../../img/h_sarani.png) no-repeat center;
	background-size:50%;
	height:52px;
}

.srccode li {
	display: inline-block;
    width: 46.3%;
    border: 1px solid #ddd;
    text-align: center;
    margin-bottom: 12px;
	margin-right:12px;
	border-radius: 8px;
}
.mg0 {
	margin:0 !important;
}

.srccode li a {
	display:block;
    padding: 0 0 6px;
	font-size:13px;
	font-weight: bold;
}

.srccode li img {
	margin-bottom: 3px;
	border-radius: 7px 7px 0 0;
}

.btn_black {
	margin:25px 0 40px;
}
.btn_black a {
background: #000;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    font-size: 16px;
    width: 80%;
    margin: 0 auto;
	display:block;
}
.btn_black a:hover {
    color: #fff;
}

.medexia_wrap .btn_black {
	margin: -10px 0 60px;
}

.swiper-container {
	padding-bottom:50px;
}

.swiper-slide p {
	text-align:center;	
}


.swiper-button-prev, .swiper-button-next {
	display:none;
}

.day_blg dt {	
	font-size: 20px;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 8px;
    margin-bottom: 10px;
}

.searchcontents, .medexia_wrap, .more_wrap{
	margin-bottom:40px;
	
}

.under_menu {
	border-top:	1px solid #dddddd;
	padding:30px 17px 0;
}
.menu1 {
	margin-bottom:45px;
}
.menu1 li {
	display: inline-block;
    width: 45%;
    margin: 0 12px 15px 0;
}
.menu1 a {
	display:block;
	border:1px solid #000;
	padding:14px 0;
	text-align:center;
	font-size: 15px;
}
.menu2 {
	margin-left:15px;
}
.menu2 a {
	font-size: 15px;
    padding-bottom: 38px;
    display: block;
}

.menu3 a {
	padding: 15px 0;
    text-align: center;
    font-size: 15px;
    background: #000;
    color: #fff;
    display: block;
    width: 80%;
    margin: 0 auto 25px;
}

.foot_obi {
	background: #000;
    color: #fff;
    text-align: center;
    padding: 15px;
	font-size:13px;	
}

.block-grid li {
    float: left;
    margin: 0;
    padding: 20px 0;
}
.block-grid-1-2-3 li {
	width:100%;
	border-bottom:1px solid #efefef;
}

.block-grid a img {
	width:40%;
	float:left;
}
.block-grid p {
	width:57%;
	float:right;
	font-size:15px !important;
}


/*-----------------------
ヘッダースタイル
-----------------------*/

header h1 a {
	background:url(https://c21.future-shop.jp/shop/item/clubd/design/img01/d_head_logo.png) no-repeat;
	height: 40px;
    width: 50%;
    background-size: 75%;
	float:left;
	margin-left: 15px;
	margin-top: 18px;
}

.header_cart {
	float:right;
	width: 34px;
	margin-top: 13px;
	margin-right: 60px;
}
/*.header_cart {
	background:url(../../img/icon_cart.png) no-repeat center;
	height:30px;
}*/

.drew_block {
	border-bottom:1px solid #ddd;
	margin-bottom: 15px;
    padding-bottom: 15px;
}

.drawer-open .drawer-nav {
	background: none;
}

.bx-wrapper {
	background:#fff;
	padding-top: 30px;
}
.drawer-overlay {
	background:none !important;
}

.pageTop {
	bottom: 60px !important;
    position: fixed;
    right: 17px;
    z-index: 99999;
}
.pageTop a {
	background-repeat: no-repeat;
    text-decoration: none;
    width: 42px;
    height: 42px;
    line-height: 41px;
    font-size: 0.85em;
    border-radius: 50%;
    text-align: center;
    background: rgba(51, 51, 51, 0.5);
    padding: 0;
    display: block;
    color: #fff;
}
.pageTop a:hover {
	color:#fff;	
}


/*このへんまで*/

#index #wrapper header h1 img {
	float: left;
	width: 100%;
	height: auto;
	padding: 5px 0
}
header #asuraku {
	width: 25%;
	padding-top: 2px;
	margin-right: 5px;
	float: right
}
#main nav {
	position: relative
}
#position {
	color: #697279;
	display: block;
	font-size: 27px;
	left: 50%;
	line-height: 1.3;
	margin-left: -75px;
	position: absolute;
	text-align: center;
	top: 0
}
#position span.on {
	color: #FFF
}
#position span {
	display: inline-block;
	font-style: normal;
	padding: 0 3px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35)
}
#prev span {
	color: #000;
	display: block;
	font-size: 11px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 1px;
	\\text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
	text-transform: uppercase
}
#next span {
	color: #000;
	display: block;
	font-size: 11px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: right
}
#prev {
	display: inline-block;
	text-decoration: none
}
#next {
	display: inline-block;
	position: absolute;
	right: 0;
	text-decoration: none;
	top: 0
}
#main a {
	font-size: 12px;
	color: #3c3c3c;
	margin: 0;
	padding: 0
}
.swipe {
	width: 100%;
	position: relative;
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden
}
.swipe img {
	width: 100%
}
.swipe div div div, .swipe li div {
	width: 100%;
	color: #fff;
	text-align: center
}
nav {
	width: 100%
}
nav ul li.brand, nav ul li.cart, nav ul li.item, nav ul li.new, nav ul li.sale {
	float: left;
	width: 20%;
	list-style: none
}
nav ul .cart a {
	background-image: none
}
footer {
	width: 100%
}
footer ul li {
	background-color: #ebe5e5
}
footer ul li a {
	color: #151515;
	text-decoration: none;
	display: block;
	padding: 15px 0 15px 10px;
	border-bottom: 1px solid #fff
}
.top_link {
	clear: both;
	margin-top: 10px
}
.ezakka_tp, .rakuten_tp {
	text-align: center;
	margin: 0 auto;
	width: 90%;
	margin-bottom: 10px
}
.ezakka_tp a {
	display: block;
	color: #fff;
	padding: 10px 0;
	background-color: #151515;
	text-decoration: none;
	width: 100%;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4x
}
.rakuten_tp a {
	display: block;
	color: #fff;
	padding: 10px 0;
	background-color: #151515;
	text-decoration: none;
	width: 100%;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4x
}
.topbtn {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4x;
	background: #151515;
	text-align: center
}
.topbtn a {
	padding: 10px 0;
	display: block;
	color: #fff;
	text-decoration: none
}
.footer_2 {
	background-color: #ebe5e5
}
footer .pcbtn img {
	width: 20px;
	vertical-align: top;
	padding-right: 5px
}
footer .pcbtn a {
	padding: 15px 0;
	margin-right: 10px;
	display: block;
	color: #151515;
	float: right;
	text-decoration: #000
}
footer .sns {
	width: 9%;
	height: auto;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-left: 5px
}
#search {
	margin: 0
}
#search p {
	font-size: 12px;
	margin: 3px
}
#search .Srchmidashi {
	background-color: #E0E0E0;
	font-size: 16px;
	padding: 7px 7px 4px;
	margin: 0
}
#search .searchbtn {
	width: 50px
}
#keywordSearch #condition1 {
	width: 30%
}
#keywordSearch #condition2 {
	width: 195px
}
#keywordSearch #condition3 {
	width: 195px
}
#keywordSearch #condition4 {
	width: 195px
}
#keywordSearch #condition5 {
	width: 45%
}
#regist {
	position: fixed;
	bottom: 0;
	z-index: 2000;
	padding: 10px 0;
	width: 100%;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, #fff);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(#fff))
}
#regist p {
	margin: 0
}
.button-large {
	padding: 10px 0;
	font-size: 19px;
	line-height: 1.32;
	-webkit-border-radius: 7px;
	border-radius: 7px
}
.w100 {
	width: 100%!important
}
#regist .button-primary .icon-16-right {
	background-position: -112px -102px
}
.button-primary {
	color: #fff!important;
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #67b633), color-stop(99%, #1e73be));
	background: -webkit-linear-gradient(top, #67b633 1%, #67b633 99%);
	background: linear-gradient(top, #67b633 1%, #67b633 99%);
	background-color: #67b633;
	-webkit-box-shadow: 1px 1px 2px #efefef, 1px 1px 0 rgba(255, 255, 255, 0.15) inset;
	box-shadow: 1px 1px 2px #efefef, 1px 1px 0 rgba(255, 255, 255, 0.15) inset;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
	font-weight: 700;
	display: inline-block;
	margin: 0;
	padding-top: 10px;
	border: 1px solid transparent;
	vertical-align: middle;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	text-decoration: none!important;
	font-size: 16px;
	line-height: 1.7;
	cursor: pointer;
	white-space: nowrap;
	-webkit-user-select: none;
	user-select: none;
	border-color: rgba(0, 0, 0, 0.05) rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.05)
}
.hotkey {
	margin-top: 10px;
	border: 1px solid #CCC;
	font-weight: 700;
	margin-bottom: 10px;
	color: #333
}
.hotkey p.search {
	background-color: #CCC;
	font-weight: 400;
	margin: 0!important
}
.hotkey a {
	float: left;
	margin-right: 5px;
	color: #333;
	text-decoration: underline;
	padding-right: 8px;
	font-size: .8em
}
.hotkey .keylist {
	height: 23px
}
#search-form {
	padding: 3px 5px;
	margin-bottom: 5px
}
#search-form form input {
	margin: 0;
	display: block;
	float: left
}
#search-form form:after {
	content: "";
	clear: both;
	height: 0;
	width: 0;
	display: block;
	visibility: hidden
}
#search-form form .btn_boxshadow {
	float: left
}
#search-form form .search-keyword {
	width: 60%;
	padding: 5px;
	font-size: 16px;
	border: 1px solid #BBB;
	overflow-x: hidden
}
.search-keyword {
	width: 60%;
	padding: 7px 6px;
	margin-right: 10px;
	font-size: 16px;
	border: 1px solid #BBB;
	overflow-x: hidden;
	margin-top: -4px;
	-webkit-appearance: none;
	border-radius: 0;
}
.global-nav {
	width: 100%;
	margin: 0 0 10px;
	padding: 0;
	border: 0
}
.head_taxfree {
	text-align: center;
	font-size: 1em
}
.sp_set {
	margin: 0;
	padding: 0
}
.sp_set li {
	width: 49%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-right: 3px
}
.flL {
	float: left
}
.flR {
	float: right
}
.nav_bar .btn {
	width: 33%;
	float: left
}
.nav_bar .btn:last-child, .nav_bar .last {
	margin-right: 0
}
.nav_bar .btn {
	margin: 0;
	padding: 0
}
.nav_bar .btn img {
	width: 100%;
	height: auto
}
.category_top {
	background-color: #FFF;
	margin: 0 auto 4px;
	width: 97.5%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}
h1 {
	font-size: .6em;
	font-weight: lighter;
	text-align: center;
	clear: both
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}
#search-form2 {
	width: 100%;
    margin: 0 auto 15px;
}
nav ul li {
	font-size: 130%
}
nav ul li a {
	display:block;
	color: #000;
	background-color: #FFF;
	text-align: left;
	padding: 18px 0 18px 60px;
    font-size: 15px;
	
}
li.log a {
	background: #F0F0F0;
	text-align: center;
	display: block
}
li.log img {
	width: 70%
}
.sb-menu .ttl_sm_category, .sb-menu li.ttl_fashionkiji {
	background-color: #F0F0F0
}
li.ttl_fashionkiji a, li.ttl_sm_category a {
	font-weight: 700;
	font-size: 1.1em
}
li.ttl_fashionkiji a {
	background: url(https://c21.future-shop.jp/shop/item/clubd/design/img02/icon_fashion_kiji.png) no-repeat 2% center;
	background-size: 10%
}
li.ttl_sideinfo a {
	background: url(https://c21.future-shop.jp/shop/item/clubd/design/img02/icon_infomation.png) no-repeat 2% center;
	background-size: 10%
}
.ttl_sm_category a {
	background: url(https://c21.future-shop.jp/shop/item/clubd/design/img02/icon_category.png) no-repeat 2% center;
	background-size: 10%
}
.ttl_yosan a {
	background: url(https://c21.future-shop.jp/shop/item/clubd/design/img02/icon_yosan.png) no-repeat 2% center;
	background-size: 10%
}
li.ttl_member a {
	background: url(https://c21.future-shop.jp/shop/item/clubd/design/img02/icon_member.png) no-repeat 2% center;
	background-size: 10%
}
#headerfix {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2
}

.info_20180723 {
	color: #fff;
    background-color: #666;
    padding: 7px 10px;
    text-align: center;
    font-size: 11px;
	}

.info_header {
    color: #fff;
    background-color: #599563;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
}

.mainvbox {
    margin-top: 25.8%;
}
	
.ban_sns {
	margin-bottom:20px;
	padding: 0 17px;
}
.ban_sns li {
	margin-bottom:10px;	
}


#page-line {
    right: 17px;
    bottom: 70px !important;
    position: fixed;
}

#page-line img {
    width: 80px;
}

@media only screen and (max-width: 361px) {
.mainvbox {
    margin-top: 26.6%;
}
}

@media only screen and (max-width: 321px) {
.mainvbox {
    margin-top: 29%;
}
.info_20180723 {
	    margin-top: 63px;
}
}
