@charset "utf-8";


/* // readmore //
----------------------------------------------- */
/* .readmore {
	position:relative;
	overflow:hidden;
	transition:0.3s;
	display:block;
	height: 90px;
	max-height: 90px;
}

.readmore.open {
	z-index: 1;
	height:auto;
	max-height: 50em;
	padding-bottom:26px;
}
.readmore:before {
	content:" ";
	display:block;
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:50px;
	background: linear-gradient(to bottom, rgba(241,251,255,0) 0%,rgba(241,251,255,1) 62%,rgba(241,251,255,1) 100%);
}
.readmore.open:before {
	display:none;
}
.readmore a.moreBtn {
	line-height:1;
	position:absolute;
	bottom:0;
	left:50%;
	transform: translate(-50%,0%);
	color:#6BA0BA;
	border:1px solid #6BA0BA;
	border-radius:50px;
	font-size:80%;
}
.readmore a.moreBtn span {
	padding:4px 10px;;
}
.readmore a.moreBtn .close {
	display:none;
}
.readmore.open a.moreBtn .close {
	display:inline-block;
}
.readmore a.moreBtn .open {
	display:inline-block;
}
.readmore.open a.moreBtn .open {
	display:none;
}
 */

 .tel{
   pointer-events: none;
 }


/* // Header //
----------------------------------------------- */
#Header{
  position: relative;
  z-index: 5000;
  background: #fff;
}
#Header .inner{
  padding: 26px 0 28px;
  position: relative;
}
#Header .onlineshop{
  position: absolute;
  right: 0;
  top: 15px;
}


/* // Gnavi //
----------------------------------------------- */

#Gnavi{
  position: relative;
  background: -moz-linear-gradient(top, #6f88d7 0%, #4e68bf 50%, #3b51b2 100%);
  background: -webkit-linear-gradient(top, #6f88d7 0%, #4e68bf 50%, #3b51b2 100%);
  background: linear-gradient(to bottom, #6f88d7 0%, #4e68bf 50%, #3b51b2 100%);
  z-index: 3000;
}
body:not(.default) {
  padding-top: 64px;
}
body:not(.default) #Gnavi {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  background: rgba(48, 64, 164, 0.7);
}
body:not(.default) #Gnavi ul:not(.child)>li>a{
  padding: 9px 0;
  transition: .3s;
}
#Gnavi ul:not(.child){
  display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row nowrap;
	flex-flow:         row nowrap;
	-webkit-justify-content: space-between;
	justify-content:         space-between;
	-webkit-align-items: stretch;
	align-items:         stretch;
}
#Gnavi ul:not(.child)>li{
	font-family: 'Century Gothic',  "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: .86rem;
  line-height: 1;
  position: relative;
  flex-grow: 5;
}
#Gnavi ul:not(.child)>li>a:before{
  content:"　";
  position: absolute;
  display: block;
  width: 1px;
  left: 0;
  top: 2px;
  bottom: 2px;
  background-color: rgba(143,143,230,.5);
  box-shadow: 1px 0 0 0 rgba(75,75,126,.3);
  z-index: 1;
  transition: .5s;
}
#Gnavi ul:not(.child)>li:hover:before{
  content:"　";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: .2;
  z-index: 1;
}
#Gnavi ul:not(.child)>li:last-child>a:after{
  content:"　";
  position: absolute;
  display: block;
  width: 1px;
  right: 0;
  top: 2px;
  bottom: 2px;
  background-color: rgba(143,143,230,.5);
  box-shadow: 1px 0 0 0 rgba(75,75,126,.3);
  z-index: 1;
  transition: .5s;
}
#Gnavi ul:not(.child)>li>a{
  text-align: center;
  color: #d5d5f3;
  display: block;
  padding: 15px 0;
  position: relative;
  z-index: 5000;
  transition: 0s;
}

#Gnavi ul:not(.child)>li span{
  display: block;
  text-align: center;
  font-size: 1.14rem;
  margin-bottom: 7px;
  color: #fff;
}

#root #Gnavi ul:not(.child)>li.g_root:before,
#business #Gnavi ul:not(.child)>li.g_business:before,
#item #Gnavi ul:not(.child)>li.g_item:before,
#company #Gnavi ul:not(.child)>li.g_company:before,
#ir #Gnavi ul:not(.child)>li.g_ir:before,
#shoplist #Gnavi ul:not(.child)>li.g_shoplist:before,
#recruit #Gnavi ul:not(.child)>li.g_recruit:before,
#contact #Gnavi ul:not(.child)>li.g_contact:before,
___{
  content:"　";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: .2;
  z-index: 1;
}

