@charset "Shift_JIS";
// CSS

h1{
	margin: 0;
	padding: 0;
}
h2{
	font-family: ƒqƒ‰ƒMƒmŠpƒS Pro W3,Hiragino Kaku Gothic Pro,ƒƒCƒŠƒI,Meiryo,Osaka,MS PƒSƒVƒbƒN,MS PGothic,sans-serif;
	color: #151b28;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	margin: 7.5% 0 2.5% 0;
	padding: 0;
}
h3{
	font-family: ƒqƒ‰ƒMƒmŠpƒS Pro W3,Hiragino Kaku Gothic Pro,ƒƒCƒŠƒI,Meiryo,Osaka,MS PƒSƒVƒbƒN,MS PGothic,sans-serif;
	color: #151b28;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	margin: 7.5% 0 2.5% 0;
	padding: 0;
}
h4{
	font-family: ƒqƒ‰ƒMƒmŠpƒS Pro W3,Hiragino Kaku Gothic Pro,ƒƒCƒŠƒI,Meiryo,Osaka,MS PƒSƒVƒbƒN,MS PGothic,sans-serif;
	color: #151b28;
	font-size: 12px;
	text-align: center;
	margin: 0;
	padding: 0;
	border-bottom: 0;
}
h5{
	font-family: ƒqƒ‰ƒMƒmŠpƒS Pro W3,Hiragino Kaku Gothic Pro,ƒƒCƒŠƒI,Meiryo,Osaka,MS PƒSƒVƒbƒN,MS PGothic,sans-serif;
	color: #fff;
	font-size: 12px;
	text-align: left;
	margin: 0;
	padding: 0;
	border-bottom: dotted 2px;
}
p{
	font-family: ƒqƒ‰ƒMƒmŠpƒS Pro W3,Hiragino Kaku Gothic Pro,ƒƒCƒŠƒI,Meiryo,Osaka,MS PƒSƒVƒbƒN,MS PGothic,sans-serif;
	color: #151b28;
	font-size: 14px;
	text-align: left;
	margin: 0;
	margin-bottom :10%;
	padding: 0.5em;
	line-height: 1.5;
}
#header{
	display: inline-block;
	margin-top: 0;
}
#page-top{
	width: 50px;
	height: 50px;
	position: fixed;
	right: 0;
	bottom: 0;
	background: #0f45b1;
	opacity: 1;
}
#page-top a{
	display: block;
	position: relative;
	width: 50px;
	height: 50px;
	text-decoration: none;
}
#page-top a::after{
	content: '£';
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	top: 15px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: atuo;
	text-align: center;
}
.top-title{
	font-family: ƒqƒ‰ƒMƒmŠpƒS Pro W3,Hiragino Kaku Gothic Pro,ƒƒCƒŠƒI,Meiryo,Osaka,MS PƒSƒVƒbƒN,MS PGothic,sans-serif;
	color: #151b28;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	margin: -3% 0 2.5% 0;
	padding: 0;
}
.title-line{
	display: flex;
	justify-content: center;
	margin: 1% 0 1% 0;
	padding: 0.5em;
}
.titleline{
	display: block;
	width: 20%;
	height: 2px;
	margin: -2.5% 0 -10% 0;
	background-color:  #0066aa;
	position: relative;
}
.line{
	display: block;
	height: 1px;
	width: 100%;
	background-color: #e2e2e6;
}
.underline{
	display: block;
	height: 1px;
	width: 100%;
	background-color: #e2e2e6;
	position: relative;
}
.underline::before{
	width: 40%;
}
.underline::before{
	content: "";
	left: 0;
    	top: 0;
    	height: 100%;
    	position: absolute;
    	background-color: #0066aa;
}
/* headeriƒwƒbƒ_[EƒXƒ}[ƒgƒtƒHƒ“j
======================================*/
.step-sp-header{
	width: 100%;
	height: 50px;
	background-color: #151b28;
	position: fixed;
	z-index: 12;
}
.step-sp-header-space{
	display: flex;
	margin: 0 0 25px 0;
	padding: 0;
}
.step-sp-header img{
	width: 80px;
	position: fixed;
}
.step-sp_fullscreenmenu{
	position: fixed;
	z-index: 2;
	top: 0;
	right: 0;
}
.step-sp_fullscreenmenu{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.step-sp_fullscreenmenu a,
.step-sp_fullscreenmenu a:visited,
.step-sp_fullscreenmenu a:hover,
.step-sp_fullscreenmenu a:active{
	text-decoration: none;
	color: inherit;
}

/*menuƒRƒ“ƒeƒ“ƒc*/
.step-sp_fullscreenmenu .menu{
	position: fixed;
	top: 0;
	right: 0;
	display: flex;
	visibility: hidden;
	overflow: hidden;
	width: 100%;
	height: 100%;
	pointer-events: none;
	outline: 1px solid transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	align-items: center;
	justify-content: center;
}
.step-sp_fullscreenmenu .menu > div{
	display: flex;
	overflow: hidden;
	width: 200%;
	height: 200%;
	transition: all 0.4s ease;
	-webkit-transform: scale(0);
	transform: scale(0);
	text-align: center;
	color: #fff;
	background: #151b28;
	flex: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	align-items: center;
	justify-content: center;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}
.step-sp_fullscreenmenu .menu > div > ul{
	display: block;
	max-height: 100vh;
	margin: 0;
	padding: 0 1em;
	list-style: none;
	transition: opacity 0.4s ease;
	opacity: 0;
}
.step-sp_fullscreenmenu .menu > div > ul > li{
	font-family: ƒqƒ‰ƒMƒmŠpƒS Pro W3,Hiragino Kaku Gothic Pro,ƒƒCƒŠƒI,Meiryo,Osaka,MS PƒSƒVƒbƒN,MS PGothic,sans-serif;
	font-size: 16px;
	display: block;
	margin: 1em;
	padding: 0;
}
.step-sp_fullscreenmenu .menu > div > ul > li > a{
	position: relative;
	display: inline;
	cursor: pointer;
	transition: color 0.4s ease;
}
.step-sp_fullscreenmenu .menu > div > ul > li > a:hover{
	color: #fff;
}
.step-sp_fullscreenmenu .menu > div > ul > li > a:hover::after{
	width: 100%;
}
.step-sp_fullscreenmenu .menu > div > ul > li > a::after{
	position: absolute;
	z-index: 1;
	bottom: -0.15em;
	right: 0;
	width: 0;
	height: 2px;
	content: '';
	transition: width 0.4s ease;
	background: #fff;
}
/*ƒNƒŠƒbƒN‚µ‚½‚çƒƒjƒ…[‚ªŠJ•Â‚Ì“®ì*/
.step-sp_fullscreenmenu .toggle{
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
	cursor: pointer;
	opacity: 0;
}
.step-sp_fullscreenmenu .toggle:checked + .hamburger > span {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.step-sp_fullscreenmenu .toggle:checked + .hamburger > span::before,
.step-sp_fullscreenmenu .toggle:checked + .hamburger > span::after{
	top: 0;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.step-sp_fullscreenmenu .toggle:checked + .hamburger > span:after {
	opacity: 0;
}
.step-sp_fullscreenmenu .toggle:checked ~ .menu{
	visibility: visible;
	pointer-events: auto;
}
.step-sp_fullscreenmenu .toggle:checked ~ .menu > div {
	transition-duration: 0.75s;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.step-sp_fullscreenmenu .toggle:checked ~ .menu > div > ul {
	opacity: 1;
}
.step-sp_fullscreenmenu .toggle:checked ~ .menu > div > ul li:nth-of-type(1) {
	transition-delay: 0.2s;
}
.step-sp_fullscreenmenu .toggle:checked ~ .menu > div > ul li:nth-of-type(2) {
	transition-delay: 0.2s;
}
.step-sp_fullscreenmenu .toggle:checked ~ .menu > div > ul li:nth-of-type(3) {
	transition-delay: 0.2s;
}
.step-sp_fullscreenmenu .toggle:checked ~ .menu > div > ul li:nth-of-type(4) {
	transition-delay: 0.2s;
}
.step-sp_fullscreenmenu .toggle:hover + .hamburger{
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}
.step-sp_fullscreenmenu .toggle:checked:hover + .hamburger > span {
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
/*ƒnƒ“ƒo[ƒK[*/
.step-sp_fullscreenmenu .hamburger{
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	display: block;
	width: 33px;
	height: 33px;
	padding: 0.5em 1em;
	cursor: pointer;
	transition: box-shadow 0.4s ease;
	border-radius: 0 0.12em 0.12em 0;
	background: #354465;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.step-sp_fullscreenmenu .hamburger > span{
	position: relative;
	top: 50%;
	display: block;
	width: 100%;
	height: 2px;
	transition: all 0.4s ease;
	background: #fff;
}
.step-sp_fullscreenmenu .hamburger > span::before,
.step-sp_fullscreenmenu .hamburger > span::after{
	position: absolute;
	z-index: 1;
	top: -10px;
	right: 0;
	display: block;
	width: 100%;
	height: 2px;
	content: '';
	transition: all 0.4s ease;
	background: inherit;
}
.step-sp_fullscreenmenu .hamburger > span::after{
	top: 10px;
}
/* breadlistiƒpƒ“‚­‚¸ƒŠƒXƒgEƒXƒ}[ƒgƒtƒHƒ“j
======================================*/
.breadlist{
	display: flex;
	margin: 60px 0 0 0;
	padding: 0;
}
.breadlist ul{
	display: flex;
	flex-flow: wrap;
  	list-style-type: none;
}
.breadlist li a{
	font-family: ƒqƒ‰ƒMƒmŠpƒS Pro W3,Hiragino Kaku Gothic Pro,ƒƒCƒŠƒI,Meiryo,Osaka,MS PƒSƒVƒbƒN,MS PGothic,sans-serif;
  	font-size: 12px;
	color: #151b28;
	margin: 0;
  	padding: 0;
  	text-decoration: none;
}
.breadlist li a:hover{
  	text-decoration: underline;
}
.breadlist li::after{
  	content: '\003e';
  	margin-left: 5px;
  	margin-right: 5px;
  	color: #151b28;
}
.breadlist li:last-child::after{
  	content: "";
}
.breadlist-2{
	display: flex;
	margin: 0;
	padding: 0;
}
.breadlist-2 ul{
	display: flex;
	flex-flow: wrap;
  	list-style-type: none;
}
.breadlist-2 li a{
	font-family: ƒqƒ‰ƒMƒmŠpƒS Pro W3,Hiragino Kaku Gothic Pro,ƒƒCƒŠƒI,Meiryo,Osaka,MS PƒSƒVƒbƒN,MS PGothic,sans-serif;
  	font-size: 12px;
	color: #151b28;
	margin: 0;
  	padding: 0;
  	text-decoration: none;
}
.breadlist-2 li a:hover{
  	text-decoration: underline;
}
.breadlist-2 li::after{
  	content: '\003e';
  	margin-left: 5px;
  	margin-right: 5px;
  	color: #151b28;
}
.breadlist-2 li:last-child::after{
  	content: "";
}
/* corporate-boxiŽ–‹ÆŠé‹ÆÐ‰îEƒXƒ}[ƒgƒtƒHƒ“j
======================================*/
.corporate-box{
	display: flex;
	margin-top: 0;
	padding: 0;
}
#corporate-box{
	width: 100%;
	margin: 0;
	padding: 0;
}
#corporate-box img{
	width: 100%;
}
#corporate-box p{
	font-family: ƒqƒ‰ƒMƒmŠpƒS Pro W3,Hiragino Kaku Gothic Pro,ƒƒCƒŠƒI,Meiryo,Osaka,MS PƒSƒVƒbƒN,MS PGothic,sans-serif;
	color: #333;
	font-size: 14px;
	text-align: left;
	margin: 0;
	padding: 0;
}
/* corporate-2boxiŽ–‹ÆŠé‹ÆÐ‰îEƒXƒ}[ƒgƒtƒHƒ“j
======================================*/
.corporate-2box{
	display: inline-block;
	margin: 0;
	padding: 0;
}
#corporate-2box{
	width: 50%;
	margin: 0;
	padding: 0;
	float: left;
}
#corporate-2box img{
	width: 100%;
}
#corporate-2box p{
	font-family: ƒqƒ‰ƒMƒmŠpƒS Pro W3,Hiragino Kaku Gothic Pro,ƒƒCƒŠƒI,Meiryo,Osaka,MS PƒSƒVƒbƒN,MS PGothic,sans-serif;
	color: #333;
	font-size: 14px;
	text-align: left;
	margin: 0;
	padding: 0;
}
/* storegroupiŽ–‹Æ•”ƒŠƒXƒgEƒXƒ}[ƒgƒtƒHƒ“j
====================================*/
.storegroup{
	display: flex;
	justify-content: center;
}
.storegroup-list{
	display: flex;
	flex-direction: column;
	margin: 5% 0 5% 0;
	padding: 0;
}
.storegroup-list-tittle{
	font-family: ƒqƒ‰ƒMƒmŠpƒS Pro W3,Hiragino Kaku Gothic Pro,ƒƒCƒŠƒI,Meiryo,Osaka,MS PƒSƒVƒbƒN,MS PGothic,sans-serif;
	color: #151b28;
	font-size: 16px;
	text-align: left;
	margin: 0 0 2.5% 0;
	padding: 0;
}
.storegroup-list-box{
	margin: 0;
	padding: 0.5em;
}
.storegroup-list-box img{
	width: 100%;
}
.storegroup-list p{
	font-family:ƒqƒ‰ƒMƒmŠpƒS Pro W3,Hiragino Kaku Gothic Pro,ƒƒCƒŠƒI,Meiryo,Osaka,MS PƒSƒVƒbƒN,MS PGothic,sans-serif;
	color: #151b28;
	font-size: 14px;
	line-height: 1.6;
	text-align: left;
	margin: 0 0 2.5% 0;
	padding: 0;
}
.storegroup-list-hr{
	margin: 0 2.5% 0 2.5%;
	border-bottom: 1px solid #e2e2e6;
}

