/*reset*/
*, *:before, *:after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;}
html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var,
b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, figcaption, figure,footer, header, 
hgroup, menu, nav, section, summary,time, mark, audio, video,span {margin:0;padding:0;border:0;outline:0;font-size:inherit;vertical-align:baseline;background:transparent;font-weight:inherit;}
body {
color:#111;
line-height:1.6;
font-size:12px;
font-family:"ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", "Lucida Grande", Verdana, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", sans-serif;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display:block;}
ol,ul {list-style:none;}
Â blockquote, q {quotes:none;}
blockquote:before, blockquote:after,q:before, q:after {content:'';content:none;}
a {margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;color:inherit;text-decoration:none;}
a:hover{text-decoration:none;}
img {font-size:0;line-height: 0;max-width:100%;}
a:hover img{opacity:0.8;}
ins {background-color:#ff9;color:#111;text-decoration:none;}
mark {background-color:#ff9;color:#111;font-style:italic;font-weight:bold;}
del {text-decoration: line-through;}
abbr[title], dfn[title] {border-bottom:1px dotted;cursor:help;}
/*table {border-collapse:collapse;border-spacing:0;}*/
hr {display:block;height:1px;border:0;border-top:1px solid #cccccc;margin:1em 0;padding:0;}


/*æœŸé–“é™å®š*/
/*#header > p:before{
	content:"";
	display:inline-block;
	margin-right:10px;
	width:30px;
	height:30px;
	background:url(../img/xmas.gif) no-repeat;
	background-size:contain;
	vertical-align:-8px;
}
@media screen and (max-width: 640px) {
#header > p:before{
	width:24px;
	height:24px;
	position:absolute;
	top:10px;
	left:30px;
}
#header > p a{
	margin-left:50px !important;
	margin-right:0 !important;
}
}*/

/*original
*******************************/
.view_timer,.view_timer_new,.view_timer_re{
	display:none !important;
}
.lazy{
	background:url(../img/load.gif) center no-repeat;
}
.wrap{
	max-width: 1120px;
	height: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}


.search select, .commonForm select {vertical-align:middle;}
.search input, .search button, .search textarea, .search select,
.commonForm input, .commonForm button, .commonForm textarea, .commonForm select,
.slick-slider button, .btn_area button{margin:0;padding:0;background:none;border:none;border-radius:0;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;}

.search form{
	border-bottom:1px solid #787878;
	background: #fff;
}
.search form input[type="submit"]{
	width:24px;
	height:24px;
	display:inline-block;
  /* background-image:url(../img/icon-search.png); */
  background-image:url(https://image.rakuten.co.jp/futier/cabinet/takeda/sp_topimg/kensaku.jpg);
	background-size:contain;
}
.search form input[type="text"]{
	font-size:12px;
	width:160px;
	padding-bottom:4px;
}
.commonForm form select{
	background:url(../img/allow_left.png) no-repeat right 6px center;
	background-size:14px;
	padding:10px 12px;
	font-size:12px;
	width:300px;
	border:1px solid #aaa;
}
.h2form form{
	margin-left:20px;
}
@media screen and (max-width: 480px) {
.commonForm form{
	max-width: 100%;
	height:auto;
}
.commonForm form select{
	width:100%;
}
.h2form{
	width:100%;
}
.h2form form input[type="text"]{
	width:260px;
}
.h2form form{
	margin:10px 0;
	padding: 7px 10px 6px;
	max-width: 100%;
	height:auto;
	border: 1px solid #2699FB;
}
.h2form form select{
	font-size: 14px;
	width:100%;
}
}
.flex{-js-display: flex;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display: flex;}
.fw{-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;}
.js{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;}
.jc{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;}
.ac{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items: center;}
.ae{-webkit-box-align:end;-ms-flex-align:end;-webkit-align-items:flex-end;align-items: flex-end;}
/*-- pata -- */
.pata{
	display:block;
	width:100%;
	position: relative;
	z-index:0;
}
.pataK{
	padding-top:130%;/*å…¬å¼ç”»åƒ(ç¸¦é•·)*/
}
.pataR{
	padding-top:100%;/*æ¥½å¤©ç”»åƒ(æ­£æ–¹å½¢)*/
}
.pata:hover{
	opacity: 0.8;
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}
.pata img {
	top: 0;
	left: 0;
	position: absolute;
}
/*common*/
.common{
	margin-top:40px;

}
.common h1 {
    font-size: 22px;
    color: rgb(51, 51, 51);
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-family: "Sawarabi Mincho", "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ ProN W3", "Hiragino Mincho ProN", "HG æ˜ŽæœE", "ï¼­ï¼³ ï¼°æ˜Žæœ", "ï¼­ï¼³ æ˜Žæœ", Times, serif;
    letter-spacing: 0.06em;
}
.common h1:after{
	content: "";
 	display: block;
 	width: 80px;
 	height: 2px;
 	margin:5px 0 0;
 	background-color: #000;
 	position: absolute;
 	left: 50%;
 	transform: translateX(-50%);
}
#mainContent .common h1:after{
 	position:relative;
	left: 50%;
}
.common .sub-title{
	color:#808080;
	font-size: 13px;
	text-align:center;
	letter-spacing: 0.076em;
}
.common h2{
	font-size:16px;
	color:#333;
	border-bottom:solid 1px #eee;
	padding-bottom:5px;
	margin-bottom:5px;
}

@media (max-width: 480px) {
.common{
	margin-top: 30px;
	padding-bottom: 30px;
}
.common h2{
	width: 100%;
}
}
/*list*/
.list{
	-js-display: flex;
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display: flex;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	/*margin:0 -4px;*/
}
.list > li{
	padding:0px 4px 12px;
	text-align:center;
}
.listFuture > li{
	padding-top:15px;
}
@media screen and (min-width: 641px) {
.pcClm2 > li{width:50%;}
.pcClm3 > li{width:33.33%;}
.pcClm4 > li{width:25%;}
.pcClm5 > li{width:20%;}
#topPage .pcClm5 > li:nth-child(n+11){display:none;}
.listFuture.pcClm3 > li:nth-child(n+4){display:none;}
}
@media screen and (max-width: 640px) {
.spClm2 > li{width:50%;}
/*.spClm2 > li:nth-of-type(n+5){display:none;}*/
.spClm3 > li{width:33.33%;}
/*.spClm3 > li:nth-of-type(n+4){display:none;}*/
.spClm4 > li{width:25%;}
/*.spClm4 > li:nth-of-type(n+5){display:none;}*/
.spClm5 > li{width:20%;}

/*.spClm3.new li:nth-child(n+18){display:none;}
.spClm3.re > li:nth-child(n+14){display:none;}*/
.spClm3.rank > li:nth-child(n+16){display:none;}
}
.list .img{
	margin-bottom:5px;
	position:relative;
}
.list .img span.rnum{
 	position: absolute;
	top: 5px;
	left: 5px;
	height: 20px;
	width: 20px;
	background: #000;
	color: #fff;
	font-family: "Roboto",sans-serif;
	font-size: 11px;
	line-height: 20px;
	border-radius: 50%;
	z-index: 1;
}
.imgE{
	/*width:80%;*/
	margin:0 auto;
}
.list .batch{
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	font-size:11px;
	background-color:#111;
	color:#fff;
	padding:2px 5px;
}
.list .batch_new{background-color:#DC3939;}
.list .tag{
	color:#808080;
	font-size:11px;
}	
.list .tag a{
	display:inline-block;
	margin-right:8px;
}
.list .tag a:before{
	content:"#";
}
.list .tag a:hover{
	text-decoration:underline;
}
.list .icon span{
	margin-right:5px;
}
.list .icon a{
	display:inline-block;
	padding:0 6px;
	font-size:11px;
	line-height:1.3;
	color:#fff;
	background-color:#aaa;
	margin-bottom:2px;
}
.list .icon a:hover{
	opacity:0.8;
}
.list .day{
	color:#555;
}
.list .title{
    font-size: 12px;
    color: #808080;
}
.list .price span{
	line-height:1.2;
}
.list .price span:before{
	content:"¥";
	font-size:12px;
}
.list .price span:after{
	content:"+tax";
	margin-left:5px;
	color:#808080;
}
.list .price .member{
	font-size:11px;
}
.list .price .member span:after{
	content:"";
}
.list .price .member span{
	font-size:14px;
}
#list_cate .title{
	font-size:14px;
	margin-left:30px;
}
#list_cate .lede{
	font-size:12px;
	margin-left:30px;
}
@media (max-width: 480px) {
ol.list li:after{
	width:18px;
	height:18px;
	line-height:18px;
	top:12px;
	left:6px;
}
.list .batch{
	font-size:10px;
	padding:0 2px;
}
.list .icon a{
	font-size:10px;
}
.list .lede{
	font-size:11px;
}
.list .price span:before{
	font-size:11px;
}
.list .price span:after{
	font-size:11px;
	margin-left:2px;
}
.list .price .member{
	font-size:10px;
}
.list .price .member span{
	font-size:12px;
}
}
/*moreText*/
.moreText{
	text-align:center;
	margin-bottom:20px;
}
.moreText a{
	display:inline-block;
	font-size:16px;
	margin:30px 0 -10px;
}
.moreText a:after{
	content:"";
	display:inline-block;
	width:12px;
	height:12px;
	background-image:url(../img/allow_left.png);
	background-size:contain;
	margin-left:5px;
}
.moreText a:hover{
	text-decoration:underline;
}

/*headerUpArea*/
/*text*/
#headerUpArea .text a{
	display:block;
	background-color: #000;
	color:#fff;
	text-align:center;
	font-size:24px;
	line-height:1.2;
	padding-bottom:4px;
	animation: headerUpAreaBk 5s ease 1s infinite forwards;
}
#headerUpArea .text a:last-child{
	background-color: #000;
	animation: headerUpAreaBk2 5s ease 1s infinite forwards;
}
/* ã‚¤ãƒ™ãƒ³ãƒˆæ™‚ */
@-webkit-keyframes headerUpAreaBk {
  0% { background-color: #D5044E; }
  25% { background-color: #E03884; }
  50% { background-color: #e03876; }
  75% { background-color: #CF2360; }
  100% { background-color: #D5044E; }
}
@keyframes headerUpAreaBk {
  0% { background-color: #D5044E; }
  25% { background-color: #E03884; }
  50% { background-color: #e03876; }
  75% { background-color: #CF2360; }
  100% { background-color: #D5044E; }
}
/* ã‚¤ãƒ™ãƒ³ãƒˆæ™‚2å€‹ç›® */
@-webkit-keyframes headerUpAreaBk2 {
  0% { background-color: #D5044E; }
  25% { background-color: #E03884; }
  50% { background-color: #e03876; }
  75% { background-color: #CF2360; }
  100% { background-color: #D5044E; }
}
@keyframes headerUpAreaBk2 {
  0% { background-color: #D5044E; }
  25% { background-color: #E03884; }
  50% { background-color: #e03876; }
  75% { background-color: #CF2360; }
  100% { background-color: #D5044E; }
}
#headerUpArea .text a > span{
	display:block;
}
#headerUpArea .text a > span:hover{
	text-decoration:underline;
}
#headerUpArea a:hover{
	opacity:0.8;
}
#headerUpArea .text .day{
	display:inline-block;
	background-color:rgba(255,255,255,0.3);
	padding:1px 8px 0;
	line-height:1;
	font-size:14px;
}
/*timer*/
#headerUpTimerDay,#headerUpTimerHour,#headerUpTimerMin{
	font-size:14px;
	font-family: 'Roboto Mono', monospace;
}
#headerUpTimerHour,#headerUpTimerMin,#headerUpTimerSec,#headerUpTimerMs{
	font-family: 'Roboto Mono', monospace;
}
/*infoText*/
#headerUpArea .infoText a{
	display:block;
	padding:8px 0;
	text-align:center;
	background-color:#000;
	color:#fff;
	font-weight:bold;
	text-decoration:underline;
}
#headerUpArea .infoText a:hover{
	text-decoration:none;
	opacity:1;
}
@media screen and (max-width: 640px) {
#headerUpArea .text a{
	font-size:16px;
	line-height:1.4;
}
}

/*header*/
#headerFixed{
	width:100%;
	background-color:#fff;
	position:absolute;
}
#header{
	padding-bottom:5px;
	max-width:1120px;
	width:100%;
	height:60px;
	overflow:visible;
}
#header > p a{
	display:inline-block;
	max-width:120px;
	height:auto;
	margin-right:20px;
}
#header > div{
	flex:1;
	margin-left:5%;
}
#top_search{
	margin-left:auto;
}
#header > div > ul li{
	margin-left:20px;
	position:relative;
	cursor:pointer;
}
#header > div > ul li img{
	width:24px;
}
#header .guide{
	width:400%;
	text-align:center;
	font-size:10px;
	position:absolute;
	bottom:-20px;
	left:50%;
	transform:translateX(-50%);
	display:none;
}
#header > div > ul li > p:hover .guide{
	display:block;
}
@media screen and (max-width: 900px) {
#header > p	span{
	display:none;
}
}
@media screen and (min-width: 641px) {
#headerFixed.fixed{
	width:100%;
	height:50px;
	position:fixed;
	top:0;
	left:0;
	z-index:2;
	background-color:#fff;
	box-shadow:2px 0 3px #ddd;
}
}
#headerFixed.fixed #header{
	height:50px;
	position:fixed;
	top:0;
	left:50%;
	transform:translateX(-50%);
	z-index:3;
	background-color:#fff;
}
#headerFixed.fixed #drawer_btn{
	position:fixed;
	top:0;
	left:0;
	z-index:3;
}
@media screen and (max-width: 640px) {
#header{
	width:100%;
	height:40px;
}
#header > p a{
	max-width:100px;
	height:auto;
	margin-left:40px;
}
#header > div{
	margin-right:10px;
}
#spSearch + div{
	display:none;
	position: absolute;
	top: 40px;
	left: 0;
	background-color:#f0f0f0;
	width:100%;
	padding:10px 0 6px;
	z-index:3;
}
#top_search form{
	width:100%;
	margin:0 auto;
	text-align:left;
	background-color:#f0f0f0;
	border-bottom:none;
	-js-display: flex;
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display: flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	-webkit-justify-content:center;
	justify-content:center;
}
#top_search form input[type="submit"]{
	width:16px;
	height:16px;
	margin-bottom:5px;
}
#spSearch{
	width:24px;
	height:24px;
	display:inline-block;
  /* background-image:url(../img/icon-search.png); */
  background-image:url(https://image.rakuten.co.jp/futier/cabinet/takeda/sp_topimg/kensaku.jpg);
	background-size:contain;
	margin-top:5px;
}
#header > div > ul li > p:hover .guide{
	display:none;
}
#headerFixed.fixed #header{
	height:40px;
}
#headerFixed.fixed #spSearch + div{
	top: 39px;
}
}
@media screen and (max-width: 480px) {
#header > div > ul li{
	margin-left:18px;
}
#header > div > ul li img{
	width:20px;
}
#spSearch{
	width:20px;
	height:20px;
}
#top_search:before{
	width:20px;
	height:20px;
}
}



