@charset "UTF-8";

@font-face {
	font-family: 'GUJPCorporate';
	src: url('/jp/ja/corp/fonts/GUJPCorporate-Kana-Light_v2.0.woff2') format('woff2'),
	url('/jp/ja/corp/fonts/GUJPCorporate-Kana-Light_v2.0.woff') format('woff'),
	url('/jp/ja/corp/fonts/GUJPCorporate-Kana-Light_v2.0.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'GUJPCorporate';
	src: url('/jp/ja/corp/fonts/GUJPCorporate-Kana-Regular_v2.0.woff2') format('woff2'),
	url('/jp/ja/corp/fonts/GUJPCorporate-Kana-Regular_v2.0.woff') format('woff'),
	url('/jp/ja/corp/fonts/GUJPCorporate-Kana-Regular_v2.0.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'GUJPCorporate';
	src: url('/jp/ja/corp/fonts/GUJPCorporate-Kana-Bold_v2.0.woff2') format('woff2'),
	url('/jp/ja/corp/fonts/GUJPCorporate-Kana-Bold_v2.0.woff') format('woff'),
	url('/jp/ja/corp/fonts/GUJPCorporate-Kana-Bold_v2.0.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}


/*============================================================
style.css
============================================================*/

body{
	padding: 0;
}
#container {
	min-width: 1160px;
	padding: 0;
}
.clearfix:after {
	display: block;
	clear: both;
	content:"";
}

#online{
	margin: 36px auto 0;
	padding: 0;
	font-family: 'GUJPCorporate', 'Avenir Next', Roboto, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
	font-weight: 400;
	letter-spacing: 0.05rem;
	font-feature-settings: 'palt';
}
#online .aliasBlock{
	padding: 0 0 56px 0;
}
#onlineBottom .sns {
	width: 1160px;
	margin: 0 auto;
	padding: 120px 0 0 0;
}

#online .alias-width960{
	width: 960px;
	margin: 0 auto;
}


/*
content
============================================================*/

/* keyvis */
#online .keyvis{
	position: relative;
	padding: 0 0 76px 0;
}
#online .keyvis h1{
	padding: 26px 0 70px 0;
	font-size: 40px;
	font-weight: 700;
	color: #1b1b1b;
/*	letter-spacing: -0.02em;*/
	text-align: center;
	line-height: 1.5;
}

#online .genderNavi ul{
	margin-bottom: 60px;
	text-align: center;
}

#online .genderNavi ul li{
	display: inline-block;
	margin: 0 20px;
	height: 40px;
}
#online .genderNavi ul li a{
	display: block;
	width: 140px;
	padding: 9px 0;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	color: #1b1b1b;
}
#online .genderNavi ul li a.active{
	border-bottom: 3px solid #12288A;
}
#online .keyvis .mv{
	text-align: center;
	margin-bottom: 56px;
}

#online .keyvis .unfold {
	width: 840px;
	background-color: #f5f5f5;
	text-align: center;
	padding: 30px 0;
	margin: 0 auto;
}

#online .keyvis .unfold p {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 20px;
}

#online .keyvis .unfold .link {
	display: inline-block;
}

#online .keyvis .unfold .link a {
	font-size: 16px;
	color: #1b1b1b;
/*	letter-spacing: 0.075em;*/
}

#online .keyvis .unfold .link a:first-of-type {
	margin-right: 48px;
}

#online .keyvis .unfold .link a span {
	position: relative;
	display: inline-block;
    padding-right: 18px;
	text-decoration: underline;
}

#online .keyvis .unfold .link a span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    border-right: #1b1b1b 1px solid;
    border-bottom: #1b1b1b 1px solid;
    transform: rotate(-45deg);
}

#online .keyvis .unfold .link a:hover span {
	text-decoration: none;
}




/* contentWrapper */
.newItem,
.rankingItem,
.onlineList,
.largeShopLink,
.store {
	width: 1160px;
	margin: 0 auto;
	padding: 0 0 25px 0;
}

.featureList{
	width: 1160px;
	margin: 0 auto;
	padding: 0 0 110px 0;
}



/* ttl */
.contentBlock .sectionTtl{
	padding: 20px 0 60px 0;
	font-size: 30px;
	font-weight: 700;
	color: #1b1b1b;
	text-align: center;
/*	letter-spacing: 0.08em;*/
}
.contentBlock .sectionTtl span{
	display: block;
	padding-top: 30px;
	font-size: 14px;
	font-weight: normal;
	color: #1b1b1b;
	text-align: center;
}

.contentBlock .newItem .sectionTtl{
	padding: 20px 0 90px 0;
}
.contentBlock .store .sectionTtl{
	padding: 20px 0 106px 0;
}
.contentBlock .rankingItem .sectionTtl{
	padding: 20px 0 85px 0;
}


.contentBlock .meritTtl{
	padding: 60px 0 0 0;
	margin-bottom: 0;
	background: #e7e7e7;
	font-size: 24px;
	color: #666666;
	text-align: center;
	font-weight: 700;
}





