@charset "utf-8";
@media (max-width: 960px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
@media (min-width: 961px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
body {
  background-color: #f8f8f8;
}
a {
  color: #6f8aa6;
}
a:hover {
  color: #ec8485;
}
/* btn */
.btn--main {
  line-height: 1.4;
  width: 80%;
  background: #ffe4e4;
  color: #ec8485;
  text-shadow: 0px 0px 12px #ffd1d1;
}
.btn--main:hover {
  background: #faadad;
  color: #fff;
}
.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;
  border-radius: 50px;
  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;
}
@media screen and (max-width: 640px) {
  .btn--main:hover {
    background: #faadad;
    color: #fff;
  }
}
header h1 {
  width: 20%;
  max-width: 250px;
  padding: 0.5em 0;
}
@media (max-width: 960px) {
  header h1 {
    padding-top: 1em;
    width: 50%;
    max-width: 400px;
  }
}
header h1 a {
  display: block;
}
body {
  font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, 'Arial', "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
a[target="_blank"]:not([class])::after {
  display: none;
}
/* card
--------------------- */
#svg {
  display: none;
}
.pop-up {
  background: #ffe4e4;
  color: #ec8485;
  text-shadow: 0px 0px 12px #ffd1d1;
  text-align: center;
  padding: 15px;
  font-size: 1rem;
  border-radius: 50px;
  box-sizing: border-box;
  margin: 0 auto 40px;
  display: block;
}
.block--card {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 100;
  -webkit-transition: display 0.3s ease;
  transition: display 0.3s ease;
}
.block--card .card {
  padding: 15px 0;
  width: 320px;
  box-sizing: border-box;
  box-shadow: 2px 3px 10px 0px #e2d3d3, 0px 17px 32px 0px #e2d3d3;
  background: #fff1f1;
  color: #766666;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.block--card .card::before,
.block--card .card::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 15px;
  content: '';
  background: url(/static/tamurayukari/fanclub/mypage/line_deco.svg) repeat-x left top;
  background-size: contain;
  left: 0;
}
.block--card .card::before {
  top: 0;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.block--card .card::after {
  bottom: 0;
}
.block--card .artist {
  padding: 13px;
  margin: 0 auto;
  width: 93%;
  position: relative;
}
.block--card .artist::before,
.block--card .artist::after {
  position: absolute;
  content: '';
  display: block;
  width: 26px;
  height: 26px;
  background-image: url(/static/tamurayukari/fanclub/mypage/parts_frame.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.block--card .artist::before {
  left: 8px;
  top: 13px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.block--card .artist::after {
  right: 8px;
  top: 13px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.block--card .artist .inner--frame::before,
.block--card .artist .inner--frame::after {
  position: absolute;
  content: '';
  display: block;
  width: 26px;
  height: 26px;
  background-image: url(/static/tamurayukari/fanclub/mypage/parts_frame.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.block--card .artist .inner--frame::before {
  left: 8px;
  bottom: 13px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
.block--card .artist .inner--frame::after {
  right: 8px;
  bottom: 13px;
  transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
}
.block--card .artist .inner {
  margin: 10px auto;
  width: 96%;
  line-height: 0;
}
.block--card .artist .inner::before,
.block--card .artist .inner::after {
  content: '';
  position: absolute;
  display: block;
  height: 70%;
  z-index: 5;
  border-left: double 3px #CB8E28;
}
.block--card .artist .inner::before {
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.block--card .artist .inner::after {
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.block--card .artist .inner--line::before,
.block--card .artist .inner--line::after {
  position: absolute;
  content: '';
  display: block;
  width: 75%;
  z-index: 5;
  border-top: double 3px #CB8E28;
}
.block--card .artist .inner--line::before {
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
}
.block--card .artist .inner--line::after {
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}
.block--card .artist img {
  width: 100%;
  height: 290px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 87%;
  border: 1px solid #CB8E28;
}
.block--card .logo {
  width: 120px;
  margin: 32px auto 16px;
  font-size: 0;
}
.block--card .logo svg {
  width: 100%;
  height: 250px;
}
.block--card dl {
  padding: 0 25px;
  width: 95%;
  margin: 0 auto;
  font-family: 'Noto Serif JP', serif;
  color: #CB8E28;
  position: relative;
}
.block--card dl div {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.block--card dl div:not(:last-child) {
  margin-bottom: 9px;
  padding-bottom: 9px;
  border-bottom: 0.5px solid #CB8E28;
  width: 100%;
}
.block--card dl div:not(:last-child)::before {
  position: absolute;
  content: '';
  left: -11px;
  top: 21px;
  display: block;
  width: 8px;
  height: 10px;
  transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  background-image: url(/static/tamurayukari/fanclub/mypage/parts_deco.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.block--card dl div:not(:last-child)::after {
  position: absolute;
  content: '';
  right: -11px;
  top: 21px;
  display: block;
  width: 8px;
  height: 10px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  background-image: url(/static/tamurayukari/fanclub/mypage/parts_deco.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.block--card dt {
  font-weight: 300;
  font-size: 10px;
}
.block--card dd {
  font-weight: 600;
  font-size: 12px;
}
.block--card .close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: -50px;
  right: 0;
  cursor: pointer;
}
.block--card .close::before,
.block--card .close::after {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background: #000000;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.block--card.card--img .artist img {
  background-position: 0;
}
.block--card.card--img .sp {
  display: none;
}
.block--card.card--img .pc {
  display: block;
}
.menuOpen .block--card .card {
  opacity: 1 !important;
}
.menuOpen .block--card .close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menuOpen .block--card .close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (max-width: 960px) {
  .pop-up {
    background: #faadad;
    color: #fff;
  }
}
@media screen and (max-width: 340px) {
  .block--card .card {
    width: 85%;
  }
  .block--card .artist img {
    height: 240px;
  }
  .block--card.card--img .pc {
    display: none;
  }
  .block--card.card--img .sp {
    display: block;
  }
}
.block--card .logo svg {
  width: 100%;
  height: 200px;
}
/* 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 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: #333;
  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: #333;
  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: #333;
  margin: -0.25em 0 0;
}
.list--accordion > dd {
  display: none;
}
.section--payment * {
  transition: none;
}
.section--payment .list--accordion {
  text-align: center;
  margin: 0.5em auto 3em;
}
.section--payment .list--accordion .txt--basic {
  text-indent: -0.5em;
  padding-left: 0.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: 0.5em auto 0;
  cursor: pointer;
  transition: 0.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: #333;
}
.list--support.terms {
  height: 200px;
  overflow-y: scroll;
  border: 0.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: 0.3em;
  padding: 0 1.5em;
  cursor: pointer;
  min-width: inherit;
  line-height: 1;
  border: none;
  font-size: 13px;
  padding: 6px 0.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: #333;
  color: #fff;
}
@media (min-width: 961px) {
  .section--mypage .list--menu dd button.btn--edit {
    transition: 0.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 #333;
  background: none;
}
@media (min-width: 961px) {
  .section--mypage .list--menu dd button.btn--delete {
    transition: 0.3s;
  }
  .section--mypage .list--menu dd button.btn--delete:hover {
    background: #333;
    color: #fff;
  }
}
.section--login {
  padding-top: 1em;
}
@media screen and (max-width: 640px) {
  .section--login {
    padding-top: 0;
  }
}
.block--terms p {
  margin-bottom: 0.5em;
}
.block--terms .support-list {
  padding-top: 1em;
  font-size: 0.9em;
  line-height: 1.8em;
}
.block--terms .support-list li {
  text-indent: -0.5em;
  padding-left: 0.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;
}
