<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@media (min-width: 768px) {}
@media (max-width: 767px) {}

#wrapper {
  background: #fff;
  color: #464A50;
	font-family: 'M PLUS 1p', sans-serif;
}

/*************************

サブページ用 レイアウト調節

*************************/
/*▼ヘッダー固定の場合　ヘッダーの高さ分のマージン*/
@media (max-width: 767px)  {
.container {
	position: relative;
	top: 50px!important;
  }
}
.container .container { top: 0!important;  }

/*▼ヘッダー固定の場合topicPathの重なり調整**/
.topicPath {
  position: relative!important;
  z-index: 8!important;
}

/*▼innerの左右に余白*/
.inner {
  padding: 0 5%;
}
.inner .inner {
  padding: 0!important;
}

/*▼黒ボタンのリンク色設定*/
.btnEntryGroup a {
  color: #fff!important;
  text-decoration: none!important;
}

/*▼利用規約ウィンドウ見出し*/
.agreement .contentHeading {
	/* font-family: 'Noto Sans JP', sans-serif; */
	font-weight: 500;
	font-size: 22px;
	line-height: 1.4;
	border-bottom: 1px solid #333;
        padding-bottom: 10px;
}
.agreement .contentHeading::after {
	display: none;
}
.agreement .contentHeading {
	font-size: 18px;
	/* text-align: left; */
	padding-bottom: 10px;
        margin-top: 1px;
}
}

/*************************

サブページ用 レイアウト調節
    
*************************/


.content {
	border: none;
  padding: 0;
  margin: 0;  
}

/* ▼リンク色 */
a:link, a:visited {
  text-decoration: none;
  color: #464A50;
	}
@media (min-width: 768px) {
#wrapper a:hover {  
  transition: 0.4s;  
  filter:alpha(opacity=60);  
  -moz-opacity: .6;  
  opacity: .6;
	}
}

/* ▼br */
.br_pc {display:block;}
.br_sp {display:none;}
@media only screen and (max-width: 768px) {
.br_pc {display:none;}
.br_sp {display:block;}
}

/* ▼clearfix */
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.fnt-berkshire {
		font-family: 'Berkshire Swash', cursive;
}

/* header PC
*************************/
@media (min-width: 768px) {
header {
	padding: 0px 10px 0;
	box-sizing: border-box;
	height: 80px;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
	color: #fff;
	position: static;
	z-index: 10;
  }
header a:link, header a:visited {
	color: #464A50;
	}
header a:hover, header a:active {
	color: #464A50;
	}
header .inner {
	max-width: 100%!important;
	height: 80px;
	margin: 0 auto;
	padding: 0;
  }
.siteHeading {
	font-size: 161.5%;
	float: none;
	z-index: 1000;
	position: relative;
        top: 3px;
  }
.siteHeading.forPc a {
	position: absolute;
	display: block;
	left: 0;
	width: 105px;
	height: 120px;
	padding: 0;
  }
.siteHeading.forPc a img {
	display: block;
	width: auto;
	height: 100%;
	max-width: 100%;	
        max-height: 120px;	
        margin: 0 auto;
  }
.siteHeading.forSp {
	display: none;
  }
.header_main {
	padding-right: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
	text-align: center;
	position: relative;
	}
}

/* header SP
*************************/
@media (max-width: 767px) {
header {
	background: rgba(255,255,255,.9);
	position: fixed;
	width: 100%;
	z-index: 1001;
	height: 50px;
	margin: 0;
	padding: 0!important;
  }
header .inner {
	padding: 0;
  }
.siteHeading {
	font-size: 130.8%;
	color: #fff;
	float: left;
	width: auto;
  }
.siteHeading.forPc {
	display: none;
	}
.siteHeading.forSp {
	position: static;
	margin: 0 0 0 10px;
	height: 65px;
	}
.siteHeading.forSp img {
	display: block;
	max-width: initial;
	max-height: initial;
	width: auto;
	height: 65px;
	margin: 3px 0 0;
	}
.header_main {
	width: 100%;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	float: none;
	margin: 0!important;
  }
}