/* btnList */
.btnList{
	margin-bottom: 58px;
}
.btnList ul li{
	float: left;
	width: 275px;
	margin: 0 20px 20px 0;
}
.btnList ul li:nth-child(4n){
	margin: 0 0 20px 0;
}
.btnList ul li a{
	display: block;
	padding: 15px;
	color: #666666;
	border: #cacaca 1px solid;
	font-weight: 700;
	font-size: 14px;
}
.btnList ul li a img {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 10px;
}




.largeShopLink{
	padding-bottom: 0;
	margin-bottom: 100px;
}
.largeShopLink a{
	position: relative;
	display: block;
	padding: 80px 0;
	background: #e7e7e7;
	text-align: center;
	color: #1b1b1b;
	font-size: 24px;
	font-weight: 700;
/*	letter-spacing: 0.1em;*/
}
.largeShopLink a span:after{
	content: "";
	position: relative;
	width: 5px;
	height: 10px;
	padding-left: 30px;
	background: url(../img/arrow.png) 50% 50% no-repeat;
}









.featureList ul {
	width: 100%;
	text-align: center;
	font-size: 0;
}
.featureList ul li {
	display: inline-block;
	width: 359px;
	padding: 0;
	text-align: center;
	margin-right: 40px;
	vertical-align: top;
}
.featureList ul li:last-child {
	margin-right: 0;
}
.featureList ul li a {
	display: block;
	text-decoration: none;
}
.featureList ul li a:hover p {
	text-decoration: underline;
}
.featureList ul li a:hover .links {
	text-decoration: underline;
}
.featureList ul li .img {
	margin-bottom: 44px;
}
.featureList ul li h3 {
	font-size: 21px;
	line-height: 32px;
	color: #1b1b1b;
	margin-bottom: 20px;
	font-weight: 700;
}
.featureList ul li p {
	font-size: 15px;
	line-height: 24px;
	color: #5a5a5a;
}
.featureList ul li .links {
	padding-top: 25px;
	font-size: 12px;
}
.featureList ul li .links:after {
	content: "";
	display: inline-block;
	width: 5px;
	height: 10px;
	margin-top: -3px;
	margin-left: 7px;
	background: url(../img/arrow.png) 0 0 no-repeat;
	vertical-align: middle;
}

.featureList ul li.halfLink .img {
	display: flex;
}








/* meritImg */
.meritImg{
	padding: 60px 0;
	background: #e7e7e7;
	text-align: center;
}
.faqLink{
	padding: 0 0 60px 0;
	background: #e7e7e7;
	text-align: center;
}
.faqLink a.arrowLink{
	position: relative;
	display: inline-block;
	color: #3f3a39;
	font-size: 14px;
}
.faqLink a.arrowLink:hover{
	text-decoration: underline;
}
.faqLink a.arrowLink:after{
	content: "";
	position: absolute;
	top:50%;
	right: -12px;
	width: 5px;
	height: 10px;
	margin-top: -5px;
	background: url(../img/arrow.png) 0 0 no-repeat;
}


/* menuArea */
.menuArea {
	width: 1160px;
	margin: 70px auto 0;
}
.menuArea .ancMenu {
	text-align: center;
}
.menuArea .ancMenu li {
	letter-spacing: normal;
	display: inline-block;
	margin-right: 20px;
	float: left;
}
.menuArea .ancMenu li:nth-child(4n) {
	margin-right: 0;
}
.menuArea .ancMenu li a {
	width: 275px;
	height: 60px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #1b1b1b;
	border: solid 1px #1b1b1b;
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.menuArea .ancMenu li a::after {
	position: absolute;
	right: 17px;
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	border-right: #1b1b1b 1px solid;
	border-bottom: #1b1b1b 1px solid;
	transform: rotate(45deg);
}

/* storeList */
.storeType {
	margin-bottom: 13px;
	font-size: 20px;
	font-weight: 700;
}
.storeTypeTxt {
	margin-bottom: 18px;
	font-size: 14px;
	font-weight: 700;
}
.storeList {
	margin-bottom: 42px;
}
.storeList > div {
	width: 372px;
	float: left;
	margin-right: 20px;
	margin-bottom: 13px;
}
.storeList > div.full {
	width: 100%;
}
.storeList > div:nth-child(3n),
.storeList > div.full {
	margin-right: 0;
}
.storeList > div a {
	display: block;
}
.storeList .name {
	position: relative;
	padding: 18px 0;
	border-bottom: 1px solid #DADADA;
	font-size: 14px;
	font-weight: 700;
	color: #1B1B1B;
}
.storeList .name::after {
	position: absolute;
	top: 0;
	right: 6px;
	bottom: 0;
	margin: auto;
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	border-right: #1b1b1b 1px solid;
	border-bottom: #1b1b1b 1px solid;
	transform: rotate(-45deg);
}
.storeList .txt {
	padding: 18px 0 10px;
	font-size: 14px;
	font-weight: 700;
	color: #5A5A5A;
	line-height: 1.71;
}
