@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; */
  margin: 6rem auto 0.7rem;
  color: #fff;
  /* font-size: 2.4rem; */
  font-size: 2rem;
  font-weight: bold;
  /* padding: 0.5rem 2rem; */
  padding: 1rem 2rem;
  /* max-width: 90%; */
  max-width: 100%;
  box-sizing: border-box;
  border: none;
}

.fanclub .btn-highlight:hover {
  text-decoration: none !important;
}

.fanclub .text-center + .btn-highlight {
  margin-top: 1.7rem;
}

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

.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; */
  padding-left: 25px;
  padding-right: 25px;
}

@media (max-width: 767.98px) {
  .fc_news_adjust .fanclub-news-more .col-xs-12.col-sm-6.col-md-4 {
    padding-left: 10%;
    padding-right: 10%;
  }
}

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

@media (min-width: 768px) {
  .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 .list-wallpaper__label,
.fc_news_adjust .list-wallpaper__label {
  left: -2.2rem;
  top: -2.2rem;
  z-index: 9999;
}

/* フォーム */
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;
  }

  /* 202403 add */
  .fanclub .list-wallpaper,
  .fanclub .list-card {
    margin-top: 4rem;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .fanclub .list-wallpaper__item,
  .fanclub .list-card__item {
    /* width: calc(48% - 3.8rem); */
    width: calc(50% - 3.8rem);
    margin-top: 0;
  }

  .fanclub .list-wallpaper__item:nth-child(even),
  .fanclub .list-card__item:nth-child(even) {
    margin-right: 0;
    margin-left: 0;
  }

  .fanclub .list-wallpaper__item:nth-child(-n+2),
  .fanclub .list-card__item:nth-child(-n+2) {
    margin-top: 0;
  }

}

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

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

@media (max-width: 767px)  {
  .fanclub .list-wallpaper,
  .fanclub .list-card {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

/* 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; */
    max-width: 100%;
    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;
  width: 100%;
}

@media (max-width: 767px) {
  .coupon-list_container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .fanclub .coupons .media-coupons {
    margin-top: 3rem;
  }
}

.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; */
  width: 5rem;
  height: 5rem;
  border-style: solid;
  border-color: #939393;
  border-width: 2px 0 0 2px;
  /* top: calc(50% - 9px); */
  top: calc(50% - 2.5rem);
}

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

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

.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 .btn-highlight a:hover {
  color: #FFF;
}

.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: 8.5rem;
}

.residence .bg-wrap {
  /* width: 680px; */
  width: 56rem;
}

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

.fanclub .residence .mt-250 {
  margin-top: 20rem;
}

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

/* .fanclub .residence .members-card__sub {
  font-size: 1.9rem;
  color: #793220;
  font-size: 1.5rem;
  color: #604c3f;
} */

.fanclub .residence .members-card__ttl img {
  width: 20rem;
  margin: 0 auto 2rem;
  display: block;
}

.fanclub .residence.detail .members-card__ttl img {
  width: 22.5rem;
  margin-bottom: 1.5rem;
}

/* .fanclub .residence .members-card__sub {
  font-size: 1.9rem;
  color: #793220;
  font-size: 1.5rem;
  color: #604c3f;
} */

.fanclub .residence .logotype_bottom .members-card__ttl {
  font-size: 1.9rem;
}

.fanclub .residence .logotype_bottom .members-card__sub {
  font-size: 1.1rem;
}

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

/* .fanclub .residence .members-card__address2 {
  color: #793220;
  font-size: 1.3rem;
  font-weight: 700;
} */

.fanclub .residence .members-card__address img {
  width: 30.5rem;
  display: block;
  margin: 2rem auto;
}

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

.fanclub .residence .residence_border {
  margin-bottom: 1.55rem;
}

.fanclub .residence .members-card__txt {
  color: #564B41;
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 1.75rem;
  letter-spacing: 0.02em;
}

.fanclub .residence .members-card__txt span {
  font-size: 1.55rem;
  letter-spacing: -0.01em;
}

.fanclub .residence.detail .members-card__txt {
  font-size: 1.4rem;
  margin-bottom: 1.98rem;
  letter-spacing: 0.01em;
}

.fanclub .residence.detail .members-card__txt span {
  font-size: 1.8rem;
  letter-spacing: -0.012em;
}

.fanclub .residence .members-card__txt:nth-last-child(2) span  {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 400;
}

.fanclub .residence.detail .members-card__txt:nth-last-child(2) span {
  font-size: 1.4rem;
  font-weight: 400;
}

.fanclub .residence .members-card__address2.back-side img {
  width: 28.5rem;
  display: block;
  margin: 0 auto;
}

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

.residence_border {
  border-bottom: 0.2rem solid #564b41;
  width: 66%;
  margin: 0 auto;
}

.fanclub .residence .logotype_bottom {
  position: absolute;
  width: 100%;
  bottom: 6rem;
}

.fanclub .residence .logotype_bottom img {
  width: 12.5rem;
  display: block;
  margin: 0 auto;
}

.fanclub .residence.detail .logotype_bottom {
  bottom: 7rem;
}
.fanclub .residence.detail .logotype_bottom img {
  width: 14.5rem;
  margin: 0 auto;
  display: block;
}

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

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

@media (max-width: 768px) {
  .fanclub .residence .members-card__txt {
    line-height: 1;
  }
  .bg-wrap {
    width: 80%;
  }
  .fanclub .members-card__sub {
    font-size: 3.3rem;
    color: #EF8061;
    text-align: left;
    line-height: 1;
  }
  /* .fanclub .residence .members-card__ttl,
  .fanclub .residence.detail .members-card__ttl {
    font-size: 3.3rem;
    margin-bottom: 0.5rem;
  } */
  .fanclub .residence .members-card__sub,
  .fanclub .residence.detail .members-card__sub {
    font-size: 1.6rem;
  }

  /* .fanclub .residence .logotype_bottom .members-card__ttl,
  .fanclub .residence.detail .logotype_bottom .members-card__ttl {
    font-size: 2.1rem;
  } */
  /* .fanclub .residence .logotype_bottom .members-card__sub,
  .fanclub .residence.detail .logotype_bottom .members-card__sub {
    font-size: 1.1rem;
  } */
  .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: 1.2rem !important;
  justify-content: space-between;
}