/* mainNav PC
*************************/
@media (min-width: 768px) {
#mainNav {
	z-index: 12;
	background:#fff;
	position: relative;
	top: 0;
	max-width: 1000px;
	margin: 0 auto;
	width: 100%;
	padding: 0;
	}
#mainNav ul.inner {
	position: relative;
	float: none;
	max-width: 1000px;
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 10px;
	text-align: center;
	}
#mainNav li {
	float: none;
	position: relative;
	margin: 0 10px 0 0;
	display: inline-block;
	text-align: center;
	padding: 0 25px 0 0;
	}
#mainNav li a {
	color: #6A727C;
	line-height: 40px;
	margin: 0;
	font-size: 24px;
	padding: 0;
	font-family: 'Berkshire Swash', cursive;
	}
#mainNav li::after {	
	content:'';
	width: 11px;
	height: 40px;
	background:url("//img-fan.pia.jp/main/image/ehkvzbkr/jtexkz3g.png") 50% 50%/100% auto no-repeat;
	position: absolute;
	right:0;
	top:0;
	}
#mainNav li:last-child {
	margin: 0;
	padding: 0;
	}
#mainNav li:last-child::after {		
	display: none;
	}
#mainNav li a:hover {
	color: #6A727C;
	}
	
	#header_user {
	margin-top: 0;
	width: auto;
	height: 40px;
	color: #464A50;
	position: absolute;
	right: 0;
	top: -60px;	
	z-index: 1001;
	float: right;    
}
#header_user dt {
	float: none;
	clear: none;
	color: #464A50;
	margin-right: 0;
	font-weight: bold;
	font-size: 115%;
	margin-bottom: 0;
	text-align: left;
	width: auto;
	height: auto;
	height: initial;
	line-height: 1;
	display: none;
	}
#header_user dt span {
	display: none;
  }
#header_user dd {
	float: left;
	font-size: 100%;
	width: 100%;
  }
#header_user p {
	margin: 0;
	text-align: center;
	line-height: 20px;
	font-size: 9px; 
  }
#header_user p a {
	text-decoration: none;
	background-color: #ECEFF7;
	color: #6A727C;
	padding: 0;
	width: 100px;/*ここでユーザーボックスの幅調節*/
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: block;
	margin: 0;
	border-radius: 20px;
	font-size: 20px;
	font-family: 'Berkshire Swash', cursive;
	}
#header_user p:nth-last-child(2) {
	margin: 0 20px 0 0;/*1つ目のボタンのマージン*/
  }
#header_user a:hover {
	background-color: #ECEFF7;
	color: #6A727C;
  }
	
}

/* mainNav SP
*************************/
@media (max-width: 767px) {
#mainNav {
	z-index: -100;
	display: block;
	padding: 0!important;
	width: 100%;
	height: 100vh;
	background: rgba(255,255,255,.95);
	position: fixed;
	top: 50px;/*SPヘッダーの高さ*/
	left:0;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out; 
	}
.menuOpen #mainNav {
	z-index: 1000;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity:1;
	}  	
#mainNav ul {
	width: 100%;
	height: 0;
	padding: 0;
	background:transparent;
	position: static;
	margin-left: 0;
	margin-top: 0;
	}
#mainNav ul.inner {
	padding: 0;
	max-width: 80%;
	margin: 20px auto 0;
	height: auto;
  }
#mainNav ul li {
	height: auto;
	height: initial;
	line-height: 1.2;
	float:none;
	overflow: hidden;
	margin-right: 0;
	display: inline-block;
	width: 49%;
	margin-bottom: 30px;
	filter:alpha(opacity=0); 
	-moz-opacity: 0;
	opacity: 0; 
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;    
  }	