/* store-btniŽ–‹Æ•”ƒŠƒXƒgƒXƒgƒAƒ{ƒ^ƒ“EƒXƒ}[ƒgƒtƒHƒ“j
======================================*/
.store-button{
	width: 100%;
	position: relative;
	display: inline-block;
	margin: 0.5em 0 0 0;
	padding: 1em 0 1em 0;
	border: 1px solid #e2e2e6;
	transition: .5s;
	font-family: ƒqƒ‰ƒMƒmŠpƒS Pro W3,Hiragino Kaku Gothic Pro,ƒƒCƒŠƒI,Meiryo,Osaka,MS PƒSƒVƒbƒN,MS PGothic,sans-serif;
	font-size: 14px;
	color: #151b28;
	text-align: center;
	text-decoration: none;
}
.store-button:visited{
	color: #151b28;
}
.store-button:hover{
	color: #fff;
}
.store-button::before{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	content: '';
	background: #0f45b1;
	transform-origin: right top;
	transform: scale(0, 1);
	transition: transform .5s;
}
.store-button:hover::before {
	transform-origin: left top;
	transform: scale(1, 1);
}
/* storeiŠeŽ–‹ÆŒfÚƒy[ƒWEƒXƒ}[ƒgƒtƒHƒ“j
======================================*/
.store-title{
	font-family: ƒqƒ‰ƒMƒmŠpƒS Pro W3,Hiragino Kaku Gothic Pro,ƒƒCƒŠƒI,Meiryo,Osaka,MS PƒSƒVƒbƒN,MS PGothic,sans-serif;
	color: #151b28;
	font-size: 24px;
	text-align: center;
	margin: 10% 0 2.5% 0;
	padding: 0;
}
.store-title p{
	font-family: ƒqƒ‰ƒMƒmŠpƒS Pro W3,Hiragino Kaku Gothic Pro,ƒƒCƒŠƒI,Meiryo,Osaka,MS PƒSƒVƒbƒN,MS PGothic,sans-serif;
	color: #151b28;
	font-size: 14px;
	text-align: center;
	margin: -4% 0 0 0;
	padding: 0;
}
.store-headline{
	font-family: ƒqƒ‰ƒMƒmŠpƒS Pro W3,Hiragino Kaku Gothic Pro,ƒƒCƒŠƒI,Meiryo,Osaka,MS PƒSƒVƒbƒN,MS PGothic,sans-serif;
	color: #151b28;
	font-size: 18px;
	font-weight: 600;
	margin: 2.5% 0 2.5% 0;
	padding: 0;
	width: 100%;
	text-align: center;
}
.store-description{
	display: flex;
	justify-content: center;
}
.store-description p{
	font-family: ƒqƒ‰ƒMƒmŠpƒS Pro W3,Hiragino Kaku Gothic Pro,ƒƒCƒŠƒI,Meiryo,Osaka,MS PƒSƒVƒbƒN,MS PGothic,sans-serif;
	color: #151b28;
	font-size: 14px;
	text-align: left;
	margin: 2.5% 0 2.5% 0;
	padding: 0.5em;
}
.store-image{
	display: flex;
	margin: 0;
	padding: 0.5em;
}
.store-image img{
	width: 100%;
	height: intrinsic;
}
/* storepage-btniŽ–‹ÆŒfÚƒy[ƒWƒXƒgƒAƒ{ƒ^ƒ“EƒXƒ}[ƒgƒtƒHƒ“j
======================================*/
.button-area{
	display: flex;
	justify-content: center;
}
.storepage-button-area {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0;
	padding: 0.5em;
}
.storepage-button {
    	width: 100%;
    	position: relative;
    	display: inline-block;
    	margin: 1em 0 1em 0;
    	padding: 1em 0 1em 0;
    	border: 1px solid #e2e2e6;
    	transition: .5s;
    	font-family: ƒqƒ‰ƒMƒmŠpƒS Pro W3,Hiragino Kaku Gothic Pro,ƒƒCƒŠƒI,Meiryo,Osaka,MS PƒSƒVƒbƒN,MS PGothic,sans-serif;
    	font-size: 14px;
    	color: #151b28;
    	text-align: center;
    	text-decoration: none;
    	line-height: 5.0;
}
.storepage-button:visited{
	color: #151b28;
}
.storepage-button:hover{
	color: #fff;
}
.storepage-button::before{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	content: '';
	background: #0f45b1;
	transform-origin: right top;
	transform: scale(0, 1);
	transition: transform .5s;
}
.storepage-button:hover::before{
	transform-origin: left top;
	transform: scale(1, 1);
}
.storepage-button img {
    	width: 30px;
    	float: right;
    	margin: 20px 25px 0 0;
    	padding: 0;
}
.brand{
	display: flex;
	justify-content: center;
}
.brandlist{
	display: flex;
    	flex-direction: row;
    	justify-content: center;
    	width: 100%;
    	margin: 2.5% 0 2.5% 0;
    	padding: 0.5em;
}
.brandlist img{
	width: 25%;
	height: intrinsic;
}
.brandlist-2{
	display: flex;
    	flex-direction: row;
    	justify-content: center;
    	width: 100%;
    	margin: 2.5% 0 2.5% 0;
    	padding: 0.5em;
}
.brandlist-2 img{
	width: 20%;
	height: intrinsic;
}
/* shop-listi“X•Üî•ñEƒXƒ}[ƒgƒtƒHƒ“j
====================================*/
.shoplist-area-title{
	font-family: ƒqƒ‰ƒMƒmŠpƒS Pro W3,Hiragino Kaku Gothic Pro,ƒƒCƒŠƒI,Meiryo,Osaka,MS PƒSƒVƒbƒN,MS PGothic,sans-serif;
	color: #151b28;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin: 0 0 -2.5% 0;
	padding: 0.5em;
}
.shoplist{
	display: flex;
	justify-content: center;
}
.shoplist-layout{
	display: flex;
	flex-direction: column;
	width: 100%;
	margin: 0;
	padding: 0;
	align-items: bassline;
}
.shoplist-name{
	width: 100%;
	margin: 0;
	padding: 0.5em;
}
.shoplist-name p{
	font-family: ƒqƒ‰ƒMƒmŠpƒS Pro W3,Hiragino Kaku Gothic Pro,ƒƒCƒŠƒI,Meiryo,Osaka,MS PƒSƒVƒbƒN,MS PGothic,sans-serif;
	color: #151b28; 
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.shoplist-name p a{
	text-decoration: none;
	color: #151b28;
}
.shoplist-name p a:hover{
	text-decoration: underline;
}
.shoplist-name p a:link,a:visited{
	color : #151b28;
}
.shoplist-address,.shoplist-image,.shoplist-button-area{
	width: 100%;
 	margin: 0;
	padding: 0.5em;
}
.shoplist-address dl{
	display: flex;
    	flex-wrap: wrap;
	font-family: ƒqƒ‰ƒMƒmŠpƒS Pro W3,Hiragino Kaku Gothic Pro,ƒƒCƒŠƒI,Meiryo,Osaka,MS PƒSƒVƒbƒN,MS PGothic,sans-serif;
	color: #151b28;
	font-size: 14px;
    	margin: 0;
	padding: 0;
}
.shoplist-address dt{
    	width: 25%;
	margin: 0 0 2.5% 0;
    	padding: 0;
}
.shoplist-address dd{
	width: 75%;
	margin: 0;
    	padding: 0;
}
.shoplist-address dd a{
	text-decoration: none;
}
.shoplist-address dd a:link,.shoplist-address dd a:visited {
	color: #151b28;
}
.shoplist-address dd a:hover{
	text-decoration: underline;
}
.shoplist-image img{
	width: 95%;
}
.shoplist-button{
	width: 95%;
	position: relative;
	display: inline-block;
	margin: 0 0 2.5% 0;
	padding: 1.5em 0 1.5em 0;
	border: 1px solid #e2e2e6;
	transition: .5s;
	font-family: ƒqƒ‰ƒMƒmŠpƒS Pro W3,Hiragino Kaku Gothic Pro,ƒƒCƒŠƒI,Meiryo,Osaka,MS PƒSƒVƒbƒN,MS PGothic,sans-serif;
	font-size: 14px;
	color: #151b28;
	text-align: center;
 	text-decoration: none;
}
.shoplist-button:visited{
	color: #151b28;
}
.shoplist-button:hover{
	color: #fff;
}
.shoplist-button::before{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	content: '';
	background: #0f45b1;
	transform-origin: right top;
	transform: scale(0, 1);
	transition: transform .5s;
}
.shoplist-button:hover::before{
	transform-origin: left top;
	transform: scale(1, 1);
}
.shoplist-button img{
	width: 30px;
	float: right;
	margin: -5px 25px 0 5px;
	padding: 0;
}
.shoplist-area-button{
	position: relative;
	display: inline-block;
	margin: 1em 0.5em 1em 0.5em;
	padding: 2em 1.5em 2em 1.5em;
	border: 1px solid #e2e2e6;
	transition: .5s;
	font-family:ƒqƒ‰ƒMƒmŠpƒS Pro W3,Hiragino Kaku Gothic Pro,ƒƒCƒŠƒI,Meiryo,Osaka,MS PƒSƒVƒbƒN,MS PGothic,sans-serif;
	font-size: 10px;
	color: #151b28;
	text-align: center;
	text-decoration: none;
}
.shoplist-area-button:visited{
	color: #151b28;
}
.shoplist-area-button:hover{
	opacity: 0.3;
}
.shoplist-area-button img{
	width: 10%;
	float: right;
	margin: -1.5% 10% 0 -1.5%;
	padding: 0;
}
#kanto{
	padding-top: 180px;
	margin-top: -150px;
}
#chubu,#kansai,#kyushu{
	padding-top: 175px;
	margin-top: -150px;
}
#miyagi{
	padding-top: 180px;
	margin-top: -150px;
}
#niigata,#tokyo,#kanagawa,#chiba,#saitama,#shizuoka,#aichi,#ishikawa,#osaka,#kyoto,#hyougo,#okayama,#hiroshima,#fukuoka,#kumamoto,#kagoshima{
	padding-top: 175px;
	margin-top: -150px;
}
.shoppage{
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 0.5em;
}
.shoppage-area{
	display: flex;
	flex-direction: column;
	width: 100%;
	margin: 0;
	padding: 0;
}
.shoppage-name{
	font-family: ƒqƒ‰ƒMƒmŠpƒS Pro W3,Hiragino Kaku Gothic Pro,ƒƒCƒŠƒI,Meiryo,Osaka,MS PƒSƒVƒbƒN,MS PGothic,sans-serif;
	color: #151b28;
	font-size: 20px;
	text-align: left;
	margin: 2.5% 0 2.5% 0;
	padding: 0;
}
.shoppage-box{
	width: 100%;
	margin: 0;
	padding: 0;
}
.shoppage-box img{
	width: 100%;
}
#shopview{
  	margin: 0;
  	padding: 0;
}
.view_main,.view_main li{
  	margin: 0;
  	padding: 0;
  	list-style: none;
}
.view_main li{
  	width: 100%;
  	overflow: hidden;
}
.view_main li.item2,
.view_main li.item3,
.view_main li.item4,
.view_main li.item5,
.view_main li.item6,
.view_main li.item7,
.view_main li.item8,
.view_main li.item9,
.view_main li.item10{
  	display: none;
}
.view_main li:hover img{
  	opacity: 0.8;
  	filter: alpha(opacity=80);
  	-ms-filter: "alpha(opacity=80)";
}
.view_thumb,.view_thumb li{
  	margin: 0;
  	padding: 0;
  	list-style: none;
}
.view_thumb li{
  	display: inline-block;
  	width: 18%;
  	overflow: hidden;
  	cursor: pointer;
  	vertical-align: top;
}
.view_thumb li img{
  	width: 100%;
  	height: auto;
}
.view_thumb li:hover img {
  	opacity: 0.8;
  	filter: alpha(opacity=80);
  	-ms-filter: "alpha(opacity=80)";
}
.shoppage-box p{
	width: 100%;
	margin: 5% 0 0 0;
	padding: 0;
	font-family:ƒqƒ‰ƒMƒmŠpƒS Pro W3,Hiragino Kaku Gothic Pro,ƒƒCƒŠƒI,Meiryo,Osaka,MS PƒSƒVƒbƒN,MS PGothic,sans-serif;
	color: #151b28;
	font-size: 14px;
	line-height: 1.6;
	text-align: left;	
}
.shoppage-box dl{
	display: flex;
    	flex-wrap: wrap;
	font-family: ƒqƒ‰ƒMƒmŠpƒS Pro W3,Hiragino Kaku Gothic Pro,ƒƒCƒŠƒI,Meiryo,Osaka,MS PƒSƒVƒbƒN,MS PGothic,sans-serif;
	color: #151b28;
	font-size: 14px;
	line-height: 2.0;
    	margin: 0;
	padding: 0;
}
.shoppage-box dt{
    	width: 20%;
	margin: 0 0 1% 0;
    	padding: 0;
}
.shoppage-box dd{
	width: 80%;
	margin: 0;
    	padding: 0;
}
.shoppage-box dd a{
	text-decoration: none;
}
.shoppage-box dd a:link,.shoppage-box dd a:visited{
	color: #151b28;
}
.shoppage-box dd a:hover{
	text-decoration: underline;
}
.storegroup-list-hr{
	margin: 0 20% 0 20%;
	padding: 0;
	border-bottom: 1px solid #e2e2e6;
}
.shoppage-category{
	font-family: ƒqƒ‰ƒMƒmŠpƒS Pro W3,Hiragino Kaku Gothic Pro,ƒƒCƒŠƒI,Meiryo,Osaka,MS PƒSƒVƒbƒN,MS PGothic,sans-serif;
	color: #151b28;
	font-size: 14px;
	text-align: left;
	margin: 2.5% 0 0 0;
	padding: 0;
}
.shoppage-category-button-area{
	display: flex;
	flex-direction: row;
	justify-content: left;
}
.shoppage-category-button{
	width: 30%;
	position: relative;
	display: inline-block;
	margin: 1em 0.5em 0 0;
	padding: 1em  0 1em 0;
	border: 1px solid #e2e2e6;
	transition: .5s;
	font-family:ƒqƒ‰ƒMƒmŠpƒS Pro W3,Hiragino Kaku Gothic Pro,ƒƒCƒŠƒI,Meiryo,Osaka,MS PƒSƒVƒbƒN,MS PGothic,sans-serif;
	font-size: 14px;
	color: #151b28;
	text-align: center;
	text-decoration: none;
}
.shoppage-category-button:visited{
	color: #151b28;
}
.shoppage-category-button:hover{
	color: #fff;
}
.shoppage-category-button::before{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	content: '';
	background: #0f45b1;
	transform-origin: right top;
	transform: scale(0, 1);
	transition: transform .5s;
}
.shoppage-category-button:hover::before {
	transform-origin: left top;
	transform: scale(1, 1);
}
.dm-shoppage-button{
	width: 100%;
	position: relative;
	display: inline-block;
	margin: 0.5em 0 0 0;
	padding: 1.5em 0 1.5em 0;
	border: 1px solid #e2e2e6;
	transition: .5s;
	font-family:ƒqƒ‰ƒMƒmŠpƒS Pro W3,Hiragino Kaku Gothic Pro,ƒƒCƒŠƒI,Meiryo,Osaka,MS PƒSƒVƒbƒN,MS PGothic,sans-serif;
	font-size: 14px;
	color: #151b28;
	text-align: center;
	text-decoration: none;
}
.dm-shoppage-button:visited{
	color: #151b28;
}
.dm-shoppage-button:hover{
	color: #fff;
}
.dm-shoppage-button::before{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	content: '';
	background: #0f45b1;
	transform-origin: right top;
	transform: scale(0, 1);
	transition: transform .5s;
}
.dm-shoppage-button:hover::before{
	transform-origin: left top;
	transform: scale(1, 1);
}
.dm-shoppage-button img{
	width: 5%;
	float: right;
	margin: -0.5% 10% 0 -1.5%;
	padding: 0;
}
.map{
	display: flex;
	justify-content: center;
}
.map-layout{
	width: 100%;
	margin: 0;
	padding: 0.5em;
}
/* company-profilei‰ïŽÐŠT—vEƒXƒ}[ƒgƒtƒHƒ“j
====================================*/
.company-description{
	display: flex;
	justify-content: center;
}
.company-description p{
	font-family: ƒqƒ‰ƒMƒmŠpƒS Pro W3,Hiragino Kaku Gothic Pro,ƒƒCƒŠƒI,Meiryo,Osaka,MS PƒSƒVƒbƒN,MS PGothic,sans-serif;
	color: #151b28;
	font-size: 14px;
	text-align: left;
	margin: 0;
	padding: 0.5em;
	width: 100%;
}
.company-profile-title{
	font-family: ƒqƒ‰ƒMƒmŠpƒS Pro W3,Hiragino Kaku Gothic Pro,ƒƒCƒŠƒI,Meiryo,Osaka,MS PƒSƒVƒbƒN,MS PGothic,sans-serif;
	color: #151b28;
	font-size: 16px;
	text-align: left;
	margin: 0 0 -2.5% 0;
	padding: 0.5em;
}
.company-profile{
	display: flex;
	justify-content: center;
}
.company-profile dl{
	display:flex;
	flex-wrap: wrap;
	border: 1px solid #e2e2e6;
	border-top: none;
	margin: 0;
	padding: 0;
	font-family: ƒqƒ‰ƒMƒmŠpƒS Pro W3,Hiragino Kaku Gothic Pro,ƒƒCƒŠƒI,Meiryo,Osaka,MS PƒSƒVƒbƒN,MS PGothic,sans-serif;
	font-size: 12px;
	line-height: 3;
	width: 97%;
}
.company-profile dt{
	background-color: #edeeef;
	margin: 0;
	padding: 1em;
	box-sizing: border-box;
	border-top: 1px solid #e2e2e6;
	color: #151b28;
	width: 25%;
}
.company-profile dd{
	margin: 0;
	padding: 1em;
	border-left: 1px solid #e2e2e6;
	border-top: 1px solid #e2e2e6; 
	background: #fff;
	box-sizing: border-box;
	color: #151b28;
	width: 75%;
}
.company-profile a{
	text-decoration: none;
	color: #151b28;
}
.company-profile a:link, a:visited{
	color: #151b28;
}
.company-profile a:hover{
	text-decoration: underline;
}
/* recruitiƒŠƒNƒ‹[ƒg‰æ‘œEƒXƒ}[ƒgƒtƒHƒ“j
====================================*/
.recruit-2box{
	display: flex;
	flex-direction: row;
	width: 100%;
	margin: 2.5% 0 0 0;
	padding: 0;
}
#recruit-2box{
	width: 50%;
	margin: 0;
	padding: 0.5em;
}
#recruit-2box img{
	width: 100%;
}
/* philosophyiŸ†‹Æ—”OEƒXƒ}[ƒgƒtƒHƒ“j
====================================*/
.philosophy{
	display: flex;
	justify-content: center;
}
.philosophy-image{
	width: 50%;
	margin: 5% 0 5% 0;
	padding: 0;
}
.philosophy-image img{
	width: 100%;
}
/* company-linkiŠé‹Æî•ñƒŠƒ“ƒNEEƒXƒ}[ƒgƒtƒHƒ“j
====================================*/
.company-link{
	display: flex;
	flex-direction: row;
	width: 100%;
	margin: 0;
	padding: 5% 0 5% 0;
	background-color: #e3e3e3;
	justify-content: center;
	font-family: ƒqƒ‰ƒMƒmŠpƒS Pro W3,Hiragino Kaku Gothic Pro,ƒƒCƒŠƒI,Meiryo,Osaka,MS PƒSƒVƒbƒN,MS PGothic,sans-serif;
}
.company-link title{
	color: #151b28;
	font-size: 14px;
	text-align: center;
	margin: 0;
	padding: 0;
}
#company-link{
	width: 20%;
	margin: 0;
	padding: 0.5em;
}
#company-link img{
	width: 100%;
}
#company-link p{
	font-family: ƒqƒ‰ƒMƒmŠpƒS Pro W3,Hiragino Kaku Gothic Pro,ƒƒCƒŠƒI,Meiryo,Osaka,MS PƒSƒVƒbƒN,MS PGothic,sans-serif;
	color: #151b28;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