.fanclub .memberscard .members-card__nickname + .flex_wrapper {
  position: absolute;
  width: calc(100% - 30px * 2);
  bottom: 2.5rem;
}
.memberscard.detail .members-card__nickname + .flex_wrapper {
  position: absolute;
  width: calc(100% - 3rem * 2);
  bottom: 1.8rem;
}
@media (max-width: 768px) {
  .fanclub .memberscard .members-card__nickname + .flex_wrapper {
    width: calc(100% - 2rem * 2);
    bottom: 3rem;
  }
  .memberscard.detail .members-card__nickname + .flex_wrapper {
    width: calc(100% - 3rem * 2);
    bottom: 3.6rem;
  }
}
.fanclub .memberscard.detail .disc_pt {
  padding-top: 5rem;
}

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

.fanclub .memberscard.detail .members-card__ttl {
  /* font-size: 33px; */
  font-size: 2.4rem;
  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; */
  font-size: 1.8rem;
  margin-bottom: 0 !important;
}

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

.fanclub .memberscard.detail .members-card__txt {
  /* font-size: 14px; */
  font-size: 1.1rem;
}

.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: 27%; */
  /* top: 25%; */
  /* top: 28%; */
  /* transform: translate(-50%, -25%); */
  position: absolute;
  width: 26.5%;
  top: 21%;
  left: 50.9%;
  transform: translate(-50%,0);
}

.logo_backside img {
  width: 100%;
}

.residence .card_logo_copyrights.back-side {
  position: absolute;
  width: 16%;
  bottom: 0.9%;
  right: 4%;
  padding-top: 0 !important;
}

.residence.detail .card_logo_copyrights.back-side {
  /* width: 15%; */
  width: 9.6rem;
  bottom: 0.7%;
}

@media (max-width: 767px) {
  .residence .card_logo_copyrights.back-side {
    bottom: 1%;
  }
  .residence.detail .card_logo_copyrights.back-side {
    width: 16%;
    bottom: 0.5%;
  }
}

.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; */
  width: 5rem;
  height: 5rem;
  border-style: solid;
  border-color: #939393;
  border-width: 2px 0 0 2px;
  /* top: calc(50% - 9px); */
  top: calc(50% - 2.5rem);
}

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

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

.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; */
  justify-content: center;
  flex-wrap: wrap;
}

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

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

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

.fanclub .residence.detail .mt-100 {
  margin-top: 20rem !important;
}

.fanclub .residence.detail .members-card__ttl {
  /* font-size: 3.5rem; */
  color: #793220;
  font-size: 3.3rem;
  /* color: #604c3f; */
}

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

.fanclub .residence.detail .logotype_bottom .members-card__ttl {
  font-size: 2.1rem;
}

.fanclub .residence.detail .logotype_bottom .members-card__sub {
  font-size: 1.2rem;
}

.fanclub .residence.detail .members-card__address img {
  width: 35.5rem;
  margin: 2.2rem auto 2rem;
}

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

.fanclub .residence.detail .members-card__address2.back-side img {
  width: 32.7rem;
}

.fanclub .residence.detail .residence_logo {
  margin-top: 2.5rem;
}

@media (max-width: 768px) {
  .fanclub .residence .logotype_bottom,
  .fanclub .residence.detail .logotype_bottom {
    bottom: 6rem;
  }
  .fanclub .residence .logotype_bottom img,
  .fanclub .residence.detail .logotype_bottom img {
    width: 24.5%;
  }
}

.fanclub .residence.detail .residence_border {
  margin-bottom: 2rem;
}

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

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

.fanclub .coupons.detail .body-image .list-wallpaper__label.static {
  position: absolute;
}

.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;
}
.fz-inh {
  font-size: inherit !important;
}
.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; */
    font-size: 2.2rem;
    color: #EF8061;
    text-align: left;
    line-height: 1;
  }
  .fanclub .memberscard.detail .members-card__ttl {
    /* font-size: 3.3rem; */
    font-size: 2.2rem;
    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; */
    font-size: 1.6rem;
  }
  .fanclub .memberscard.detail .members-card__name {
    font-size: 1rem;
  }
  .fanclub .memberscard.detail .members-card__txt {
    /* font-size: 1.4rem; */
    font-size: 1rem;
  }
}
@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); */
    top: calc(50% - 1.5rem);
  }
  .residence .slick-prev::before {
    transform: rotate(-45deg);
    /* left: calc(50% - 0px); */
    left: calc(50% - 0.2rem);
  }
  .residence .slick-next::before {
    transform: rotate(135deg);
    /* right: calc(50% - 0px); */
    right: calc(50% - 0.2rem);
  }
  .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 .members-card__sub {
    font-size: 3.3rem;
    color: #EF8061;
    text-align: left;
    line-height: 1;
  }
  .fanclub .memberscard .members-card__ttl {
    font-size: 3.3rem;
    color: #EF8061;
    text-align: left;
    line-height: 1;
  }
  .fanclub .memberscard.detail .members-card__sub {
    font-size: 3.6rem;
    color: #EF8061;
    text-align: left;
    line-height: 1;
  }
  .fanclub .memberscard.detail .members-card__ttl {
    font-size: 3.6rem;
    color: #EF8061;
    text-align: left;
    line-height: 1;
  }
  .fanclub .memberscard.detail .members-card,
  .fanclub .memberscard .members-card {
    color: #000;
    text-align: left;
  }
  .fanclub .memberscard .members-card__nickname {
    font-size: 2.5rem;
  }
  .fanclub .memberscard.detail .members-card__nickname {
    font-size: 2.8rem;
  }
  .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); */
    top: calc(50% - 2.5rem);
  }
  .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: 1.8rem !important;
  }
  .fanclub .memberscard.detail .disc_pt {
    padding-top: 5.5rem;
  }
  .residence.detail .residence_container {
    width: 100%;
    padding: 0;
  }
  .fanclub .residence .members-card,
  .fanclub .residence.detail .members-card {
    padding-top: 8.5rem;
  }
  .fanclub .residence .members-card__ttl img,
  .fanclub .residence.detail .members-card__ttl img {
    width: 38%;
  }
  .fanclub .residence .members-card__address img,
  .fanclub .residence.detail .members-card__address img {
    width: 59%;
  }
  .fanclub .residence .members-card__address img {
    margin-bottom: 1.8rem;
  }
  .fanclub .residence.detail .members-card__address img {
    margin-bottom: 1.6rem;
  }
  .fanclub .residence .members-card__address2.back-side,
  .fanclub .residence.detail .members-card__address2.back-side {
    padding-top: 64%;
  }
  .fanclub .residence .members-card__address2.back-side img,
  .fanclub .residence.detail .members-card__address2.back-side img {
    width: 54.5%;
  }
  .fanclub .residence .members-card__txt,
  .fanclub .residence.detail .members-card__txt {
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .fanclub .residence.detail .members-card__txt {
    font-size: 1.2rem;
  }
  .fanclub .residence .members-card__txt {
    margin-bottom: 1.78rem;
    letter-spacing: 0.01em;
  }
  .fanclub .residence.detail .members-card__txt {
    margin-bottom: 1.75rem;
  }
  .fanclub .residence.detail .members-card__txt {
    letter-spacing: -0.002em;
  }
  .fanclub .residence .members-card__txt span,
  .fanclub .residence.detail .members-card__txt span {
    font-size: 1.5rem;
  }
  .fanclub .residence .members-card__txt span {
    letter-spacing: -0.005em;
  }
  .fanclub .residence.detail .members-card__txt span {
    letter-spacing: -0.002em;
  }
  .fanclub .residence .members-card__txt:nth-last-child(2) span {
    font-size: 1.25rem;
  }
  .fanclub .residence.detail .members-card__txt:nth-last-child(2) span {
    font-size: 1.2rem;
  }
  .fanclub .residence .residence_logo,
  .fanclub .residence.detail .residence_logo {
    margin: 2rem auto;
  }
  .fanclub .residence .residence_border,
  .fanclub .residence.detail .residence_border {
    margin-bottom: 1.8rem;
  }
  .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;
  }
  .position-static {
    position: relative !important;
  }
  .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: 6rem;
  }
  .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;
}

