@charset "utf-8";
/* ------------------------------------
 * Standard templete original style
 * ------------------------------------ */
body {
  background-color: #ffffff;
}
section {
  max-width: 640px;
  padding: 0.5em 5% 3em 5%;
}
a {
  color: #ff64a0;
  word-break: break-all;
}
em {
  font-style: normal;
}
.txt--separator {
  display: block;
  width: 100%;
  margin: 3em 0 1em;
  color: #777777;
  text-align: center;
}
.txt--separator span {
  display: inline-block;
  vertical-align: middle;
}
.txt--separator::before,
.txt--separator::after {
  display: inline-block;
  width: 20%;
  border-top: solid 1px #777777;
  content: "";
}
.txt--separator::before {
  margin-right: 1em;
}
.txt--separator::after {
  margin-left: 1em;
}
.btn--main {
  width: 70%;
  min-width: 240px;
  margin: 2% auto;
  border: solid 1px #28bbed;
  background: #28bbed;
  color: #ffffff;
  font-size: 1.2rem;
}
.btn--main:hover {
  background: #ffffff;
  color: #28bbed;
  transition: all 0.3s ease-in;
}
.btn--sub {
  width: 60%;
  min-width: 240px;
  margin: 2% auto;
  border: solid 1px #28bbed !important;
  background: #ffffff !important;
  color: #28bbed !important;
  font-size: 1.2rem;
}
.btn--sub:hover {
  background: #28bbed !important;
  color: #ffffff !important;
  transition: all 0.3s ease-in;
}
.detail__btn a::before {
  border-color: #000000;
}
.btn--chevron {
  color: #333333;
}
.btn--chevron::after {
  border-color: #333333;
}
.btn--chevron:hover {
  color: #000000;
}
.btn--chevron:hover::after {
  border-color: #000000;
}
.btn--chevron-left {
  color: #333333;
}
.btn--chevron-left::after {
  border-color: #333333;
}
.btn--chevron-left:hover {
  color: #000000;
}
.btn--chevron-left:hover::after {
  border-color: #000000;
}
header h1 {
  width: 30%;
  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;
}
@media (max-width: 767px) {
  header h1 {
    width: 60%;
    margin: 3% auto 0;
  }
}
/* ------------------------------------
 * Member's card
 * ------------------------------------ */
