@charset "utf-8";

/* CSS Document */

/* -----------------------------------------------------
reset
-------------------------------------------------------- */

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 {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size: 13px;
	vertical-align:baseline;
}
article,aside,details,figcaption,figure,
footer,.header,hgroup,menu,.nav,section { 
    display:block;
}
ul {
    list-style:none;
}
a {
    margin:0;
    padding:0;
	color: #333;
	text-decoration: none;
    vertical-align:baseline;
    background:transparent;
	outline:0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
input, select {
    vertical-align:middle;
	font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro,"メイリオ", Meiryo, Osaka,"ＭＳ Ｐゴシック", MS PGothic,"sans-serif";
	font-weight: 500;
	letter-spacing: 0.025em;
}


/* -----------------------------------------------------
base
-------------------------------------------------------- */

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: normal;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

body {
	font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro,"メイリオ", Meiryo, Osaka,"ＭＳ Ｐゴシック", MS PGothic,"sans-serif";
	font-weight: 500;
	letter-spacing: 0.025em;
	line-height: 1.3em;
	color: #333;
	text-align: center;
}
section#container {
	width: 1120px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding: 50px 0;
}

/* -----------------------------------------------------
.header
-------------------------------------------------------- */

.header {
	width: 1120px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding: 10px 0 15px 0;
	text-align: left;
}

.header h1 {
	font-size: 11px;
	line-height: 30px;
	font-weight: 500;
	padding: 0 0 0 10px;
	float: left;
}
.header h2 {
	clear: both;
	float: left;
	padding: 15px 0 0 0;
}
.header h2 a {
	display: inline-block;
}
.header h2 a:hover {
	opacity: 0.6;
}
.header h2 img {
	padding: 0 15px 0 0;
}
/*.header h2:after {
	content: "";
	width: 1px;
	height: 60px;
	background: #e8e8e8;
	display: block;
	float: right;
    transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
	position: relative;
	top: -2.5px;
}*/
.header a.info {
	font-size: 11px;
	color: #333;
	padding: 32.5px 0 0 30px;
	display: block;
	float: left;
}
.header a.info i {
	color: #4b4642;
	font-size: 35px;
	padding: 0 10px 0 0;
	float: left;
}
.header a.info:hover {
	opacity: 0.6;
}
.sale {
	/*
	width: 125px;
	height: 125px;
	margin: 0;
	padding: 45px 0;
	display: block;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4em;
	letter-spacing: 0.05em;
	text-align: center;
	color: #fff;
	position: fixed;
	z-index: 99999;
	right: 5px;
	bottom: 80px;
	background: url(../img/fukidsahi.png) left top no-repeat;
	*/
	width: 120px;
  height: 120px;
  margin: 0;
  padding: 45px 0;
  display: block;
  box-sizing: border-box;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.4em;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  position: fixed;
  z-index: 99999;
  right: 5px;
  bottom: 80px;
  background: url(../img/fukidsahi.png) left top no-repeat;
  background-size: contain;
}

/* Search */

.topserach {
	float: left;
	padding-top: 20px;
}
.topserach li:first-child {
	color: #333;
	background: url(../img/header/pc_header_icon02.png) no-repeat;
	padding: 0 0 10px 30px;
	font-weight: 600;
}
.topserach input.suggest {
	width: 370px;
	height: 40px;
	line-height: 35px;
	padding: 0 15px;
	font-size: 12px;
	color: #4b4642;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #818181;
}
.topserach input.search_btn {
	width: 20px;
	height: 20px;
	line-height: 35px;
	margin: 0 -20px 0 0;
	padding: 0;
	position: relative;
	left: -40px;
	cursor: pointer;
	background: url(../img/header/pc_header_icon05.png) no-repeat;
	border: none;
}

/* Pulse */

