@charset "UTF-8";
/* 20230713 ニュースページのstyle_fanclub移設 */
.fc_news_adjust .btn, .fc_news_adjust .btn-basic, .fc_news_adjust .btn-highlight {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.fc_news_adjust .btn-highlight {
  background-color: #de963a;
  /* min-width: 36rem; */
  min-height: 3.1rem;
  margin: 1.7rem auto 0.7rem;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 0.5rem 2rem;
  max-width: 90%;
  box-sizing: border-box;
}

.fc_news_adjust .btn-highlight::before {
  left: -0.4rem;
  background: url(../images/common/bg_btn_01.png) no-repeat left center/contain;
}

.fc_news_adjust .btn-highlight::before, .fc_news_adjust .btn-highlight::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 1.7rem;
  z-index: 1;
  transition: all 0.2s ease-in-out;
  opacity: 1;
  visibility: visible;
}

.fc_news_adjust .btn-highlight::after {
  right: -0.4rem;
  background: url(../images/common/bg_btn_02.png) no-repeat right center/contain;
}

.fc_news_adjust .btn-highlight::before, .fc_news_adjust .btn-highlight::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 1.7rem;
  z-index: 1;
  transition: all 0.2s ease-in-out;
  opacity: 1;
  visibility: visible;
}

.fc_news_adjust .btn, .fc_news_adjust .btn-highlight, .fc_news_adjust .btn-basic {
  font-size: 1.1rem;
}

/* 20230713 ニュースページのstyle_fanclub移設 */
.fanclub .btn, .fc_news_adjust .btn-basic, .fc_news_adjust .btn-highlight {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: relative;
  transition: all 0.2s ease-in-out;
}

.fanclub .btn-highlight {
  background-color: #de963a;
  /* min-width: 36rem; */
  min-height: 3.1rem;
  margin: 1.7rem auto 0.7rem;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 0.5rem 2rem;
  max-width: 90%;
  box-sizing: border-box;
  border: none;
}

.fanclub .btn-highlight::before {
  left: -0.4rem;
  background: url(../images/common/bg_btn_01.png) no-repeat left center/contain;
}

.fanclub .btn-highlight::before, .fc_news_adjust .btn-highlight::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 1.7rem;
  z-index: 1;
  transition: all 0.2s ease-in-out;
  opacity: 1;
  visibility: visible;
}

.fanclub .btn-highlight::after {
  right: -0.4rem;
  background: url(../images/common/bg_btn_02.png) no-repeat right center/contain;
}

.fanclub .btn-highlight::before, .fc_news_adjust .btn-highlight::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 1.7rem;
  z-index: 1;
  transition: all 0.2s ease-in-out;
  opacity: 1;
  visibility: visible;
}

.fanclub .btn, .fc_news_adjust .btn-highlight, .fc_news_adjust .btn-basic {
  font-size: 1.1rem;
}

.fanclub button.btn-highlight:disabled {
  color: #fff;
  background-color: #bdbdbd;
  border-color: #bdbdbd;
  transition: all 0.2s ease-in-out;
}

.fanclub .btn-highlight:disabled::before {
  left: -0.4rem;
  background: url(../images/common/bg_btn_d01.png) no-repeat left center/contain;
}

.fanclub .btn-highlight:disabled::after {
  right: -0.4rem;
  background: url(../images/common/bg_btn_d02.png) no-repeat right center/contain;
}

/* ボタン不活性時のカーソル */
.btn-highlight.disabled {
  cursor: not-allowed;
}

/* 壁紙一覧の見出し画像非表示時のマージン調整 */
.main.wallpaper .breadcrumb.mb-0,
.main.inspiration .breadcrumb.mb-0 {
  margin-bottom: 2rem !important;
}

/* ニュース一覧のアイコンサイズ調整 */
.fc_news_adjust .teaser-news-tag {
  width: 8.5rem;
  height: 8.5rem;
  font-size: 1.5rem;
  line-height: 1.34rem;
  left: 4rem;
}

.fc_news_adjust .fanclub-news .teaser-news-tag {
  top: 0rem;
  left: -3rem;
  width: 5.5rem;
  height: 5.5rem;
}

.articles-block.fanclub-news-more {
  margin-top: 3rem;
}

.fc_news_adjust .fanclub-news-more .col-xs-12.col-sm-6.col-md-4 {
  padding-left: 4.9rem;
  padding-right: 4.9rem;
}

.fc_news_adjust .fanclub-news-more .card-news.bg-news.mb-4.mb-md-5 {
  margin-bottom: 6rem !important;
}

.fc_news_adjust .fanclub-news-more .col-xs-12.col-sm-6.col-md-4 .teaser-news-tag {
  top: -4rem;
  left: 0.5rem;
}

/* ニュース一覧のアイコンサイズ調整 */
.fanclub .teaser-news-tag {
  width: 8.5rem;
  height: 8.5rem;
  font-size: 1.5rem;
  line-height: 2.34rem;
  left: 4rem;
}

.fanclub .fanclub-news .teaser-news-tag {
  top: 0rem;
  left: -4rem;
  width: 8.5rem;
  height: 8.5rem;
}

.fanclub .fanclub-news-more .col-xs-12.col-sm-6.col-md-4 {
  padding-left: 4.9rem;
  padding-right: 4.9rem;
}

.fanclub .fanclub-news-more .card-news.bg-news.mb-4.mb-md-5 {
  margin-bottom: 6rem !important;
}

.fanclub .fanclub-news-more .col-xs-12.col-sm-6.col-md-4 .teaser-news-tag {
  top: -4rem;
  left: 0.5rem;
}

@media (min-width: 768px) {
  .fanclub .teaser-news-tag {
    line-height: 2.25rem;
  }
  .fc_news_adjust .teaser-news-tag {
    line-height: 1.25rem;
  }
  .fc_news_adjust .hero .teaser-news-tag {
    top: -3.3rem;
    left: -3.3rem;
    width: 6.5rem;
    height: 6.5rem;
    font-size: 1rem;
  }
  .hero .teaser-news-tag {
    top: -4.3rem;
    left: -4.3rem;
  }
  .fanclub .fanclub-news .teaser-news-tag {
    width: 8.5rem;
    height: 8.5rem;
    top: -4.3rem;
  }
  .fc_news_adjust .fanclub-news .teaser-news-tag {
    width: 6.5rem;
    height: 6.5rem;
    top: -3.3rem;
  }
  .articles-block.fanclub-news-more {
    margin-top: 8rem;
  }
  .fc_news_adjust .fanclub-news .section-title.title-themed {
    margin-bottom: 7rem;
  }
  .fc_news_adjust .fanclub-news .mb-md-5 {
    margin-bottom: 4.5rem !important;
  }
  .fanclub .fanclub-news .section-title.title-themed {
    margin-bottom: 7rem;
  }
  .fanclub .fanclub-news .mb-md-5 {
    margin-bottom: 4.5rem !important;
  }
}
.fanclub .teaser-news-tag.navi,
.fanclub .teaser-news-tag.onlymem,
.fanclub .teaser-news-tag.onlymem_p,
.fanclub .list-wallpaper__label.navi,
.fanclub .list-wallpaper__label.onlymem,
.fanclub .list-wallpaper__label.onlymem_p {
  background-color: #65aadd;
}

.fanclub .teaser-news-tag.danger,
.fanclub .teaser-news-tag.onlysubsc,
.fanclub .teaser-news-tag.onlysubsc_p,
.fanclub .list-wallpaper__label.danger,
.fanclub .list-wallpaper__label.onlysubsc,
.fanclub .list-wallpaper__label.onlysubsc_p {
  background-color: #ed6d1e;
}

.fanclub .list-wallpaper__label,
.fc_news_adjust .list-wallpaper__label {
  left: -2.2rem;
  top: -2.2rem;
  z-index: 9999;
}

.fc_news_adjust .teaser-news-tag.navi,
.fc_news_adjust .teaser-news-tag.onlymem,
.fc_news_adjust .teaser-news-tag.onlymem_p,
.fc_news_adjust .list-wallpaper__label.navi,
.fc_news_adjust .list-wallpaper__label.onlymem,
.fc_news_adjust .list-wallpaper__label.onlymem_p {
  background-color: #65aadd;
}

.fc_news_adjust .teaser-news-tag.danger,
.fc_news_adjust .teaser-news-tag.onlysubsc,
.fc_news_adjust .teaser-news-tag.onlysubsc_p,
.fc_news_adjust .list-wallpaper__label.danger,
.fc_news_adjust .list-wallpaper__label.onlysubsc,
.fc_news_adjust .list-wallpaper__label.onlysubsc_p {
  background-color: #ed6d1e;
}

/* フォーム */
input#year_of_birth {
  background: #ddd;
}

.flash_message a {
  text-decoration: underline;
}

p.message {
  max-width: 90%;
  margin: 0 auto;
  text-align: center;
}

@media (min-width: 768px) {
  .btn-highlight br {
    display: none;
  }
}
.sub-ttl {
  word-break: break-all;
}

.members-card {
  /*margin: 0 4rem;*/
}

.members-card__txt {
  word-break: break-all;
  max-width: 640px;
}

select[name=favorite_character] {
  width: 40rem;
}

