*, *: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;
}
img {
vertical-align: top;
max-width: 100%;
}
a img {
-webkit-transition: all .6s ease;
-moz-transition: all .6s ease;
-o-transition: all .6s ease;
transition: all.6s ease;
}
a img:hover {
opacity: 0.5;
}


small { font-size: 65%!important; }



body{
margin: 0;
padding: 0;
}






.spDrawer {
transition: all .3s linear 0s;
position: fixed;
left: -300px;
display: flex;
flex-direction: row-reverse;
height: 100%;
z-index: 99999;
}
.spDrawer.active {
left: 0;
}
.spMenuTrigger,
.spMenuTrigger span{
display: inline-block;
transition: all .4s;
box-sizing: border-box;
cursor :pointer;
}
.spMenuTrigger{
position: relative;
width: 50px;
height: 50px;
background: #ffffff;
}
.spMenuTrigger span{
position: absolute;
background: #333333;
width: 30px;
height: 2px;
left: 0;
right: 0;
margin: auto;
}
.spMenuTrigger span:nth-of-type(1){
top: 15px;
}
.spMenuTrigger span:nth-of-type(2){
top: 0;
bottom: 0;
}
.spMenuTrigger span:nth-of-type(3){
bottom: 15px;
}
.spMenuTrigger.active span:nth-of-type(1){
-webkit-transform: translateY(9px) rotate(-45deg);
transform: translateY(9px) rotate(-45deg);
}
.spMenuTrigger.active span:nth-of-type(2){
opacity: 0;
}
.spMenuTrigger.active span:nth-of-type(3){
-webkit-transform: translateY(-9px) rotate(45deg);
transform: translateY(-9px) rotate(45deg);
}
.spGnav{
width: 300px;
height: 100%;
font-size: 14px;
background: #faeded;
}
.spGnav .list{
padding: 0px 20px 10px 20px;
list-style: none;
list-style-type: none;
}
.spGnav .list .item{
line-height: 1;
border-bottom: 1px solid #333333;
position: relative;
}
.spGnav .list .item small{
font-size: 12px;
}
.spGnav .list .item a{
display: block;
text-align: left;
text-decoration: none;
color: #333333;
padding: 11px 0;
}
.spGnav .list .item:before {
content: '';
width: 8px;
height: 8px;
border: 0px;
border-top: solid 1px #333333;
border-right: solid 1px #333333;
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
position: absolute;
top: 50%;
right: 10px;
margin-top: -4px;
}
.spGnav ul.list li:first-child::before {
content: none;
}
.spGnav ul.list li.info {
font-size: 20px;
line-height: .6;
border-bottom: 1px solid #333333;
}
.spGnav ul.list li.info a {
display: inline-block;
font-size: 20px;
text-align: left;
text-decoration: none;
color: #333333;
padding: 15px 20px 15px 0;
}
.spGnav ul.list li.info a i.fa-bell {
position: relative;
}
.spGnav ul.list li.info a i.fa-bell span {
position: absolute;
padding: 4px 3px 0px 3px;
top: -10px;
right: -10px;
width: 18px;
height: 18px;
color: #ffffff;
font-size: 10px;
font-weight: bold;
border-radius: 50%;
background-color: #d1081c;
background-color: rgba(209,8,28,0.9);
text-align: center;
}

















header {
position: relative;
margin: 0;
padding: 10px 0;
width: 100%;
}
header h1 {
margin: 0 0 15px 0;
padding: 0;
text-align: center;
width: 100%;
}
header h1 img {
width: 120px;
}
@media screen and (max-width: 480px) {
header h1 img {
width: 80px;
}
}
header p.icon {
position: absolute;
top: 20px;
right: 20px;
margin: 0;
padding: 0;
font-size: 26px;
}
header p.icon a {
margin: 0 0 0 10px;
color: #333333;
-webkit-transition: all .6s ease;
-moz-transition: all .6s ease;
-o-transition: all .6s ease;
transition: all.6s ease;
}
header p.icon a:hover {
color: #ffe4e1;
}
header p.messeShipingFree {
margin: 0;
padding: 3px 0;
text-align: center;
font-size: 20px;
background: #faeded;
}

