@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');
body{
font-family: 'Noto Sans JP', sans-serif;
font-size:14px;
font-weight:200;
}

#container {
width:940px;
padding-top:30px;
}

a {
color: #000;
outline:none;
}

a:hover {
	color: #c2c2c2;
	text-decoration:underline;
}

.logo {
    width: 380px;
    margin: 0 auto 30px;
}

.fs-logo{
	width: 260px;
    margin: 0 auto 3%;
    text-align: center;
}
.fs-logo img {width: 100%;}

.fs-logo a{
display: block;
overflow:hidden;
}



#header h1 a{
-webkit-transition: all .3s;
transition: all .3s;
}

#header h1 a:hover{
opacity:0.8;
}

.space10{
margin-bottom:10px;
}

.space20{
margin-bottom:20px;
}

.space30{
margin-bottom:30px;
}

.single .section {
	margin-bottom:50px;
	padding: 60px 130px 70px;
}

.section .sectionTit{
padding-bottom:20px;
}

#wrapper{
height: auto;
	min-height: 100% !important;
	position: relative;
}

#mypageHeader{
background:#F5F5F5;
padding: 35px 0 10px;
position: relative;
z-index: 99;
}

.rule{
	color:#151515;
}

#header h1{
display:none;
padding:30px 0;
background:transparent;
}

#mypageHeader .loginNav {
	width: 200px;
	padding:7px 0 0;
	margin-right:10px;
	overflow: hidden;
	position: absolute;
	top: 27px;
	right: 0;
}


#mypageHeader .loginNav a:before,
#mypageHeader .loginNav .logout a:before,
#mypageHeader .loginNav .login a:before,
#mypageHeader .loginNav .regist a:before{
content:"";
}

#mypageHeader .user{
padding: 5px 10px 0;
font-size:13px;
color:#000;
}

#mypageHeader li a {
display: block;
width: 100px;
float: left;
padding: 5px 10px;
overflow: hidden;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
text-align: center;
font-size: 12px;
background: transparent;
color: #F01858;
border-radius:30px;
border:solid 1px #F01858;
}

.formArea .formList{
	border-radius:0;
}

.formArea .formList dt{
	font-weight:200;
	font-size:14px;
}


#mypageHeader .loginNav li a:hover,
#mypageHeader a:hover,
#mypageHeader .regist a:hover{
background:#F01858;
color:#FFF;
-webkit-transition: all 0.1s;
transition: all 0.1s;
text-decoration:none;
}

.supportList{
	text-align:center;
}

.bnrArea{
	display:none;
}

.supportList li{
	display:inline-block;
	padding:0 20px 10px 0;
}

.supportList li a{
	font-size:16px;
}

.supportList li:last-child{
	padding-right:0;
}

.txtArea .tit{
	font-weight:normal;
}

.blockTit{
background:#666;
padding:10px 0;
font-weight:bold;
}

.alertBox .tit{
margin-bottom:10px;
}

.attentionList li{
margin-bottom:5px;
font-size:12px;
}

.txtCap{
font-weight:200;
text-align:center;
font-size:15px;
line-height:1.6em;
}

.btn .main{
	display:block;
	width:300px;
	padding: 16px 0;
	border-radius:3px;
	font-size:16px;
	background: #000;
	color:#fff;
	text-shadow:none !important;
	text-align:center;
	margin:20px auto;
	transition: 0.2s all ease;
	outline:none;
	cursor:pointer;
}

.btn .main:hover,
.btn input[type="submit"].main:hover{
	background: #c2c2c2;
	color:#000;
	transition: 0.2s all ease;
	text-decoration:none;
}

.btn .sub{
	display:block;
	margin:20px auto;
	background:transparent;
	width:300px;
	padding: 15px 0;
	border:none;
	border-radius:3px;
	color:#000;
	text-shadow:none !important;
	font-size:16px;
	font-family: 'Lato','Noto Sans Japanese';
	font-weight:400;
	text-align:center;
	transition: 0.2s all ease;
	outline:none;
	cursor:pointer;
	border: 1px solid #000;
}