@media (min-width: 768px) {
  main.inspiration.detail .container,
  main.wallpaper.detail .container {
    /*width: 774px;*/
  }
  main.memberscard .container,
  main.memberscard.detail .container {
    /*width: 640px;*/
  }
  main.memberscard.list .container {
    /*width: 100%;*/
  }
  main.point-program .container,
  main.point-program.detail .container {
    width: 710px;
  }
  main.point-record .container {
    width: 710px;
  }
  .fanclub .list-wallpaper__item,
  .fanclub .list-card__item {
    width: calc(24% - 3.8rem);
    margin-bottom: 6.6rem;
    margin-right: 6.6rem;
  }
  .fanclub .list-wallpaper__item:nth-child(even),
  .fanclub .list-card__item:nth-child(even) {
    margin-left: 0;
  }
  .fanclub .list-wallpaper__item:nth-child(n+3),
  .fanclub .list-card__item:nth-child(n+3) {
    margin-top: 0;
  }
  .fanclub .list-wallpaper__item:nth-child(4n),
  .fanclub .list-card__item:nth-child(4n) {
    margin-right: 0;
  }
}
.fanclub .main.inspiration {
  background-color: #ffe5cc;
}

.fanclub .main.inspiration .breadcrumb {
  background-color: #ffca8e;
}

/* 20230601 */
@media (min-width: 768px) {
  .list-member__item img {
    max-width: 250px;
    max-height: 250px;
    height: auto;
  }
}
@media (max-width: 768px) {
  .list-member__item img {
    max-height: 125px;
  }
}
.box-border .highlight {
  color: #d47e7b;
  font-weight: bold;
}

/* 20230604 */
.fanclub .point-program .tab {
  margin-top: 5rem;
}

.fanclub .point-program .media-points {
  position: relative;
  margin-bottom: 5rem !important;
}

.fanclub .point-program .media-points__tag {
  display: block;
  width: 100px;
}

.fanclub .point-program .media-points__body {
  /* padding: 1rem; */
}

/* 20230605 */
@media (min-width: 768px) {
  .fanclub .list-member__image {
    display: flex;
    align-items: end;
    height: 250px;
  }
  .list-member__item img {
    max-width: 250px;
    max-height: 250px;
    height: auto;
  }
  .list-member__item.my_menu_moomin img {
    max-height: 208px;
  }
  .list-member__item.my_menu_misssnoke img {
    max-height: 208px;
  }
  .list-member__item.my_menu_nyoronyoro img {
    max-height: 150px;
  }
  .list-member__item.my_menu_mimura img {
    max-height: 219px;
  }
  .list-member__item.my_menu_tuticky img {
    max-height: 210px;
  }
  .list-member__item.my_menu_littlemy img {
    max-height: 145px;
  }
  .list-member__item.my_menu_thingumyandbob img {
    max-height: 145px;
  }
}
@media (max-width: 768px) {
  .fanclub .list-member__image {
    display: flex;
    align-items: end;
    height: 125px;
  }
  .list-member__item img {
    max-height: 125px;
  }
  .list-member__item.my_menu_moomin img {
    max-height: 104px;
  }
  .list-member__item.my_menu_misssnoke img {
    max-height: 104px;
  }
  .list-member__item.my_menu_nyoronyoro img {
    max-height: 75px;
  }
  .list-member__item.my_menu_mimura img {
    max-height: 109.5px;
  }
  .list-member__item.my_menu_tuticky img {
    max-height: 105px;
  }
  .list-member__item.my_menu_littlemy img {
    max-height: 72.5px;
  }
  .list-member__item.my_menu_thingumyandbob img {
    max-height: 72.5px;
  }
}
@media (max-width: 769px) {
  .fanclub .point-program .list-wallpaper__label {
    left: -2.5rem;
  }
}
/* 20230606 tsubasa */
.fanclub .body-text {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.fanclub .c-form-agree.w_mfcj {
  display: block;
  padding-left: calc(13px + 0.8rem);
  text-indent: calc(-13px - 0.8rem);
  font-size: 21px;
}

.fanclub .c-form-agree.w_mfcj .flash_message {
  font-size: 16px;
  padding-left: calc(13px + 0.8rem);
  text-indent: calc(-13px - 0.8rem);
}

.small_container {
  width: 80rem;
}

.fanclub .small_container .full-width {
  display: block;
  width: 100%;
}

.fanclub .btn-highlight {
  width: 100%;
  margin: 3.5rem 0 1.5rem;
  max-width: 100%;
}

.td_u {
  text-decoration: underline;
}

.fanclub .small_container .body-text {
  /*margin:0;*/
}

.fz-14 {
  font-size: 14px !important;
}

.fanclub .fz-14 .anchor-text {
  font-size: 14px;
}

.text-sub .anchor-text {
  font-size: 1.2rem;
}

@media (max-width: 768px) {
  .small_container {
    width: 100%;
  }
}
.fanclub .c-form-select select {
  width: 24.4rem;
}

.fanclub .anchor-text.big_txt {
  font-size: 2.7rem;
}

.fanclub .main.inspiration .hline01,
.fanclub .main.inspiration .body-text,
.fanclub .main.wallpaper .hline01,
.fanclub .main.wallpaper .body-text {
  /*width: 80rem;*/
}

.fanclub .main.inspiration .hline01,
.fanclub .main.wallpaper .hline01 {
  /*margin:0 auto;
  margin-bottom: 3.7rem;*/
}

.container_width {
  width: 80rem;
}

@media (max-width: 769px) {
  .fanclub .main.inspiration .hline01,
  .fanclub .main.inspiration .body-text,
  .fanclub .main.wallpaper .hline01,
  .fanclub .main.wallpaper .body-text {
    width: 100%;
  }
}
/*
.block-popular__image {
    min-height: 22.5rem;
}
.block-popular__date,
.block-popular__ttl{
    font-size: 1.94rem;
}
@media (min-width: 769px){
    .block-popular__image {
        min-height: 12.8rem;
    }
    .block-popular__date,
    .block-popular__ttl{
        font-size: 1.2rem;
    }
}
*/
/* 20230607 */
/*
@media (max-width: 768px){
	.block-popular__item {
		max-width:74vw;
	}
}
*/
/* 20230712 */
@media (min-width: 768px) {
  main.coupons.list .container,
  main.coupons.detail .container {
    /*width: 710px;*/
  }
}
.fanclub .coupons .tab-head {
  margin-bottom: 5rem;
}

.fanclub .coupons .media-coupons {
  position: relative;
  margin-bottom: 5rem !important;
}

@media (max-width: 769px) {
  .fanclub .coupons .list-wallpaper__label {
    left: -2.5rem;
  }
}
.fanclub .coupons .media-coupons a {
  display: contents;
  color: #000;
}

/* 20230713 tsubasa ニュースページのstyle_fanclub部分の調整*/
.fc_news_adjust .btn-highlight {
  width: 100%;
  margin: 3.5rem 0 1.5rem;
  max-width: 100%;
}

/* 20230721 */
.w_70 {
  width: 70%;
  margin: 0 auto;
}

.w_80 {
  width: 80%;
  margin: 0 auto;
}

.ta_c {
  text-align: center;
}

.mypage_code {
  background: #989898;
  padding: 0.2rem;
  color: #fff;
}

/* 20230713 tsubasa クーポンページ調整*/
.privilege_sort_container a.current {
  text-decoration: underline;
}

.w_90 {
  width: 90%;
  margin: 0 auto;
}

.sort_menu {
  margin-bottom: 3rem;
}

.order_sort {
  text-align: right;
}

.coupon-list_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.media-coupons {
  width: calc(50% - 2.5rem);
  box-sizing: border-box;
  padding-right: 2.5%;
}

.fanclub .coupons .media-coupons {
  display: block;
}

.fanclub .media-coupons {
  margin-top: 2rem;
}

.fanclub .media-coupons__image {
  width: 100%;
  margin-bottom: 0.5rem;
  position: relative;
}

.fanclub .media-coupons__body {
  padding-left: 0;
}

.over_coupon_img {
  position: absolute;
  background: rgba(248, 248, 248, 0.68);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}

.over_coupon_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain !important;
}

.over_text_img {
  position: absolute;
  background: none;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}

.media-coupons {
  padding-right: 0;
}

.coupons_ttl_container {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}

.fanclub .list-wallpaper__label.onlymem.static {
  position: static;
  min-width: 8.5rem;
  margin-right: 2rem;
}

.fanclub .list-wallpaper__label.onlymem_p.static {
  position: static;
  min-width: 8.5rem;
  margin-right: 2rem;
}

.fanclub .list-wallpaper__label.onlysubsc.static {
  position: static;
  min-width: 8.5rem;
  margin-right: 2rem;
}

.fanclub .list-wallpaper__label.onlysubsc_p.static {
  position: static;
  min-width: 8.5rem;
  margin-right: 2rem;
}

.bg-wrap {
  width: 440px;
  margin: 0 auto;
  position: relative;
}

.fanclub .list-member__ttl {
  background: inherit;
}

.fanclub .body-text.nm_left {
  margin-left: 0;
}

