@charset "utf-8";
body {
  background-color: #f8f8f8;
}
a {
  color: #245018;
}
a:hover {
  color: #2ca10d;
}

/* btn */
.btn--main {
    line-height: 1.4;
    width:80%;
	background: #e9d979;
	color: #2ca10d;
}
.btn--main:hover {
    background: #ebdf96;
    color: #2ca10d;
}
.btn a,
.btn input[type="submit"],
.btn input[type="button"]{
    width: 90%;
    padding: 13px 1.5em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
    text-shadow: none;
    line-height: 1.8;
}
.btn .main,
.btn input[type="submit"].main{
	background: #000;
	border-color: transparent;
}
.btn .sub,
.btn input[type="submit"].sub,
.btn input[type="button"].sub{
	background: #fff;
	color:#000;
}
.subBtn a {
    width: 100%;
    border-radius: 0;
    font-weight: normal;
    font-size: 12px;
    padding: 8px 10px;
    background: #fff;
    color: #151515;
    text-align: center;
}
.subBtn a:after {display: none;}

header h1 {
  width: 20%;
  max-width: 180px;
}
@media screen and (max-width: 640px) {
  header h1 {
    width: 40%;
  }
}
header h1 a {
  display: block;
}
a[target="_blank"]:not([class])::after {
  display: none;
}
/* card
--------------------- */
#svg{ display: none; }
.pop-up{
	text-align: center;
	padding: 15px;
    font-weight: bold;
	margin: 0 auto 40px;
    display: block;
}
.block--card {
	display: none;
	overflow: scroll;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.9);
	z-index: 100;
	-webkit-transition: display .3s ease;
	transition: display .3s ease;
}
.block--card_inner {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.block--card .card {
	width: 80%;
	max-width: 560px;
	padding: 40px 3% 60px;
	border: solid 5px #ffffff;
	border-radius: 14px;
    background: url(/static/yhanzaki/fanclub/common/bg.png) repeat center top;
	background-position: 0 0;
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, .3), 0px 17px 32px 0px rgba(0, 0, 0, .4);
	color: #484848;
	opacity: 0;
    -webkit-box-sizing: content-box;
	box-sizing: content-box;
    overflow: hidden;
}
.menuOpen .block--card .card {
	opacity: 1 !important;
}
.block--card .logo {
	width: 60%;
	margin: 0 auto 0;
}
.block--card dl {
	width: 100%;
	margin: 2% auto;
	padding: 3%;
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 5px;
    line-height: 1.8;
}
.block--card dl dt {
	display: inline-block;
	width: 30%;
	font-size: 11px;
	text-align: left;
	vertical-align: middle;
    color: #245018;
}
.block--card dl dd{
	display: inline-block;
	width: 68%;
	font-size: 15px;
    font-weight: bold;
	text-align: left;
	vertical-align: middle;
}
.block--card .close{
	display: block;
	position: fixed;
	top: 45px;
	right: 45px;
	width: 30px;
	height: 30px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.block--card .close::before,
.block--card .close::after{
	display: block;
	position: absolute;
	top: 15px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #484848;
	content: "";
}
.block--card .close::after{
	-webkit-transform: rotate(90deg); transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
	.block--card .close{
		top: 2%;
		right: 2%;
	}
    .block--card .card {
    	padding: 20px 3% 30px;
	    border: solid 4px #ffffff;
        border-radius: 10px;
    }
}

/* 2018.10.04 追記 regist/paiment-index*/
/*  information */
/*  list
------------------------------ */
.list--information li {
  border-top: 0.5px solid #b5b5b5;
}
.list--information li:last-child {
  border-bottom: 0.5px solid #b5b5b5;
}
.list--information a {
  display: block;
  color: inherit;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.05em;
  padding: 1.5em 1em 1.5em 0;
  position: relative;
}
.list--information a::before {
  content: '';
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 2px solid #b5b5b5;
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  right: 0.25em;
  top: 50%;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.list--information .tit {
  color: inherit;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.list--information .date {
  color: inherit;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.04em;
  display: inline-block;
  margin: 0 0 0.5em;
  opacity: 0.5;
}
.list--payment .list--payment__spmode {
  padding: 1em 1% 1em 0;
}
.list--payment .list--payment__spmode::after {
  display: none;
}
.list--payment .list--payment__spmode .block--spmode .txt--sub {
  margin: 1em 0 .5em;
}
.list--payment .list--payment__spmode .block--spmode {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: top;
  -webkit-align-items: top;
  align-items: top;
}
.list--payment .list--payment__spmode .send-mail {
  width: 75%;
  word-break: break-all;
}
.list--payment .list--payment__spmode input {
  display: block;
}
.list--payment .list--payment__spmode input[type="text"] {
  float: left;
  width: 70%;
}
.list--payment .list--payment__spmode input[type="submit"] {
  display: block;
  background: #333333;
  color: #f8f8f8;
  -webkit-appearance: none;
  border: none;
  line-height: 43px;
  padding: 0 20px;
  margin-left: 5px;
  border-radius: 3px;
  cursor: pointer;
}
.list--payment .list--payment__spmode input[type="submit"]:hover {
  color: #fff;
  background: #000000;
}
.list--payment .list--payment__spmode .btn {
  display: inline-block;
  position: relative;
  margin: 0;
}
/* 2018.10.12 追記 regist//fanclub-pc-index-fc*/
.list--support dt {
  margin: 0 0 5px;
  font-weight: bold;
}
.list--support dd {
  margin: 0 0 1.5em;
}
.list--support dd .txt {
  margin: 0 0 15px;
}
.list--support dd li {
  margin: 0 0 5px;
  text-indent: -1em;
  padding-left: 1em;
}
.form__radio :checked + label::before {
  border-color: #333333;
  border-width: 0.3em;
}
.icon--required::after {
  content: '必須';
  color: #c00;
  font-size: 12px;
  margin-left: 10px;
}
.list--accordion > dt {
  position: relative;
}
.list--accordion > dt::after {
  content: '';
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 2px solid #b5b5b5;
  border-top: none;
  border-right: none;
  position: absolute;
  right: -1em;
  top: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-color: #333333;
  margin: -0.25em 0 0;
}
.list--accordion > dd {
  display: none;
}
.section--payment * {
  transition: none;
}
.section--payment .list--accordion {
  text-align: center;
  margin: .5em auto 3em;
}
.section--payment .list--accordion .txt--basic {
  text-indent: -0.5em;
  padding-left: .5em;
  line-height: 1.6;
}
.section--payment .list--accordion .txt--sub {
  line-height: 1.7;
}
.section--payment .list--accordion > dt {
  text-align: center;
  display: inline-block;
  margin: .5em auto 0;
  cursor: pointer;
  transition: .3s;
}
@media (min-width: 961px) {
  .section--payment .list--accordion > dt:hover {
    opacity: 0.5;
  }
}
.section--payment .list--accordion > dd {
  padding-top: 20px;
}
.section--payment .list--accordion > dd .txt--sub {
  line-height: 1.5em;
}
.section--payment .list--accordion dd {
  text-align: left;
}
.section--payment .list--information {
  margin-bottom: 1em;
}
.section--payment .list--information a {
  padding: 1em 1em 1em 0;
}
.section--payment .list--information a:hover::before {
  border-color: #333333;
}
.list--support.terms {
  height: 200px;
  overflow-y: scroll;
  border: .5px solid #eee;
  padding: 15px;
  margin-bottom: 2em;
  border-radius: 4px;
}
.list--support.terms dt,
.list--support.terms dd,
.list--support.terms dd * {
  font-size: 13px;
  line-height: 1.5;
}
.section--profile .input--quarter {
  width: 49% !important;
}
.section--profile .address .input--quarter {
  width: 25% !important;
}
.section--mypage .list--menu li {
  padding: 1em 5% 1em 0;
}
.section--mypage .list--menu .form--post {
  margin-bottom: 0;
}
.section--mypage .list--menu dt {
  margin: 0;
}
.section--mypage .list--menu dd {
  word-break: break-all;
  font-size: 13px;
  padding-right: 7.5em;
  margin: 0;
}
.section--mypage .list--menu dd div {
  width: 7em;
  text-align: right;
  position: absolute;
  right: 5%;
  top: 50%;
  margin-top: -13px;
}
.section--mypage .list--menu dd span {
  display: inline-block;
  width: auto;
  padding: 0;
}
.section--mypage .list--menu dd span:first-child {
  margin-right: 2%;
}
.section--mypage .list--menu dd button {
  color: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.05em;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  min-width: 75%;
  text-align: center;
  text-decoration: none;
  line-height: 3.4;
  border-radius: .3em;
  padding: 0 1.5em;
  cursor: pointer;
  min-width: inherit;
  line-height: 1;
  border: none;
  font-size: 13px;
  padding: 6px .5em;
}
@media (max-width: 960px) {
  .section--mypage .list--menu dd button {
    min-width: 100%;
  }
}
@media (max-width: 960px) {
  .section--mypage .list--menu dd button {
    min-width: inherit;
  }
}
.section--mypage .list--menu dd button.btn--edit {
  background: #333333;
  color: #fff;
}
@media (min-width: 961px) {
  .section--mypage .list--menu dd button.btn--edit {
    transition: .3s;
  }
  .section--mypage .list--menu dd button.btn--edit:hover {
    opacity: 0.5;
  }
}
.section--mypage .list--menu dd button.btn--delete {
  border: 0.5px solid #333333;
  background: none;
}
@media (min-width: 961px) {
  .section--mypage .list--menu dd button.btn--delete {
    transition: .3s;
  }
  .section--mypage .list--menu dd button.btn--delete:hover {
    background: #333333;
    color: #fff;
  }
}
.section--login {
  padding-top: 1em;
}
@media screen and (max-width: 640px) {
  .section--login {
    padding-top: 0;
  }
}
.block--terms p {
  margin-bottom: .5em;
}
.block--terms .support-list {
  padding-top: 1em;
  font-size: .9em;
  line-height: 1.8em;
}
.block--terms .support-list li {
  text-indent: -0.5em;
  padding-left: .5em;
}
.block--terms .support-list li:not(:last-child) {
  margin-bottom: 1em;
}
.section--payment .block--terms {
  height: 300px;
  overflow-y: scroll;
  border: 1px solid #eee;
  background: #fff;
  line-height: 1.6;
  padding: 20px;
  margin-bottom: 40px;
  -webkit-overflow-scrolling: touch;
}

/* 初回ログイン */
.block--firstlogin {
  margin: 0 0 20px;
  padding: 20px;
  border: 1px solid #b5b5b5;
  background: #fff;
  font-size: 13px;
}
.block--firstlogin .tit {
  margin: 0 0 10px;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
}
.block--firstlogin .txt {
  margin: 0 0 10px;
}
.block--firstlogin .txt--sub {
  color: #999;
}
.block--firstlogin .btn {
  margin: 10px 0 0;
  font-weight: bold;
}

.attentionList {
    margin: 3% 0;
    padding: 1em;
    background-color: #fff;
    border: solid 1px #000;
    border-radius: 0.3em;
    font-size: 12px;
    line-height: 1.6;
}
.attentionList li {
    padding: 0 0 0 1em;
    position: relative;
    text-indent: -1em;
}
.attentionList li::before {
	content: '\f00c';
	font-family: "FontAwesome";
	color: #2ca10d;
	font-size: 10px;
	margin: 0 3px 0 0;
}
.entry-select-list {
    margin-top: 5%;
}
.entry-select-list h3 {
    margin-bottom: 0.5em;
    font-size: 15px;
    font-weight: bold;
    color: #2ca10d;
}