/* footeriƒtƒbƒ^[EƒXƒ}[ƒgƒtƒHƒ“j
======================================*/
.step-footer{
	width: 100%;
	height: auto;
	background-color: #151b28;
	font-family: ƒqƒ‰ƒMƒmŠpƒS Pro W3,Hiragino Kaku Gothic Pro,ƒƒCƒŠƒI,Meiryo,Osaka,MS PƒSƒVƒbƒN,MS PGothic,sans-serif;
	color: #fff;
	font-size: 12px;
	text-align: center;
	position: absolute;
}
ul.footer-menu-1{
	margin: 10% 0 0 0;
	padding: 2.5%;
}
ul.footer-menu-1 li{
	display: inline;
	margin: 0;
	padding: 0;
}
ul.footer-menu-1 li img{
	width: 15%;
	margin: 0;
	padding: 0;
}
ul.footer-menu-2{
	margin: 10% 0 10% 0;
	padding: 2.5%;
}
ul.footer-menu-2 li{
	display: inline;
	margin: 0;
	padding: 0;
}
ul.footer-menu-2 li a{
	position: relative;
	display: inline-block;
	text-decoration: none;
	color: #fff;
}
ul.footer-menu-2 li a::after{
	position: absolute;
	bottom: -4px;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #fff;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .1s;
}
ul.footer-menu-2 li a:hover::after {
	transform: scale(1, 1);
}
.step-footer p{
	width: 100%;
	font-size: 12px;
	color: #fff;
	text-align: center;
	margin: 0;
	padding: 2.5% 0 0 0;
}
.step-footer-logo-area{
	display: flex;
	justify-content: center;
}
.step-footer-logo-area-image{
	width: 10%;
	margin: 0 0 -3% 0;
	padding: 0;
}
.step-footer-logo-area-image img{
	width: 100%;
}
.step-pc-header,.step-pc-header-space{
	display: none;
}