.aspect_400 {
  aspect-ratio: 400/635;
  width: 100%;
  border: 2px solid #000;
  border-radius: 22px;
  overflow: hidden;
  box-sizing: border-box;
}

.card_logo1 {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -25%);
}

.fanclub .bg-wrap .bg-full {
  width: 100%;
}

.fanclub .bg-wrap .bg-full::after {
  background-color: inherit;
}

.fanclub .bg-wrap .bg-full img {
  object-fit: cover;
}

.fanclub .members-card__image {
  width: 46%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  max-width: 100%;
}

/* 会員証テキスト */
.fanclub .memberscard .members-card {
  height: 100%;
  color: #000;
  text-align: left;
}

.fanclub .memberscard .members-card .card_logo2 {
  align-items: end;
  display: flex;
}

.fanclub .memberscard .backside .members-card .flex_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  width: 40%;
}

.fanclub .memberscard .bg-wrap .bg-full {
  border: 2px solid #000;
  border-radius: 22px;
  overflow: hidden;
  box-sizing: border-box;
}

.fanclub .memberscard .members-card__sub {
  font-size: 33px;
  color: #EF8061;
  text-align: left;
  line-height: 1;
  font-family: "Mikado", BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: bold;
}

.fanclub .memberscard .members-card__ttl {
  font-size: 33px;
  color: #EF8061;
  text-align: left;
  line-height: 1;
  font-family: "Mikado", BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: bold;
}

.fanclub .memberscard .members-card__nickname {
  font-size: 23px;
  margin-bottom: 50px !important;
}

.fanclub .memberscard .members-card__name {
  font-size: 10px;
}

.fanclub .memberscard .members-card__txt {
  font-size: 14px;
  margin-bottom: 0.5rem;
}

.members-card_imgcontainer {
  height: 44.21%;
  position: relative;
}

.members-card_disccontainer {
  padding: 30px;
  height: 55.78%;
  background: #fff;
}

.flex_wrapper {
  display: flex;
}

.w-12 {
  width: 12%;
}

.w-15 {
  width: 15%;
}

.w-35 {
  width: 35%;
}

.w-30 {
  width: 30%;
}

.w-65 {
  width: 65%;
}

.w-70 {
  width: 70%;
}

.members-card__ttlbox {
  justify-content: space-between;
  margin-bottom: 20px !important;
}

.card_logo_copyrights {
  font-size: 1rem;
  padding-top: 1rem;
  text-align: right;
  position: absolute;
}

.members-card-item {
  position: relative;
  margin: 0 20px;
}

.memberscard.detail .members-card-item {
  width: 400px;
  max-width: 50%;
}

.members-card_imgcontainer.back-side {
  height: 78.21%;
}

.members-card_disccontainer.back-side {
    height: 21.78%;
    display: flex;
    padding: 2rem 1rem;
    justify-content: end;
    align-items: center;
}

.memberscard .slick-arrow::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  border-style: solid;
  border-color: #939393;
  border-width: 2px 0 0 2px;
  top: calc(50% - 9px);
}

.memberscard .slick-prev::before {
  transform: rotate(-45deg);
  left: calc(50% - 40px);
}

.memberscard .slick-next::before {
  transform: rotate(135deg);
  right: calc(50% - 40px);
}

.memberscard .card_logo2_backside {
  width: 55%;
  margin: 0 auto;
  display: flex;
  align-items: end;
}

.memberscard .card_logo_copyrights.back-side {
  position: static;
  width: 70%;
  margin: 0 auto;
  text-align: center;
  padding-top: 0.5rem;
}

.fanclub .memberscard .btn-highlight {
  max-width: 400px;
  margin: 3.5rem auto 1.5rem auto;
}

.fanclub .memberscard .list-card__text {
  text-align: left;
}

/*住民票調整*/
.ff-min {
  font-family: "Shippori Mincho", serif;
}

.fanclub .bg-wrap .bg-full--border::before {
  content: none;
}

.fanclub .residence .members-card {
  padding-top: 9rem;
}

.residence .bg-wrap {
  width: 680px;
}

.aspect_640 {
  aspect-ratio: 640/905;
  width: 100%;
}

.fanclub .residence .members-card__ttl {
  font-size: 3.6rem;
  color: #793220;
  line-height: 1;
}

.fanclub .residence .members-card__sub {
  font-size: 1.9rem;
  color: #793220;
}

.fanclub .residence .members-card__address {
  font-size: 2.9rem;
  color: #793220;
  font-weight: 600;
}

.fanclub .residence .members-card__address2 {
  font-size: 1.6rem;
  color: #793220;
  font-weight: 400;
}

.fanclub .residence .members-card__address2.back-side {
  font-size: 2.2rem;
  color: #793220;
  font-weight: bold;
  padding-top: 60%;
  line-height: 1.8;
}

.fanclub .residence .members-card__txt {
  font-size: 1.4rem;
  color: #793220;
  line-height: 2;
}

.fanclub .residence .members-card__txt span {
  font-size: 1.6rem;
  font-weight: bold;
}

.residence_logo {
  width: 15%;
  margin: 0 auto;
}

.residence_border {
  border-bottom: 0.3rem solid #793220;
  width: 65%;
  margin: 0 auto;
}

.residence-card-item {
  position: relative;
  max-height: 905px;
  margin: 0 20px;
}

.btn-code {
  width: 100%;
  background: rgba(255, 255, 255, 0.41);
}

.fanclub-news p.teaser-news-tag {
  font-size: 1rem;
}

@media (max-width: 768px) {
  .fanclub .residence .members-card__txt {
    line-height: 1;
  }
  .fanclub .residence .members-card__address2.back-side {
    font-size: 2rem;
  }
  .bg-wrap {
    width: 80%;
  }
  .fanclub .members-card__sub {
    font-size: 3.3rem;
    color: #EF8061;
    text-align: left;
    line-height: 1;
  }
  .fanclub .members-card__ttl {
    font-size: 3.3rem;
    color: #EF8061;
    text-align: left;
    line-height: 1;
  }
  .fanclub .members-card {
    color: #000;
    text-align: left;
  }
  .members-card__nickname {
    font-size: 2.5rem;
  }
  .fanclub .members-card__name {
    font-size: 1rem;
  }
  .fanclub .members-card__txt {
    font-size: 1.4rem;
  }
  .memberscard .slick-arrow::before {
    content: "";
    position: absolute;
    width: 5rem;
    height: 5rem;
    border-style: solid;
    border-color: #939393;
    border-width: 2px 0 0 2px;
    top: calc(50% - 9px);
  }
  .memberscard .slick-prev::before {
    transform: rotate(-45deg);
    left: calc(50% - 3rem);
  }
  .memberscard .slick-next::before {
    transform: rotate(135deg);
    right: calc(50% - 3rem);
  }
}
.b_code {
  min-width: 60%;
  width: 60%;
}

.card_logo2_backside {
  width: 21%;
}

.card_logo_copyrights.back-side {
  position: absolute;
  width: 100%;
  bottom: 2%;
  right: 2%;
}

.fanclub .list-card__image {
  position: relative;
}

.fanclub .memberscard.detail .members-card_disccontainer {
  padding: 3rem;
}

.fanclub .memberscard.detail .members-card_disccontainer.back-side {
  padding: 2rem 1rem;
  align-items: center;
}

.fanclub .memberscard.detail .members-card__ttlbox {
  margin-bottom: 2rem;
  justify-content: space-between;
}

.fanclub .memberscard.detail .disc_pt {
  padding-top: 3.5rem;
}

.fanclub .memberscard.detail .members-card__sub {
  font-size: 33px;
  color: #EF8061;
  text-align: left;
  line-height: 1;
}

.fanclub .memberscard.detail .members-card__ttl {
  font-size: 33px;
  color: #EF8061;
  text-align: left;
  line-height: 1;
}

.fanclub .memberscard.detail .members-card {
  color: #000;
  text-align: left;
}

.memberscard.detail .members-card__nickname {
  font-size: 23px;
  margin-bottom: 5rem;
}

.fanclub .memberscard.detail .members-card__name {
  font-size: 1vw;
}

.fanclub .memberscard.detail .members-card__txt {
  font-size: 14px;
}

.memberscard.detail .bg-wrap {
  width: 100%;
}

.memberscard.detail .flex_wrapper {
  justify-content: space-around;
}

.memberscard.detail .members-card-item {
  width: 400px;
  max-width: 50%;
}

.container.bg_g {
  padding: 5rem 3rem;
}

.logo_backside {
  width: 25%;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -25%);
}

.logo_backside img {
  width: 100%;
}

.residence .card_logo_copyrights.back-side {
  position: absolute;
  width: 18%;
  bottom: 1%;
  right: 4%;
  color: #793220;
  padding-top: 0 !important;
}

.thanks_img {
  width: 400px;
  max-width: 80%;
  margin: 0 auto;
}

.fanclub .residence .bg-full .abso {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.residence .slick-arrow::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  border-style: solid;
  border-color: #939393;
  border-width: 2px 0 0 2px;
  top: calc(50% - 9px);
}

.residence .slick-prev::before {
  transform: rotate(-45deg);
  left: calc(50% - 40px);
}

.residence .slick-next::before {
  transform: rotate(135deg);
  right: calc(50% - 40px);
}