/*gNav*/
#gNav {
	padding-top:50px;
	
}
#gNav > div{
	position:relative;
	background-color:#f6f6f6;
}
#gNavMenu{
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	font-family:"Times New Roman", "Sawarabi Mincho", "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ ProN W3", "Hiragino Mincho ProN", "HG æ˜ŽæœE", "ï¼­ï¼³ ï¼°æ˜Žæœ", "ï¼­ï¼³ æ˜Žæœ", Times, "serif";
}
#gNavMenu > li > a,
#gNavMenu > li > p{
	display:block;
	text-align:center;
	padding:10px 0;
	font-size:14px;
	cursor:pointer;
}
#gNavMenu > li > a:hover,
#gNavMenu > li > p:hover{
	text-decoration:underline;
}
#gnavCate{
display:none;
	position:absolute;
	width:100%;
	top:35px;
	left:0;
	background-color:rgba(255,255,255,0.9);
	z-index:2;
	padding:20px 0;
}
@media screen and (min-width: 641px) {
#gNavOpen:hover > #gnavCate{
display:block;
}
}


#gnavCate>ul{
	max-width:400px;
}
#gnavCate>ul li{
	padding:5px 10px;
	border:1px solid #777;
	margin:0 5px 10px;
	background-color:#fff;
	cursor:pointer;
}
#gnavCate>ul li.current{
	background-color:#111;
	color:#fff;
}
#gnavCate>div{
	max-width:300px;
	height:auto;
}
#gnavCate>div ul li a{
	display:block;
	padding:10px 0;
	border-bottom:1px solid #777;
	position:relative;
}
#gnavCate>div ul li a:hover{
	font-weight:bold;
}
#gnavCate>div ul li a:after{
	content:"";
	display:block;
	width:14px;
	height:14px;
	background-image:url(../img/allow_left.png);
	background-size:contain;
	position:absolute;
	top:50%;
	right:0;
	transform:translateY(-50%);
}
.gnavClose{
	background-color:#111;
	color:#fff;
	text-align:center;
	padding:10px 0;
	margin-top:10px;
	cursor:pointer;
}
@media screen and (max-width: 640px) {
#gNav{
	padding-top:40px;
}
#gNavMenu > li > a,
#gNavMenu > li > p{
	font-size:14px;
}
#gnavCate{
	top:80px;
	padding:20px 0;
}
}
@media screen and (max-width: 480px) {
#gNavMenu{
	font-size:11px;
}
#gNavMenu > li > a,
#gNavMenu > li > p{
	font-size:11px;
}
#gnavCate{
	padding:10px 0;
}
#gnavCate>ul li{
	font-size:11px;
	padding:8px;
	margin:0 2px 10px;
}
#gnavCate>ul{
	max-width:320px;
	height:auto;
}
}