#mainNav ul li:last-child {
	/* width: 100%; */
}
.menuOpen #mainNav ul li {
	height: auto;
	height: initial;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity:1;
  }
#mainNav ul a {
	padding: 0;
	text-align: center;
	text-decoration: none;
	border-top: none;
	display: block;
	width: 100%;
	line-height: 1.2;
	margin: 0;
	font-size: 16px;
	font-family: 'Berkshire Swash', cursive;
	padding-top: 55px;
  }
#mainNav ul li:nth-of-type(1) a {
	background:url("//img-fan.pia.jp/main/image/ehkvzbkr/e3v34kth.png") top center/auto 40px no-repeat;
	}
#mainNav ul li:nth-of-type(2) a {
	background:url("//img-fan.pia.jp/main/image/ehkvzbkr/yvlrq84z.png") top center/auto 40px no-repeat;
	}
#mainNav ul li:nth-of-type(3) a {
	background:url("//img-fan.pia.jp/main/image/ehkvzbkr/a5c3y0js.png") top center/auto 40px no-repeat;
	}
#mainNav ul li:nth-of-type(4) a {
	background:url("//img-fan.pia.jp/main/image/ehkvzbkr/7n08gyqz.png") top center/auto 40px no-repeat;
	}
#mainNav ul li:nth-of-type(5) a {
	background:url("//img-fan.pia.jp/main/image/ehkvzbkr/digi1k7z.png") top center/auto 40px no-repeat;
	}
#mainNav ul li:nth-of-type(6) a {
	background:url("//img-fan.pia.jp/main/image/ehkvzbkr/s080e001.png") top center/auto 40px no-repeat;
	}				
#mainNav ul li:nth-of-type(7) a {
	background:url("//img-fan.pia.jp/main/image/ehkvzbkr/1gb01beq.png") top center/auto 40px no-repeat;
	}		
#mainNav ul a:link, #mainNav ul a:visited {
	color: #6A727C;
	}
  #mainNav ul a:hover, #mainNav ul a:active {
	color: #6A727C;
	}
 #header_user {
 	width: 100%;
	height: auto;
	height: initial;
	background: transparent;
	color: #fff;
	position: relative;
	z-index: 1001;
	float: none; 
	text-align: center;
	margin-top: 10px;
	filter:alpha(opacity=0); 
	-moz-opacity: 0; 
	opacity: 0;
	-moz-transition: all 0.3s ease-out!important;
	-o-transition: all 0.3s ease-out!important;
	-webkit-transition: all 0.3s ease-out!important;
	transition: all 0.3s ease-out!important;
	}
.menuOpen #header_user {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity:1;
	}
#header_user dt {
	display: none!important;
	}
#header_user dt span {
	display: none;
	}
#header_user dd {
	float: none;
	font-size: 100%;
	width: 100%;
	display: block;
	text-align: center!important;
	}
#header_user dd p {
	margin-right: 0;
	}     
#header_user p {
	margin: 0 auto;
	text-align: center;
	line-height: 20px;
	font-size: 9px;
	display: inline-block!important;
	float: none!important;
	}
	#header_user p a {
		text-decoration: none;
		background-color: #ECEFF7;
		border: none;
		width: 100px;
		height: 40px;
		line-height: 40px;
		border-radius: 20px;
		padding: 0;
		color: #6A727C;
		text-align: center;
		display: block!important;
		margin: 0 5px!important;
		font-size: 16px!important;
		font-family: 'Berkshire Swash', cursive;
		}
	#header_user p a:hover {
		color: #6A727C;
		background-color: transparent;
		} 
}


/* navSwitcher SP
*************************/
@media (max-width: 767px) {
#navSwitcher {
	background-color: transparent;
	position: fixed;
	z-index: 20000;
	width: 30px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	top: 10px;
	right: 10px;
  }
#navSwitcher a {
	width: 28px;
	height: 14px;
	border-top: 2px solid #6A727C;
	border-bottom: 2px solid #6A727C;
	display: block;
	position: relative;
  }