/* --------------------------------------------- */
/* ¤L‚¢‰æ–Ê—p‚Ì•\Ž¦‡˜i‰¡•768pxˆÈã‚ÅÌ—pj */
/* --------------------------------------------- */

@media all and (min-width: 768px) {
.step-sp-header,.step-sp-header-space{
	display: none;
}
h2{
	font-family: ƒqƒ‰ƒMƒmŠpƒS Pro W3,Hiragino Kaku Gothic Pro,ƒƒCƒŠƒI,Meiryo,Osaka,MS PƒSƒVƒbƒN,MS PGothic,sans-serif;
	color: #151b28;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	margin: 7.5% 0 2.5% 0;
	padding: 0;
}	
h3{
	font-family: ƒqƒ‰ƒMƒmŠpƒS Pro W3,Hiragino Kaku Gothic Pro,ƒƒCƒŠƒI,Meiryo,Osaka,MS PƒSƒVƒbƒN,MS PGothic,sans-serif;
	color: #151b28;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	margin: 10% 0 2.5% 0;
	padding: 0;
}
h4{
	font-family: ƒqƒ‰ƒMƒmŠpƒS Pro W3,Hiragino Kaku Gothic Pro,ƒƒCƒŠƒI,Meiryo,Osaka,MS PƒSƒVƒbƒN,MS PGothic,sans-serif;
	color: #151b28;
	font-size: 24px;
	text-align: center;
	margin: 0;
	padding: 0;
	border-bottom: 0;
}
p{
	font-family: ƒqƒ‰ƒMƒmŠpƒS Pro W3,Hiragino Kaku Gothic Pro,ƒƒCƒŠƒI,Meiryo,Osaka,MS PƒSƒVƒbƒN,MS PGothic,sans-serif;
	color: #151b28;
	font-size: 14px;
	text-align: left;
	margin: 0;
	margin-bottom: 5%;
	padding: 0;
	line-height: 2.0;
	width: 700px;
}
.top-title{
	font-family: ƒqƒ‰ƒMƒmŠpƒS Pro W3,Hiragino Kaku Gothic Pro,ƒƒCƒŠƒI,Meiryo,Osaka,MS PƒSƒVƒbƒN,MS PGothic,sans-serif;
	color: #151b28;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	margin: -4% 0 2.5% 0;
	padding: 0;
}
.title-line{
	display: flex;
	justify-content: center;
	margin: 1.5% 0 1.5% 0;
	padding: 0.5em;
}
.titleline{
	display: block;
	width: 15%;
	height: 2px;
	margin: -2.5% 0 -10% 0;
	background-color:  #0066aa;
	position: relative;
}
.line{
    	display: block;
    	height: 1px;
    	width: 60.5%;
    	background-color: #e2e2e6;
}
.underline{
	display: block;
	height: 1px;
	width: 60.5%;
	background-color: #e2e2e6;
	position: relative;
}
.underline::before{
	width: 40%;
}
.underline::before{
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	position: absolute;
	background-color: #0066aa;
}
/* headeriƒwƒbƒ_[E‚o‚bj
======================================*/
.step-pc-header{
	display: flex;
	flex-direction: row;
	width: 100%;
	height: 90px;
	background-color: #151b28;
	position: fixed;
	z-index: 12;
}
#step-pc-header-1{
	width: 15%;
	margin: 0;
	padding: 0;
}
#step-pc-header-1 img{
	width: 125px;
	margin: 3% 0 0 0;
	padding: 0;
}
#step-pc-header-2{
	width: 45%;
	margin: 0;
	padding: 0;
}
#step-pc-header-2 ul{
	display: flex;
	flex-direction: row;
	margin: 0;
	padding: 0;
}
#step-pc-header-2 ul li{
	margin: 0 35px 0 0;
	padding: 0;
	list-style-type: none;
	line-height: 7.5;
	font-size: 12px;
	font-family: ƒqƒ‰ƒMƒmŠpƒS Pro W3,Hiragino Kaku Gothic Pro,ƒƒCƒŠƒI,Meiryo,Osaka,MS PƒSƒVƒbƒN,MS PGothic,sans-serif;
}
#step-pc-header-2 ul li a{
	position: relative;
	display: inline-block;
	text-decoration: none;
	color: #fff;
}
#step-pc-header-2 ul li a::after{
	position: absolute;
	bottom: 30%;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #fff;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .5s;
}
#step-pc-header-2 li a:hover::after{
 	transform: scale(1, 1);
}
#step-pc-header-2 a:link,a:visited{
	color: #fff;
}
/* headeriƒwƒbƒ_[Eƒhƒƒbƒvƒ_ƒEƒ“E‚o‚bj
======================================*/
#step-pc-header-3{
	width: 20%;
	margin: 0;
	padding: 0;
}
#step-pc-header-4{
	width: 20%;
	margin: 0;
	padding: 0;
}
.menu{
	position: relative;
	width: 100%;
	height: 50px;
 	max-width: 1000px;
	margin: 0 auto;
	list-style: none;
	font-size: 12px;
	font-family: ƒqƒ‰ƒMƒmŠpƒS Pro W3,Hiragino Kaku Gothic Pro,ƒƒCƒŠƒI,Meiryo,Osaka,MS PƒSƒVƒbƒN,MS PGothic,sans-serif;
}
.menu > li{
	float: left;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #0f45b1;
}
.menu > li a{
	display: block;
	color: #fff;
	text-decoration: none;
}
.menu > li a:hover{
	opacity: 0.3;
}