header .cateMenu {
display: block;
padding: 30px 10px;
width: 100%;
}
header .cateMenu a {
color: #333333;
text-decoration: none;
}
header .cateMenu a:hover {
color: #a9a9a9;
text-decoration: none;
-webkit-transition: all .8s ease;
-moz-transition: all .8s ease;
-o-transition: all .8s ease;
transition: all.8s ease;
}
header .cateMenu ul {
display: -ms-flexbox;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-ms-flex-pack: justify;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
-ms-flex-align: center;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
margin: 0 auto;
padding: 0;
max-width: 1097px;
}
header .cateMenu ul li {
position: relative;
display: inline-block;
margin: 0;
padding: 0;
color: #ffffff;
text-align: left;
font-size: 15px;
}
header .cateMenu ul li::before {
content: '';
width: 8px;
height: 8px;
border: 0px;
border-top: solid 1px #c0c0c0;
border-right: solid 1px #c0c0c0;
-ms-transform: rotate(135deg);
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
position: absolute;
top: 50%;
right: -16px;
margin-top: -4px;
}
header .cateMenu ul li:nth-last-child(-n+2)::before {
content: none;
}
header .cateMenu ul li h1 {
margin: 0;
padding: 0;
}
header .cateMenu ul li i {
font-size: 22px;
}
header .cateMenu ul li i.fa-bell {
position: relative;
}
header .cateMenu ul li i.fa-bell span {
position: absolute;
padding: 4px 3px 0px 3px;
top: -8px;
right: -8px;
width: 18px;
height: 18px;
color: #ffffff;
font-size: 10px;
font-weight: bold;
border-radius: 50%;
background-color: #d1081c;
background-color: rgba(209,8,28,0.9);
text-align: center;
}
#search {
top: 52px;
right: 8px;
margin: 0;
padding: 0;
}
#search .text {
margin: 0;
width: 180px;
height: 30px;
border-top: none;
border-left: none;
border-right: none;
border-bottom: 1px solid #dcdcdc;
text-indent: 10px;
}
#search button {
margin: 0;
border: none;
color: #000000;
background: #ffffff;
}










.layout_table {
margin: 0 auto;
width: 1097px;
}

.layout_menu {
margin: 0;
padding: 0;
width: 206px;
}

.layout_content {
margin: 0;
padding: 0;
width: 870px;
text-align: left;
}