/* fanclub has sidebar 202403 */

.container.fc {
  width: 105rem;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.container.fc.fc-header {
  align-items: center;
  margin: 3.5rem auto;
  overflow: visible;
}
.container.fc.fc-header.align-items-start {
  align-items: flex-start;
}
.container.fc .side-fc,
.container.fc.fc-header .side-fc {
  width: 20.4%;
}
.container.fc.fc-header .side-fc {
  position: relative;
  margin: 0;
}
.container.fc .main-fc,
.container.fc.fc-header .main-fc {
  width: 74.5%;
}
.container.fc aside.side-fc {
  display: block;
}
.container.fc .logo-fc {
  display: block;
  margin: 0 auto;
  width: 11rem;
}
.container.fc aside.side-fc .logo-fc {
  margin: 0 auto 3rem;
}
.container.fc .hline01 {
  margin: 0 0 1rem;
  height: auto;
  color: #212529;
}
.coupons.detail .container.fc .hline01 {
  font-size: 2.4rem;
  letter-spacing: normal;
}
.container.fc .hline01 small {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.container.fc .body-text {
  margin: 0;
}
.fc-toggle-btn {
  display: none;
}
.fanclub .pc-none {
  display: none;
}

@media (max-width: 767px) {
  .container.fc {
    width: 100%;
    display: block;
  }
  .container.fc.fc-header {
    position: relative;
    margin: 2.875rem 0;
  }
  .container.fc .side-fc {
    width: 100%;
  }
  .container.fc .main-fc {
    width: 100%;
    margin-top: 5rem;
  }
  .container.fc.fc-header .main-fc {
    width: 100%;
    margin-top: 0;
  }
  .container.fc.fc-header .side-fc {
    position: absolute;
    width: auto;
  }
  .container.fc .logo-fc {
    width: 7.25rem;
  }
  .container.fc .logo-fc.for-pc {
    display: none;
  }
  .container.fc .hline01 {
    width: auto;
    color: #212529;
    height: 7.25rem;
    line-height: 1.4;
    margin: 0 0 2rem 9rem;
    display: flex;
    align-items: center;
  }
  .pc-none .container.fc .hline01 {
    display: block;
    height: auto;
  }
  .pc-none .container.fc .hline01 small {
    margin-bottom: 0.5rem;
  }
  .fc-toggle-btn {
    display: block;
    width: calc(100% + 3.5rem * 2);
    margin: 0 -3.5rem;
    padding: 2rem 3.5rem;
    border: solid #212529;
    border-width: 1px 0;
    font-size: 2rem;
    font-weight: 700;
    cursor: pointer;
    position: relative;
  }
  .fc-toggle-btn::before, 
  .fc-toggle-btn::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 11px;
    background-color: #212529;
    top: 50%;
    transform: translateY(-50%);
  }
  .fc-toggle-btn::before {
    right: calc(3.5rem + 5px);
    transform: translateY(-50%) rotate(-90deg);
    transform-origin: center;
  }
  .fc-toggle-btn::after {
    right: calc(3.5rem + 5px);
  }
  .fc-toggle-btn.active::after {
    content: none;
  }
  .container.fc aside.side-fc {
    display: none;
  }
  .fanclub .pc-none {
    display: block;
  }
  .fanclub .sp-none {
    display: none;
  }
  
}

/* fanclub sidebar 202403 */

.container.fc .side-fc .point_container {
  border: 3px solid #F0F0F0;
  padding: 0 1.2rem 0.5rem;
  text-align: left;
}
.container.fc .side-fc .point_container .point_box {
  border-bottom: 1px solid #F0F0F0;
  display: block;
  padding: 2rem 0;
}
.container.fc .side-fc .point_container .point_box:last-child {
  border-bottom: none;
}
.container.fc .side-fc .point_container .point_box .p_left {
  display: block;
  width: 100%;
}
.container.fc .side-fc .point_container .point_box .p_left div {
  width: 100%;
}
.container.fc .side-fc .point_container .point_box .p_left .text-left {
  color: #9C9C9C;
  font-size: 1.3rem;
}
.container.fc .side-fc .point_container .point_box .p_left .point_text {
  margin: 1rem 0;
}
.container.fc .side-fc .point_container .point_box .p_left .pt_b {
  font-size: 2.2rem;
}
.container.fc .side-fc .point_container .point_box .sub-text {
  font-size: 1.3rem;
}
.container.fc .side-fc .point_container .point_box .sub-text a {
  font-size: 1.3rem;
  text-decoration: underline;
  color: currentColor;
}
.container.fc .side-fc .submenu-title {
  border-bottom: 1px solid #212529;
  margin-top: 3.5rem;
  padding-bottom: 1rem;
  font-size: 1.4rem;
}
.container.fc .side-fc nav ul {
  margin-top: 1rem;
}
.container.fc .side-fc nav ul li a {
  display: block;
  padding: 0.8rem 2rem 0.8rem 0;
  color: #939393;
  font-size: 1.4rem;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.container.fc .side-fc nav ul li a::before {
  content: "";
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  border: solid #939393;
  border-width: 0 1px 1px 0;
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  right: 0.8rem;
  top: 50%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.container.fc .side-fc nav ul li a:hover {
  color: #212529;
  text-decoration: none;
}
.container.fc .side-fc nav ul li a:hover::before {
  border-color: #212529;
}

@media (max-width: 767px) {
  .container.fc aside.side-fc {
    width: calc(100% + 3.5rem * 2);
    margin: 0 -3.5rem;
  }
  .container.fc .side-fc .point_container {
    border: none;
    background-color: #F0F0F0;
    padding: 3.5rem;
    margin-bottom: 0;
    display: flex;
  }
  .container.fc .side-fc .point_container .point_box {
    width: 50%;
    border-right: 1px solid #F0F0F0;
    border-bottom: none;
    padding: 2rem;
    background-color: #FFF;
  }
  .container.fc .side-fc .point_container .point_box:last-child {
    border-right: none;
  }
  .container.fc .side-fc .point_container .point_box .p_left div {
    width: 100%;
  }
  .container.fc .side-fc .point_container .point_box .p_left .text-left,
  .container.fc .side-fc .point_container .point_box .sub-text a,
  .container.fc .side-fc .point_container .point_box .sub-text {
    font-size: 1.6rem;
  }
  .container.fc .side-fc .point_container .point_box .p_left .pt_b {
    margin: 0.5rem 0;
    font-weight: 700;
  }
  .container.fc .side-fc .submenu-title {
    border-bottom: none;
    margin-top: 0;
    padding: 1rem 3.5rem;
    background-color: #E0E0E0;
    font-size: 1.6rem;
    font-weight: 700;
    color: #939393;
  }
  .container.fc .side-fc nav ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
  }
  .container.fc .side-fc nav ul li {
    width: 50%;
    border-bottom: 1px solid #E0E0E0;
  }
  .container.fc .side-fc nav ul li:last-child {
    border-bottom: none;
  }
  .container.fc .side-fc nav ul li:nth-child(odd) {
    border-right: 1px solid #E0E0E0;
  }
  .container.fc .side-fc nav ul li a {
    padding: 1.75rem 3.5rem;
    color: #212529;
    font-size: 2rem;
    position: relative;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  .container.fc .side-fc nav ul li a::before {
    width: 1rem;
    height: 1rem;
    right: 2rem;
  }
  .container.fc .side-fc nav ul li a:hover {
    color: #212529;
  }
  .container.fc .side-fc nav ul li a:hover::before {
    border-color: #212529;
  }
  .container.fc .side-fc nav ul:last-child li:last-child {
    border-bottom: 1px solid #E0E0E0;
  }
}

/* fanclub coupons list 202403 */

.container.fc .tab-link {
  display: flex;
  width: 100%;
  font-size: 1.6rem;
  border-bottom: 3px solid #F0F0F0;
  margin: 4rem 0 0;
}
.container.fc .tab-link li {
  width: 14rem;
  text-align: center;
  margin-right: 0.1rem;
}
.container.fc .tab-link li a {
  display: block;
  color: #9C9C9C;
  font-weight: 700;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  padding-bottom: 1rem;
  border-bottom: 3px solid transparent;
}
.container.fc .tab-link li a:hover {
  color: #212529;
  border-color: #212529;
}
.container.fc .tab-link li.active a {
  color: #212529;
  border-color: #212529;
}

@media (max-width: 767px) {
  .container.fc .tab-link {
    width: calc(100% + 3.5rem * 2);
    margin: 5rem -3.5rem 0;
    font-size: 2rem;
  }
  .container.fc .tab-link li {
    width: 50%;
    margin-right: 0.1rem;
  }
}

.container.fc .search-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 1.5rem 0 3rem;
  font-size: 1.3rem;
  font-weight: 700;
  position: relative;
}
.container.fc .search-box .sort_menu {
  display: flex;
  width: calc(50% - 2.5rem);
  border: 1px solid #D9D9D9;
  border-radius: 0.3rem;
  background-color: #fff;
  position: absolute;
  margin: 0;
  right: 0;
  top: -6rem;
}
.container.fc .search-box .sort_menu img {
  width: 1.6rem;
  position: absolute;
  left: 1.4rem;
  top: 50%;
  transform: translateY(-50%);
}
.container.fc .search-box .sort_menu input {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 0.3rem;
  box-shadow: none;
  width: 100%;
}
.container.fc .search-box .sort_menu input:hover,
.container.fc .search-box .sort_menu input:focus {
  outline: none;
  box-shadow: none;
}
.container.fc .search-box .sort_menu #searchWord {
  background-color: #fff;
  padding: 0.6rem 2rem 0.6rem 4rem;
  border-radius: 0.3rem;
}
.container.fc .search-box .sort_menu #searchWord::placeholder {
  font-family: "Noto Sans JP", sans-serif;
  color: #9C9C9C;
  font-weight: 400;
  font-size: 1.3rem;
}
.container.fc .search-box .sort_menu #searchButton {
  background-color: transparent;
}