/*floating*/
.floating{
	height:100vh;
	width:160px;
	position:fixed;
	right:0;
	top:0;
	z-index:1;
}
.floating ul{
	position:absolute;
	bottom:470px;
	right:0;
}

/*sectionClm1*/
#sectionClm1{
	display:block;
}
/*sectionClm2*/
#sectionClm2{
	max-width:1120px;
	height:auto;
	margin:0 auto;
	padding-bottom:50px;
}
.side{
	width:200px;
	margin:55px 30px 0 0;
}
.side_bnr{
	margin-top:20px;
	display:block;
}
.side_bnr li{
	margin-bottom:20px;
}
.side > p{
	font-size:16px;
	margin-botom:10px;
	color:#111;
}
.side > ul{
	margin-bottom:30px;
}
.sideMenu a{
	display:block;
	padding:10px 0;
	border-bottom:1px solid #ccc;
}
.side a:hover{
	opacity:0.8;
}
.sideColor li{
	width:20%;
	padding:2px 5px;
	text-align:center;
	margin-top:4px;
}
.sideColor li a .sideColorName {
	display:none;
	color:#fff;
	background:rgba(51,51,51,0.9);
	padding:5px;
	border-radius:3px;
	width:90px;
	text-align:center;
	position: absolute;
	z-index:1;
	margin-top:20px;
}
.sideColor li a:hover .sideColorName {
	display:block;
}
.sideColor li a .sideColorBox{
	display:block;
	width:100%;
	padding-top:100%;
	background-color:#000;
}
.sideColor li a .cl_white{border:1px solid #ccc; background-color:#fff;}
.sideColor li a .cl_gray{background-color:#999;}
.sideColor li a .cl_beige{background-color:#EBD6AB;}
.sideColor li a .cl_brown{background-color:#56331D;}
.sideColor li a .cl_blue{background-color:#0074BF;}
.sideColor li a .cl_green{background-color:#56A764;}
.sideColor li a .cl_yellow{background-color:#F2CF01;}
.sideColor li a .cl_orange{background-color:#DE9610;}
.sideColor li a .cl_red{background-color:#C83A41;}
.sideColor li a .cl_pink{background-color:#CC528B;}
.sideColor li a .cl_purple{background-color:#9460A0;}
.sideColor li a .cl_gold{background-color:#D6AD52;}
.sideColor li a .cl_silver{background-color:#ADADAD;}

.sideSize li{
	width:48%;
}
.sideSize li a{
	display:block;
	border:1px solid #ccc;
	text-align:center;
	padding:10px 0 9px;
	margin-top:4px;
}	
#side_other_link li a{
	display:block;
	border:1px solid #ccc;
	margin-bottom:10px;
	-js-display: flex;
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display: flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	-webkit-align-items:center;
	align-items:center;
	padding:10px;
}
#side_other_link li a div{
	width:26px;
	margin-right:10px;
}
#side_other_link li a p{
	flex:1;
	line-height:1.2;
	font-size:11px;
}
#side_other_link li a p span{
	display:block;
	font-size:16px;
	font-family: 'Crimson Text', serif;
	color:#555;
}
#side_code_link{
}
#side_code_link img{
	margin-bottom:30px;
}
#sectionClm2 #mainContent{
	width:100%;
	max-width:890px;
	height:auto;
	margin:0 -10px;
}
@media screen and (max-width: 1120px) {
#sectionClm2{
	display:block;
	padding-bottom:0;
}
.side{
	display:none;
}
#sectionClm2 #mainContent{
	max-width:none;
	margin:auto;
}
}

/*pan*/
.pan{
	padding-top:20px;
	padding-bottom:20px;
	color:#aaa;
}
.pan li{
	display:inline;
}
.pan li:not(:last-child):after{
	content:">";
	margin:0 5px;
}
.pan a:hover{
	text-decoration:underline;
}
@media screen and (max-width: 640px) {
.pan{
	padding-top:10px;
	padding-bottom:10px;
	font-size:11px;
}
.pan.top{
	padding-top:15px;
}
}
/*tab*/
.tab li span{
	display:inline-block;
	border:1px solid #aaa;
	padding:8px 10px;
	color:#aaa;
	cursor:pointer;
}
.tab li.current span{
	background-color:#aaa;
	color:#fff;
}
.sliderBox > div:not(:nth-of-type(1)){
	display:none;
}
@media screen and (max-width: 640px) {
.tab li{
	width:33.333%;
}
.tab li span{
	text-align:center;
		display:block;
	padding:8px 0;
}
.tab li a{
	padding:10px 0 9px;
	margin-right:0;
}
}
/*info*/
.info li a{
	border-bottom:1px solid #eee;
	padding:12px 0 11px 2px;
	position: relative;
	line-height: 1.4;
}
.info li a:hover{
	text-decoration:underline;
}
.info li a:before{
	content:"";
	display:inline-block;
	width:12px;
	height:12px;
	background-image:url(../img/allow_left.png);
	background-size:contain;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.info .text{
	margin-left:14px;
}
/*shopNews*/
.shopNews{
	margin-top:40px;
}
@media screen and (max-width: 640px) {
.shopNews li a{
	-js-display: flex;
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display: flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	-webkit-align-items:center;
	align-items:center;
}
.shopNews li a > p{
	width:35%;
	margin-right:8px;
}
.shopNews li a > div{
	flex:1;
}
.shopNews .img{
	margin-bottom:0;
}
}


/*todayBnr*/
@media screen and (max-width: 640px){
#todayBnr.slick-dotted.slick-slider{
    margin-bottom: 30px;
}
}

/*code*/
.codeSlider{
	margin-right:-4px;
}
.codeSlider .slick-slide{
}
@media screen and (max-width: 640px) {
.codeSlider.slick-dotted.slick-slider{
    margin-bottom: 20px;
}
}


/*description*/
#description{
	padding-top:100px;
	padding-bottom:50px;
}
#description > p:nth-of-type(1){
	font-size:16px;
	margin-bottom:10px;
}
@media screen and (max-width: 640px) {
#description{
	padding-top:40px;
}
}

/*footerFixed*/
#footerFixed{
	position:fixed;
	right:0;
	bottom:0;
}
#footerFixed p > a,
#footerFixed p > span{
	display:block;
	border:1px solid #111;
	border-radius:5px;
	background-color:#fff;
	width:60px;
	height:60px;
	margin:0 10px 10px auto;
}
#footerFixed .pageTop > a{
	padding:18px;
}
#footerFixed p > a:hover,
#footerFixed p > span:hover{
	background-color:#f0f0f0;
}
#footerFixed p > span > span{
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display:block;
}
#openBox{
	position:relative;
}
#openBox > p:hover img{
	opacity:0.8;
}
#openBox > div{
	display:none;
	padding:0 10px 10px 0;
}
.openBoxOpen:before{
	content:"";
	display:block;
	width:20px;
	height:20px;
	background-image:url(../img/close_original.png);
	background-size:contain;
	position:absolute;
	left:0;
	top:40px;
}
.helpList{
	width:280px;
	border:1px solid #B4B4B4;
	padding:10px;
	line-height:2;
	background-color:#f0f0f0;
}
.helpList a{
	display:block;
	width:49%;
	background-color:#fff;
	border-radius:5px;
	margin-bottom:8px;
	padding:8px 0 4px;
	text-align:center;
}
.helpList a:nth-of-type(1),
.helpList a:nth-of-type(4){
	width:100%;
}
.helpList a:nth-of-type(1) p,
.helpList a:nth-of-type(4) p{
	display:inline-block;
	margin:0 2px;
}
.helpList a:nth-of-type(4){
	margin-bottom:0;
	background-color:#777;
	color:#fff;
}
.helpList a:hover{
	opacity:0.8;
}
.helpList img{
	width:24px;
}
@media (max-width: 640px) {
#footerFixed p > a,
#footerFixed p > span{
	width:50px;
	height:50px;
}
#footerFixed .pageTop > a{
	padding:15px;
}
.helpList{
	width:100%;
	border:none;
	border-top:1px solid #B4B4B4;
}
#openBox > div{
	padding:0;
}
.openBoxOpen:before{
	left:10px;
	top:30px;
}
.helpList a:nth-of-type(6){
	padding:10px 0 6px;
}
}
@media (max-width: 480px) {
#footerFixed{
	width:100%;
}
#footerFixed p > a{
	display:none;
}
#footerFixed p > span{
	margin-bottom:0;
	width:100%;
	height:40px;
	text-align:center;
	line-height:40px;
	background-color:rgba(0,0,0,0.8);
	border-radius:0;
	color:#fff;
	border:none;
}
#footerFixed p > span:hover{
	background-color:rgba(0,0,0,0.8);
}
#footerFixed p > span > span{
	text-indent:0;
}
.openBoxOpen:before{
	left:10px;
	top:10px;
}
#openBox > p img{
	display:none;
}
}