.side {
margin: 0 20px 10% 0;
padding: 0;
vertical-align: top;

}
.side a {
color: #333333;
}
.side a:hover {
color: #a9a9a9;
text-decoration: none;
-webkit-transition: all .8s ease;
-moz-transition: all .8s ease;
-o-transition: all .8s ease;
transition: all  .8s ease;
}
.side .nav {
display: block;
width: 100%;
margin: 0 0 50px 0;
padding: 0;
list-style: none;
list-style-type: none;
text-align: left;
}
.side .nav li {
position: relative;
width: 100%;
height: 50px;
}
.side .nav > li {
border-bottom: none;
}
.side .nav li:last-child {
border-bottom: none;
}
.side .nav li:hover > ul > li {
border-bottom: none;
}
.side .nav li > ul > li:last-child {
border-bottom: none;
}
.side .nav li a {
display: block;
width: 100%;
height: 50px;
color: #333333;
font-size: 15px;
line-height: 3.5;
padding: 0 5px;
background: #fff;
border-bottom: 1px solid #f5f5f5;
box-sizing: border-box;
text-decoration: none;
}
.side .nav > li:hover > a {/*layer-1*/
color: #999999;
}
.side .nav > li li:hover > a {/*layer-2*/
color: #333333;
background: #ffe4e1;
}
.side .nav li:hover > ul > li {
overflow: visible;
top: -50px;
left: 100%;
height: 50px;
}
.side .nav li ul li {
overflow: hidden;
height: 0;
left: 100%;
list-style: none;
}
.side .nav li ul li a {
padding: 0 0 0 10px;
font-size: 12px;
line-height: 4;
background: #faeded;
position: relative;
z-index: 99999 !important;
}
.side .nav li ul:before {
content: '';
width: 8px;
height: 8px;
border: 0px;
border-top: solid 1px #c0c0c0;
border-right: solid 1px #c0c0c0;
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
position: absolute;
top: 50%;
right: 10px;
margin-top: -4px;

}
.side h2 {
margin: 0 0 15px 0;
font-size: 16px;
border-bottom: solid 1px #666666;
}
.side ul.info {
margin: 0 0 10px 0;
padding: 5px 5px 10px 5px;
background-color: #faeded;
}
.side ul.info li {
margin: 0;
padding: 0;
list-style: none;
list-style-type: none;
}
.side ul.info li a {
display: block;
margin: 0;
padding: 10px 0 10px 10px;
font-size: 14px;
text-decoration: none;
-webkit-transition: all .8s ease;
-moz-transition: all .8s ease;
-o-transition: all .8s ease;
transition: all  .8s ease;
}
.side ul.info li:first-child {
display: block;
margin: 0 0 10px 0;
padding: 8px 0 8px 0;
font-size: 16px;
text-align: center;
border-bottom: solid 1px #666666;
}
.side ul.chip {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0 0 50px 0;
padding: 0;
}
.side ul.chip li {
display: block;
margin: 0;
padding: 2%;
width: 20%;
font-size: 8px;
}
.side p {
display: block;
margin: 0 0 10px 0;
padding: 8px 0 8px 0;
font-size: 12px;
text-align: center;
text-decoration: none;
border-bottom: solid 1px #666666;
}
.side p i {
margin: 0 0 10px 0;
font-size: 34px;
}





.FS2_additional_image_btn_container {
width: 550px!important;
}
.FS2_additional_image_detail_container {
width: 590px!important;
height:720px!important;
}
.FS2_additional_image_detail_container img {
width: 100%;
height: 100%;
object-fit: cover;
}
.FS2_additional_image_thumbnail_container img {
width: 95px;
height: 128px;
object-fit: cover;
}
.FS2_additional_image_btn_container table {
width: 100%!important;
}
.FS2_additional_image_btn_container table td {
width: 33.3333%!important;
text-align: center!important;
}
.FS2_additional_image_itemdetail_container_right {
width: 300px!important;
height: 300px!important;
text-align: left!important;
margin: 0 0 40px 0;
}
.FS2_additional_image_itemdetail_container_left {
text-align: left;
}
.FS2_additional_image_tableVariation_table th {
width: 33.3333%;
}
.FS2_additional_image_tableVariation_table td {
width: 33.3333%;
}