@media (max-width: 767px) {
  .container.fc .search-box {
    width: calc(100% + 3.5rem * 2);
    background-color: #F0F0F0;
    flex-wrap: wrap;
    margin: 0 -3.5rem 4rem;
    padding: 2rem 3.5rem;
    font-size: 1.8rem;
  }
  .container.fc .search-box .sort_menu {
    width: 70%;
    margin: 0 0 1.5rem;
    position: relative;
    top: auto;
    right: auto;
  }
  .container.fc .search-box .sort_menu img {
    width: 2rem;
    left: 1.4rem;
  }
  .container.fc .search-box .sort_menu input {
    width: 100%;
  }
  .container.fc .search-box .sort_menu #searchWord {
    padding: 1rem 1rem 1rem 4rem;
    border-radius: 0.3rem;
  }
  .container.fc .search-box .sort_menu #searchWord::placeholder {
    font-size: 1.8rem;
  }
  .container.fc .search-box .sort_menu #searchButton {
    background-color: transparent;
  }
}

.container.fc .privilege_sort_container {
  display: flex;
  /* justify-content: space-between; */
  width: 100%;
}
.container.fc .privilege_sort_container .privilege_sort {
  position: relative;
}
.container.fc .privilege_sort_container .privilege_sort:last-child {
  margin-left: auto;
  width: auto;
}
.container.fc .privilege_sort_container .dd-btn {
  white-space: nowrap;
  position: relative;
  margin-right: 3rem;
  width: 12.5rem;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.container.fc .privilege_sort_container .dd-btn:hover, .container.fc .privilege_sort_container .dd-btn:focus {
  color: #010508;
}
.container.fc .privilege_sort_container .dd-btn svg {
  width: 1.2rem;
  stroke: #D9D9D9;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  margin-left: 1rem;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.container.fc .privilege_sort_container .dd-btn.active {
  color: #010508;
}
.container.fc .privilege_sort_container .dd-btn.active svg {
  transform: rotate(-180deg);
  stroke: #010508;
}
.container.fc .privilege_sort_container .dd-menu {
  display: none;
  position: absolute;
  z-index: 10000;
  background-color: #fff;
  border: 1px solid #D9D9D9;
  border-radius: 0.3rem;
  padding: 0;
  min-width: 20rem;
  margin-top: 1rem;
}
.container.fc .privilege_sort_container .dd-menu a {
  display: block;
  font-size: 1.4rem;
  padding: 1rem 2.5rem;
  border-bottom: 1px solid #D9D9D9;
}
.container.fc .privilege_sort_container .dd-menu a.current {
  background-color: #65aadd;
  color: #fff;
  text-decoration: none;
  transition: all .3s;
}
.container.fc .privilege_sort_container .dd-menu a.current:hover {
  background-color: #041d2b;
  color: #fff;
  text-decoration: none;
}
.container.fc .privilege_sort_container .dd-menu a:last-child {
  border-bottom: none;
}
.container.fc .privilege_sort_container .dd-menu a:hover {
  color: #010508;
  text-decoration: none;
}
.container.fc .order_sort a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.container.fc .order_sort a:hover {
  color: #010508;
  text-decoration: none;
}
.container.fc .order_sort a svg {
  margin-right: 1rem;
}

@media (max-width: 767px) {
  .container.fc .privilege_sort_container {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .container.fc .privilege_sort_container .dd-btn {
    margin-right: 0;
    width: auto;
  }
  .container.fc .privilege_sort_container .privilege_sort:last-child {
    position: absolute;
    right: 3.5rem;
    top: 3.5rem;
  }
  .container.fc .privilege_sort_container .dd-btn svg {
    stroke: currentColor;
  }
  .container.fc .privilege_sort_container .dd-menu {
    min-width: 50vw;
  }
  .container.fc .privilege_sort_container .dd-menu a {
    font-size: 1.8rem;
    padding: 1.5rem;
  }
}

.container.fc .media-coupons a {
  border-radius: 1rem;
  border: 1px solid #E0E0E0;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  text-decoration: none;
}
.container.fc .media-coupons a:hover {
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.15);
}
.container.fc .media-coupons .media-coupons__image {
  margin: 0;
  aspect-ratio: 343/184;
  overflow: hidden;
}
.container.fc .media-coupons .media-coupons__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.container.fc .media-coupons .media-coupons__title {
  padding: 2.5rem 3rem 0;
}
.container.fc .media-coupons .media-coupons__title .c-name {
  font-size: 1.3rem;
}
.container.fc .media-coupons .media-coupons__title .c-title {
  font-size: 1.6rem;
  margin: 0.5rem 0 0;
}
.container.fc .media-coupons .media-coupons__data {
  margin-top: auto;
  padding: 2.5rem 3rem;
}
.container.fc .media-coupons .media-coupons__data dl {
  display: grid;
  grid-template-columns: 1.2fr 2fr;
  font-size: 1.3rem;
  font-weight: 500;
}
.container.fc .media-coupons .media-coupons__data dl dt, .container.fc .media-coupons .media-coupons__data dl dd {
  margin: 0.5rem 0;
}
.container.fc .media-coupons .media-coupons__data dl dt {
  /* width: 9.5rem; */
  font-weight: 500;
  white-space: nowrap;
}
/* .container.fc .media-coupons .media-coupons__data dl dd {
  width: calc(100% - 9.5rem);
} */
.container.fc .btn-coupons-more {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.container.fc .btn-coupons-more .col-12 {
  width: 100%;
  padding: 0;
}
.container.fc #more_coupons_button {
  font-size: 1.4rem;
  line-height: 6rem;
  height: 6rem;
  border-radius: 0;
}
.container.fc #more_coupons_button::before, .container.fc #more_coupons_button::after {
  width: 5px;
  height: 100%;
}
.container.fc #more_coupons_button::before {
  mask: url("images/common/btn_border_left.svg") no-repeat left top/cover;
}
.container.fc #more_coupons_button::after {
  mask: url("images/common/btn_border_right.svg") no-repeat right top/cover;
}