.menuOpen #navSwitcher a {
	height: 20px;
	border: none;
  }
#navSwitcher span {
	width: 100%;
	height: 2px;
	margin: auto;
	background-color: #6A727C;
	position: absolute;
	top: 0;
	bottom: 0;
  }
.menuOpen #navSwitcher .l {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
  }
.menuOpen #navSwitcher .r {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
  }
}



/********************** TOP PAGE **********************/

/* contentHeading PC
*************************/
@media (min-width: 768px) {
.contentHeading {
	border: none;
	margin: 0 0 40px 0;
	padding: 0 0 35px 0;
	font-size: 40px;
	color: #6A727C;
	font-family: 'Berkshire Swash', cursive;
	font-weight: normal;
	line-height: 1;
	text-align: center;
	position: relative;
	}
.contentHeading::after {
	content: '';
	width: 123px;
	height: 15px;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background:url("//img-fan.pia.jp/main/image/ehkvzbkr/hx8zs8zo.png") top center/auto 15px no-repeat;
  }
}

/* contentHeading SP
*************************/
@media (max-width: 767px) {
.contentHeading {
	border: none;
	margin: 24px 0 20px 0;
	padding: 0 0 35px 0;
	font-size: 35px;
	color: #6A727C;
	font-family: 'Berkshire Swash', cursive;
	font-weight: normal;
	line-height: 1;
	text-align: center;
	position: relative;
  }
.contentHeading::after {
	content: '';
	width: 123px;
	height: 15px;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background:url("//img-fan.pia.jp/main/image/ehkvzbkr/hx8zs8zo.png") top center/auto 15px no-repeat;
  }
}


/* Main img PC
*************************/
@media (min-width: 768px) {
.top_mainimg {
	width:100%;
	margin: 0 auto;
	position: relative;
	}
.top_mainimg img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	}  
.top_mainimg img + img {
		display: none;
	}
}

/* Main img  SP
*************************/
@media (max-width: 767px) {
.top_mainimg {
	width: 100%;
	margin: 0 auto;
	position: relative;
	}
.top_mainimg img {
		display: none;
	}	
.top_mainimg img + img {
	width:100%;
	height: auto;
	display: block;
	} 
}


/* top nav PC middle
*************************/
@media (min-width: 768px) and (max-width: 929px) {
.top_nav {
	max-width: 600px;
	margin: 20px auto 0;
	display: flex;
	}
.top_nav li {
	flex-basis: 100%;
	border: none;
	box-sizing: border-box;
	margin: 0 5px;
	}
.top_nav li:first-child {
	margin: 0 5px 0 0; 
	}	
.top_nav li:last-child {
	margin: 0 0 0 5px; 
}	
.top_nav li a {	
	font-size: 18px;
	font-family: 'Berkshire Swash', cursive;
	text-align: center;
	display: block;
	overflow: hidden;
	text-decoration: none;
	color: #fff;
	line-height: 1;
	background: #B7DDE6;
	padding-top: calc(100% - 85px);
	padding-bottom: 15px;
	}
.top_nav li:nth-of-type(even) a {	
	background: #EBD0D7;
}
.top_nav li a img {
	display: block;
	width: auto;
	height: 25px;
	margin: 7 auto 14px;
}
/*Member's Cardのみ*/
.top_nav li:last-child a {
	padding-top: calc(100% - 90px);
	padding-bottom: 5px;
}
.top_nav li:last-child a img {
	display: block;
	width: auto;
	height: 25px;
	margin: 0 auto 9px;
}
}