.footerWrap {
margin: 0 auto;
padding: 0 0 0 0;
max-width: 100%;
font-size: 12px;
text-align: center;
background: #f5f5f5;
}
.footerWrap a {
color: #333333;
text-decoration: none!important;
}
.footerWrap a:hover {
color: #a9a9a9;
text-decoration: none;
-webkit-transition: all .8s ease;
-moz-transition: all .8s ease;
-o-transition: all .8s ease;
transition: all.8s ease;
}
.footerWrap footer {
margin: 0 auto;
padding: 0 0 0 0;
max-width: 1120px;
font-size: 12px;
text-align: center;
background: #f5f5f5;
}
@media screen and (min-width: 481px) and (max-width: 896px) {
.footerWrap footer {
padding: 0 0 0 0;
}
}
@media screen and (max-width: 480px) {
.footerWrap footer {
padding: 2% 3% 3% 3%;
}
}
.footerWrap footer h2 {
margin: 0;
padding: 1.4em 0 1em 0;
}
.footerWrap footer hr {
margin: 0 auto 2em auto;
width: 96%;
	border-top: 1px solid #c0c0c0;
}
.footerWrap footer .inner {
display: inline-block;
margin: 0;
padding: 0 2% 5% 2%;
width: 32.5%;
text-align: left;
line-height: 2.2;
vertical-align: top;
}
@media screen and (max-width: 480px) {
.footerWrap footer .inner {
display: inline-block;
margin: 0;
padding: 2% 2% 10% 2%;
width: 100%;
text-align: left;
line-height: 2.2;
vertical-align: top;
}
}
.footerWrap footer .inner h3 {
margin: 0 0 1em 0;
padding: .15em 0 .15em .75em;
border-left: 6px solid #666666;
}
.footerWrap footer .inner h4 {
display: inline-block;
margin: 5px 0;
padding: 5px 15px 2px 15px;
color: #ffffff;
background: #666666;
}
.footerWrap footer .inner table{
border-collapse: collapse;
border-spacing: 0;
width: 100%;
}
.footerWrap footer .inner table tr{
border-bottom: solid 1px #c0c0c0;
cursor: pointer;
}
.footerWrap table tr:hover{
background-color: #faeded;
}
.footerWrap footer .inner table th,table td{
text-align: center;
width: 50%;
padding: 8px 0;
}
.footerWrap footer .inner table td.icon{
background-size: 35px;
background-position: left 5px center;
background-repeat: no-repeat;
padding-left: 30px;
}
.footerWrap .btmArea {
display: block;
margin: 0;
padding: 2% 0;
width: 100%;
font-size: 12px;
	background: #dcdcdc;
}
.footerWrap .btmAreaInner {
margin: 0 auto;
padding: 0;
max-width: 1097px;
text-align: left;
}
.footerWrap .btmArea .btmAreaInner p {
display: inline;
margin: 0;
padding: 0;
}
.footerWrap .btmArea .btmAreaInner p.copy {
float: right;
}
@media screen and (max-width: 480px) {
.footerWrap .btmArea {
display: block;
margin: 0;
padding: 5% 3%;
width: 100%;
font-size: 12px;
}
.footerWrap .btmArear .btmAreaInner p {
margin: 0;
padding: 0;
}
.footerWrap .btmArea .btmAreaInner p.copy {
display: block;
float: none;
text-align: right;
margin-top: 5px;
padding: 0;
}
}


#page_top{
position: fixed;
right: 1%;
bottom: 0.3%;
opacity: 0.8;
border-radius: 50%;
}
#page_top a{
position: relative;
display: block;
font-size: 50px;
text-decoration: none;
}
@media screen and (max-width: 481px) {
#page_top a{
position: relative;
display: block;
font-size: 40px;
text-decoration: none;
}
}


@media screen and (max-width: 481px) {
.pc { display: none !important; }
}
@media screen and (min-width: 481px) {
.sp { display: none !important; }
}






/*　ここからしたはページ送り　*/

/*　pager全体　*/