@media (max-width: 767px) {
  .container.fc .media-coupons {
    width: 100%;
  }
  .container.fc .media-coupons .media-coupons__title .c-name {
    font-size: 1.6rem;
  }
  .container.fc .media-coupons .media-coupons__title .c-title {
    font-size: 2rem;
  }
  .container.fc .media-coupons .media-coupons__data dl {
    grid-template-columns: 1.3fr 3fr;
    font-size: 1.5rem;
  }
  .container.fc #more_coupons_button {
    font-size: 2rem;
  }
}

.container.fc .over_coupon_img {
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  top: 0.5rem;
  left: 0.5rem;
  aspect-ratio: 343/184;
  border-radius: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container.fc .over_coupon_img.gr {
  background-color: rgba(156, 156, 156, 0.9);
}
.container.fc .over_coupon_img.blk {
  background-color: rgba(33, 37, 41, 0.9);
}
.container.fc .over_coupon_img.pnk {
  background-color: rgba(244, 128, 105, 0.9);
}
.container.fc .over_coupon_img p {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.8;
  color: #fff;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .container.fc .over_coupon_img p {
    font-size: 2.2rem;
  }
}

.container.fc .coupon-list_container .coupon-list_result {
  border-bottom: 3px solid #F0F0F0;
  padding-bottom: 1rem;
  margin: 4rem 0 5rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.container.fc .coupon-list_container .coupon-list_result.no-border {
  border-bottom: 0;
}
.container.fc .coupon-list_container .coupon-list_result .coupon-list__empty-text {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 3rem;
  text-align: center;
}
.container.fc .coupon-list_container .coupon-list_result .coupon-list__empty-text_sub {
  font-weight: 700;
  color: #de963a;
  margin-bottom: 1rem;
  text-align: center;
}
.container.fc .coupon-list_container .coupon-list_result .btn-highlight {
  max-width: 29rem;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 4.4rem;
}
.container.fc .coupon-list_container .results-ttl {
  font-size: 2.2rem;
}

@media (max-width: 767px) {
  .container.fc .coupon-list_container .coupon-list_result .btn-highlight {
    font-size: 2rem;
  }
}

.fanclub .coupons.detail .coupon-status {
  margin-bottom: 2.5rem;
}
.fanclub .coupons.detail .item-coupon-status {
  width: 100%;
  border-radius: 0.5rem;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #FFF;
  padding: 2rem 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.fanclub .coupons.detail .item-coupon-status .btn-border {
  display: flex;
  align-items: center;
  color: #FFF;
  font-size: 1.4rem;
  letter-spacing: normal;
  border: 1px solid #FFF;
  border-radius: 0.5rem;
  margin-left: 2rem;
  padding: 0.8rem 1.5rem;
  transition: all 0.2s ease-in-out;
}
.fanclub .coupons.detail .item-coupon-status .btn-border::after {
  content: '';
  width: 0.6rem;
  height: 0.6rem;
  border: solid #FFF;
  border-width: 0 1px 1px 0;
  transform: rotate(-45deg);
  display: block;
  margin-left: 1rem;
}
.fanclub .coupons.detail .item-coupon-status .btn-border:hover {
  background-color: #FFF;
  color: #212529;
  text-decoration: none;
}
.fanclub .coupons.detail .item-coupon-status .btn-border:hover::after {
  border-color: #212529;
}
.fanclub .coupons.detail .item-coupon-status .border-left {
  border-color: #FFF !important;
  margin-left: 1.5rem;
  padding-left: 1.5rem;
}
.fanclub .coupons.detail .item-coupon-status.blk {
  background-color: rgba(33, 37, 41, 0.9);
}
.fanclub .coupons.detail .item-coupon-status.gr {
  background-color: rgba(156, 156, 156, 0.9);
}
.fanclub .coupons.detail .item-coupon-status.pnk {
  background-color: rgba(244, 128, 105, 0.9);
}
.fanclub .coupons.detail .item-coupon-status.pnk .border {
  border-width: 0 0 0 1px !important;
  border-color: #FFF !important;
  padding-left: 0.8em;
  margin-left: 0.8em;
}

.fanclub .coupons.detail .body-image {
  border-radius: 1rem;
  margin: 6rem 0 4.5rem;
  overflow: visible;
}
.fanclub .coupons.detail .body-image img {
  border-radius: 1rem;
  width: 100%;
}

@media (max-width: 767px) {
  .fanclub .coupons.detail .coupon-status {
    margin-top: -3.5rem;
  }
  .fanclub .coupons.detail .item-coupon-status {
    border-radius: 0;
  }
  .fanclub .coupons.detail .item-coupon-status .btn-border {
    display: flex;
    align-items: center;
    color: #FFF;
    font-size: 1.4rem;
    letter-spacing: normal;
    border: 1px solid #FFF;
    border-radius: 0.5rem;
    margin-left: 2rem;
    padding: 0.8rem 1.5rem;
    transition: all 0.2s ease-in-out;
  }
  .fanclub .coupons.detail .item-coupon-status .btn-border::after {
    content: '';
    width: 0.6rem;
    height: 0.6rem;
    border: solid #FFF;
    border-width: 0 1px 1px 0;
    transform: rotate(-45deg);
    display: block;
    margin-left: 1rem;
  }
  .fanclub .coupons.detail .item-coupon-status .btn-border:hover {
    background-color: #FFF;
    color: #212529;
    text-decoration: none;
  }
  .fanclub .coupons.detail .item-coupon-status .btn-border:hover::after {
    border-color: #212529;
  }
  .fanclub .coupons.detail .item-coupon-status .border-left {
    border-color: #FFF !important;
    margin-left: 1.5rem;
    padding-left: 1.5rem;
  }
  .fanclub .coupons.detail .item-coupon-status.blk {
    background-color: rgba(33, 37, 41, 0.9);
  }
  .fanclub .coupons.detail .item-coupon-status.gr {
    background-color: rgba(156, 156, 156, 0.9);
  }
  .fanclub .coupons.detail .item-coupon-status.pnk {
    background-color: rgba(244, 128, 105, 0.9);
  }
  
  .fanclub .coupons.detail .body-image {
    border-radius: 1rem;
    margin: 7.5rem 2.5rem 4.5rem;
    overflow: visible;
  }
  .fanclub .coupons.detail .body-image img {
    border-radius: 1rem;
    width: 100%;
  }
}

.fanclub .coupon-flow-wrap {
  border-radius: 1rem;
  border: 1px solid #E0E0E0;
  margin: 3rem 0;
  overflow: hidden;
}

.fanclub .coupon-flow-ttl {
  background-color: #F0F0F0;
  font-size: 1.8rem;
  padding: 1.5rem 3rem;
  border: solid #E0E0E0;
  border-width: 1px 0;
}

.fanclub .coupon-flow-ttl:nth-child(1) {
  border-top: none;
}

.fanclub .coupon-flow-desc {
  padding: 3rem;
  line-height: 1.8;
}
.fanclub .coupon-flow-desc p,
.fanclub .coupon-flow-desc ul,
.fanclub .coupon-flow-desc ol,
.fanclub .coupon-flow-desc table,
.fanclub .coupon-flow-desc dl {
  font-size: 1.5rem;
}
.fanclub .coupon-flow-desc a {
  color: #3897f0;
}
.fanclub .coupons.detail .coupon-flow-desc a:hover {
  color: #0087cd;
}

.fanclub .coupon-flow-desc h2 {
  font-size: 1.8rem;
  margin: 0 0 1.5rem;
}

.fanclub .coupon-flow-desc img {
  max-width: 100%;
}

.fanclub .main.coupons.detail .note-green {
  color: #fff;
  background-color: #3bcf4a;
  padding: 1rem;
  border-radius: 0.5rem;
  overflow: hidden;
}

@media (max-width: 767px) {
  .fanclub .coupon-flow-wrap {
    border-radius: 1rem;
    border: 1px solid #E0E0E0;
    margin: 3rem 0;
  }
  .fanclub .coupon-flow-ttl {
    font-size: 2rem;
    padding: 1.5rem 3rem;
  }
  .fanclub .coupon-flow-desc {
    padding: 2.5rem;
  }
  .fanclub .coupon-flow-desc p,
  .fanclub .coupon-flow-desc ul,
  .fanclub .coupon-flow-desc ol,
  .fanclub .coupon-flow-desc table,
  .fanclub .coupon-flow-desc dl {
    font-size: 1.8rem;
  }
  .fanclub .coupon-flow-desc h2 {
    font-size: 2rem;
  }

  .fanclub .main.coupons.detail .note-green {
    padding: 1.5rem 1rem;
    border-radius: 0;
    margin-top: -3.5rem;
  }
}

.fanclub .coupon-data {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.fanclub .coupon-data-table {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  font-size: 1.4rem;
  border-top: 1px solid #E0E0E0;
}
.fanclub .coupon-data-table dt,
.fanclub .coupon-data-table dd {
    border-bottom: 1px solid #E0E0E0;
    margin: 0;
    padding: 1.2rem 0;
}
.fanclub .coupon-data-table dt {
  width: 13rem;
  color: #939393;
  font-weight: 700;
}
.fanclub .coupon-data-table dd {
  width: calc(100% - 13rem);
}

@media (max-width: 767px) {

  .fanclub .coupon-data {
    margin: 3rem 0;
  }

  .fanclub .coupon-data .col-6 {
    width: 100%;
    max-width: none;
    flex: none;
    padding: 0;
  }

  .fanclub .coupon-data .col-6:last-child dl {
    border-top: none;
  }

  .fanclub .coupon-data-table dt,
  .fanclub .coupon-data-table dd {
      padding: 1.5rem 0;
      font-size: 1.8rem;
  }

  .fanclub .coupon-data-table dt {
    width: 14rem;
  }

  .fanclub .coupon-data-table dd {
    width: calc(100% - 14rem);
  }

}

.fanclub .coupon-note {
  margin: 4rem 0 6rem;
  line-height: 1.8;
  font-size: 1.3rem;
}
.bottom-link a {
  font-size: 1.7rem;
  text-decoration: underline;
  color: #6592c8;
}
.fanclub .coupon-note p,
.fanclub .coupon-note ul,
.fanclub .coupon-note ol,
.fanclub .coupon-note table,
.fanclub .coupon-note dl {
  font-size: 1.3rem;
}
.fanclub .coupons.detail .coupon-note a {
  text-decoration: underline;
  color: currentColor;
}
.fanclub .coupons.detail .coupon-note a:hover {
  color: #0087cd;
}
.fanclub .coupons.detail form {
  margin-top: 6rem;
}
.fanclub .coupons.detail form .text-center {
  font-size: 1.3rem;
}

@media (max-width: 767px) {
  .fanclub .coupon-note {
    margin: 3rem 0;
    font-size: 1.7rem;
  }
  .fanclub .coupon-note p,
  .fanclub .coupon-note ul,
  .fanclub .coupon-note ol,
  .fanclub .coupon-note table,
  .fanclub .coupon-note dl {
    font-size: 1.7rem;
  }
  .fanclub .coupons.detail form {
    margin-top: 7rem;
  }
  .fanclub .coupons.detail form .text-center {
    font-size: 1.7rem;
  }
}

/* modal coupon 202403 */

.fc-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}
.fc-modal .modal-bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
}
.fc-modal .modal-body {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 7rem);
  max-width: 50rem;
  padding: 4rem 3rem;
  background-color: #FFF;
  border-radius: 0.6rem;
  text-align: center;
}
.fc-modal .modal-body .icon-check {
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 50%;
  border: 2px solid #DE963A;
  margin: 0 auto 2rem;
}
.fc-modal .modal-body .icon-check svg {
  width: 100%;
  fill: #DE963A;
}
.fc-modal .modal-body p {
  font-size: 1.6rem;
  font-weight: 700;
}
.fc-modal .modal-body .btn-wrap {
  justify-content: center;
  margin: 3rem -0.5rem 0;

}
.fc-modal .modal-body .btn-modal {
  width: calc(50% - 1rem);
  padding: 0 0.5rem;
}
.fc-modal .modal-body .btn {
  width: 97%;
  min-width: auto;
  font-size: 1.8rem;
  color: #FFF;
  text-align: center;
  height: 4.4rem;
  margin: 0.5rem auto 0;
}
.fc-modal .modal-body .btn:before,
.fc-modal .modal-body .btn:after {
  height: 4.4rem;
  mask-size: 0.7rem 4.4rem;
}
.fc-modal .modal-body .btn:before {
  left: -0.4rem;
}
.fc-modal .modal-body .btn:after {
  right: -0.4rem;
}
.fc-modal .modal-body .btn.btn-or {
  background-color: #DE963A;
}
.fc-modal .modal-body .btn.btn-gr {
  background-color: #9C9C9C;
}
.fc-modal .modal-body .btn-modal .text-center {
  font-size: 1.3rem;
}