/*footer*/
#snsLink{
	text-align:center;
}
#snsLink > p{
	font-size:16px;
	margin-bottom:10px;
}
#snsLink li{
	width:26px;
	margin-right:20px;
}
#snsLink li:last-child{
	margin-right:0;
}
#footer{
	background-color:#f0f0f0;
	padding:20px 0;
	margin-top:20px;
	text-align:center;	
}
#footer .hurdle{
	font-size:14px;
}
#footer .hurdle span{
	display:block;
	font-size:10px;
}
#footerLink{
	-js-display: flex;
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display: flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	-webkit-justify-content:center;
	justify-content:center;
	text-align:left;
	margin:20px 0;
}
#footerLink > div:not(:last-child){
	margin-right:40px;
}
#footerLink p + ul li:before{
	content:"ãƒ»";
}
#footerLink a:hover{
	text-decoration:underline;
}
@media (max-width: 480px) {
#footerLink{
	display:block;
	padding:0 10px;
}
#footerLink > div:not(:last-child){
	margin-right:0;
}
#footerLink > div:last-child{
	margin-top:20px;
}
#footerLink p{
	border:1px solid #111;
	line-height:38px;
	position:relative;
	padding-left:20px;
}
#footerLink ul{
	-js-display: flex;
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display: flex;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}
#footerLink ul li{
	width:50%;
	padding-left:20px;
	line-height:38px;
}
#footerLink p{
	margin:10px 0;
}
#footerLink p + div{
	display:none;
}
#footerLink p + div ul{
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
}
#footerLink p + div ul li{
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
#footerLink p:after{
	content:"";
	position:absolute;
	right:20px;
	top:50%;
	transform:translateY(-50%);
	width:20px;
	height:20px;
	background-image:url(../img/allow_bottom.png);
	background-size:contain;
}
#footerLink p + ul li:before{
	content:"";
}
#footer{
	padding-bottom:60px;
}
}