/* top nav PC long
*************************/
@media (min-width: 930px) {
.top_nav {
	max-width: 750px;
	margin: 20px auto 0;
	display: flex;
	}
.top_nav li {
	flex-basis: 100%;
	border: none;
	box-sizing: border-box;
	margin: 0 10px;
	}
.top_nav li:first-child {
	margin: 0 10px 0 0; 
	}	
.top_nav li:last-child {
	margin: 0 0 0 10px; 
}	
.top_nav li a {	
	font-size: 18px;
	font-family: 'Berkshire Swash', cursive;
	text-align: center;
	display: block;
	overflow: hidden;
	text-decoration: none;
	color: #fff;
	line-height: 1;
	background: #B7DDE6;
	padding-top: calc(100% - 85px);/*40+20+18+25*/
	padding-bottom: 15px;
	}
.top_nav li:nth-of-type(even) a {	
	background: #EBD0D7;
}
.top_nav li a img {
	display: block;
	width: auto;
	height: 40px;
	margin: 0 auto 20px;
}
/*Member's Cardのみ*/
.top_nav li:last-child a {
	padding-top: calc(100% - 90px);
	padding-bottom: 10px;
}
.top_nav li:last-child a img {
	display: block;
	width: auto;
	height: 40px;
	margin: 0 auto 14px;
}
}


/*circle*/
.top_nav .box-outer { 
	position: relative; 
	z-index: 1; 
	overflow: hidden; 
	width: 98%; 
	margin: 0 auto; 
	background: transparent;
}
.top_nav li .circle { 
	width: 18px;
	height: 18px; 
	position: absolute; 
	z-index: 2; 
	-webkit-border-radius: 100%; 
	-moz-border-radius: 100%; 
	-ms-border-radius: 100%; 
	-o-border-radius: 100%; 
	border-radius: 100%; 
	background: #fff;
}
.top_nav li .top-left { left: -9px; top: -9px; }
.top_nav li .top-rigt { right: -9px; top: -9px; }
.top_nav li .btm-left { left: -9px; bottom: -9px; }
.top_nav li .btm-rigt { right: -9px; bottom: -9px; }


/*  top nav SP
*************************/
@media (max-width: 767px) {
.top_nav {
	display: none!important;
	}
}


/* top_join_btn PC
*************************/
@media (min-width: 768px) {
.top_join_btn a {
	width: 500px;
	height: 80px;
	line-height: 80px;
	border-radius: 40px;
	margin: 40px auto;
	display: block;
	text-align: center;
	background: #ECEFF7;
	text-decoration: none;
	}	
.top_join_btn a span {
	position: relative;
	font-weight: 700;
	color: #6A727C!important;
	font-size: 20px;
	padding-left: 18px;
	box-sizing: border-box;
	}
.top_join_btn a span::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: auto;
	margin: auto;
	width: 0!important;
	height: 0!important;
	border-left: 10px solid #6A727C;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	}
}


/* top_join_btn SP
*************************/
@media (max-width: 767px) {
.top_join_btn a {
	max-width: 300px;
	height: 60px;
	line-height: 60px;
	border-radius: 30px;
	margin: 20px auto 0;
	display: block;
	text-align: center;
	background: #ECEFF7;
	text-decoration: none;
	}
.top_join_btn a span {
	position: relative;
	font-weight: 700;
	color: #6A727C!important;
	font-size: 16px;
	padding-left: 18px;
	box-sizing: border-box;
	}
.top_join_btn a span::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: auto;
	margin: auto;
	width: 0!important;
	height: 0!important;
	border-left: 10px solid #6A727C;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	}	
}


/* UPDATE PC
*************************/
@media (min-width: 768px) {
#updatebox {
	margin: 60px auto;
	font-size: 14px;
	}
#updatebox dl {
	max-width: 880px;
	width: 90%;
	margin: 20px auto;
  }
#updatebox dl dt  {
	clear: left;
	float: left;
	width: 8em; /*日付の横幅*/   
	color: #464A50;
	font-weight: 700;
  }
#updatebox dl dt ,
#updatebox dl dd {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	}
#updatebox dl dd {
	border-bottom: 1px dashed #B4BAC3;
	}
#updatebox a {
	text-decoration: none;
	color: #464A50;
  }