.pager {
	border-bottom:none;
	font-size:13px;
	height:28px;
	background:url(https://ditatokyo.jp/images/bg_pager2.gif) repeat-x;
	width:98%;
        margin-left:10px;
}


/*　緑色の矢印の画像を表示しない　*/
.FS2_pager_link_first img{
	display:none;
}
.FS2_pager_link_prev img{
	display:none;
}
.FS2_pager_link_next img{
	display:none;
}
.FS2_pager_link_last img{
	display:none;
}





/*　最初に戻る　*/
.FS2_pager_link_first{
	display:inline-block;
	width:55px;
	height:13px;
	background:url(https://ditatokyo.jp/images/bg_first2.gif) no-repeat center center;
	padding:3px 5px;
	position:relative;
	top:4px;
	right:5px;
}

a:hover.FS2_pager_link_first{
	background-color:#fff;
}



/*　前へ　*/
.FS2_pager_link_prev{
	display:inline-block;
	width:35px;
	height:13px;
	background:url(https://ditatokyo.jp/images/bg_prev2.gif) no-repeat center center;
	padding:3px 5px;
	position:relative;
	top:4px;
}

a:hover.FS2_pager_link_prev{
	background-color:#fff;
}




/*　次へ　*/
.FS2_pager_link_next{
	display:inline-block;
	width:35px;
	height:13px;
	background:url(https://ditatokyo.jp/images/bg_next2.gif) no-repeat center center;
	padding:3px 5px;
	position:relative;
	top:4px;
}

a:hover.FS2_pager_link_next{
	background-color:#fff;
	border-color:#93ef61;
}


/*　最後へ　*/
.FS2_pager_link_last{
	display:inline-block;
	width:55px;
	height:13px;
	background:url(https://ditatokyo.jp/images/bg_last2.gif) no-repeat center center;
	padding:3px 5px;
	position:relative;
	top:4px;
	left:8px;
	margin: 0 0 0 3px;
}

a:hover.FS2_pager_link_last{
	background-color:#fff;
}




/*　ページ別リンク　*/
.FS2_pager_link {
	text-decoration:none;
}

.FS2_pager_link{
	padding:2px 7px 2px 7px;
	color:#000000;
	font-size:14px;
	marign:0 1px;
	position:relative;
	top:2px;
}

a:hover.FS2_pager_link{
 	color:#000000;
	background:#fff;
	border-color:#93ef61;
}


/*　現在表示中のページ　*/
.FS2_pager_stay{
	padding:2px 7px 0px 7px;
	font-weight:bold;
	font-size:14px;
	marign:0 3px;
	color:#000000;
	position:relative;
	top:2px;
}

/*　00 件中 0-0 件表示　*/
.FS2_pager_text{
	margin:3px 3px 10px 10px;
	font-size:14px;
	color:#000000;
	position:relative;
	top:3px;
}
/*　float:right;　表示方法：右寄せを使用する場合、コメントアウトを外してください　*/




h6 {
	background: linear-gradient(transparent 60%, #faeded 60%);
margin: 40px 0px 10px 0px;
        font-size: 16px;
        text-align:left;/*見出しの位置*/
	width:100%;
}


.FS2_additional_image_tableVariation_table  {
	padding:0px 5px 0px 5px;
	font-size:14px;
	marign:0 3px;
	color:#666666;
	width:560px;
	font-weight:bold;
	border:solid #666666 ;
	border-width:1px 0px 1px 0px;
}



.head_test {
    margin:  0;             /* デフォルトCSS打ち消し */
    font-size:  24px;       /* 文字サイズ指定 */
    border-bottom:  solid;  /* 線指定 */
    padding-bottom:  5px;   /* 余白指定 */
    margin-bottom: 15px;    /* 周りの余白指定 */
}
.head_test p {
    margin:  0;             /* デフォルトCSS打ち消し */
    line-height: 2;         /* 行間調整 */
}




.FS2_WishList_table img {

    width: 200px;
    left:-50px;
    position: relative;
}




.FS2_WishList_itemName {

    left:-50px;
    position: relative;
}



.FS2_WishList_itemName a {


 	color:#666666;
}



.FS2_WishListDate {

    left:-50px;
    position: relative;
    color:#666666;
    font-size:16px;  
}


.FS2_point {
    font-size: 16px;
    color: #e33a58;
    padding: 0px;
    margin: 0px;
    position: relative;
    top:-12px;
    border-bottom: 1px dotted #FFF;

}



.box13{
    margin: 3px 10px 8px 8px;
    color: #5989cf;
    background: #faeded;
    border-bottom: solid 2px #e33a58;
    border-radius: 9px;
    float:left;
    padding: 8px 33px;
}

.box13 p {
    margin: 0; 
    padding: 0;
}

.box13 a {
    color: #666666;
    font-size: 13px;
    text-decoration: none;

}



.iconsp img {

    width: 50px;

}

.iconsp_bar img {

    width: 100%;

}

/*　もっと見る　*/
.FS2_MoreList_btn{
	text-align:right;
	color:#000;
	background-image: url(/shop/img/smartphone/arrow_b.png);
	background-position: right center;
	background-repeat: no-repeat;
}