/* coupon card 202403 */

.fanclub .coupon-card {
  margin-top: 4rem;
  border-radius: 1rem;
  border: 1px solid #E0E0E0;
  background-color: #FFF;
}
.fanclub .coupon-card .coupon-card-header {
  padding: 2.5rem 4rem 3rem;
}
.fanclub .coupon-card .coupon-card-body {
  padding: 0 4rem 4rem;
}
.fanclub .coupon-card .coupon-card-body dl.coupon-data {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
  border-top: 1px solid #E0E0E0;
  margin: 0;
}

.fanclub .coupon-card .coupon-card-body .icon_members.onlyfc {
  background-color: #fff;
}

.fanclub .coupon-card .coupon-card-body .icon_members.onlyfc img {
  width: 85%;
}

.fanclub .coupon-card .coupon-card-body .fc-coupon-img {
  margin-top: 2rem;
}

.fanclub .coupon-card .coupon-card-body dl dt, .fanclub .coupon-card .coupon-card-body dl dd {
  border-bottom: 1px solid #E0E0E0;
  padding: 1.2rem 0;
  margin: 0;
}
.fanclub .coupon-card .coupon-card-body dl dt {
  color: #939393;
  font-weight: 700;
  width: 11rem;
}
.fanclub .coupon-card .coupon-card-body dl dd {
  width: calc(100% - 11rem);
}