@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
.hvr-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.sale:hover {
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.header a.clogo {
	float: right;
}

.header ul.sns {
	float: left;
}
.header ul.sns li {
	float: left;
	padding: 0 10px 0 0;
}
.header ul.sns li a {
	display: block;
	font-size: 0;
}
.header ul.sns li a:before {
	content: '';
	display: inline-block;
	box-sizing: border-box;
	width: 25px;
	height: 30px;
	padding: 3px 0 0 0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	opacity: 1;
}
.header ul.sns li a.icons-mlmg:before {
	background: url(../img/header/pc_header_icon14.png) no-repeat;
}
.header ul.sns li a.icons-facebook:before {
	background: url(../img/header/pc_header_icon15.png) no-repeat;
}
.header ul.sns li a:hover:before {
	opacity: 0.8;
}


.header ul.links {
	float: right;
}
.header ul.links li {
	float: left;
	padding: 0 10px 0 0;
}
.header ul.links li a {
	font-size: 11px;
	line-height: 30px;
	display: block;
}
.header ul.links li a:after {
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url(../img/header/pc_header_icon16.png) no-repeat 7px 6px;
}

.header ul.main {
	width: 425px;
	height: auto;
	padding: 15px 0 0 0;
	overflow: hidden;
	float: right;
}
.header ul.main li {
	float: left;
}
.header ul.main li:first-child {
	width: 345px;
	height: 30px;
	padding: 0 0 10px 0;
}
.header ul.main li:first-child + li {
	width: 70px;
	height: 70px;
	text-align: center;
	margin: 0 0 0 8px;
	padding: 0;
	float: right;
}
.header ul.main li:first-child + li + li,
.header ul.main li:first-child + li + li + li {
	width: 168px;
	height: 30px;
	padding: 0;
	text-align: center;
}
.header ul.main li:first-child + li + li + li {
	margin: 0 0 0 8px;
}
.header ul.main li a {
	width: 100%;
	font-size: 11px;
	box-sizing: border-box;
	display: block;
	color: #fff !important;
	line-height: 30px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.header ul.main li:first-child a {
	padding: 0 12px 0 37px;
	font-weight: 600;
	position: relative;
	background: #f26979 url(../img/header/pc_header_icon01.png) no-repeat 5px 5px;
}
.header ul.main li:first-child a:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 0 20px;
	border-color: transparent transparent transparent #f26979;
	position: absolute;
	left: 25px;
	bottom: -2px;
    -o-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
}
.header ul.main li:first-child + li a {
	height: 70px;
	padding: 50px 0 0 0;
	font-size: 10px;
	letter-spacing: 0;
	line-height: 1em;
	background: #4b4642 url(../img/header/pc_header_icon03.png) no-repeat center 15px;
	color: #fff;
}
.header ul.main li:first-child + li a:hover {
	background-color: rgba(75,70,66,0.8);
}
.header ul.main li:first-child + li + li a {
	height: 30px;
	font-size: 11px;
	letter-spacing: 0;
	background: #898077 url(../img/header/pc_header_icon04.png) no-repeat 10px 5px;
	color: #fff;
}
.header ul.main li:first-child + li + li + li a {
	height: 30px;
	font-size: 11px;
	letter-spacing: 0;
	background: #898077 url(../img/header/pc_header_icon06.png) no-repeat  35px 8px;
	color: #fff;
}
.header ul.main li:first-child + li + li a:hover,
.header ul.main li:first-child + li + li + li a:hover {
	background-color: rgba(137,128,119,0.8);
}

/* ヘッダーバナー */

.headerbanner a {
    display:block;
    /*background: url(../img/obi_raku.png) #91131e repeat-x center;*/
    /*background: url('../img/obi_raku20170501.png') #91131e repeat-x center;*/
    background: url('https://image.rakuten.co.jp/seikatsuzacca/cabinet/tp/obiline.jpg') #91131e repeat-x center;
     background-size:contain; 
    height: 40px;
    text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
}
.headerbanner a.second { /*帯バナー２つ目*/
    display:block;
     /*background: url(../img/obi_raku_2.png) #91131e repeat-x center;*/
     background: url('https://image.rakuten.co.jp/seikatsuzacca/cabinet/tp/obiline.jpg') #91131e repeat-x center;
     background-size:contain; 
    height: 40px;
    text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
}
/* -----------------------------------------------------
groval navigation
-------------------------------------------------------- */

.nav {
	width: 100%;
	min-width: 1145px;
	/*height: 120px;*/
	background: #4b4642;
    position: relative;
	z-index: 999;
}
.nav ul {
    width: 100%;
    height: 60px;
    max-width: 1120px;
    margin: 0 auto;
}

/* clear */

.nav ul:before, .nav ul:after {
    content: " ";
    display: table;
}

.nav ul:after {
    clear: both;
}

.nav ul {
    *zoom: 1;
}

/* base */
.nav ul li {
	width: 185px;
	height: 40px;
	font-size: 12px;
    float: left;
	cursor: pointer;
	margin: 0;
	padding: 10px 0;
	border-left: #a6a4a3 dotted 1px;
	position: relative;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.nav ul > li:first-child {
	border-left: none;
}
.nav ul > li a {
	width: 100%;
	height: auto;
    display: block;
	color: #fff;
	box-sizing: border-box;
	font-weight: 600;
	line-height: 40px;
	position: relative;
}
.nav ul > li a span img {
	position: relative;
	top: 5px;
	left: -5px;
}
.nav ul > li.cate {
	background: #67625c;
}
.nav ul > li.outlet {
	width: 190px;
	background: #cc6e6e;
}
.nav ul li a:after {
	content: "";
	width: 10px;
	height: 10px;
	margin: 0 0 0 -5px;
	display: block;
	background: #4b4642;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
	position: absolute;
	bottom: -15px;
	left: 50%;
	z-index: 9999;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	opacity: 0;
}
.nav ul li.active a:after {
	opacity: 1;
}
.nav ul > li.cate a:after,
.nav ul > li.outlet a:after{
	opacity: 0;
}
.nav ul li a:hover {
	color: #ccc;
}
.nav ul > li.cate:hover {
	background: #878079;
}
.nav ul > li.outlet:hover {
	background: #e98f8f;
}
.nav ul li ul {
	padding: 10px 0 0 0;
	background: #fff;
	box-shadow: 0 0 5px 5px rgba(0,0,0,0.30);
	width: 1120px;
	height: auto;
	position: absolute;
	top: 70px;
	left: 0;
	overflow: hidden;
	visibility: hidden;
    opacity: 0;
    z-index: -9999;
}
.nav ul li:nth-child(2) ul {
	left: -186px;
}
.nav ul li:nth-child(3) ul {
	left: -372px;
}
.nav ul li:nth-child(4) ul {
	left: -558px;
}
.nav ul li ul li {
	float: left;
	width: 175px;
	height: 40px;
	margin: 0 0 10px 10px;
	padding: 0 0 10px 0;
	text-align: left;
	border-left: none;
	border-bottom: 1px dotted #959595;
}
.nav ul li ul li a {
	margin: 0;
	padding: 0;
	color: #4b4642;
}
.nav ul li ul li a:after {
	display: none;
}
.nav ul li ul li a span {
	width: 40px;
	height: auto;
	display: inline-block;
	position: relative;
	top: 5px;
}

.nav ul li ul li a span img {
	width: 100%;
}

/*action*/
.nav ul li ul {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.nav ul li ul.active {
    top: 60px;
    visibility: visible;
    opacity: 1;
    z-index: 0;
}

/* -----------------------------------------------------
side 
-------------------------------------------------------- */

.side {
	width: 230px;
	height: auto;
	float: left;
	text-align: left;
}

/* topic & scene */

.side ul.topic,
.side dl.scene {
	width: 100%;
	height: auto;
	padding: 0 0 50px 0;
}

.side ul.topic li, .side dl.scene dd {
    padding: 0 0 15px 0;
}

.side ul.topic li:first-child a span {
	background: #ad875b url(../img/side/topic_01.jpg) no-repeat;
	background-blend-mode: multiply;
	background-size: 100% auto;
}
.side ul.topic li:first-child + li a span {
	background: #996060 url(../img/side/topic_02.jpg) no-repeat;
	background-blend-mode: multiply;
	background-size: 100% auto;
}
.side ul.topic li:first-child + li + li a span {
	background: #958d4e url(../img/side/topic_03.jpg) no-repeat;
	background-blend-mode: multiply;
	background-size: 100% auto;
}
.side ul.topic li:first-child + li + li + li a span {
	background: #738d9d url(../img/side/topic_04.jpg) no-repeat;
	background-blend-mode: multiply;
	background-size: 100% auto;
}

.side dl.scene dt + dd a span {
	background: #ad875b url(../img/side/scene_01.jpg)no-repeat;
	background-blend-mode: multiply;
	background-size: 100% auto;
}
.side dl.scene dt + dd + dd a span {
	background: #996060 url(../img/side/scene_02.jpg) no-repeat;
	background-blend-mode: multiply;
	background-size: 100% auto;
}
.side dl.scene dt + dd + dd + dd a span {
	background: #958d4e url(../img/side/scene_03.jpg) no-repeat;
	background-blend-mode: multiply;
	background-size: 100% auto;
}
.side dl.scene dt + dd + dd + dd + dd a span {
	background: #738d9d url(../img/side/scene_04.jpg) no-repeat;
	background-blend-mode: multiply;
	background-size: 100% auto;
}

.side ul.topic li a,
.side dl.scene dd a {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
}
.side ul.topic li a span,
.side dl.scene dd a span {
	width: 100%;
	height: 160px;
	padding: 62px 0 0 0;
	box-sizing: border-box;
	color: #fff;
	font-weight: 600;
	line-height: 1.5em;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.side dl.scene dd a span {
	padding: 71px 0 0 0;
}
.side ul.topic li a:hover span,
.side dl.scene dd a:hover span {
	opacity: 1;
}
.side ul.topic li.txt {
	border-top: #e8e8e8 solid 1px;
	border-bottom: #e8e8e8 solid 1px;
	padding: 15px 0;
}
.side ul.topic li.txt a:hover {
	opacity: 0.6;
}
.side ul.topic li.txt a span {
	height: auto;
	padding: 0 0 5px 0;
	display: block;
	position: static;
	font-size: 11px;
	color: #333;
	text-align: left;
	opacity: 1;
	background: none !important;
}
.side ul.topic li.txt a p {
	font-size: 12px;
}
.side ul.topic li.txt a p span {
	font-size: 13px;
	font-weight: 600;
}

/* category*/

.side dl.category {
	width: 100%;
	height: auto;
	margin: 0 0 50px 0;
}
.side dl.category dt {
	width: 100%;
	height: auto;
	margin: -1px 0 0 0;
	padding: 5px;
	box-sizing: border-box;
	border: #e8e8e8 solid 1px;	
}
.side dl.category dt a {
	width: 100%;
	height: 35px;
	line-height: 35px;
	font-weight: 600;
	color: #2e2926;
	text-align: center;
	display: block;
	background: #f3f1ed;
}

.side dl.category dd {
	width: 100%;
	height: auto;
	margin: -1px 0 0 0;
	box-sizing: border-box;
	border: #e8e8e8 solid 1px;	
}
.side dl.category dd a {
	width: 100%;
	height: 45px;
	line-height: 45px;
	font-size: 12px;
	letter-spacing: -0.03em;
	display: block;
	position: relative;
}
.side dl.category dd a:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-color: #f3f1ed;
    border-style: solid;
    border-width: 0;
    -webkit-transition-property: border-width;
    transition-property: border-width;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.side dl.category dd a:hover:after {
    border-width: 4px;
}
.side dl.category dd a img {
	width: auto;
	height: 45px;
	float: left;
}
.side dl dt.title {
	width: 100%;
	height: 60px;
	margin: 0 0 15px 0;
	padding: 14px 0 0 0;
	box-sizing: border-box;
	border: none;
	font-size: 15px;
	line-height: 15px;
	font-weight: 600;
	color: #2e2926;
	text-align: center;
	background: url(../img/side/title_bg.png) left top no-repeat;
}
.side dl dt.title span {
	font-family: raleway, sans-serif;
	letter-spacing: 0.1em;
	font-size: 10px;
	line-height: 10px;
	font-weight: 600;
	color: #d8c9b7;
	padding: 5px 0 0 0;
	display: block;
}

/* brand & info & sns */

.side dl.sns,
.side dl.brand,
.side dl.info {
	width: 100%;
	height: auto;
	margin: 0 0 50px 0;
}
.side dl.brand dt.sns,
.side dl.brand dt.title,
.side dl.info dt.title {
    margin: 0 0 10px 0;
}
.side dl.sns dd,
.side dl.brand dd,
.side dl.info dd {
	padding: 0 5px;
	border-bottom: #e8e8e8 solid 1px;
	box-sizing: border-box;
}
.side dl.sns dd a,
.side dl.brand dd a,
.side dl.info dd a {
	width: 100%;
	height: auto;
	font-size: 12px;
	font-weight: 600;
	line-height: 50px;
	display: block;
}
.side dl.sns dd a {
	font-family: raleway, sans-serif;
	letter-spacing: 0.06em;
	font-size: 12px;
}
.side dl.sns dd a i {
	width: 25px;
	height: 50px;
	padding: 0 10px 0 0;
	text-align: center;
	line-height: 50px;
	display: block;
	float: left;
	font-weight: normal;
}
.side dl.sns dt + dd a i:before {
	font-size: 20px;
}
.side dl.sns dt + dd + dd a i:before {
	font-size: 24px;
}
.side dl.sns dt + dd + dd + dd a i:before {
	font-size: 19px;
}
.side dl.sns dt + dd + dd + dd + dd a i:before {
	font-size: 19px;
}
.side dl.sns dt + dd + dd + dd + dd + dd a i:before {
	font-size: 21px;
}

.side dl.sns dd a:hover,
.side dl.brand dd a:hover,
.side dl.info dd a:hover {
	color: #999;
}
.side dl.sns dd a:after,
.side dl.brand dd a:after {
	font-family: 'icon' !important;
	content: "\e903";
	font-size: 9px;
	color: #ccc;
	float: right;
	position: relative;
	right: 0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.side dl.info dd a:after {
	font-family: 'icon' !important;
	content: "\e909";
	font-size: 12px;
	color: #ccc;
	float: right;
	position: relative;
	right: 0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.side dl.sns dd a:hover:after,
.side dl.brand dd a:hover:after,
.side dl.info dd a:hover:after {
	right: -5px;
}

a.log {
	width: 100%;
	height: auto;
	display: block;
	margin: 0;
	padding: 0 10px;
	border: #4b4642 solid 2px;
	box-sizing: border-box;
	font-size: 15px;
	line-height: 40px;
	font-weight: 600;
	color: #2e2926;
	text-align: center;
	position: relative;
}
a.log:after {
	font-family: 'icon' !important;
	content: "\e921";
	font-size: 13px;
	line-height: 39px;
	color: #ccc;
	float: right;
}
a.log:hover {
	color: #fff;
	background: #4b4642;	
}

/* -----------------------------------------------------
main
-------------------------------------------------------- */

.main {
	width: 850px;
	height: auto;
	float: right;
	text-align: left;
}

/* -----------------------------------------------------
footer
-------------------------------------------------------- */
.footer {
	width:100%;
}
footer {
	width: 100%;
	min-width: 1120px;
	height: auto;
	background: #4b4642;
	float: none;
	clear: both;
	position: relative;
	z-index: 1;
}
footer section {
	width: 1120px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
footer div {
	width: 270px;
	height: auto;
	padding: 40px 0 0 0;
	float: left;
	text-align:  left;
}
footer div address {
	display: block;
	padding: 25px 0;
	font-size: 12px;
	font-weight: 600;
	font-style: normal;
	color: #fff;
	line-height: 1.8em;
}
footer div small {
	display: block;
	padding: 0 0 25px 0;
	font-size: 10px;
	color: #fff;
}
footer div a {
	width: 210px;
	height: 35px;
	padding: 0 30px;
	font-weight: 600;
	color: #fff;
	line-height: 30px;
	text-align: center;
	display: block;
	box-sizing: border-box;
	border: #999 solid 2px;
}
footer div a:hover {
	border: #fff solid 2px;
	background: #fff;
	color: #4b4642;
}
footer div a:before {
	font-family: 'icon' !important;
	content: "\e912";
    font-size: 18px;
	line-height: 30px;
	font-weight: normal;
    color: #ccc;
    float: left;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
footer div a:hover:before {
	color: #4b4642;
}

footer ul {
	width: 850px;
	height: auto;
	padding: 40px 0;
	float: left;
}
footer ul li {
	width: 190px;
	height: 630px;
	padding: 20px 0 0 0;
	box-sizing: border-box;
	float: left;
	border-left: #585450 solid 1px;
}
footer ul li:first-child {
	width: 200px;
}
footer ul li:first-child + li + li + li {
	width: 270px;
}

footer ul li dl {
	width: 100%;
	height: auto;
	padding: 0 30px;
	box-sizing: border-box;
	text-align: left;
	color: #fff;
}
footer ul li:first-child + li + li + li dl {
	padding: 0 0 0 30px;
}
footer ul li dl dt {
	font-family: raleway, sans-serif;
	letter-spacing: 0.1em;
	font-size: 14px;
	font-weight: 600;
	padding: 0 0 20px 0;
}
footer ul li dl dd {
	padding: 0 0 10px 0;
}
footer ul li dl dd a {
	font-size: 11px;
	color: #e3e2e2;
}
footer ul li dl dd a:hover {
	opacity: 0.6;
}
footer ul li:first-child + li + li + li dl dd {
	font-size: 10px;	
	padding: 0 0 15px 0;
}
footer ul li:first-child + li + li + li dl dd span {
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	display: block;
}

footer p.copy {
	width: 100%;
	height: 50px;
	display: block;
	line-height: 50px;
	font-size: 10px;
	font-weight: 500;
	text-align: center;
	background: #333;
	color: #ebebeb;
}

/* -----------------------------------------------------
Top return button
-------------------------------------------------------- */

#page-top {
    position: fixed;
    bottom: -50px;
    right: 0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	z-index: 999;
}
#page-top.active {
    position: fixed;
	bottom: 0;
}
#page-top a {
    text-decoration: none;
    color: #fff;
    width: 50px;
	height: 50px;
    text-align: center;
    display: block;
	background: #898077;
}
#page-top a i {
	font-size: 20px;
	line-height: 50px;
}
#page-top a:hover {
	background: #4b4642;
}


/*--------------------------------------------------------
	PCスマホ切り替え
--------------------------------------------------------*/
#change-sp {
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	padding: 3px 3px 10px 3px;
	text-align: center;
	background: -moz-linear-gradient(top, #4a4a4a 0%, #000000);
	background: -webkit-gradient(linear, left top, left bottom, from(#4a4a4a), to(#000000));
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border: 0px solid #ffffff;
	-moz-box-shadow: 0px 0px 0px rgba(000, 000, 000, 0), inset 0px 0px 0px rgba(255, 000, 217, 0);
	-webkit-box-shadow: 0px 0px 0px rgba(000, 000, 000, 0), inset 0px 0px 0px rgba(255, 000, 217, 0);
	text-shadow: 0px -1px 0px rgba(000, 000, 000, 0.2), 0px 1px 0px rgba(255, 255, 255, 0.3);
}

#change-sp span, .FS2_ReturnSP_Btn {
	font-size: 44px;
	width: 80%;
  display: block;
  height: 60px;
  line-height: 60px;
  
  cursor: pointer;
  margin: 0 auto;
  color: #ffffff;
  padding: 0px 8px;
  background: -moz-linear-gradient( top, #919191 0%, #242424);
  background: -webkit-gradient( linear, left top, left bottom, from(#919191), to(#242424));
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #000000;
  -moz-box-shadow: 0px 0px 0px rgba(115,115,115,0), inset 0px 0px 1px rgba(145,145,145,1);
  -webkit-box-shadow: 0px 0px 0px rgba(115,115,115,0), inset 0px 0px 1px rgba(145,145,145,1);
  text-shadow: 0px -1px 0px rgba(000,000,000,0.7), 0px 0px 0px rgba(255,255,255,0.3);
}


/* 楽天用TOP記載 */

.rakuten__header {
	position:relative;
	z-index: 100;
	
	/*ヘッダーバナー表示時の高さ*/
	/*height: 249px;*/

	/*ヘッダーバナー非表示時の高さ*/
	height: 206px;
}
.rakuten__header iframe{
	position:absolute;
	top:0;
	left:0;
}

/*----------------------------------------
　　  以下20180730リニューアル
-----------------------------------------*/
html, body {
  height: 100%;
}

.sp-header, .sp-side, .sp-footer, .sp {
  display: none;
}

header ul.sns img {
  height: 23px;
  position: relative;
  top: 4px;
}

nav .gnavi__li:nth-child(2) .gnavi__toplink:after {
  bottom: -10px;
}
nav .gnavi__toplink {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
nav ul li ul li {
  letter-spacing: 0;
}

* html .layer_board_bg,
* html .layer_board {
  position: absolute;
}

.layer_board_bg {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  top: 0;
  left: 0;
  display: none;
  cursor: pointer;
  background: #000;
}

.layer_board {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -270px 0px 0px -285px;
  text-align: center;
  z-index: 2000;
}
.layer_board .btn_close {
  position: absolute;
  top: -30px;
  right: -30px;
  cursor: pointer;
}