.btn .sub:hover{
	background:transparent;
transition: 0.2s all ease;
	text-decoration:none;
	color:#c2c2c2;
	border: 1px solid #c2c2c2;
}


.formArea .btn{
margin-bottom:10px;
}

.formArea .formList input[type="text"], .formArea .formList input[type="password"]{
	padding: 5px;
	background: #FFF;
	border: none;
}

.subBtn a{
color:#000;
text-decoration:none;
font-weight:300;
font-size:16px;
}

.subBtn a:hover{
color:#c2c2c2;
}

.alertBox .tit{
font-weight:bold;
}
.error{
text-align:center;
}

.formArea .supportList .pw a:before {
	content: '\f0be';
}

.formArea .supportList .faq a:before {
	content: '\f0a3';
}

.block{
margin:0;
margin-bottom: 20px;
}

.sideBox_l{
width:350px;
float:left;
}

.sideBox_r{
width:350px;
float:right;
}

.formArea .formList{
padding: 20px 50px 20px 10px;
}


.formTable{
width:100%;
border:solid 1px #DDD;
margin-bottom:30px;
}

.formTable th{
width:170px;
padding:15px;
border-bottom:solid 1px #DDD;
background:#EEE;
font-size:14px;
font-weight:normal;
color:#333;
text-align:left;

}

.formTable td{
border-bottom:solid 1px #DDD;
border-left:solid 1px #DDD;
padding:15px;
}

.formTable .mail input{
width:98%;
}


.alertBox{
padding:20px;
}

.section .attentionList li:last-child{
margin-bottom:0;
}

.noteBox{
padding:20px;
margin-bottom:20px;
background:#EEE;
}

.txtArea p{
font-size:14px;
line-height:1.6em;
}

.txtArea form p{
text-align:center;
}

.attentionList li:before{
color:#333;
}
.formList {margin: 0 0 30px;}
.formList dt{
    font-size: 12px;
    color: #000;
    margin: 0 0 1px;
}
.formList dd{margin: 0 0 10px;}
.formList dd:last-child{margin: 0;}
.formList input[type="text"],
.formList textarea {
	width: 100%;
	background: none;
	border: none;
	font-size: 18px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 8px 10px 10px;
	border: 1px solid #000000;
	background:#fff;
	border-radius: 5px;
	box-shadow: none;
	    -webkit-appearance: none;
}
.formList textarea {
	font-size: 14px;
	height: 140px;
}
.formList.pulldownBox {width: 100%;}
.formList.pulldownBox select{
    border: 1px solid #000000;
    background: #fff;
    border-radius: 5px;
    color: #000;
    padding: 8px 10px 10px;
    height: auto;
    line-height: 1.8em;
}
.formList.pulldownBox:before {
	color: #b4c3e2;
	right: 4%;
}
.errorList {margin: 0 0 25px;}
.errorList li {
	font-size: 13px;
	color: #ff5b5b;
    line-height: 1.5em;
    margin: 0 0 6px;
    text-indent: -1em;
    padding-left: 1em;
}
.errorList li:before {content:'※';}
/*==============================
footer
==============================*/

.footer .supportList li a{
	color:#fff;
	font-weight:normal;
	font-size:11px;
}

.footer .supportList li a:hover{
color:#c2c2c2;
}

.footer .support li { padding: 0 0.5em;}

	

.bnrArea{
	width: 1000px;
	padding:10px 0 20px 0;
	margin: 0 auto;
	text-align: center;
}

.bnrArea li{
	display:inline-block;
	margin-right:10px;
}