.fanclub .residence .btn-highlight {
  max-width: 400px;
  margin: 3.5rem auto 1.5rem auto;
}

.fanclub .residence .list-card__text {
  text-align: left;
}

.residence.detail .bg-wrap {
  width: 100%;
}

.residence.detail .flex_wrapper {
  justify-content: space-between;
}

.residence.detail .residence-card-item {
  width: 48%;
}

.residence.detail .residence_container {
  /*width: 110rem;*/
}

.fanclub .residence.detail .members-card {
  padding-top: 9rem;
}

.fanclub .residence.detail .members-card__ttl {
  font-size: 3.5rem;
  color: #793220;
}

.fanclub .residence.detail .members-card__sub {
  font-size: 1.9rem;
  color: #793220;
  margin-bottom: 1rem;
}

.fanclub .residence.detail .members-card__address {
  font-size: 2.9rem;
  color: #793220;
  font-weight: 600;
}

.fanclub .residence.detail .members-card__address2 {
  font-size: 1.6rem;
  color: #793220;
  font-weight: 400;
  margin-bottom: 2rem;
}

.fanclub .residence.detail .members-card__address2.back-side {
  font-size: 2.2rem;
  color: #793220;
  font-weight: bold;
  padding-top: 60%;
  margin-bottom: 0.5vw;
}

.fanclub .residence.detail .members-card__txt {
  font-size: 1.4rem;
  color: #793220;
  margin-bottom: 2rem;
}

.fanclub .residence.detail .members-card__txt span {
  font-size: 0.7vw;
  font-weight: bold;
}

.fanclub .residence.detail .residence_logo {
  margin-bottom: 1.5vw;
}

.fanclub .residence.detail .residence_border {
  margin-bottom: 1vw;
}

.fanclub .main.wallpaper {
  background: inherit;
}

.fanclub .main.wallpaper.detail .detail-image {
  width: 70%;
  margin: 0 auto;
}

.fanclub .main.inspiration {
  background: inherit;
}

.fanclub .main.greeting .greeting_mail {
  width: 70%;
  margin: 0 auto;
  max-width: 550px;
  background: #fff;
  padding: 2rem 3rem;
  margin-bottom: 10rem;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.mt-250 {
  margin-top: 25rem;
}

.fanclub .list-card__ttl {
  font-size: 1.4rem;
  text-align: left;
}

.fanclub .list-wallpaper__ttl {
  font-size: 1.4rem;
}

.fanclub .c-table-basic table {
  border-radius: 0;
}

.fanclub .c-table-basic::after {
  border: none;
}

.fanclub .coupons.detail .body-image {
  position: relative;
  overflow: hidden;
}

.greeting_form {
  width: 80%;
  margin: 0 auto;
}

.greeting_warn {
  font-size: 1.2rem;
}

.greeting_from {
  background: url(../images/greeting_from.png) no-repeat left center/contain;
  padding-left: 13rem;
  border-bottom: 1px solid #ef8061;
  height: 5rem;
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}

/*
p.inputdecoration {
    border-radius: 1rem;
    border: 1px solid #000;
    outline: 0;
    height: 4.2rem;
    padding: 0 1.5rem;
    line-height: 2.3;
}
*/
.wb_ba {
  word-break: break-all;
}

.fanclub .list-member__ttl {
  font-size: 1.5rem;
  text-align: center;
}

.list-card__image {
  width: 100%;
  height: 20vw;
}

.list-card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.fanclub .c-table-basic02 table {
  border-radius: inherit;
}

.fanclub .c-table-basic02::after {
  border: none;
}

.point_container {
  width: 100%;
  text-align: center;
  padding: 2rem 3rem;
  border: 2px solid #ffd295;
  margin-bottom: 5rem;
}

.point_box {
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 2px solid #ffd295;
}

.point_box:last-child {
  border: none;
}

.p_left {
  display: flex;
  width: 53%;
  align-items: center;
}

.p_left div {
  width: 50%;
}

.point_box tr:first-child {
  border-bottom: 1px solid #ffd295;
}

.point_box p span {
  font-size: 2.3rem;
}

.fanclub .detail-image {
  position: relative;
}

.fanclub .memberscard.list .list-card__image {
  height: auto;
}

.fanclub .memberscard.list .list-card__image {
  border: 1px solid #000;
}

.fanclub .residence.list .list-card__image {
  height: auto;
}

.pt_b {
  font-size: 2.6rem;
}

.fanclub .memberscard.detail .backside .members-card .flex_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  width: 40%;
}

.fanclub .point_box .anchor-text {
  font-size: 1.4rem;
}

.fz_14 {
  font-size: 1.4rem;
}

.fanclub.breadcrumb {
  margin-bottom: 1.25rem !important;
}

.fanclub .hline01 {
  margin-bottom: 5rem;
}

.terms .hline01 {
  font-size: 2rem;
  font-weight: bold;
  color: #34537d;
  margin-bottom: 2.5rem;
  letter-spacing: 0.07em;
  text-align: center;
}

.fanclub .list-member__item {
  justify-content: start;
}

.c-datepicker-inline .ui-datepicker-today-custom .ui-state-default {
  background-color: inherit !important;
}

.terms .small_container {
  width: 60.2%;
  max-width: 730px;
}

.terms .c-table {
  width: 100%;
  margin-bottom: 0.75rem;
}

.terms .c-table th,
.terms .c-table td {
  padding: 0.3rem 0;
}

.terms .c-table td {
  padding-left: 0.25rem;
}

.terms .c-table-border {
  padding: 0.5rem 1rem;
  border: 1px solid #000;
}

.terms .c-table-border th,
.terms .c-table-border td {
  font-weight: 300;
  padding: 0.45rem 0;
}

.terms .c-table-border td {
  padding-left: 1.85rem;
}

