@charset "utf-8";

body{
font-family: '游ゴシック', 'YuGothic', sans-serif;
font-size:14px;
font-weight:200;
}

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

a {
	color: #9209fc;
outline:none;
}

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

.logo{
	width: 170px;
	margin: 0 auto;
	/* float: left; */
	text-align: center;
}

.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:280px;
	padding: 60px 130px 70px;
}

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

#wrapper:before {

}

#wrapper{
height: auto;
	min-height: 85% !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 .mypage 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 .mypage 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:#333;
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:0;
	font-size:16px;
	background:#000;
	color:#fff;
	text-shadow:none !important;
	text-align:center;
	margin:40px auto 20px;
	transition: 0.2s all ease;
	border:solid 1px #000;
	outline:none;
	cursor:pointer;

}

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

.btn .sub{
	display:block;
	margin:0 auto;
	background:transparent;
	width:150px;
	padding: 10px 0;
	border:none;
	border-radius:30px;
	color:#151515;
	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;
}

.btn .sub:hover{
	background:transparent;
transition: 0.2s all ease;
	text-decoration:none;
	color:#FFF;
	color:#9209fc;
}


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

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

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

.subBtn a:hover{
color:#9209fc;
}

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

.footer{
text-align: center;
background:#EEE;
padding:30px 0 20px;
}

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

.footer .supportList li a:hover{
color:#CCC;
}
.footer .support li { padding: 0 0.5em;}
.footer .copyright { color: #aaa; }

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

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

.block{
margin:0;
}

.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: #8598c0;
    margin: 0 0 1px;
}
.formList dd{margin: 0 0 10px;}
.formList dd:last-child{margin: 0;}
.formList input,
.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{
	position: absolute;
	padding: 30px 0;
	bottom: 0;
	z-index: 5;
	background: #EEEEEE;
	width: 100%;
}

.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;
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:#151515;
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:#9209fc;
}

.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;
}


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

.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;

}

/* デジタル会員証
---------------------------------*/
.memberscard {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:rgb(238 238 238 / 80%);
	z-index: 999;
	-webkit-transition: display 0.3s ease;
	transition: display 0.3s ease;
  }

  .memberscard .close {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: -45px;
    right: -45px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    border-radius: 50%;
}
.memberscard .close::before,
.block--card .close::after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #000000;
	position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.memberscard .close::after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.memberscard .block--card {
	background: #000;
	background: linear-gradient(130deg, rgb(255 255 255) 0%, rgb(91 91 91) 54%, rgb(185 184 184) 100%);
	position: absolute;
    width: 400px;
    height: 250px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    box-shadow: 5px 0px 25px 0 rgb(0,0,0,.6);
    border-radius: 8px;
}

.memberscard .block--card .inner {
	width: 397px;
    height: 247px;
	background-color: #000;
	background-image: url('/static/yoshiikazuya/fansite/mypage/card_back.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	border-radius: 8px;
    margin: 1px auto 0;
}

.memberscard .block--card .inner::before {
	content: '';
	width: 100%;
	height: 100%;
	background: #fff;
	background: linear-gradient( -45deg,#000 50%,#ffffff6b 50%,#000 65%);
	background-size: 600% 100%;
	animation: shine 12s infinite;
	animation-delay: 0s;
	animation-timing-function: linear;
	mix-blend-mode: exclusion;
	position: absolute;
	top: 0;
	left: 0;
  }

.memberscard .block--card .inner .bgImage {
    position: absolute;
    bottom: -100px;
    left: -10%;
    width: 100%;
    height: auto;
    width: 120%;
	opacity: 20%;
}
.memberscard .block--card .block--card__logo {
	fill: #fff;
    width: 272px;
    padding: 19px 0 0 12px;
}
.memberscard .block--card .inner .text {
	display: flex;
    justify-content: space-between;
	align-items: flex-end;
	position: absolute;
	width: 100%;
	bottom: 0;
    padding: 22px 22px 20px;
    box-sizing: border-box;
    line-height: 1;
}
.memberscard .block--card .inner .text .item__nickname{
	font-size: 13px;
	font-weight: 600;
}
.memberscard .block--card .inner .text .item__number {
	font-size: 15px;
	font-family: "interstate-condensed", sans-serif;
	font-weight: 500;
	font-style: normal;
}
.memberscard .block--card .inner .list--data {
	width: 100%;
	color: #fff;
    display: flex;
    justify-content: space-between;
}

@keyframes shine {
	0% {
		background-position-x: 400%;
	}
	50% {
		background-position-x: 0%;
	}
	100% {
		background-position-x: -400%;
	}
}


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

@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; }
}