#updatebox a dd:hover {
	color: #464A50;
	transition: 0.4s;
	filter:alpha(opacity=60);
	-moz-opacity: .6;
	opacity: .6;
  }
}

/* UPDATE SP
*************************/
@media (max-width: 767px) {
#updatebox {
	margin: 40px auto;
	font-size: 13px;
	}
#updatebox dl {
	max-width: 600px;
	width: 90%;
	margin: 0 auto 20px;
  }
#updatebox dl dt {
	float: none;
	width: 100%; /*日付の横幅*/ 
	margin: 0;
	padding: 0;
  }
#updatebox dl dd {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
  }
#updatebox dl dd {
	border-bottom: 1px dashed #B4BAC3;
	}
#updatebox a {
	text-decoration: none;
	color:#464A50;
  }
#updatebox a:hover {
	color:#464A50;
  }
}


/* btn_box PC
*************************/
@media (min-width: 768px) {
.btn_box {
	height: auto;
	width: 100%;
	margin: 40px auto 0;
  }
.btn_box a {
display: block;
margin: 0 auto;
width: 210px;
height: 50px;
line-height: 50px;
border-radius: 25px;
font-size: 22px;
font-family: 'Berkshire Swash', cursive;
font-weight:normal ;
text-align: center;
color: #6A727C!important;
background: #ECEFF7;
text-decoration: none;
}
.btn_box a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	}
}

/* btn_box SP
*************************/
@media (max-width: 767px) {
.btn_box {
	height: auto;
	width: 100%;
	margin: 25px auto 0;
  }
.btn_box a {
display: block;
margin: 0 auto;
width: 150px;
height: 40px;
line-height: 40px;
border-radius: 20px;
font-size: 20px;
font-family: 'Berkshire Swash', cursive;
font-weight:normal ;
text-align: center;
color: #6A727C!important;
background: #ECEFF7;
text-decoration: none;
  }
}