ul.menu__second-level,ul.menu__second-level-2{
	visibility: hidden;
	opacity: 0;
 	z-index: 1;
}
.menu > li:hover {
	-webkit-transition: all .5s;
	transition: all .5s;
}
.menu__second-level li,.menu__second-level-2 li{
	border-top: 1px solid #151b28;
	list-style: none;
	background: left top no-repeat;
	background-size: 15% auto;
	margin: 0;
	padding: 0 0 0 25%;
	font-size: 12px;
	text-align: left;
	font-family: ƒqƒ‰ƒMƒmŠpƒS Pro W3,Hiragino Kaku Gothic Pro,ƒƒCƒŠƒI,Meiryo,Osaka,MS PƒSƒVƒbƒN,MS PGothic,sans-serif;
}
.menu__second-level li:nth-child(1){
	background-image: url(/corporate/img/menu_sports.png);
}
.menu__second-level li:nth-child(2){
	background-image: url(/corporate/img/menu_sports.png);
}
.menu__second-level li:nth-child(3){
	background-image: url(/corporate/img/menu_sports.png);
}
.menu__second-level li:nth-child(4){
	background-image: url(/corporate/img/menu_familyplace.png);
}
.menu__second-level li:nth-child(5){
	background-image: url(/corporate/img/menu_dr-martens.png);
}
.menu__second-level-2 li:nth-child(1){
	background-image: url(/corporate/img/menu_sports.png);
}
.menu__second-level-2 li:nth-child(2){
	background-image: url(/corporate/img/menu_step.png);
}
.menu__second-level-2 li:nth-child(3){
	background-image: url(/corporate/img/menu_familyplace.png);
}
.menu__second-level-2 li:nth-child(4){
	background-image: url(/corporate/img/menu_dr-martens.png);
}
.menu__second-level li a:hover,.menu__second-level-2 li a:hover{
	opacity: 0.3;
}
/* ‰º–îˆó */
.init-bottom::after{
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 0 0 15px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* floatƒNƒŠƒA */
.menu::before,
.menu::after{
	content: " ";
	display: table;
}
.menu::after{
	clear: both;
}
.menu {
	*zoom: 1;
}
.menu > li.menu__single{
	position: relative;
	margin: 7% 0 0 0;
	padding: 0;
	text-align: center;
	border: solid 1px;
}
li.menu__single ul.menu__second-level,li.menu__single ul.menu__second-level-2{
	position: absolute;
	top: 40px;
	width: 100%;
	background: #0f45b1;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
li.menu__single:hover ul.menu__second-level,li.menu__single:hover ul.menu__second-level-2{
	top: 50px;
 	visibility: visible;
	opacity: 1;
}
.step-pc-header-space{
	display: flex;
	margin: 0 0 80px 0;
	padding: 0;
}
/* breadlistiƒpƒ“‚­‚¸ƒŠƒXƒgE‚o‚bj
======================================*/
.breadlist{
	display: flex;
	margin: 25px 0 0 0;
	padding: 0;
}
.breadlist ul{
	display: flex;
  	list-style-type: none;
}
.breadlist li a{
	font-family: ƒqƒ‰ƒMƒmŠpƒS Pro W3,Hiragino Kaku Gothic Pro,ƒƒCƒŠƒI,Meiryo,Osaka,MS PƒSƒVƒbƒN,MS PGothic,sans-serif;
  	font-size: 12px;
	color: #151b28;
	margin: 0;
  	padding: 5px;
  	text-decoration: none;
}
.breadlist li a:hover{
  	text-decoration: underline;
}
.breadlist li::after{
  	content: '\003e';
  	margin-left: 10px;
  	margin-right: 10px;
  	color: #151b28;
}
.breadlist li:last-child::after{
  	content: "";
}
.breadlist-2{
	display: flex;
	margin: 0;
	padding: 0;
}
.breadlist-2 ul{
	display: flex;
  	list-style-type: none;
}
.breadlist-2 li a{
	font-family: ƒqƒ‰ƒMƒmŠpƒS Pro W3,Hiragino Kaku Gothic Pro,ƒƒCƒŠƒI,Meiryo,Osaka,MS PƒSƒVƒbƒN,MS PGothic,sans-serif;
  	font-size: 12px;
	color: #151b28;
	margin: 0;
  	padding: 5px;
  	text-decoration: none;
}
.breadlist-2 li a:hover{
  	text-decoration: underline;
}
.breadlist-2 li::after{
  	content: '\003e';
  	margin-left: 10px;
  	margin-right: 10px;
  	color: #151b28;
}
.breadlist-2 li:last-child::after{
  	content: "";
}
/* corporate-boxiŽ–‹ÆŠé‹ÆÐ‰îE‚o‚bj
====================================*/
.corporate-box{
	display: flex;
	margin: 0;
	padding: 0;
}
#corporate-box{
	width: 100%;
	margin: 0;
	padding: 0;
}
#corporate-box img{
	width: 100%;
}
#corporate-box p{
	font-family: ƒqƒ‰ƒMƒmŠpƒS Pro W3,Hiragino Kaku Gothic Pro,ƒƒCƒŠƒI,Meiryo,Osaka,MS PƒSƒVƒbƒN,MS PGothic,sans-serif;
	color: #333;
	font-size: 20px;
	text-align: left;
	margin: 0;
	padding: 0;
}
/* corporate-box-2boxiŽ–‹ÆŠé‹ÆÐ‰îE‚o‚bj
====================================*/
.corporate-2box{
	display: flex;
	flex-direction: row;
	width: 100%;
	margin: 2.5% 0 0 0;
	padding: 0;
}
#corporate-2box{
	width: 50%;
	margin: 0;
	padding: 0;
}
#corporate-2box img{
	width: 100%;
}
#corporate-2box p{
	font-family: ƒqƒ‰ƒMƒmŠpƒS Pro W3,Hiragino Kaku Gothic Pro,ƒƒCƒŠƒI,Meiryo,Osaka,MS PƒSƒVƒbƒN,MS PGothic,sans-serif;
	color: #151b28;
	font-size: 20px;
	text-align: left;
	margin: 0;
	padding: 0;
}
/* storegroupiŽ–‹Æ•”ƒŠƒXƒgE‚o‚bj
====================================*/
.storegroup{
	display: flex;
	justify-content: center;
}
.storegroup-list{
	display: flex;
	flex-direction: row;
	width: 60%;
	margin: 2.5% 0 2.5% 0;
	padding: 0;
}
.storegroup-list-tittle{
	font-family: ƒqƒ‰ƒMƒmŠpƒS Pro W3,Hiragino Kaku Gothic Pro,ƒƒCƒŠƒI,Meiryo,Osaka,MS PƒSƒVƒbƒN,MS PGothic,sans-serif;
	color: #151b28;
	font-size: 20px;
	text-align: left;
	margin: 0 0 2.5% 0;
	padding: 0;
}
.storegroup-list-box{
	width: 50%;
	margin: 0;
	padding: 0.5em;
}
.storegroup-list-box img{
	width: 100%;
}
.storegroup-list p{
	font-family:ƒqƒ‰ƒMƒmŠpƒS Pro W3,Hiragino Kaku Gothic Pro,ƒƒCƒŠƒI,Meiryo,Osaka,MS PƒSƒVƒbƒN,MS PGothic,sans-serif;
	color: #151b28;
	font-size: 14px;
	line-height: 1.6;
	text-align: left;
	width: 100%;	
}
.storegroup-list-hr{
	margin: 0 20% 0 20%;
	padding: 0;
	border-bottom: 1px solid #e2e2e6;
}
/* store-btniƒXƒgƒAƒ{ƒ^ƒ“E‚o‚bj
======================================*/
.store-button{
	width: 70%;
	position: relative;
	display: inline-block;
	margin: 1em 0 0 0;
	padding: 1em  0 1em 0;
	border: 1px solid #e2e2e6;
	transition: .5s;
	font-family:ƒqƒ‰ƒMƒmŠpƒS Pro W3,Hiragino Kaku Gothic Pro,ƒƒCƒŠƒI,Meiryo,Osaka,MS PƒSƒVƒbƒN,MS PGothic,sans-serif;
	font-size: 14px;
	color: #151b28;
	text-align: center;
	text-decoration: none;
}
.store-button:visited{
	color: #151b28;
}
.store-button:hover{
	color: #fff;
}
.store-button::before{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	content: '';
	background: #0f45b1;
	transform-origin: right top;
	transform: scale(0, 1);
	transition: transform .5s;
}
.store-button:hover::before {
	transform-origin: left top;
	transform: scale(1, 1);
}
/* storeiŽ–‹ÆŒfÚƒy[ƒWE‚o‚bj
======================================*/
.store-title{
	font-family: ƒqƒ‰ƒMƒmŠpƒS Pro W3,Hiragino Kaku Gothic Pro,ƒƒCƒŠƒI,Meiryo,Osaka,MS PƒSƒVƒbƒN,MS PGothic,sans-serif;
	color: #151b28;
	font-size: 40px;
	text-align: center;
	margin: 2.5% 0 2.5% 0;
	padding: 0;
	width: 100%;
}
.store-title p{
	font-family: ƒqƒ‰ƒMƒmŠpƒS Pro W3,Hiragino Kaku Gothic Pro,ƒƒCƒŠƒI,Meiryo,Osaka,MS PƒSƒVƒbƒN,MS PGothic,sans-serif;
	color: #151b28;
	font-size: 18px;
	text-align: center;
	margin: -4.5% 0 0 0;
	padding: 0;
	width: 100%;
}
.store-headline{
	font-family: ƒqƒ‰ƒMƒmŠpƒS Pro W3,Hiragino Kaku Gothic Pro,ƒƒCƒŠƒI,Meiryo,Osaka,MS PƒSƒVƒbƒN,MS PGothic,sans-serif;
	color: #151b28;
	font-size: 26px;
	font-weight: 900;
	text-align: center;
	margin: 2.5% 0 0 0;
	padding: 0;
	width: 100%;
}
.store-description{
	display: flex;
	justify-content: center;
}
.store-description p{
	font-family: ƒqƒ‰ƒMƒmŠpƒS Pro W3,Hiragino Kaku Gothic Pro,ƒƒCƒŠƒI,Meiryo,Osaka,MS PƒSƒVƒbƒN,MS PGothic,sans-serif;
	color: #151b28;
	font-size: 14px;
	text-align: left;
	margin: 2.5% 0 2.5% 0;
	padding: 0;
	width: 60%;
}
.store-image{
	display: flex;
	justify-content: center;
}
.store-image img{
	width: 60%;
	height: intrinsic;
}
/* storepage-btniŽ–‹ÆŒfÚƒy[ƒWƒXƒgƒAƒ{ƒ^ƒ“EPCj
======================================*/
.button-area{
	display: flex;
	justify-content: center;
}
.storepage-button-area{
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.storepage-button{
	width: 19.5%;
	position: relative;
	display: inline-block;
	margin: 0.5em 0.5em 0 0;
	padding: 2em  0 1.5em 0;
	border: 1px solid #e2e2e6;
	transition: .5s;
	font-family:ƒqƒ‰ƒMƒmŠpƒS Pro W3,Hiragino Kaku Gothic Pro,ƒƒCƒŠƒI,Meiryo,Osaka,MS PƒSƒVƒbƒN,MS PGothic,sans-serif;
	font-size: 14px;
	color: #151b28;
	text-align: center;
	text-decoration: none;
}
.storepage-button:visited{
	color: #151b28;
}
.storepage-button:hover{
	color: #fff;
}
.storepage-button::before{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	content: '';
	background: #0f45b1;
	transform-origin: right top;
	transform: scale(0, 1);
	transition: transform .5s;
}
.storepage-button:hover::before{
	transform-origin: left top;
	transform: scale(1, 1);
}
.storepage-button img{
	width: 10%;
	float: right;
	margin: 5% 10% 0 0;
	padding: 0;
}
.brand{
	display: flex;
	justify-content: center;
}
.brandlist{
	display: flex;
    	flex-direction: row;
    	justify-content: center;
    	width: 60%;
    	margin: 2.5% 0 2.5% 0;
    	padding: 0;
}
.brandlist img{
	width: 25%;
	height: intrinsic;
}
.brandlist-2{
	display: flex;
    	flex-direction: row;
    	justify-content: center;
    	width: 60%;
    	margin: 2.5% 0 2.5% 0;
    	padding: 0;
}
.brandlist-2 img{
	width: 20%;
	height: intrinsic;
}
/* shop-listi“X•Üî•ñE‚o‚bj
====================================*/
.shoplist-area-title{
    	font-family: ƒqƒ‰ƒMƒmŠpƒS Pro W3,Hiragino Kaku Gothic Pro,ƒƒCƒŠƒI,Meiryo,Osaka,MS PƒSƒVƒbƒN,MS PGothic,sans-serif;
    	color: #151b28;
    	font-size: 18px;
	font-weight: bold;
    	text-align: left;
    	margin: 2.5% 0 -1.5% 20%;
    	padding: 0;
}
.shoplist{
	display: flex;
	justify-content: center;
}
.shoplist-layout{
	display: flex;
	flex-direction: row;
	width: 60%;
	margin: 0 0 1.5% 0;
	padding: 0;
	align-items: bassline;
}
.shoplist-name{
	width: 30%;
	margin: 0;
	padding: 0;
}
.shoplist-name p{
	font-family: ƒqƒ‰ƒMƒmŠpƒS Pro W3,Hiragino Kaku Gothic Pro,ƒƒCƒŠƒI,Meiryo,Osaka,MS PƒSƒVƒbƒN,MS PGothic,sans-serif;
	color: #151b28; 
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	width: 95%;
}
.shoplist-name p a{
	text-decoration: none;
	color: #151b28;
}
.shoplist-name p a:hover{
	text-decoration: underline;
}
.shoplist-name p a:link,a:visited{
	color : #151b28;
}
.shoplist-address{
	width: 50%;
 	margin: 0;
	padding: 0;
}
.shoplist-address dl{
	display: flex;
    	flex-wrap: wrap;
	font-family: ƒqƒ‰ƒMƒmŠpƒS Pro W3,Hiragino Kaku Gothic Pro,ƒƒCƒŠƒI,Meiryo,Osaka,MS PƒSƒVƒbƒN,MS PGothic,sans-serif;
	color: #151b28;
	font-size: 14px;
	line-height: 2.0;
    	margin: 0;
	padding: 0;
}
.shoplist-address dt{
    	width: 25%;
	margin: 0 0 2.5% 0;
    	padding: 0;
}
.shoplist-address dd{
	width: 75%;
	margin: 0;
    	padding: 0;
}
.shoplist-address dd a{
	text-decoration: none;
}
.shoplist-address dd a:link,.shoplist-address dd a:visited {
	color: #151b28;
}
.shoplist-address dd a:hover{
	text-decoration: underline;
}
.shoplist-image,.shoplist-button-area{
	width: 20%;
	margin: 0;
	padding: 0;
}
.shoplist-image img{
	width: 100%
}
.shoplist-button{
	width: 85%;
	position: relative;
	display: inline-block;
	margin: 0 0 1.5em 1.5em;
	padding: 1em 0 1em 0;
	border: 1px solid #e2e2e6;
	transition: .5s;
	font-family: ƒqƒ‰ƒMƒmŠpƒS Pro W3,Hiragino Kaku Gothic Pro,ƒƒCƒŠƒI,Meiryo,Osaka,MS PƒSƒVƒbƒN,MS PGothic,sans-serif;
	font-size: 14px;
	color: #151b28;
	text-align: center;
 	text-decoration: none;
}
.shoplist-button:visited{
	color: #151b28;
}
.shoplist-button:hover{
	color: #fff;
}
.shoplist-button::before{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	content: '';
	background: #0f45b1;
	transform-origin: right top;
	transform: scale(0, 1);
	transition: transform .5s;
}
.shoplist-button:hover::before{
	transform-origin: left top;
	transform: scale(1, 1);
}
.shoplist-button img{
	width: 10%;
	float: right;
	margin: 1% 10% 0 -1.5%;
	padding: 0;
}
.shoplist-area-button{
	width: 14%;
	position: relative;
	display: inline-block;
	margin: 0.5em 0.5em 0 0;
	padding: 2em  0 1.5em 0;
	border: 1px solid #e2e2e6;
	transition: .5s;
	font-family:ƒqƒ‰ƒMƒmŠpƒS Pro W3,Hiragino Kaku Gothic Pro,ƒƒCƒŠƒI,Meiryo,Osaka,MS PƒSƒVƒbƒN,MS PGothic,sans-serif;
	font-size: 14px;
	color: #151b28;
	text-align: center;
	text-decoration: none;
}
.shoplist-area-button a:visited{
	color: #151b28;
}
.shoplist-area-button:hover{
	opacity: 0.3;
}
.shoplist-area-button img{
	width: 10%;
	float: right;
	margin: -1.5% 10% 0 -1.5%;
	padding: 0;
}
#kanto{
	padding-top: 180px;
	margin-top: -150px;
}
#chubu,#kansai,#kyushu{
	padding-top: 175px;
	margin-top: -150px;
}
#miyagi{
	padding-top: 180px;
	margin-top: -150px;
}
#niigata,#tokyo,#kanagawa,#chiba,#saitama,#shizuoka,#aichi,#ishikawa,#osaka,#kyoto,#hyougo,#okayama,#hiroshima,#fukuoka,#kumamoto,#kagoshima{
	padding-top: 175px;
	margin-top: -150px;
}
.shoppage{
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 0;
}
.shoppage-area{
	display: flex;
	flex-direction: row;
	width: 60%;
	margin: 2.5% 0 2.5% 0;
	padding: 0;
}
.shoppage-name{
	font-family: ƒqƒ‰ƒMƒmŠpƒS Pro W3,Hiragino Kaku Gothic Pro,ƒƒCƒŠƒI,Meiryo,Osaka,MS PƒSƒVƒbƒN,MS PGothic,sans-serif;
	color: #151b28;
	font-size: 26px;
	text-align: left;
	margin: 0 0 2.5% 0;
	padding: 0;
}
.shoppage-box{
	width: 50%;
	margin: 0;
	padding: 0.5em;
}
#shopview{
  	margin: 0;
  	padding: 0;
}
.view_main,.view_main li{
  	margin: 0;
  	padding: 0;
  	list-style: none;
}
.view_main li{
  	width: 100%;
  	overflow: hidden;
}
.view_main li.item2,
.view_main li.item3,
.view_main li.item4,
.view_main li.item5,
.view_main li.item6,
.view_main li.item7,
.view_main li.item8,
.view_main li.item9,
.view_main li.item10{
  	display: none;
}
.view_main li:hover img{
  	opacity: 0.8;
  	filter: alpha(opacity=80);
  	-ms-filter: "alpha(opacity=80)";
}
.view_thumb,.view_thumb li{
  	margin: 0;
  	padding: 0;
  	list-style: none;
}
.view_thumb li{
  	display: inline-block;
  	width: 18%;
  	overflow: hidden;
  	cursor: pointer;
  	vertical-align: top;
}
.view_thumb li img{
  	width: 100%;
  	height: auto;
}
.view_thumb li:hover img {
  	opacity: 0.8;
  	filter: alpha(opacity=80);
  	-ms-filter: "alpha(opacity=80)";
}
.shoppage-box p{
	width: 100%;
	margin: 2.5% 0 0 0;
	padding: 0;
	font-family:ƒqƒ‰ƒMƒmŠpƒS Pro W3,Hiragino Kaku Gothic Pro,ƒƒCƒŠƒI,Meiryo,Osaka,MS PƒSƒVƒbƒN,MS PGothic,sans-serif;
	color: #151b28;
	font-size: 14px;
	line-height: 1.6;
	text-align: left;	
}
.shoppage-box dl{
	display: flex;
    	flex-wrap: wrap;
	font-family: ƒqƒ‰ƒMƒmŠpƒS Pro W3,Hiragino Kaku Gothic Pro,ƒƒCƒŠƒI,Meiryo,Osaka,MS PƒSƒVƒbƒN,MS PGothic,sans-serif;
	color: #151b28;
	font-size: 14px;
	line-height: 2.0;
    	margin: 0;
	padding: 0;
}
.shoppage-box dt{
    	width: 20%;
	margin: 0 0 1% 0;
    	padding: 0;
}
.shoppage-box dd{
	width: 80%;
	margin: 0;
    	padding: 0;
}
.shoppage-box dd a{
	text-decoration: none;
}
.shoppage-box dd a:link,.shoppage-box dd a:visited{
	color: #151b28;
}
.shoppage-box dd a:hover{
	text-decoration: underline;
}
.storegroup-list-hr{
	margin: 0 20% 0 20%;
	padding: 0;
	border-bottom: 1px solid #e2e2e6;
}
.shoppage-category{
	font-family: ƒqƒ‰ƒMƒmŠpƒS Pro W3,Hiragino Kaku Gothic Pro,ƒƒCƒŠƒI,Meiryo,Osaka,MS PƒSƒVƒbƒN,MS PGothic,sans-serif;
	color: #151b28;
	font-size: 14px;
	text-align: left;
	margin: 2.5% 0 0 0;
	padding: 0;
}
.shoppage-category-button-area{
	display: flex;
	flex-direction: row;
	justify-content: left;
}
.shoppage-category-button{
	width: 30%;
	position: relative;
	display: inline-block;
	margin: 1em 0.5em 0 0;
	padding: 1em  0 1em 0;
	border: 1px solid #e2e2e6;
	transition: .5s;
	font-family:ƒqƒ‰ƒMƒmŠpƒS Pro W3,Hiragino Kaku Gothic Pro,ƒƒCƒŠƒI,Meiryo,Osaka,MS PƒSƒVƒbƒN,MS PGothic,sans-serif;
	font-size: 14px;
	color: #151b28;
	text-align: center;
	text-decoration: none;
}
.shoppage-category-button:visited{
	color: #151b28;
}
.shoppage-category-button:hover{
	color: #fff;
}
.shoppage-category-button::before{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	content: '';
	background: #0f45b1;
	transform-origin: right top;
	transform: scale(0, 1);
	transition: transform .5s;
}
.shoppage-category-button:hover::before {
	transform-origin: left top;
	transform: scale(1, 1);
}
.dm-shoppage-button{
	width: 250px;
	position: relative;
	display: inline-block;
	margin: 1em 0 0 0;
	padding: 0;
	border: 1px solid #e2e2e6;
	transition: .5s;
	font-family:ƒqƒ‰ƒMƒmŠpƒS Pro W3,Hiragino Kaku Gothic Pro,ƒƒCƒŠƒI,Meiryo,Osaka,MS PƒSƒVƒbƒN,MS PGothic,sans-serif;
	font-size: 14px;
	color: #151b28;
	text-align: center;
	text-decoration: none;
	line-height: 4;
}
.dm-shoppage-button:visited{
	color: #151b28;
}
.dm-shoppage-button:hover{
	color: #fff;
}
.dm-shoppage-button::before{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	content: '';
	background: #0f45b1;
	transform-origin: right top;
	transform: scale(0, 1);
	transition: transform .5s;
}
.dm-shoppage-button:hover::before{
	transform-origin: left top;
	transform: scale(1, 1);
}
.dm-shoppage-button img{
	width: 30px;
	float: right;
	margin: 4.5% 5% 0 0;
	padding: 0;
}
.map{
	display: flex;
	justify-content: center;
}
.map-layout{
	width: 60%;
	margin: 0;
	padding: 0;
}
/* company-profilei‰ïŽÐŠT—vE‚o‚bj
====================================*/
.company-description{
	display: flex;
	justify-content: center;
}
.company-description p{
	font-family: ƒqƒ‰ƒMƒmŠpƒS Pro W3,Hiragino Kaku Gothic Pro,ƒƒCƒŠƒI,Meiryo,Osaka,MS PƒSƒVƒbƒN,MS PGothic,sans-serif;
	color: #151b28;
	font-size: 14px;
	text-align: left;
	margin: 0;
	padding: 0;
	width: 60%;
}
.company-profile-title{
	font-family: ƒqƒ‰ƒMƒmŠpƒS Pro W3,Hiragino Kaku Gothic Pro,ƒƒCƒŠƒI,Meiryo,Osaka,MS PƒSƒVƒbƒN,MS PGothic,sans-serif;
	color: #151b28;
	font-size: 18px;
	text-align: left;
	margin: 2.5% 0 -1.5% 20%;
	padding: 0;
}
.company-profile{
	display: flex;
	justify-content: center;
}
.company-profile dl{
	display:flex;
	flex-wrap: wrap;
	border: 1px solid #e2e2e6;
	border-top: none;
	margin: 0;
	padding: 0;
	font-family: ƒqƒ‰ƒMƒmŠpƒS Pro W3,Hiragino Kaku Gothic Pro,ƒƒCƒŠƒI,Meiryo,Osaka,MS PƒSƒVƒbƒN,MS PGothic,sans-serif;
	font-size: 14px;
	line-height: 3;
	width: 60%;
}
.company-profile dt{
	background-color: #edeeef;
	margin: 0;
	padding: 1em;
	box-sizing: border-box;
	border-top: 1px solid #e2e2e6;
	color: #151b28;
	width: 25%;
}
.company-profile dd{
	margin: 0;
	padding: 1em;
	border-left: 1px solid #e2e2e6;
	border-top: 1px solid #e2e2e6; 
	background: #fff;
	box-sizing: border-box;
	color: #151b28;
	width: 75%;
}
.company-profile a{
	text-decoration: none;
	color: #151b28;
}
.company-profile a:link, a:visited{
	color: #151b28;
}
.company-profile a:hover{
	text-decoration: underline;
}
/* recruitiƒŠƒNƒ‹[ƒg‰æ‘œE‚o‚bj
====================================*/
.recruit-2box{
	display: flex;
	flex-direction: row;
	width: 60%;
	margin: 2.5% 0 0 20%;
	padding: 0;
}
#recruit-2box{
	width: 50%;
	margin: 0;
	padding: 0.1em;
}
#recruit-2box img{
	width: 100%;
}
/* philosophyiŸ†‹Æ—”OE‚o‚bj
====================================*/
.philosophy{
	display: flex;
	justify-content: center;
}
.philosophy-image{
	width: 40%;
	margin: 5% 0 5% 0;
	padding: 0;
}
.philosophy-image img{
	width: 100%;
}
/* company-linkiŠé‹Æî•ñƒŠƒ“ƒNE‚o‚bj
====================================*/
.company-link{
	display: flex;
	flex-direction: row;
	width: 100%;
	margin: 0;
	padding: 1.5% 0 1.5% 0;
	background-color: #e3e3e3;
	justify-content: center;
	font-family: ƒqƒ‰ƒMƒmŠpƒS Pro W3,Hiragino Kaku Gothic Pro,ƒƒCƒŠƒI,Meiryo,Osaka,MS PƒSƒVƒbƒN,MS PGothic,sans-serif;
}
.company-link title{
	color: #151b28;
	font-size: 14px;
	text-align: center;
	margin: 0;
	padding: 0;
}
#company-link{
	width: 10%;
	margin: 0;
	padding: 2.5em;
}
#company-link img{
	width: 100%;
}
#company-link p{
	font-family: ƒqƒ‰ƒMƒmŠpƒS Pro W3,Hiragino Kaku Gothic Pro,ƒƒCƒŠƒI,Meiryo,Osaka,MS PƒSƒVƒbƒN,MS PGothic,sans-serif;
	color: #151b28;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