.fanclub .coupon-card .coupon-card-body img {
  border-radius: 0.5rem;
}

.fanclub .coupon-card .coupon-card-body .coupon-barcode {
  border: 3px solid #F0F0F0;
  padding: 2.5rem 5rem;
}

.fanclub .coupon-card .coupon-card-body .coupon-barcode img {
  border-radius: 0;
}

.fanclub .coupon-card .coupon-card-body .coupon-code {
  border: 1px solid #E0E0E0;
  border-radius: 0.5rem;
  margin: 0 0 3rem;
  display: grid;
  grid-template-columns: 1fr 3fr 1fr;
  place-content: center;
}

.fanclub .coupon-card .coupon-card-body .coupon-code div {
  padding: 1.5rem 1rem;
  font-size: 1.4rem;
}

.fanclub .coupon-card .coupon-card-body .coupon-code .coupon-code-title {
  background-color: #E0E0E0;
  text-align: center;
  border-radius: 0.5rem 0 0 0.5rem;
}

.fanclub .coupon-card .coupon-card-body .coupon-code .coupon-code-num {
  font-weight: 700;
}

.fanclub .coupon-card .coupon-card-body .coupon-code .coupon-code-copy {
  font-size: 1.2rem;
  font-weight: 700;
  color: #F48069;
  cursor: pointer;
  position: relative;
}