#Gnavi .accordion{
	max-height: 0;
	overflow: hidden;
	transition: max-height .5s;
	position: absolute;
	left: 0;
	top: 64px;
  z-index: 100;
  min-width: 100%;
  white-space: nowrap;
}
body:not(.default) #Gnavi .accordion{
  top: 52px;
}
#Gnavi .accordion ul{
	padding: 15px 0;
	background: rgba(40,50,92,.8);
  width: 100%;
}
#Gnavi .accordion ul li{
  font-size: .93rem;
  width: 100%;
	margin-right: 0;
}
#Gnavi .accordion ul li a{
	color: #fff;
	padding: 10px 15px;
  display: block;
}
#Gnavi .accordion ul li a:hover{
  background: rgba(0, 0, 0, 0.3);
}
#Gnavi ul:not(.child)>li:hover .accordion{
	max-height: 300px;
}
#Gnavi .accordion ul li a:after{
	display: none;
}


/* // Footer //
----------------------------------------------- */

#Footer{
  border-top: 1px solid #4d4d76;
}
#Footer a{
  color: #4d4d76;
}
#Footer .footInner{
  padding: 80px 0 80px;
  display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow:         row wrap;
	-webkit-justify-content: space-between;
	justify-content:         space-between;
	-webkit-align-items: stretch;
	align-items:         stretch;
  position: relative;
}
#Footer .footInner .item{
  /* width: 250px; */
  width: 300px;
}
#Footer .footInner .item p{
  font-size: 1.14rem;
  padding: 0 0 0.5em 0.4em;
  line-height: 1;
  border-bottom: 3px solid #4d4d76;
  position: relative;
  margin-bottom: 15px;
  transition: .3s;
}
#Footer .footInner .item p:after{
  content:"\e907";
  font-family: iconFontA;
  position: absolute;
  display: block;
  right: 3px;
  top: 0;
  color: #4d4d76;
  background-color: #cfcfd3;
  z-index: 1;
  border-radius: 50%;
  line-height: 16px;
  width: 16px;
  font-size: 6px;
  text-align: center;
}
#Footer .footInner .item p a{
  font-weight: 600;
  display: block;
}
#Footer .footInner .item p:hover{
  opacity: .7;
}
#Footer .footInner .item>ul>li {
  font-size: .93rem;
  line-height: 1.5;
}
#Footer .footInner .item>ul>li a:hover{
  text-decoration: underline;
}
#Footer .footInner .item>ul>li.parent{
  margin-bottom: 10px;
}
#Footer .footInner .item>ul>li.parent>a{
  font-weight: 600;
}
#Footer .footInner .item>ul>li.parent ul{
  margin:3px 0 0;
}
#Footer .footInner .item>ul>li.parent li{
  padding-left: 3em;
}
#Footer .footInner .item>ul>li>a:before{
  content:"\e907";
  font-family: iconFontA;
  display: inline-block;
  padding-right: .7em;
  -webkit-transform: scale(.7);
	-ms-transform: scale(.7);
	transform: scale(.7);
}
#Footer .footInner .item>p + p,
#Footer .footInner .item>ul + p{
  margin-top: 50px;
}
#Footer .footInner .item>ul + ul{
  margin-top: 30px;
}
#Footer .footInner .snsBox {
  /* position: absolute;
  right: 0;
  bottom: 90px; */
  border-top: 1px solid #cecedd;
  padding-top: 5px;
  margin-top: 40px;
  /* width: 730px; */
}
#Footer .footInner .snsBox dl{
  display: inline-block;
  padding-top: 5px;
}
#Footer .footInner .snsBox dl + dl.line {
  margin-left: 15px;
}
#Footer .footInner .snsBox dl + dl.line dt{
  padding-left: 20px;
}
#Footer .footInner .snsBox dl + dl.line dd{
  border-left: 1px solid #cecedd;
  padding-left: 20px;
}
#Footer .footInner .snsBox dt{
  font-size: .71rem;
}
#Footer .footInner .snsBox dt{
  font-size: .71rem;
  color: #9898ac;
}
#Footer .footInner .snsBox dd a{
  display: inline-block;
  min-width: 242px;
}
#Footer .footInner .snsBox dd a + a{
  margin-left: 15px;
}
#Footer .footInner .snsBox dd img{
  height: 31px;
  width: auto;
}

#Footer .footBottom{
  background: #4d4d76;
  color: #fff;
  padding: 14px 0;
}
#Footer .footBottom .inner{
  display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow:         row wrap;
	-webkit-justify-content: space-between;
	justify-content:         space-between;
	-webkit-align-items: center;
	align-items:         center;
}
#Footer .footBottom address{
  font-size: .93rem;
}




/* // Article //
----------------------------------------------- */
/* //    |- Layout  */

#ColContainer{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow:         row wrap;
	-webkit-justify-content: space-between;
	justify-content:         space-between;
	-webkit-align-items: stretch;
	align-items:         stretch;
	margin-bottom: 80px;
}
#MainContainer{
	width: 69%;
	padding: 30px 30px;
}
#SideContainer{
	width: 28%;
}
#SideContainer .side{
}
#SideContainer .relatedObj + .relatedObj{
	margin-top: 30px;
}



.brandTemp{
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}