.block--card {
  display: none;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  transition: none;
  -webkit-transition: none;
}
.block--card img {
  pointer-events: none;
}
.block--card .font-en {
  font-family: gill-sans-nova-inline, sans-serif;
  font-weight: 600;
}
.block--card .orange {
  color: #F7AD05;
}
.block--card .card {
  z-index: 1000;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 450px;
  transform: translateY(-50%) translateX(-50%);
}
.block--card .close {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  top: -40px;
  right: 0;
  background: none;
  border: none;
  cursor: pointer;
}
.block--card .close::before,
.block--card .close::after {
  content: "";
  position: absolute;
  width: 140%;
  height: 1px;
  top: 0;
  background-color: #333;
}
.block--card .close::before {
  left: 0;
  transform: rotate(45deg);
  transform-origin: left;
}
.block--card .close::after {
  right: 0;
  transform: rotate(-45deg);
  transform-origin: right;
}
.block--card .inner {
  padding: 25px 0 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  background-color: #FCE8B3;
  background-image: linear-gradient(90deg, #ffffff66 1px, transparent 1px), linear-gradient(#ffffff66 1px, transparent 1px);
  background-position: 10px 10px;
  background-size: 16px 16px;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  transition: none;
  letter-spacing: 0;
  position: relative;
  overflow: hidden;
}
.block--card .inner::before {
  content: "";
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 75%;
  background: #F7B400;
  border-bottom: 2px solid #fff;
  transform: skewY(-30deg);
}
.block--card .inner > * {
  position: relative;
}
.block--card .inner .emblem {
  position: absolute;
  top: 14px;
  left: 10px;
  transform: rotate(-24deg);
}
.block--card .inner .title {
  width: 140px;
  background: #fff;
  margin-left: auto;
  padding: 10px 0 8px;
  border-radius: 6px 0 0 6px;
  line-height: 1;
  box-shadow: 0 2px 0 rgba(165, 120, 0, 0.6);
}
.block--card .inner .title img {
  display: block;
  width: 75px;
  height: auto;
  margin: auto;
}
.block--card .inner .title p {
  text-align: center;
  font-size: 10px;
}
.block--card .inner .member-info {
  display: flex;
  background: #fff;
  border-radius: 6px;
  width: calc(100% - 60px);
  margin: 18px auto 0;
  box-shadow: 0 1px 0 rgba(165, 120, 0, 0.6);
  position: relative;
  z-index: 10;
}
.block--card .inner .member-info .info-title {
  font-size: 10px;
  line-height: 1;
}
.block--card .inner .member-info .info-detail {
  font-size: 11px;
  font-weight: 500;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.block--card .inner .member-info .info-detail span {
  margin-left: 0.3em;
}
.block--card .inner .member-info .nickname {
  width: 58%;
  padding: 9px 10px 8px;
}
.block--card .inner .member-info .joining {
  padding: 9px 10px 8px;
  border-left: 1px dotted #AAAAAA;
}
.block--card .inner .photo-wrap {
  width: calc(100% - 60px);
  height: 262px;
  margin: 8px auto 0;
  background: #fff;
  padding: 15px;
  box-shadow: 1px 2px 0 rgba(165, 120, 0, 0.3);
}
.block--card .inner .photo-wrap .photo {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #ccc;
}
.block--card .inner .sakaenyan {
  position: absolute;
  transform: rotate(-15deg);
  bottom: 17px;
  left: 15px;
  width: 52px;
  height: auto;
}
.block--card .inner .option-wrap {
  width: 45%;
  padding: 5px 0;
  background-color: #F7B400;
  text-align: center;
  color: #fff;
  font-weight: 500;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  box-shadow: 1px 2px 0 rgba(165, 120, 0, 0.3);
}
.block--card .inner .option-wrap .option-roma {
  margin-top: -2px;
  padding-bottom: 5px;
  font-family: "parkside", cursive;
  font-weight: 400;
  font-size: 11px;
  color: #fcf1d1;
  line-height: 1;
}
.block--card .inner .option-wrap .registration-tit {
  padding-top: 5px;
  font-size: 10px;
  color: #fcf1d1;
  line-height: 1;
  letter-spacing: -0.03em;
  position: relative;
}
.block--card .inner .option-wrap .registration-tit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #fff 1px, transparent 1px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.block--card .inner .option-wrap .registration-detail {
  font-size: 11px;
}
/* 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: 12px;
  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: #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: 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: #333333;
}
.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-weight: 400;
  letter-spacing: 0.05em;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  min-width: 75%;
  text-align: center;
  text-decoration: none;
  border-radius: 0.3em;
  cursor: pointer;
  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: #333333;
  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 #333333;
  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: #333333;
    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;
}
/* ------------------------------------
 * general style
 * ------------------------------------ */
a {
  color: #ff64a0;
  word-break: break-all;
}
.invalid_item a {
  opacity: 0.4;
  pointer-events: none;
}
.nolink_item a {
  pointer-events: none;
}
.item_centering {
  margin: 2% auto;
  text-align: center;
}
.view_standard {
  display: block !important;
}
.view_mobile {
  display: none !important;
}
.caption {
  display: block;
  margin: 3% auto 3%;
  color: #484848;
  font-weight: 500;
  font-size: 1.6rem;
}
.entry_caption span {
  display: block;
}
.entry_caption .entry_caption_main {
  color: #ff64a0;
  font-size: 1.2rem;
}
.entry_caption .entry_caption_sub {
  color: #484848;
  font-size: 1rem;
}
.notice {
  color: #ff64a0;
  font-weight: 500;
}
em {
  color: #ff64a0;
  font-weight: 700;
}
.text_addition {
  display: block;
  color: #777777;
  font-size: 1.2rem;
  line-height: 1.5;
}
.image_area {
  width: 70%;
  margin: 3% auto;
}
.image_area img {
  width: 100%;
}
.fixed_banner {
  width: 93%;
  max-width: 1100px;
  margin: 0 auto;
  z-index: 2;
}
.fixed_banner li {
  margin: 2% auto 0;
}
.fixed_banner li img {
  width: 100%;
  border: solid 1px #484848;
  border-radius: 0.5em;
  transition: all 0.3s ease-out;
}
.fixed_banner li img:hover {
  -webkit-filter: drop-shadow(3px 7px 12px rgba(244, 195, 26, 0.6));
  -moz-filter: drop-shadow(3px 7px 12px rgba(244, 195, 26, 0.6));
  -ms-filter: drop-shadow(3px 7px 12px rgba(244, 195, 26, 0.6));
  filter: drop-shadow(3px 7px 12px rgba(244, 195, 26, 0.6));
}
.new_arrival dt::after,
.new_arrival .date::after {
  display: inline;
  margin-left: 0.2em;
  color: #ff64a0;
  font-size: 0.8em;
  content: "new";
}
@media only screen and (max-width: 767px) {
  .view_standard {
    display: none !important;
  }
  .view_mobile {
    display: block !important;
  }
  .caption {
    font-size: 1.3rem;
  }
}
/* ------------------------------------
 * heading
 * ------------------------------------ */
.heading {
  display: block;
  width: 100%;
  margin: 2rem auto;
  color: #484848;
  text-align: center;
}
.heading .item_main {
  display: block;
  font-family: gill-sans-nova-inline, sans-serif;
  font-weight: 500;
  font-size: 8rem;
  line-height: 1.1;
}
.heading .item_main::before {
  display: inline-block;
  width: 1em;
  height: 0.74em;
  background: url(/static/ske48/fanclub/common/ske48family_emblem.svg) no-repeat left center;
  background-size: contain;
  content: "";
}
.heading.heading_noicon .item_main::before {
  display: none;
}
.heading:not(.heading_noicon) .item_sub {
  margin-left: 2em;
}
.heading .item_sub {
  display: block;
  margin-top: 0.2em;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.2;
}
.heading_size_medium .item_main {
  font-size: 5.6rem;
}
.heading_size_medium .item_sub {
  font-size: 1.6rem;
}
.heading_sub {
  width: 100%;
  margin: 2% auto 2%;
  padding: 0.3rem 0;
  border-top: solid 1px #f8b500;
  border-bottom: solid 1px #f8b500;
  color: #f8b500;
  font-weight: 500;
  font-size: 115%;
  line-height: 1.5;
}
.heading_sub::after {
  display: block;
  width: 100%;
  margin-top: 1rem;
  border-top: solid 1px #f8b500;
  content: "";
}
.heading_sub::before {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
  border-top: solid 1px #f8b500;
  content: "";
}
.heading_type2 {
  padding: 0.3rem 0;
  border-top: solid 1px #f8b500;
  border-bottom: solid 1px #f8b500;
  color: #f8b500;
}
.heading_type2::after {
  display: block;
  width: 100%;
  margin-top: 1rem;
  border-top: solid 1px #f8b500;
  content: "";
}
.heading_type2::before {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
  border-top: solid 1px #f8b500;
  content: "";
}
.heading_type2 .item_main::before {
  background: url(/static/ske48/fanclub/common/ske48family_emblem_orange.svg) no-repeat left center;
}
.heading_size_medium.heading_type2 .item_main {
  font-size: 4.6rem;
}
.heading_size_medium.heading_type2 .item_sub {
  font-size: 1.2rem;
}
.heading_type3 {
  display: block;
  width: 100%;
  margin: 6% auto 2%;
  padding: 0.2rem 0;
  border-top: solid 1px #484848;
  border-bottom: solid 1px #484848;
  color: #484848;
  font-weight: 500;
  font-size: 105%;
  line-height: 1.3;
}
.heading_type3::before {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
  border-top: solid 1px #484848;
  content: "";
}
.heading_type3::after {
  display: block;
  width: 100%;
  margin-top: 1rem;
  border-top: solid 1px #484848;
  content: "";
}
@media (max-width: 767px) {
  .heading .item_main {
    font-size: 3.8rem;
  }
  .heading .item_sub {
    font-size: 1.2rem;
  }
  .heading_size_medium.heading_type2 .item_main {
    font-size: 3rem;
  }
  .heading_size_medium.heading_type2 .item_sub {
    font-size: 1rem;
  }
}
/* ------------------------------------
 * btn
 * ------------------------------------ */
.btn_area {
  margin: 6% auto;
  text-align: center;
}
.btn {
  text-align: center;
}
.btn a,
.btn input {
  -moz-appearance: none;
  -webkit-appearance: none;
  display: inline-block;
  padding: 0.2em 0.6em;
  border: solid 1px #f8b500;
  border-bottom: solid 2px #f8b500;
  border-radius: 0.4em;
  background: #ffffff;
  color: #f8b500;
  font-size: 1.6rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-in;
}
.btn a:hover,
.btn input:hover {
  background: #f8b500;
  color: #ffffff;
}
.btn_strong a,
.btn_strong input {
  -moz-appearance: none;
  -webkit-appearance: none;
  display: inline-block;
  padding: 0.4em 0.6em;
  border: solid 1px #ffffff;
  border-radius: 0.3em;
  background: #484848;
  background: -webkit-linear-gradient(100deg, #484848 50%, #5f5f5f 51%, #5f5f5f 100%);
  background: linear-gradient(350deg, #484848 50%, #5f5f5f 51%, #5f5f5f 100%);
  background-size: 100% 100%;
  background-position: 0 0;
  color: #ffffff;
  font-weight: 500;
  font-size: 1.8rem;
  text-align: center;
  text-decoration: none;
  line-height: 1.1;
  box-shadow: 0 0 1px 3px #484848;
  transition: all 0.4s ease-out;
}
.btn_strong a:hover,
.btn_strong input:hover {
  border: solid 1px #ff64a0;
  background-position: 100% 100%;
  background-size: 360% 100%;
  color: #ff64a0;
}
.btn_strong a .item_sub {
  display: block;
  margin-top: 0.4rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .btn a span,
  .btn input {
    font-size: 1.6rem;
  }
}