.fanclub .coupon-card .coupon-card-body .coupon-code .coupon-code-copied {
  position: absolute;
  padding: 0.5rem 1rem;
  background-color: #212529;
  color: #fff;
  font-size: 1.2rem;
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
  top: -4rem;
  display: none;
}

.fanclub .coupon-card .coupon-card-body .coupon-code .coupon-code-copied::before {
  content: '';
  position: absolute;
  bottom: -0.6rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 0.5rem solid transparent;
  border-left: 0.5rem solid transparent;
  border-top: 0.6rem solid #212529;
  border-bottom: 0;
}

.fanclub .coupon-card .coupon-card-footer {
  border-top: 1px solid #E0E0E0;
  padding: 2.5rem 4rem 3rem;
}
.fanclub .coupon-card .coupon-card-footer .coupon-note {
  margin: 0;
}
.fanclub .coupon-card .d-flex.has-btn {
  align-items: center;
  justify-content: space-between;
}

.fanclub .coupon-card .hline02 {
  color: #212529;
  margin: 0;
  word-break: break-all;
}

.fanclub .coupon-card .hline02 small {
  display: block;
  font-weight: 500;
  font-size: 1.3rem;
  margin-bottom: 0.6rem;
}

.fanclub .coupon-card .check-btn {
  background-color: #DE963A;
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #FFF;
  font-size: 2rem;
  appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
}
.fanclub .coupon-card .check-btn:hover, .fanclub .coupon-card .check-btn:focus {
  outline: none;
}

@media (max-width: 767px) {
  .fanclub .coupon-card .coupon-card-header {
    padding: 2.5rem 3rem 3rem;
  }
  .fanclub .coupon-card .coupon-card-body {
    padding: 0 3rem 4rem;
  }
  /* .fanclub .coupon-card .coupon-card-body .row {
    margin: 0;
    flex-direction: column-reverse;
  } */

  .fanclub .coupon-card .coupon-card-body .col-6 {
    width: 100%;
    max-width: none;
    padding: 0;
    flex: none;
  }
  .fanclub .coupon-card .coupon-card-body dl.coupon-data {
    font-size: 1.8rem;
    margin-top: 2rem;
  }

  .fanclub .coupon-card .coupon-card-body .fc-coupon-img {
    margin-top: 3rem;
    
  }

  .fanclub .coupon-card .coupon-card-body dl dt, .fanclub .coupon-card .coupon-card-body dl dd {
    padding: 1.5rem 0;
    font-size: 1.8rem;
  }

  .fanclub .coupon-card .coupon-card-body dl dt {
    width: 15rem;
  }

  .fanclub .coupon-card .coupon-card-body dl dd {
    width: calc(100% - 15rem);
  }

  .fanclub .coupon-card .coupon-card-body .coupon-barcode {
    padding: 3rem 8rem 2.5rem;
  }

  .fanclub .coupon-card .coupon-card-body .coupon-code {
    grid-template-columns: 1.5fr 2fr 1.5fr;
  }
  
  .fanclub .coupon-card .coupon-card-footer {
    padding: 2rem 3rem 3rem;
  }
  .fanclub .coupon-card .d-flex.has-btn {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .fanclub .coupon-card .has-btn .hline02 {
    width: 100%;
  }
  .fanclub .coupon-card .hline02 small {
    font-size: 1.5rem;
  }
  .fanclub .coupon-card .check-btn {
    margin: 0 auto 2rem;
  }
}

@media (max-width: 576px) {
  .fanclub .coupon-card .coupon-card-body .icon_members.onlyfc {
    left: -3rem;
  }
  .fanclub .coupon-card .coupon-card-body .icon_members.onlyfc img {
    width: 80%;
  }
}
/* 20240913 追記 */
.plans .fz-21 {
  font-size:2.1rem;
}
.plans .fz-20 {
  font-size:2rem !important;
}
.plans .fz-18 {
  font-size:1.8rem !important;
}
.plans .fz-15 {
  font-size:1.5rem;
}
.plans .fz-16 {
  font-size:1.6rem;
}
.plans .fz-13 {
  font-size:1.3rem;
}
.plans .fz-30 {
  font-size: 3rem !important;
}
.plans .scale15 {
  -ms-transform: scale(1.5, 1.5);
  -webkit-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}
.frm-policy__box.helf_box {
  max-height: 14rem;
}
.fanclub .plans .fz-20 .anchor-text {
  font-size:2rem;
}
.plans .frm-policy__title {
  display: block;
}
.plans .letter-space-1 {
  letter-spacing: -0.01rem;
}
/* moomn80 ヘッダーナビ対応 */
@media (min-width: 992px) {
  #moominMenu .navbar-nav .nav-item .nav-hover__box.global_adjust {
    max-height: 38.89px;
  }
}
@media (min-width: 1200px) {
  #moominMenu .navbar-nav .nav-item .nav-hover__box.global_adjust {
    max-height: 44.44px;
  }
}

  .text_no_wrap {
    white-space: nowrap;
  }
  
  
/* moomin80公式ニュース ボタン対応 */
.news_moomin80 {
  text-align: center;
}
a.btn.moomin80 {
  display: inline-block;
  font-family: "Moomin Font", sans-serif;
  text-transform: uppercase;
  box-sizing: border-box;
  background-color: #2ab0e1;
  color: #fff;
}
a.btn.moomin80:hover {
  background-color: #fff;
  color: #2ab0e1;
}
@media (max-width: 768px) {
  a.btn.moomin80 {
    line-height: normal;
  }
}
  
  
/* moominbaby公式ニュース ボタン対応 */
.news_moominbaby {
  text-align: center;
}
a.btn.moominbaby {
  display: inline-block;
  font-family: "Moomin Font", sans-serif;
  text-transform: uppercase;
  box-sizing: border-box;
  background-color: #2ab0e1;
  color: #fff;
}
a.btn.moominbaby:hover {
  background-color: #fff;
  color: #2ab0e1;
}
@media (max-width: 768px) {
  a.btn.moominbaby {
    line-height: normal;
  }
}