.bnrArea li a{
	display:block;
	opacity:1;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.bnrArea li a:hover{
	opacity:0.8;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.support{
margin-bottom:15px;
text-align:center;
}

.support li{
display:inline-block;
padding:0 0.5em;
text-align:center;
}

.support li a{
color:#fff;
font-size:11px;
}

.copy{
margin-bottom:5px;
text-align:center;
font-size:11px;
color:#b5b5b5;
line-height:1.4em;
letter-spacing:0.05em;
}


.logoFooter{
text-align:center;
margin-bottom:15px;
}


.support li{
color:#151515;
transition: 0.2s all ease;
}

.support li a{
color:#fff;
transition: 0.2s all ease;
font-family: "Noto Sans Japanese";
font-weight:200;
}

.support li a:hover{
transition: 0.1s all ease;
text-decoration:none;
color:#c2c2c2;
}

.officialLink{
	margin:30px 0 10px;
	text-align:center;
transition: 0.2s all ease;

}

.officialLink a:hover{
	opacity:0.7;
transition: 0.2s all ease;

}

/*==============================
新規ページ
==============================*/

.resistTit{
margin-bottom:60px;
font-size:28px;
font-weight:bold;
text-align:center;
}

.resistTit .resistSpn{
font-size:32px;
font-family: 'Open Sans Condensed', sans-serif;
}


.resistTit:before{
content: ' ';
border-bottom: solid 4px #FFF;
width: 5%;
padding: 10px;
display: block;
margin: 0 auto;
position: relative;
top: 105px;
}


.mainLead{
font-size:13px;
line-height:1.8em;
margin-bottom:10px;
}

.fcArea{
padding:60px 0 20px;
}

.fcArea h3{
margin-bottom:60px;
/*padding-bottom:10px;
border-bottom:solid 1px #FFF;*/
font-size: 32px;
font-weight: bold;
font-family: 'Open Sans Condensed', sans-serif;
color: #FFF;
text-align:center;
}

.restitCont:before{
content: ' ';
border-bottom: solid 4px #FFF;
width: 5%;
padding: 10px;
display: block;
margin: 0 auto;
position: relative;
top: 62px;
}



.mainCont{
margin-bottom:30px;
}

.mainCont a{
color:#FFF;
text-decoration:underline;
}

.mainCont dt{
padding-bottom:10px;
border-bottom:solid 1px #FFF;
margin-bottom:12px;
font-size:25px;
font-weight: bold;
font-family: 'Open Sans Condensed', sans-serif;
color: #FFF;
text-align:center;
}

.mainCont dd{
font-size:14px;
line-height:1.8em;
text-align:center;
}

.mainCont dd span{
font-size:12px;
}

.contBox{
overflow:hidden;
margin-bottom:40px;
}

.contBox li {
width: 180px;
float: left;
margin-right: 20px;
}

.contBox li:last-child{
margin:0;
}

.contBox dt{
padding-bottom:10px;
border-bottom:solid 1px #FFF;
margin-bottom:12px;
font-size:22px;
font-weight: bold;
font-family: 'Open Sans Condensed', sans-serif;
text-align:center;
}

.contBox dd{
text-align:center;
font-size:12px;
line-height:1.8em;
}

.fcTable{
width:100%;
border:solid 1px #FFF;
}

.fcTable th{
width:120px;
padding:20px;
border-right:solid 1px #FFF;
border-bottom:solid 1px #FFF;
vertical-align:middle;
/*background:rgba(0,0,0,0.6);*/
font-size:14px;
font-weight:bold;
text-align:center;
}

.fcTable td{
padding:20px;
border-bottom:solid 1px #FFF;
font-size:14px;
line-height:1.7em;
}

.fcTable dl{
margin-bottom:10px;
}

.fcTable dt{
font-size:13px;
margin-bottom:5px;
}

.fcTable dd{
margin-bottom:2px;
line-height:1.5em;
font-size:11px;
}

.captionList li{
padding-left:1em;
margin-top:7px;
font-size:11px;
line-height:1.3em;
text-indent:-1em;
}

.mainBtn{
position:relative;
}

.mainBtn a{
display:block;
width:230px;
padding:10px 0;
border:solid 2px #FFF;
margin:15px auto 0;
border-radius:30px;
position:relative;
color:#FFF;
font-size:14px;
text-align:center;
background:transparent;
overflow: hidden;
-webkit-transition: all .3s;
transition: all .3s;

}


.mainBtn a:hover{
color: #000 !important;
background: #FFF;
-webkit-transition: all .3s;
transition: all .3s;
}

.resistArea .block{
padding:15px;
border:solid 1px #FFF;
margin-bottom:20px;
}

.resistArea .block .blockTit{
padding-bottom:15px;
margin-bottom:15px;
background:transparent;
font-size:18px;
border-bottom:solid 1px #FFF;
}

.mailTxt{
font-weight:bold;
line-height:1.6em;
font-size:14px;
text-align:center;

}
.oshimen.ph{
	width: 80%;
	margin: 0 auto 15px;
}
.oshimen.ph img{
	width: 100%;
}
.formList.confirm{
	background: #f5f5f5;
}
.formList.confirm li {
    padding: 10px;
    border-bottom: 1px solid #fff;
}
.formList.confirm .tit {
	display: inline-block;
    width: 40%;
    color: #999;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    padding: 10px 5px 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: right;
    width: 50%;
	
}
.pulldownBox.memberSelect {
    border: none;
    position: relative;
    width: 300px;
    margin: 20px auto 40px;
    background: none;
}
.pulldownBox.memberSelect:before {
    content: "\f107";
    font-family: 'FontAwesome';
    position: absolute;
    right: 6%;
    top: 50%;
    z-index: 10;
    color: #fff;
    line-height: 0;
    font-size: 22px;
}
.pulldownBox.memberSelect select {
    width: 100%;
    height: 40px;
    padding: 0 8%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    border: none;
    border-radius: 25px;
    background: #93cdfa;
    color: #fff;
    font-weight: normal;
    font-size: 15px;
    line-height: 40px;
    text-align: left;
    -webkit-appearance: none;
    cursor: pointer;
}
.block--attention{
	background: #ffdada;
    font-size: 13px;
    padding: 20px;
    border: 2px solid #c00;
    margin-top: 16px;
	margin-bottom: 30px;
}
.block--attention .tit{
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	margin-bottom: 10px;
}
.block--attention .txt{
	margin-bottom: 0;
}
.memberName{
	padding: 20px;
	border: 1px solid #000;
	text-align: center;
	font-size: 18px;
}
@media screen and (max-width: 900px) {
	#mypageHeader{min-width: inherit;}
	#container{width: 100%;}
	.btn input{-webkit-appearance:none;}
	.footer{ box-sizing: border-box; padding: 30px 50px; }
	.single .section { padding: 60px 7% 70px; }
}

.page--changecredit .tit__second{
	margin-top:2em;
}

/*==============================
デジタル会員証
==============================*/

.btn--main.pop-up {
    background: #303133;
    color: #fff;
    margin-bottom: 30px;
	cursor: pointer;
	width: 80%;
	max-width: 400px;
    padding: 1em;
    border-radius: 5px;
	transition: .3s;
}
.btn--main.pop-up:hover {
    text-decoration: none;
	background: #000;
}
.block--card {
	position: fixed;
	width: 100%;
	height: 100%;
  	top: 0;
  	left: 0;
  	background: rgba(0, 0, 0, 0.5);
  	z-index: 999;
  	display: none;
}
.block--card img {
	width: 100%;
}
.block--card span.close {
	position: absolute;
	width: 45px;
    height: 45px;
    display: block;
    right: 9%;
    top: 6vh;
	cursor: pointer;
}
.block--card span.close::before {
    content: '';
    display: block;
    width: 1px;
    height: 40px;
    background: #fff;
    position: absolute;
    left: 49%;
    transform: rotate(90deg);
 	-webkit-transform: rotate(90deg);
 	-webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; 
}
.block--card span.close::after {
    content: '';
    display: block;
    width: 1px;
    height: 40px;
    background: #fff;
    position: absolute;
    right: 49%;
    transform: rotate(-90deg);
  	-webkit-transform: rotate(-90deg);
  	-webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; 
}
.card-open .block--card span.close::before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.card-open .block--card span.close::after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.block--card .inner {
	box-shadow: 0 5px 30px rgba(0, 0, 0, 0.4);
    background: #DEDDD1;
    z-index: 1000;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 10px;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    transition: none;
    -webkit-transition: none;
    overflow: hidden;
    width: 350px;
	height: 500px;
    animation: hoverGradient 3s infinite;
    background-size: 160%;
}
@keyframes hoverGradient {
  0%,
  100% {
    background-position: 0;
  }
  50% {
    background-position: 100%;
  }
}
.block--card .list--logo {
	padding: 10% 5% 25%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    border-radius: 10px 10px 0 0;
}
.block--card .block--logo {
    margin:0 auto;
    margin-bottom: 10px;
}
.block--card .list--logo.year .block--tit {
	color: #fff;
}
.block--card .list--logo .block--tit {
	color: #000;
    font-size: 25px;
    text-align: center;
    margin-bottom: 35px;
    font-family: "Zen Old Mincho", serif;
    font-weight: bold;
	line-height: 1;
	white-space: nowrap;

}
.block--card .list--data {
	background: #F9F8F0;
    clear: both;
    padding: 0 10% 15%;
    text-align: left;
    position: relative;
    border-radius: 0 0 10px 10px;
}
.block--card .list--data.year {
	background: #E9EBEF;
}
.block--card .list--data dt,
.block--card .list--data dd {
	position: relative;
	z-index: 2;
}
.block--card .list--data .tit {
	font-size: 12px;
	color: #7F8082;
	margin-bottom: 3px;
    font-family: "Zen Old Mincho", serif;
}
.block--card .list--data .item__nickname ,
.item__term {
	font-size: 16px;
    margin-bottom: 20px;
    font-weight: bold;
    font-family: "Zen Old Mincho", serif;
}
.block--card .list--data .item__duraditon {
	font-size: 16px;
    font-weight: bold;
    font-family: "Zen Old Mincho", serif;
}
.block--card .grange {
	background: #F9F8F0;
    height: 80px;
    display: block;
    width: 450px;
    position: absolute;
    top: 50%;
    right: -10%;
    z-index: 1;
    transform: rotate(-9deg);
}
.block--card .grange.year {
	background: #E9EBEF;
}
.block--card .grange::before {
	content: '';
    width: 100%;
    height: 200%;
    display: block;
    background: no-repeat url(/static/superbeaver/fansite-sp/mypage/grange_02.png) center;
    background-size: 120%;
    pointer-events: none;
    z-index: 100;
    top: -80%;
    left: 0;
    position: absolute;
    transform: rotate(8deg);
}
.block--card .year.grange::before  {
	background: no-repeat url(/static/superbeaver/fansite-sp/mypage/grange_01.png) center;
	background-size: 120%;
}
.block--card .inner.navy {
	background: #223152;
}
.block--card .inner.black {
	background: #000;
}
.block--card .inner.silver {
	background-image: linear-gradient(67deg, #565758, #ababac 42%, #e7e7e7 61%, #ababac 74%, #646566);
}
.block--card .inner.gold {
	background-image: linear-gradient(67deg, #6f2a0f, #daaf08 43%, #fbeeaf 61%, #daaf08 74%, #6f2a0f);
}



/*==============================
お問い合わせ
==============================*/
.page--contact {
	.detail__btn {
		margin-bottom: 2em;
		a::after {
			display: none !important;
		}
	}
}