/* links PC bg
*************************/
.top_link {
  background-image: -webkit-linear-gradient(90, #e9f5f7 0%, #f9f1f3 100%);
  background-image: -o-linear-gradient(90, #e9f5f7 0%, #f9f1f3 100%);
  background-image: linear-gradient(to bottom, #e9f5f7 0%, #f9f1f3 100%);
  background:-ms-linear-gradient(top, #e9f5f7, #f9f1f3); /* IE10+ */
	padding: 60px 0;
}

/* links PC long
*************************/
@media (min-width: 930px) {
.link_list {
	max-width: 700px;
	width: 90%;
	margin: 40px auto 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
.link_list li {
	width: 90px;
	margin: 0 30px;
	text-align: center;
	}
.link_list li a {
	text-decoration: none;
	color: #6A727C;
}
.link_list li:first-child {
	margin: 0 30px 0 0;
}
.link_list li:last-child {
	margin: 0 0 0 30px;
}
.link_list li p {
	font-weight: 500;
	font-size: 16px;
	text-align: center;
	margin: 10px auto 0;
	position: relative;
	}
.link_list li img {
	display: block;
	width: 75px;
	height: auto;
	margin: 0 auto;
	}
}


/* links PC middle
*************************/
@media (min-width: 768px) and (max-width: 929px) {
.link_list {
	max-width: 600px;
	width: 90%;
	margin: 40px auto 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
.link_list li {
	width: 80px;
	margin: 0 25px;
	text-align: center;
}
.link_list li a {
	text-decoration: none;
	color: #6A727C;
}
.link_list li:first-child {
	margin: 0 25px 0 0;
}
.link_list li:last-child {
	margin: 0 0 0 25px;
}
.link_list li p {
	font-weight: 500;
	font-size: 16px;
	text-align: center;
	margin: 10px auto 0;
	position: relative;
	}
.link_list li img {
	display: block;
	width: 65px;
	height: auto;
	margin: 0 auto;
	}
}


/* links SP
*************************/
@media (max-width: 767px) {
.top_link {
	padding: 40px 0 15px;
}
.link_list {
	max-width: 300px;
	width: 90%;
	margin: 30px auto 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
.link_list li {
	width: 90px;
	margin: 0 5px 25px 5px;
	text-align: center;
	}
.link_list li a {
	text-decoration: none;
	color: #6A727C;
}
.link_list li p {
	font-weight: 500;
	font-size: 14px;
	text-align: center;
	margin: 10px auto 0;
	position: relative;
	}
.link_list li img {
	display: block;
	width: 60px;
	height: auto;
	margin: 0 auto;
	}
}


/* page-top PC
*************************/
@media (min-width: 768px) {
.pageTop {
	position: fixed;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 0;
	padding: 0;
	bottom: 0;
	right: 20px;
	font-size: 77%;
	z-index: 20;
	background:transparent;
  }
.pageTop a {
	text-indent: -9999px!important;
	text-decoration: none;
	color: #fff;
	width: 100%;
	height: 100%;
	padding: 0;
	text-align: center;
	display: block;
	background:url("//img-fan.pia.jp/main/image/ehkvzbkr/86k8yvre.png") top center/100% auto no-repeat;
  }
.pageTop a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
  }
}

/* page-top SP
*************************/
@media (max-width: 767px) {
.pageTop {
	position: fixed;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 0;
	padding: 0;
	bottom: 0;
	right: 10px;
	font-size: 77%;
	z-index: 20;
	background:transparent;
  }
.pageTop a {
	text-indent: -9999px!important;
	text-decoration: none;
	color: #fff;
	width: 100%;
	height: 100%;
	padding: 0;
	text-align: center;
	display: block;
	background:url("//img-fan.pia.jp/main/image/ehkvzbkr/86k8yvre.png") top center/100% auto no-repeat;
  }
}


/* fotter PC
*************************/
@media (min-width: 768px) {
footer {
	padding: 60px 0;
	background: #fff;
	color: #6A727C;
	position: relative;
        font-family: 'M PLUS 1p', sans-serif;
  }
footer a:link, footer a:visited {
	color: #6A727C;
	text-decoration: none;
	}
footer a:hover, footer a:active {
	color: #6A727C;
	text-decoration: none;
	}
footer nav ul {
	margin-bottom: 1em;
	text-align: center;
  }
footer nav li {
	margin: 0 .8em .5em;
	display: inline-block;
	}
.copyright {
	text-align: center;
  }
}

/* fotter SP
*************************/
@media (max-width: 767px) {
footer {
	padding: 40px 0;
	background: #fff;
	color: #6A727C;
	position: relative;
        font-family: 'M PLUS 1p', sans-serif;
	top: 50px!important;
		/*ヘッダー固定の場合ここにヘッダー分の高さを入れる*/ 
        font-size: 11px;   
  }
footer a:link, footer a:visited {
	color: #6A727C;
	text-decoration: none;
        font-size: 11px;
  }
footer a:hover, footer a:active {
	color: #6A727C;
	text-decoration: none;
  }
footer nav ul {
	margin-bottom: 1em;
	text-align: center;
  }
footer nav li {
	margin: 0 .8em .5em;
	display: inline-block;
	font-size: 13px;
  }
.copyright {
	text-align: center;
	font-size: 10px;
	}
}

.br-sp {
    display: none;
}
 
@media (max-width: 600px) {
    .br-sp {
        display: block;
    }
 }

/*会員証修正
*************************/
@media (min-width: 768px) {
.memberscard div.msinner2 {
    color: #fff;
    font-weight: bold!important;
    left: 30%;
    margin: 240px 0 0 280px;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 66%;
    width: 34%;
    font-size: 140%;
}
}

@media (max-width: 767px) {
.memberscard div.msinner2 {
    color: #fff;
    font-weight: bold!important;
    left: 40%;
    margin: 45px 0 0 80px;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 72%;
    width: 32%;
    font-size: 70%;
}
}</pre></body></html>