/*layer_board*
**************/
.overlay{
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.7);
    position:fixed;
    z-index:1;
		top:0;
		left:0;
		display:none;
}
.btn_area{
	max-width:640px;
	height:auto;
	width:60%;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	background-color:#fff;
	z-index:2;
}
.btn_area p{
    padding:15px 15px 5px;
}
.btn_area button{
    display:block;
    margin:0 auto 5px;
		font-size:18px;
}
.btn_area button:after{
	content:"Ã—";
	font-size:34px;
	margin-left:10px;
	vertical-align:-7px;
}
@media screen and (max-width: 640px) {
.btn_area{
	max-width:330px;
	height:auto;
	width:80%;
}
.btn_area p{
    padding:5px;
}
}

/*color*
**************/

.icon .iconFuture a {
    background-color: #936702;
}
.tabFuture li span{
	border:1px solid #C86F6F;
	color:#C86F6F;
}
.tabFuture li.slick-active span{
	background-color:#C86F6F;
}
.info .day{
	color:#C86F6F;
}

.new .icon .iconItem a{
	background-color:#E07141;
}
.re .icon .iconItem a{
	background-color:#9EA640;
}
.tabItem li span{
	border:1px solid #aaa;
	color:#333;
}
.tabItem li.current span{
	background-color:#aaa;
}

.icon .iconCategory a{
	background-color:#C8B36F;
}
.tabCategory li span{
	border:1px solid #C8B36F;
	color:#C8B36F;
}
.tabCategory li.slick-active span{
	background-color:#C8B36F;
}