.terms .c-table-overview table {
  width: 100%;
  border-collapse: collapse;
  font-family: "ヒラギノ角ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}

.terms .c-table-overview table th,
.terms .c-table-overview table td {
  vertical-align: top;
  border: 1px solid #333;
  padding: 0.5rem 0.6rem;
}

.terms .c-table-overview thead th {
  background-color: #fc9c42;
  color: #fff;
  text-align: center;
  font-size: 0.7rem;
}

.terms .c-table-overview thead th:first-child {
  width: 6.25rem;
}

.terms .c-table-overview thead th:last-child {
  width: 4.25rem;
}

.terms .c-table-overview tbody tr:nth-child(odd) {
  background-color: rgba(255, 229, 204, 0.4);
}

.terms .c-table-overview tbody tr:nth-child(even) {
  background-color: rgba(250, 189, 130, 0.4);
}

.terms .c-table-overview tbody td {
  font-size: 0.7rem;
  font-weight: bold;
  color: #34537d;
}

.terms .c-table-overview tbody td:not(:first-child) {
  text-align: center;
}

.terms .c-table-basic {
  position: relative;
}

.terms .c-table-basic::after {
  content: "";
  position: absolute;
  pointer-events: none;
  width: calc(100% - 0.2rem);
  height: calc(100% - 0.2rem);
  left: 0;
  top: 0;
  border: 1px solid #000;
  border-radius: 0.5rem;
}

.terms .c-table-basic table {
  border-radius: 0.5rem;
  overflow: hidden;
  width: 100%;
}

.terms .c-table-basic th,
.terms .c-table-basic td {
  border: 1px solid #000;
  font-weight: bold;
}

.terms .c-table-basic thead th {
  background-color: #6592c8;
  color: #fff;
  text-align: center;
  font-size: 0.75rem;
  padding: 0.3rem 0;
}

.terms .c-table-basic thead th.date {
  width: 6.25rem;
}

.terms .c-table-basic thead th.number {
  width: 4.75rem;
}

.terms .c-table-basic tbody td {
  padding: 0.45rem 0.8rem;
  font-size: 0.625rem;
  height: 3.1rem;
  vertical-align: top;
}

.terms .c-table-basic tbody td:first-child {
  color: #34537d;
  font-size: 0.7rem;
}

.terms .c-table-basic--middle tbody td {
  vertical-align: middle;
}

.terms .c-table-basic02 {
  position: relative;
}

.terms .c-table-basic02::after {
  content: "";
  position: absolute;
  pointer-events: none;
  width: calc(100% - 0.1rem);
  height: calc(100% - 0.1rem);
  left: 0;
  top: 0;
  border: 1px solid #000;
  border-radius: 0.5rem;
}

.terms .c-table-basic02 table {
  border-radius: 0.5rem;
  overflow: hidden;
  width: 100%;
}

.terms .c-table-basic02 th,
.terms .c-table-basic02 td {
  border: 1px solid #000;
  font-weight: bold;
}

.terms .c-table-basic02 thead th {
  background-color: #6592c8;
  color: #fff;
  text-align: center;
  font-size: 0.75rem;
  padding: 0.3rem 0;
}

.terms .c-table-basic02 thead th:first-child {
  width: 6.25rem;
}

.terms .c-table-basic02 tbody td {
  padding: 0.45rem 0.7rem;
  font-size: 1.35rem;
  vertical-align: top;
}

.terms .c-table-basic02 tbody td:first-child {
  text-align: center;
}

.terms .c-table-basic02 tbody td:first-child {
  color: #34537d;
  font-size: 1.4rem;
}

.terms .c-table-basic02 tbody td .anchor-text {
  font-size: 1.4rem;
}

.fanclub .confirm .form-group {
  display: flex;
  align-items: center;
  margin-top: 3rem;
}

.fanclub .confirm .c-form-ttl {
  width: 40%;
  margin: 0;
  font-size: 1.6rem;
}

@media (max-width: 886px) {
  .residence-card-item {
    margin: 0;
  }
  .fanclub .memberscard.detail .members-card__sub {
    font-size: 3.3rem;
    color: #EF8061;
    text-align: left;
    line-height: 1;
  }
  .fanclub .memberscard.detail .members-card__ttl {
    font-size: 3.3rem;
    color: #EF8061;
    text-align: left;
    line-height: 1;
  }
  .fanclub .memberscard.detail .members-card {
    color: #000;
    text-align: left;
  }
  .fanclub .memberscard.detail .members-card__nickname {
    font-size: 2.5rem;
  }
  .fanclub .memberscard.detail .members-card__name {
    font-size: 1rem;
  }
  .fanclub .memberscard.detail .members-card__txt {
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  .fanclub .c-table-basic thead th:last-child {
    width: 8rem;
  }
  .residence .bg-wrap {
    width: 100%;
  }
  .residence .slick-arrow::before {
    content: "";
    position: absolute;
    width: 3rem;
    height: 3rem;
    border-style: solid;
    border-color: #939393;
    border-width: 2px 0 0 2px;
    top: calc(50% - 9px);
  }
  .residence .slick-prev::before {
    transform: rotate(-45deg);
    left: calc(50% - 0px);
  }
  .residence .slick-next::before {
    transform: rotate(135deg);
    right: calc(50% - 0px);
  }
  .residence.detail .residence-card-item {
    width: 100%;
  }
  .residence.detail .flex_wrapper {
    flex-wrap: wrap;
  }
  .residence.detail .residence-card-item:first-child {
    margin-bottom: 5rem;
  }
  .mt-250 {
    margin-top: 19rem;
  }
  .memberscard.detail .flex_wrapper {
    flex-wrap: wrap;
  }
  .memberscard.detail .members-card-item {
    width: 100%;
    max-width: 100%;
  }
  .memberscard.detail .members-card-item:first-child {
    margin-bottom: 5rem;
  }
  .bg-wrap {
    width: 80%;
  }
  .fanclub .memberscard.detail .members-card__sub,
  .fanclub .memberscard .members-card__sub {
    font-size: 3.3rem;
    color: #EF8061;
    text-align: left;
    line-height: 1;
  }
  .fanclub .memberscard.detail .members-card__ttl,
  .fanclub .memberscard .members-card__ttl {
    font-size: 3.3rem;
    color: #EF8061;
    text-align: left;
    line-height: 1;
  }
  .fanclub .memberscard.detail .members-card,
  .fanclub .memberscard .members-card {
    color: #000;
    text-align: left;
  }
  .fanclub .memberscard.detail .members-card__nickname,
  .fanclub .memberscard .members-card__nickname {
    font-size: 2.5rem;
  }
  .fanclub .memberscard.detail .members-card__name,
  .fanclub .memberscard .members-card__name {
    font-size: 1rem;
  }
  .fanclub .memberscard.detail .members-card__txt,
  .fanclub .memberscard .members-card__txt {
    font-size: 1.4rem;
  }
  .fanclub .memberscard .slick-arrow::before {
    content: "";
    position: absolute;
    width: 5rem;
    height: 5rem;
    border-style: solid;
    border-color: #939393;
    border-width: 2px 0 0 2px;
    top: calc(50% - 9px);
  }
  .fanclub .memberscard .slick-prev::before {
    transform: rotate(-45deg);
    left: calc(50% - 3rem);
  }
  .fanclub .memberscard .slick-next::before {
    transform: rotate(135deg);
    right: calc(50% - 3rem);
  }
  .fanclub .memberscard.detail .members-card_disccontainer {
    padding: 3rem;
  }
  .fanclub .memberscard.detail .members-card_disccontainer {
    padding: 3rem;
  }
  .fanclub .memberscard.detail .members-card_disccontainer.back-side {
    padding: 2rem 1rem;
  }
  .fanclub .memberscard.detail .members-card__ttlbox {
    margin-bottom: 1rem;
  }
  .fanclub .memberscard.detail .disc_pt {
    padding-top: 3rem;
  }
  .residence.detail .residence_container {
    width: 100%;
    padding: 0;
  }
  .fanclub .residence.detail .members-card {
    padding-top: 11rem;
  }
  .fanclub .residence.detail .members-card__ttl {
    font-size: 3.6rem;
  }
  .fanclub .residence.detail .members-card__sub {
    font-size: 1.9rem;
    margin-bottom: 1rem;
  }
  fanclub .residence.detail .residence_logo {
    margin-bottom: 2rem;
  }
  .fanclub .residence.detail .members-card__address {
    font-size: 2.9rem;
    color: #793220;
    font-weight: 600;
    margin-bottom: 1rem;
  }
  .fanclub .residence.detail .members-card__address2 {
    font-size: 1.6rem;
    color: #793220;
    font-weight: 400;
    margin-bottom: 2rem;
  }
  .fanclub .residence.detail .members-card__address2.back-side {
    font-size: 2rem;
    color: #793220;
    font-weight: bold;
    padding-top: 60%;
    line-height: 1.8;
  }
  .fanclub .residence.detail .members-card__txt {
    font-size: 1.4rem;
    color: #793220;
    margin-bottom: 2rem;
  }
  .fanclub .residence.detail .members-card__txt span {
    font-size: 1.6rem;
    font-weight: bold;
  }
  .fanclub .residence.detail .residence_logo {
    margin-bottom: 2rem;
  }
  .fanclub .residence.detail .residence_border {
    margin-bottom: 2rem;
  }
  .fanclub .main.greeting .greeting_mail {
    width: 100%;
    margin-bottom: 5rem;
  }
  .container.bg_g {
    padding: 5rem 3rem;
  }
  .greeting .container.bg_g {
    padding: 10rem 3rem 5rem;
  }
  .fanclub .greeting.list .list-card__image {
    width: 100%;
    height: 50vw;
  }
  .fanclub-news p.teaser-news-tag {
    font-size: 0.8rem;
  }
  .position-static {
    position: relative !important;
  }
  .fc_news_adjust .teaser-news-tag {
    width: 5.3125rem;
    height: 5.3125rem;
    font-size: 0.8rem;
    line-height: 1.2;
    left: 2rem;
    aspect-ratio: 1;
  }
  .fc_news_adjust .fanclub-row {
    flex-flow: nowrap;
  }
  .fc_news_adjust .fanclub-row__txt {
    padding: 0 0.5rem;
  }
  .cm.danger-text {
    font-size: 2rem;
  }
  .fanclub .memberscard.list .list-card__image {
    height: 67vw;
  }
  .fanclub .residence.list .list-card__item:nth-child(n+3),
  .fanclub .memberscard.list .list-card__item:nth-child(n+3) {
    margin-top: 4.5rem;
  }
  .fanclub .residence.listb.list-card__item:nth-child(4n),
  .fanclub .memberscard.listb.list-card__item:nth-child(4n) {
    margin-top: 4.5rem;
  }
  .fanclub .residence.list .list-card__image {
    height: 59.1vw;
  }
  .p_left {
    flex-wrap: wrap;
    width: 40%;
  }
  .p_left div {
    width: 100%;
  }
  .members-card_disccontainer {
    padding: 2rem;
  }
  .fanclub .memberscard .members-card__sub {
    font-size: 2.8rem;
  }
  .fanclub .memberscard .members-card__ttl {
    font-size: 2.8rem;
  }
  .fanclub .memberscard .members-card__nickname {
    margin-bottom: 0 !important;
    min-height: 8rem;
  }
  .fanclub .memberscard.detail .btn-highlight {
    width: 100%;
    max-width: 100%;
  }
  .fanclub .residence.list .list-card__image {
    height: auto;
  }
  .fanclub .residence.detail .btn-highlight {
    width: 100%;
    max-width: 100%;
  }
  .fanclub .memberscard .memberscard_spec {
    padding-top: 0 !important;
  }
  .point_box {
    align-items: end;
  }
  .ui-datepicker table {
    font-size: 2.4rem !important;
  }
  .fanclub .c-datepicker-inline .ui-datepicker th {
    font-size: 2.4rem;
  }
  .month-selected {
    width: 70%;
  }
  .fanclub .c-datepicker-inline .ui-widget.ui-widget-content {
    width: 100%;
  }
  .fanclub .confirm .c-form-ttl {
    width: 50%;
  }
  .fanclub .members-card__image {
    width: 47%;
  }
  .fanclub .residence .bg-wrap .bg-full {
    height: auto;
  }
}
.fanclub .memberscard.detail .btn-highlight {
  max-width: 100%;
}

.fanclub .residence .btn-highlight {
  max-width: 100%;
}

@media (min-width: 1330px) {
  .fanclub .residence.detail .members-card__ttl {
    font-size: 31.5px;
    margin-bottom: 1%;
  }
  .fanclub .residence.detail .members-card__sub {
    font-size: 16.625px;
    margin-bottom: 3%;
  }
  .fanclub .residence.detail .members-card {
    padding-top: 82.5px;
  }
  .fanclub .residence.detail .members-card__address {
    font-size: 25.375px;
    margin-bottom: 1.5%;
  }
  .fanclub .residence.detail .members-card__address2 {
    font-size: 14px;
    margin-bottom: 3%;
  }
  .fanclub .residence.detail .members-card__txt {
    font-size: 12.25px;
    margin-bottom: 1%;
  }
  .fanclub .residence.detail .members-card__address2.back-side {
    font-size: 19.25px;
  }
  .fanclub .residence.detail .members-card__txt span {
    font-size: 14px;
  }
  .fanclub .residence.detail .residence_logo {
    margin-bottom: 4.5%;
  }
  .fanclub .residence.detail .residence_border {
    margin-bottom: 2%;
  }
}
/* 202310 fanclub top KV 追加 */
.fanclub .mainvisual {
  padding: 6rem 0 10rem;
}
.fanclub .mainvisual.small {
  padding: 6rem 0;
}
.fanclub .mainvisual .container.small {
  padding-bottom: 2.5rem;
  justify-content: space-between;
}
.fanclub .mainvisual .mainvisual__body {
  width: 45%;
  margin-right: 0;
  align-items: flex-start;
}
.fanclub .mainvisual .mainvisual__sub {
  font-size: 6.3rem;
}
.fanclub .mainvisual .mainvisual__ttl {
  font-size: 12.7rem;
}
.fanclub .mainvisual .mainvisual__image {
  width: 55%;
  position: relative;
  right: -1.75rem;
  padding-left: 3.375rem;
}
.fanclub .mainvisual .mainvisual__image img {
  width: 110%;
  max-width: none;
}
.fanclub .mainvisual .mainvisual__phrase {
  width: 100%;
  text-align: center;
  line-height: 2.2;
}
.fanclub .mainvisual .mainvisual__links {
  margin: 5.625rem auto 0;
  padding: 0 3.5rem;
  display: flex;
  justify-content: space-between;
  max-width: calc(1100px + 7rem);
}
.fanclub .mainvisual .mainvisual__links .mainvisual__btn {
  width: calc(50% - 2.5rem);
}

@media screen and (max-width: 768px) {
  .fanclub .mainvisual {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 3.5rem 0 10rem;
  }
  .fanclub .mainvisual .container.small {
    flex-wrap: wrap;
    padding: 0 4rem 3rem;
  }
  .fanclub .mainvisual .mainvisual__body {
    width: 100%;
    text-align: center;
    align-items: center;
  }
  .fanclub .mainvisual .mainvisual__sub {
    font-size: 4.4rem;
  }
  .fanclub .mainvisual .mainvisual__ttl {
    font-size: 9rem;
  }
  .fanclub .mainvisual .mainvisual__txt {
    font-size: 2.1rem;
  }
  .fanclub .mainvisual .mainvisual__image {
    width: 100%;
    right: 0;
    margin-top: 5.5rem;
    padding-left: 0;
  }
  .fanclub .mainvisual .mainvisual__image img {
    width: 68.5%;
    max-width: 420px;
    display: block;
    margin: 0 auto;
  }
  .fanclub .mainvisual .mainvisual__phrase {
    width: auto;
    padding: 0 3.5rem;
    text-align: left;
    line-height: 2;
    font-size: 2rem;
  }
  .fanclub .mainvisual .mainvisual__links {
    margin: 0 auto;
    padding: 0 3.5rem;
    flex-wrap: wrap;
    width: 100%;
  }
  .fanclub .mainvisual .mainvisual__links .mainvisual__btn {
    width: 100%;
    max-width: 540px;
    margin: 4rem auto 0;
  }
}
/* 202310 fanclub top Guide 追加 */
.fanclub .guide-wrap {
  background-color: #FFEDD4;
  position: relative;
  overflow: hidden;
}
.fanclub .guide-wrap .guide-section.top {
  padding-top: 0;
}
.fanclub .guide-wrap .icon {
  position: absolute;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.fanclub .guide-wrap .icon img {
  width: 100%;
}
.fanclub .guide-wrap .icon._01 {
  width: 242px;
  width: 12.604vw;
  top: 22rem;
  left: 190px;
  left: 9.896vw;
}
.fanclub .guide-wrap .icon._02 {
  width: 146px;
  width: 7.604vw;
  top: 96rem;
  right: 238px;
  right: 12.396vw;
}
.fanclub .guide-wrap.auth .icon._01 {
  top: 14rem;
}
.fanclub .guide-wrap.auth .icon._02 {
  top: 36.5rem;
}
.fanclub .service-cont {
  margin: 9rem 0 0;
}
.fanclub .service-cont .sub-ttl {
  margin-bottom: 2.875rem;
}
.fanclub .service-cont .row {
  justify-content: space-between;
  margin: -1rem;
}
.fanclub .service-cont .row.orange .col2 .inner {
  border-color: #EC6D1F;
  color: #EC6D1F;
}
.fanclub .service-cont .col2 {
  width: 50%;
  padding: 1rem;
}
.fanclub .service-cont .col2 .inner {
  background-color: #FFF;
  border-radius: 4rem;
  border: 1px solid #34537D;
  width: 100%;
  height: 8rem;
  font-size: 1.8rem;
  color: #34537D;
  font-weight: 700;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.fanclub .service-cont ul.note {
  margin-top: 1.75rem;
}
.fanclub .service-cont .btn-wrap {
  margin-top: 4.5rem;
}

@media screen and (max-width: 768px) {
  .fanclub .guide-wrap .icon._01 {
    width: 150px;
    width: 19.231vw;
    max-width: 75px;
    top: 13rem;
    left: 1rem;
  }
  .fanclub .guide-wrap .icon._02 {
    width: 90px;
    width: 11.538vw;
    max-width: 45px;
    top: -2.5rem;
    right: 0;
  }
  .fanclub .guide-wrap.auth .icon._01 {
    top: 3rem;
  }
  .fanclub .guide-wrap.auth .icon._02 {
    top: -1.5rem;
  }
  .fanclub .guide-wrap .body-text.text-center {
    text-align: left !important;
  }
  .fanclub .service-cont {
    margin: 7.5rem 0 0;
    position: relative;
  }
  .fanclub .service-cont .sub-ttl {
    margin-bottom: 4rem;
  }
  .fanclub .service-cont .row {
    margin: -0.8rem;
  }
  .fanclub .service-cont .col2 {
    padding: 0.8rem;
  }
  .fanclub .service-cont .col2 .inner {
    font-size: 1.8rem;
  }
  .fanclub .service-cont ul.note {
    margin-top: 2rem;
  }
  .fanclub .service-cont .btn-wrap {
    margin-top: 4.5rem;
  }
}
/* 202310 fanclub top present 追加 */
.fanclub .present-wrap {
  background-color: #FFEDD4;
  padding: 9rem 0 10rem;
  position: relative;
}
.fanclub .present-wrap .icon {
  position: absolute;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.fanclub .present-wrap .icon._03 {
  width: 262px;
  width: 13.646vw;
  top: 9rem;
  left: 190px;
  left: 9.896vw;
}
.fanclub .present-wrap .icon._04 {
  width: 130px;
  width: 6.771vw;
  top: 44rem;
  right: 238px;
  right: 12.396vw;
}
.fanclub .present-wrap .container.small .sub-ttl {
  margin-bottom: 4.5rem;
}
.fanclub .present-sect .present-desc,
.fanclub .present-sect .desc-box {
  padding-right: 3rem;
}
.fanclub .present-sect .present-desc .hline03,
.fanclub .present-sect .desc-box .hline03 {
  margin: 0 0 2rem;
}
.fanclub .present-sect .present-desc .hline03 + p,
.fanclub .present-sect .desc-box .hline03 + p {
  line-height: 1.75;
}
.fanclub .present-sect .present-desc ul.note,
.fanclub .present-sect .desc-box ul.note {
  margin-top: 2rem;
}
.fanclub .present-sect .present-row {
  margin-top: 5rem;
}
.fanclub .present-sect .present-row + .present-row {
  flex-direction: row-reverse;
}
.fanclub .present-sect .present-row + .present-row .desc-box {
  padding-right: 0;
}
.fanclub .present-sect .present-row + .present-row .image-box img {
  width: 26rem;
}
.fanclub .present-sect .desc-box {
  width: 60%;
  padding-right: 5rem;
}
.fanclub .present-sect .image-box {
  width: 40%;
}
.fanclub .present-sect .image-box img {
  display: block;
  margin: 0 auto;
}
.fanclub .gallery {
  display: flex;
  position: relative;
  padding-left: 43rem;
  margin: 4.5rem 0 5rem;
  min-height: 38rem;
}
.fanclub .gallery__img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  width: 38rem;
  height: 38rem;
  object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
}
.fanclub .gallery__items {
  display: flex;
  flex-wrap: wrap;
}
.fanclub .gallery__thumb {
  margin: 0 2.4rem 0 0;
  display: block;
  width: 9.5rem;
  height: 7rem;
  object-fit: cover;
  cursor: pointer;
}
.fanclub .gallery__selector {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.fanclub .gallery__selector:checked + .gallery__img {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .fanclub .present-wrap .icon {
    position: absolute;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
  }
  .fanclub .present-wrap .icon._03 {
    width: 180px;
    width: 23.077vw;
    max-width: 90px;
    top: 31rem;
    left: 1.5rem;
    left: 50%;
    margin-left: -32rem;
  }
  .fanclub .present-wrap .icon._04 {
    width: 80px;
    width: 10.256vw;
    max-width: 40px;
    top: 65rem;
    left: 50%;
    margin-left: 32rem;
  }
  .fanclub .present-sect .present-row {
    margin-top: 4rem;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .fanclub .present-sect .present-row + .present-row {
    flex-direction: column-reverse;
    margin-top: 6rem;
  }
  .fanclub .present-sect .present-row + .present-row .desc-box {
    padding-right: 0;
  }
  .fanclub .present-sect .present-desc,
  .fanclub .present-sect .desc-box {
    width: 100%;
    padding-right: 0;
  }
  .fanclub .present-sect .present-desc .hline03,
  .fanclub .present-sect .desc-box .hline03 {
    margin: 0 0 1.5rem;
    font-size: 2.4rem;
  }
  .fanclub .present-sect .present-desc .hline03 + p,
  .fanclub .present-sect .desc-box .hline03 + p {
    line-height: 2;
  }
  .fanclub .present-sect .present-desc ul.note,
  .fanclub .present-sect .desc-box ul.note {
    margin-top: 2rem;
    font-size: 1.6rem;
  }
  .fanclub .present-sect .image-box {
    width: 100%;
    margin-bottom: 4rem;
  }
  .fanclub .present-sect .image-box img {
    max-width: 350px;
    width: 100%;
  }
  .fanclub .gallery {
    flex-direction: column-reverse;
    padding: 38rem 0 0;
    margin: 4.5rem 0 5rem;
    min-height: auto;
  }
  .fanclub .gallery__img {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .fanclub .gallery__items {
    justify-content: space-between;
    max-width: 350px;
    width: 100%;
    margin: 4rem auto;
  }
  .fanclub .gallery__item {
    width: calc(25% - 2rem);
  }
  .fanclub .gallery__thumb {
    margin: 0;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 520px) {
  .fanclub .present-wrap .icon {
    position: absolute;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
  }
  .fanclub .present-wrap .icon._03 {
    left: 1.5rem;
    margin-left: 0;
  }
  .fanclub .present-wrap .icon._04 {
    right: 3.5rem;
    left: auto;
    margin-left: 0;
  }
}
/* 202310 fanclub top special 追加 */
.fanclub .special-sect {
  overflow: hidden;
  background-color: #FED295;
  background-image: url(../images/fanclub/bg_special.svg), url(../images/fanclub/bg_special.svg);
  background-position: top 2.5rem left -7.6rem, top 2.5rem right 3.2rem;
  background-size: 43.5rem auto, 43.5rem auto;
  background-repeat: no-repeat;
  padding: 9rem 0 15rem;
  position: relative;
}
.fanclub .special-sect .icon {
  position: absolute;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.fanclub .special-sect .icon._05 {
  width: 290px;
  width: 15.104vw;
  left: 70px;
  left: 3.646vw;
  bottom: 4.7rem;
}
.fanclub .special-sect .desc-box {
  width: 60%;
  padding-right: 5rem;
  position: relative;
}
.fanclub .special-sect .desc-box .hline03 {
  margin: 0 0 2.5rem;
}
.fanclub .special-sect .desc-box p {
  line-height: 1.75;
}
.fanclub .special-sect .desc-box p.small {
  margin-top: 2rem;
  font-size: 1.4rem;
}
.fanclub .special-sect .image-box {
  width: 40%;
}
.fanclub .special-sect .image-box img {
  display: block;
  margin: 0 auto;
  border-radius: 3rem;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .fanclub .special-sect {
    background-position: top 3rem left -12rem, top 3rem right -11rem;
    background-size: 32.5rem auto;
    padding: 9rem 0 9.5rem;
  }
  .fanclub .special-sect .icon._05 {
    width: 192px;
    width: 24.615vw;
    max-width: 96px;
    left: 1rem;
    top: 47rem;
    bottom: auto;
  }
  .fanclub .special-sect .hline03 {
    text-align: center;
    font-size: 2.4rem;
  }
  .fanclub .special-sect .present-row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .fanclub .special-sect .desc-box {
    width: 100%;
    padding: 5rem 0 0;
    position: relative;
  }
  .fanclub .special-sect .desc-box .hline03 {
    margin: 0 0 2.5rem;
  }
  .fanclub .special-sect .desc-box p {
    line-height: 2;
  }
  .fanclub .special-sect .desc-box p.small {
    font-size: 1.6rem;
    line-height: 1.75;
  }
  .fanclub .special-sect .image-box {
    width: 100%;
  }
  .fanclub .special-sect .image-box img {
    max-width: 215px;
  }
}
/* 202310 fanclub top info 追加 */
.fanclub .info-sect {
  margin-bottom: 10rem;
}
.fanclub .info-sect .table-wrap {
  border: 1px solid #34537D;
  border-radius: 3rem;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.fanclub .info-sect .small {
  font-size: 1.4rem;
}
.fanclub .info-table {
  width: 100%;
  table-layout: auto;
  border-spacing: 0;
  background-color: #FFF;
}
.fanclub .info-table th, .fanclub .info-table td {
  text-align: center;
  padding: 1.5rem;
  border-right: 1px solid #34537D;
  font-weight: 600;
  font-size: 1.4rem;
}
.fanclub .info-table tr td:last-child,
.fanclub .info-table tr th:last-child {
  border-right: none;
}
.fanclub .info-table thead th {
  background-color: #FEE5CD;
}
.fanclub .info-table thead th:last-child {
  border-right: none;
}
.fanclub .info-table tbody th {
  text-align: left;
  padding-left: 5rem;
  width: 24%;
}
.fanclub .info-table tbody td:last-child {
  width: 24%;
}
.fanclub .info-table tbody tr:nth-child(even) th, .fanclub .info-table tbody tr:nth-child(even) td {
  background-color: #FEE5CD;
}
.fanclub .info-table tbody tr:nth-child(even) .triangle::after {
  background-color: #FEE5CD;
}
.fanclub .info-table .circle {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  border: 0.15rem solid #28292B;
  margin: 0 auto;
}
.fanclub .info-table .circle.bottom {
  margin-bottom: 1.4rem;
}
.fanclub .info-table .cross {
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
  margin: 0 auto;
}
.fanclub .info-table .cross::before, .fanclub .info-table .cross::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
  width: 0.15rem;
  height: 100%;
  background-color: #28292B;
}
.fanclub .info-table .cross::before {
  transform: rotate(-45deg);
}
.fanclub .info-table .cross::after {
  transform: rotate(45deg);
}
.fanclub .info-table .triangle {
  width: 1.6rem;
  height: 1.4rem;
  margin: 0 auto;
  position: relative;
}
.fanclub .info-table .triangle.bottom {
  margin-bottom: 1.4rem;
}
.fanclub .info-table .triangle::before, .fanclub .info-table .triangle::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
  left: 50%;
  transform: translateX(-50%);
}
.fanclub .info-table .triangle::before {
  width: 100%;
  height: 100%;
  clip-path: polygon(0 100%, 50% 0, 100% 100%);
  background-color: #28292B;
  bottom: 0;
}
.fanclub .info-table .triangle::after {
  width: calc(100% - 0.525rem);
  height: calc(100% - 0.45rem);
  clip-path: polygon(0 100%, 50% 0, 100% 100%);
  background-color: #FFF;
  top: 0.3rem;
}
.fanclub .accordion {
  box-sizing: border-box;
}
.fanclub .accordion__item {
  border-radius: 3rem;
  border: 1px solid #A7AAA5;
  background-color: #FFF;
  margin-top: 3.2rem;
}
.fanclub .accordion__item:first-child {
  margin-top: 0;
}
.fanclub .accordion .toggle {
  display: none;
}
.fanclub .accordion .label {
  width: 100%;
  cursor: pointer;
  padding: 4rem 1.5rem;
  margin: 0;
  display: block;
  color: #34537D;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}
.fanclub .accordion .label::before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  width: 3rem;
  height: 1.8rem;
  background: url(../images/fanclub/icon_arrow.svg) no-repeat center/100% auto;
  right: 5rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.fanclub .accordion .label,
.fanclub .accordion .content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.fanclub .accordion .toggle:checked + .label + .content {
  height: auto;
  padding: 0.5rem 5rem 4rem;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.fanclub .accordion .toggle:checked + .label::before {
  transform: translateY(-50%) rotate(-180deg);
  -webkit-transform: translateY(-50%) rotate(-180deg);
}
.fanclub .accordion .content {
  height: 0;
  padding: 0 5rem;
  overflow: hidden;
}
.fanclub .accordion .content p {
  font-size: 1.6rem;
  line-height: 1.75;
}
.fanclub .accordion .content p + p {
  margin-top: 3.2rem;
}
.fanclub .accordion .content p + .sub-ttl {
  margin-top: 9rem;
}
.fanclub .accordion .content .large {
  font-size: 2rem;
  font-weight: 700;
}
.fanclub .accordion .content .flow-row {
  justify-content: space-between;
  margin: 8rem 0 3rem;
}
.fanclub .accordion .content .flow-row .flow-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 28rem;
  height: 14rem;
  border: 1px solid #34537D;
  border-radius: 0.5rem;
}
.fanclub .accordion .content .flow-row .flow-item:last-child::after {
  content: none;
}
.fanclub .accordion .content .flow-row .flow-item::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
  width: 8rem;
  height: 100%;
  right: -8rem;
  top: 0;
  background: url(../images/fanclub/icon_flow_arrow.svg) no-repeat center/3.6rem auto;
}
.fanclub .accordion .content .flow-row .flow-item .num {
  position: absolute;
  top: -3rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 6rem;
  height: 6rem;
  background-color: #34537D;
  border-radius: 50%;
  color: #FFF;
  line-height: 1.125;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.fanclub .accordion .content .flow-row .flow-item .num span {
  display: block;
}
.fanclub .accordion .content .flow-row .flow-item p {
  color: #34537D;
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
}

@keyframes accordion {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .fanclub .info-sect .pc-none img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
  }
  .fanclub .accordion__item {
    margin-top: 5rem;
  }
  .fanclub .accordion .toggle:checked + .label + .content {
    padding: 0.5rem 3rem 5rem;
  }
  .fanclub .accordion .content {
    padding: 0 3rem;
  }
  .fanclub .accordion .content p {
    font-size: 2rem;
    line-height: 2;
  }
  .fanclub .accordion .content p + p {
    margin-top: 4rem;
  }
  .fanclub .accordion .content p + .sub-ttl {
    margin-bottom: 0;
  }
  .fanclub .accordion .content .large {
    font-size: 2.4rem;
  }
  .fanclub .accordion .content .flow-row {
    margin: 0 0 4rem;
  }
  .fanclub .accordion .content .flow-row .flow-item {
    width: 100%;
    height: 16rem;
    margin-top: 9rem;
  }
  .fanclub .accordion .content .flow-row .flow-item::after {
    content: "";
    position: absolute;
    box-sizing: border-box;
    width: 3.5rem;
    height: 2.6rem;
    right: auto;
    top: auto;
    bottom: -4rem;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    background-size: auto 100%;
  }
  .fanclub .accordion .content .flow-row .flow-item .num {
    top: -4.5rem;
    left: 50%;
    width: 9rem;
    height: 9rem;
    font-size: 2.3rem;
  }
  .fanclub .accordion .content .flow-row .flow-item p {
    font-size: 2.2rem;
    line-height: 1.5;
  }
}
/* 202310 fanclub top form 追加 */
.fanclub .form-wrap {
  border-radius: 3rem;
  border: 1px solid #A7AAA5;
  background-color: #FFF;
  margin-top: 6rem;
  padding: 4rem 5rem;
}
.fanclub .form-wrap .hline01 {
  margin-bottom: 4rem;
}
.fanclub .form-wrap p {
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: left;
}
.fanclub .form-wrap p + p {
  margin-top: 3rem;
}
.fanclub .form-wrap .input-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin: 3.5rem 0;
}
.fanclub .form-wrap .input-row p {
  margin-right: 3.5rem;
  font-weight: 700;
}
.fanclub .form-wrap .input-row input[type=email] {
  border-color: #B4B4B4;
  width: 48rem;
  height: 6rem;
  border-radius: 1rem;
  font-size: 1.6rem;
}
.fanclub .form-wrap .c-form-agree {
  font-size: 1.6rem;
  margin: 3rem 0 2rem;
}
.fanclub .form-wrap ul.link li {
  font-size: 1.2rem;
  margin: 0.5rem 0;
}
.fanclub .form-wrap ul.link a {
  color: #6592C8;
  text-decoration: underline;
}
.fanclub .form-wrap ul.note li {
  font-size: 1.2rem !important;
  margin: 0.5rem 0;
}
.fanclub .form-wrap .btn-highlight {
  margin: 2.5rem 0;
}
.fanclub .form-wrap .large {
  font-size: 2rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .fanclub .form-wrap {
    border-radius: 3rem;
    border: 1px solid #A7AAA5;
    background-color: #FFF;
    margin-top: 5rem;
    padding: 4rem 3rem;
  }
  .fanclub .form-wrap .hline01 {
    font-size: 3rem !important;
  }
  .fanclub .form-wrap .hline01 + p.text-center {
    text-align: left !important;
  }
  .fanclub .form-wrap p {
    font-size: 2rem;
    line-height: 2;
  }
  .fanclub .form-wrap .input-row {
    margin: 4.5rem 0 7rem;
    justify-content: flex-start;
  }
  .fanclub .form-wrap .input-row p {
    font-size: 1.6rem;
    margin-right: 2rem;
    width: 90px;
    white-space: nowrap;
  }
  .fanclub .form-wrap .input-row input[type=email] {
    width: calc(100% - 90px - 2rem);
    height: 6rem;
    font-size: 2rem;
  }
  .fanclub .form-wrap .c-form-agree {
    font-size: 2rem;
    margin: 5rem 0 2.5rem;
  }
  .fanclub .form-wrap ul li {
    line-height: 1.75;
  }
  .fanclub .form-wrap ul.link li {
    font-size: 1.5rem;
    margin: 0;
  }
  .fanclub .form-wrap ul.note li {
    font-size: 1.5rem !important;
    margin: 0;
  }
  .fanclub .form-wrap .btn-highlight {
    margin: 4.5rem 0;
  }
}
/* 202310 fanclub button 追加 */
.fanclub .btn-highlight-ye {
  position: relative;
  display: flex;
  font-weight: bold;
  color: #34537D;
  text-align: center;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  width: 100%;
}
.fanclub .btn-highlight-ye .inner {
  background-color: #FBEB72;
  flex-grow: 1;
  font-size: 2.4rem;
  line-height: 4.8rem;
}
.fanclub .btn-highlight-ye svg {
  width: auto;
  height: 4.8rem;
  fill: #FBEB72;
}
.fanclub .btn-highlight-ye:hover {
  color: #FBEB72;
}
.fanclub .btn-highlight-ye:hover .inner {
  background-color: #33537D;
}
.fanclub .btn-highlight-ye:hover svg {
  fill: #33537D;
}

@media (max-width: 768px) {
  .fanclub .btn-highlight-ye .inner {
    font-size: 3rem;
    line-height: 8rem;
  }
  .fanclub .btn-highlight-ye svg {
    height: 8rem;
  }
}
/* 202310 fanclub Top common 追加 */
html {
  scroll-behavior: smooth;
}

.fanclub .container.small {
  max-width: calc(1100px + 7rem);
}
.fanclub .container.small .hline01 {
  font-size: 3rem;
  letter-spacing: normal;
  margin-bottom: 3rem;
}
.fanclub .container.small .hline01.font-en {
  font-size: 5rem;
}
.fanclub .container.small .sub-ttl {
  font-size: 2.4rem;
  text-align: center;
  color: #34537D;
  margin-bottom: 4.5rem;
}
.fanclub .container.small .sub-ttl.c-orange {
  color: #EC6D1F;
}
.fanclub .container.small .hline03 {
  letter-spacing: normal;
}
.fanclub .container.small .hline04 {
  margin-bottom: 4.5rem;
}
.fanclub .container.small .hline04 span {
  display: block;
  color: #34537D;
}
.fanclub .container.small .hline04 .en {
  font-family: "Moomin Font", sans-serif;
  font-size: 3.6rem;
}
.fanclub .container.small .hline04 .jp {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
.fanclub .container.small .content-box {
  padding: 10rem 0 0;
}
.fanclub .container.small .body-text {
  letter-spacing: normal;
  line-height: 2.125;
}
.fanclub .container.small ul.note li {
  font-size: 1.4rem;
  padding-left: 1em;
  position: relative;
}
.fanclub .container.small ul.note li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.fanclub .container.small .pc-none {
  display: none;
}

@media screen and (max-width: 768px) {
  .fanclub .container.small {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .fanclub .container.small .hline01 {
    font-size: 3.4rem;
    line-height: 1.6;
  }
  .fanclub .container.small .hline01.font-en {
    font-size: 4.2rem;
  }
  .fanclub .container.small .hline04 {
    margin-bottom: 4rem;
  }
  .fanclub .container.small .hline04 .en {
    font-size: 4.6rem;
  }
  .fanclub .container.small .hline04 .jp {
    font-size: 2.4rem;
  }
  .fanclub .container.small .pc-none {
    display: block;
  }
  .fanclub .container.small .sp-none {
    display: none;
  }
  .fanclub .container.small .content-box {
    padding: 8rem 0 0;
  }
  .fanclub .container.small .sub-ttl {
    font-size: 2.9rem;
    line-height: 1.6;
    margin-bottom: 4rem;
  }
  .fanclub .container.small ul.note li {
    font-size: 1.6rem;
  }
  .fanclub p,
  .fanclub .body-text {
    font-size: 2rem;
  }
}

/* modal */
.fanclub .swal2-container {
  z-index: 10000;
}
