@charset "utf-8";
@import url("https://use.typekit.net/wlk0yue.css");

html {
	background: #FCF8D7;
}

body{
font-family: 'Noto Sans JP', sans-serif;
font-size:14px;
font-weight: normal;
}

#container {
width:940px;
margin-top:30px;
}
.red { color: #f00;}
a {
color: #461F06;
outline:none;
}

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

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

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

#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:#461F06;
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: #461F06;
	color:#fff;
	text-shadow:none !important;
	text-align:center;
	margin:40px auto 20px;
	transition: 0.2s all ease;
	outline:none;
	cursor:pointer;

}

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

.btn .sub{
	display:block;
	margin:0 auto;
	background:transparent;
	width:300px;
	padding: 16px 0;
	border:1px solid;
	border-radius:0;
	color:#461F06;
	text-shadow:none !important;
	font-size:16px;
	font-family: 'Noto Sans JP', sans-serif;
	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:#B6E8E2;
}


.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:#B6E8E2;
}

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

.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{
	width: 100%;
    height: 140px;
	background: #FCF8D7;
	position: absolute;
	padding:30px 0 20px;
	bottom: 0;
	z-index: 5;
}

.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:#d2cd98; }


.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 JP', sans-serif;
font-weight:200;
}

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

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

/* W会員注意事項 */
.formArea .annotationList {
  margin-bottom: 40px;
  padding-left: 1em;
  font-size: 12px;
}
.formArea .annotationList li {
  margin-bottom: .5em;
  text-indent: -1em;
}
.formArea .annotationList li a {
  text-decoration: underline;
}

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

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

.memberscard .block--card {
    position: absolute;
    width: 300px;
    height: 80vh;
    max-height: 560px;
    top: 50%;
    left: 50%;
    background-color: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, 0.3);
    overflow: hidden;
    text-align: center;
}

.memberscard .block--card .inner .bgImage {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: -1;
}

.memberscard .block--card .inner .text {
	display: flex;
    justify-content: space-between;
	align-items: flex-end;
	position: absolute;
	width: 100%;
	bottom: 0;
	background-color: #f7f6e8;
	padding: 20px 20px 15px;
	box-sizing: border-box;
	text-align: left;
}

.memberscard .block--card .inner .artistname { width: 100px;}
.memberscard .block--card .inner .artistname img { width: 100%;}
.memberscard .block--card .inner {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.memberscard .block--card .inner .list--data {
	color: #461F06;
}

.memberscard .block--card .inner .list--data .item__nickname {
	line-height: 1.8;
}

.memberscard .block--card .inner .list--data .tit.entry {
	display: inline-block;
	color: #aaa;
}
.memberscard .block--card .inner .list--data .item__entry {
    display: inline-block;
	font-size: 15px;
}

.memberscard .block--card .inner .list--data .tit.entry,
.memberscard .block--card .inner .list--data .item__entry {
  font-family: din-condensed, sans-serif;
  font-weight: normal;
}


.btn .main.pop-up {
	margin: 4% auto;
    background: #B6E8E2;
    color: #461F06;
    font-weight: bold;
	border-radius: 40px;
}


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


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