/* footeriƒtƒbƒ^[E‚o‚bj
======================================*/
.step-footer{
	width: 100%;
	height: auto;
	background-color: #151b28;
	font-family: ƒqƒ‰ƒMƒmŠpƒS Pro W3,Hiragino Kaku Gothic Pro,ƒƒCƒŠƒI,Meiryo,Osaka,MS PƒSƒVƒbƒN,MS PGothic,sans-serif;
	color: #fff;
	font-size: 12px;
	text-align: center;
	position: absolute;
}
ul.footer-menu-1{
	margin: 0;
	padding: 2.5%;
}
ul.footer-menu-1 li{
	display: inline;
	margin: 0;
	padding: 0;
}
ul.footer-menu-1 li img{
	width: 8%;
	margin: 0;
	padding: 0;
}
ul.footer-menu-2{
	margin: 0;
	padding: 2.5%;
}
ul.footer-menu-2 li{
	display: inline;
	margin: 0;
	padding: 0;
}
ul.footer-menu-2 li a{
	position: relative;
	display: inline-block;
	text-decoration: none;
}
ul.footer-menu-2 li a::after{
	position: absolute;
	bottom: -4px;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #fff;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .5s;
}
ul.footer-menu-2 li a:hover::after {
	transform: scale(1, 1);
}
.step-footer p{
	width: 100%;
	font-size: 12px;
	color: #fff;
	text-align: center;
	margin: 0;
	padding: 2.5% 0 0 0;
}
.step-footer-logo-area{
	display: flex;
	justify-content: center;
}
.step-footer-logo-area-image{
	width: 5%;
	margin: 0 0 -3% 0;
	padding: 0;
}
.step-footer-logo-area-image img{
	width: 100%;
}
}
@media all and (min-width: 930px) {
#step-pc-header-2 ul li {
	margin: 0 50px 0 0;
	padding: 0;
	list-style-type: none;
	line-height: 7;
	font-size: 14px;
	font-family: ƒqƒ‰ƒMƒmŠpƒS Pro W3,Hiragino Kaku Gothic Pro,ƒƒCƒŠƒI,Meiryo,Osaka,MS PƒSƒVƒbƒN,MS PGothic,sans-serif;
}
}