/*****************************************************************************
CSS only for Fanclub page
*****************************************************************************/

/* fanclub
-----------------------------------------*/
@font-face {
  font-display: swap;
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url('/assets/fonts/oswald/oswald-v56-latin-regular.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  src: url('/assets/fonts/oswald/oswald-v56-latin-500.woff2') format('woff2');
}
#fanclub {
  --color-primary: #0666FF;
  --color-accent: #e5f608;
  --color-gold: #b59d09;
  --color-silver: #949494;
  --color-regular: #0666FF;
  --color-junior: #1ea253;
  --color-family: #ffc600;
  --color-hometown: #00239c;
  --color-free: #e5f608;
}

/* MainVisual
-----------------------------------------*/
@media screen and (max-width: 1200px) {
  .MainVisual {
    padding-top: 66px;
  }
}
.MainVisual__inner {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
.MainVisual img {
  max-width: 100%;
  height: auto;
}

/* Announce
-----------------------------------------*/
.Announce {
  display: flex;
  align-items: center;
  max-width: 1920px;
  min-height: 146px;
  padding: 30px 20px 40px;
  margin: 0 auto;
}
.Announce--01 {
  background-color: #fdd000;
}
.Announce--02 {
  background-color: var(--color-accent);
}
.Announce__inner {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .Announce__inner {
    display: block;
  }
}
.Announce__title {
  font-size: 40px;
  font-weight: 700;
  position: relative;
  padding-right: 5%;
}
@media screen and (max-width: 767px) {
  .Announce__title {
    font-size: 30px;
    padding: 0 0 22px 0;
  }
}
.Announce__title::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 4px;
  height: 100%;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .Announce__title::after {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 4px;
  }
}
.Announce__text {
  font-size: 28px;
  font-weight: 700;
  flex: 1;
  padding-left: 5%;
}
@media screen and (max-width: 767px) {
  .Announce__text {
    font-size: 18px;
    padding: 17px 0 0 0;
  }
  .Announce__text p {
    margin-bottom: 23px;
  }
}
.Announce__text > *:last-child {
  margin-bottom: 0;
}

/* Intro
-----------------------------------------*/
.Intro {
  background-color: var(--color-primary);
  max-width: 1920px;
  padding: 59px 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .Intro {
    padding: 40px 0;
  }
}
.Intro__inner {
  margin: 0 auto;
  max-width: 976px;
}
@media screen and (max-width: 976px) {
  .Intro__inner {
    margin: 0 20px;
  }
}
.Intro__title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.6875;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .Intro__title {
    font-size: 22px;
    text-align: left;
  }
}
.Intro__text {
  font-size: 16px;
  line-height: 2.375;
  text-align: center;
  color: #fff;
  margin-top: 21px;
}
@media screen and (max-width: 767px) {
  .Intro__text {
    font-size: 15px;
    text-align: left;
  }
}

/* Anchorlist
-----------------------------------------*/
.Anchorlist {
  background-color: var(--color-primary);
  width: 100%;
  max-width: 1920px;
  padding-bottom: 80px;
  margin: 0 auto;
}
@media screen and (max-width: 976px) {
  .Anchorlist {
    padding-bottom: 60px;
  }
}
.Anchorlist__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 976px;
  margin: 0 auto;
}
@media screen and (max-width: 976px) {
  .Anchorlist__inner {
    margin: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .Anchorlist__inner {
    justify-content: flex-start;
  }
}
.Anchorlist__item:first-child {
  border-left: 2px solid var(--color-accent);
}
@media screen and (max-width: 767px) {
  .Anchorlist__item:nth-child(odd) {
    border-left: 1px solid var(--color-accent);
  }
}
.Anchorlist__item {
  font-size: 16px;
  line-height: 1.7;
  text-align: center;
  padding: 10.5px 40px;
  padding: 10.5px 4%;
  border-right: 2px solid var(--color-accent);
}
@media screen and (max-width: 976px) {
  .Anchorlist__item {
    width: 20%;
    padding: 13px;
    border-right: 1px solid var(--color-accent);
  }
}
@media screen and (max-width: 767px) {
  .Anchorlist__item {
    font-size: 16px;
    width: 50%;
    padding: 10px 5px;
    margin-top: 8px;
  }
}
.Anchorlist__item a::before {
  content: '';
  width: 12px;
  height: 1px;
  position: absolute;
  bottom: 3px;
	right: 1px;
  background-color: var(--color-accent);
}
@media screen and (max-width: 767px) {
  .Anchorlist__item a::before {
    width: 10px;
    bottom: 2px;
    right: 1px;
  }
}
.Anchorlist__item a::after {
  content: '';
	position: absolute;
	top: 50%;
	right: 0;
	border-top: 9px solid var(--color-accent);
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .Anchorlist__item a::after {
    border-top: 7px solid var(--color-accent);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
  }
}
.Anchorlist__item a {
  color: #fff;
  text-decoration: none;
  position: relative;
  padding-right: 1.3em;
}

.Anchorlist__item a:link    { color: #fff; text-decoration: none; }
.Anchorlist__item a:visited { color: #fff; text-decoration: none; }
.Anchorlist__item a:hover   { color: #fff; text-decoration: none; opacity: .8;}
.Anchorlist__item a:focus   { color: #fff; text-decoration: none; opacity: .8;}
.Anchorlist__item a:active  { color: #fff; text-decoration: none; opacity: .8;}

/* Content
-----------------------------------------*/
.Content {
  padding-bottom: 36px;
}
.Content__wrapper + .Content__wrapper {
  margin-top: 100px;
}

.Container  {
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (max-width: 1200px) {
  .Container  {
    margin: 0 20px;
  }
}

ul.Memolist li {
  text-indent: -1.5em;
  padding-left: 1.5em;
}
ul.Memolist--num li {
  text-indent: -2em;
  padding-left: 2em;
}

/* SecTitle
-----------------------------------------*/
.SecTitle {
  font-weight: bold;
  text-align: center;
  padding-top: 140px;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .SecTitle {
    padding-top: 80px;
    margin-bottom: 40px;
  }
}
.SecTitle > strong {
  font-size: 42px;
  display: block;
  position: relative;
  padding-top: 25px;
}
@media screen and (max-width: 767px) {
  .SecTitle > strong {
    font-size: 25px;
  }
}
.SecTitle > strong::before {
  content: "";
  background-color: var(--color-primary);
  width: 75px;
  height: 4px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
}
.SecTitle small {
  font-size: 28px;
  display: block;
}
@media screen and (max-width: 767px) {
  .SecTitle small {
    font-size: 22px;
  }
}
.SecSubtitle {
  font-size: 20px;
  color: #fff;
  background-color: var(--color-primary);
  border-radius: 4px;
  padding: 8px 16px;
  margin-bottom: 39px;
}
@media screen and (max-width: 767px) {
  .SecSubtitle {
    font-size: 16px;
    margin-bottom: 24px;
  }
}
.SecSubtitle > span {
  position: relative;
  display: inline-block;
  padding-left: 16px;
}
.SecSubtitle > span::before {
  content: '';
  display:inline-block;
  background-color: #fff;
  width: 5px;
  height: 67%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  position: absolute;
}
@media screen and (max-width: 767px) {
  .SecSubtitle > span::before {
    width: 4px;
  }
}
/* .UpdateNotice
-----------------------------------------*/
.UpdateNotice  {
  margin: 0 auto;
  max-width: 1200px;
}
.UpdateNotice__wrapper + .UpdateNotice__wrapper {
  margin-top: 100px;
}
.UpdateNotice__wrapper > p {
  margin-bottom: 2.2em;
  line-height: 1.9;
}
/* .Newslist
-----------------------------------------*/
.Newslist {
  border-top: solid 1px #ccc;
}
.Newslist--nolist {
  border-top: none;
  margin: 0;
}
.Newslist__link {
  display: flex;
  align-items: center;
  border-bottom: solid 1px #ccc;
  padding-bottom: 23px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .Newslist__link {
    padding-bottom: 20px;
    margin-top: 17px;
  }
}

a.Newslist__link:link    { color: #000; text-decoration: none; }
a.Newslist__link:visited { color: #000; text-decoration: none; }
a.Newslist__link:hover   { color: #000; text-decoration: none; opacity: .8;}
a.Newslist__link:focus   { color: #000; text-decoration: none; opacity: .8;}
a.Newslist__link:active  { color: #000; text-decoration: none; opacity: .8;}

.Newslist__text {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .Newslist__text {
    padding: 0 8px;
  }
}
.Newslist__title {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .Newslist__title br {
    display: none;
  }
}
.Newslist__title > span {
  display: block;
  margin-top: 9px;
}
@media screen and (max-width: 767px) {
  .Newslist__title > span {
    margin-top: 6px;
  }
}
.Newslist__title > small {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #999;
  display: block;
}

.Newslist__announce {
  display: flex;
  align-items: center;
  border-bottom: solid 1px #ccc;
  padding-bottom: 23px;
  margin-top: 20px;
}
/* Grade
-----------------------------------------*/
.Grade {
  overflow: hidden;
}
.Grade__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -1.6%;
}
@media screen and (max-width: 767px) {
  .Grade__list {
    display: block;
  }
}
.Grade__item {
  width: 48.4%;
  position: relative;
  border-radius: 0 20px 0 20px;
  margin: 0 1.6% 1.6% 0;
}
@media screen and (max-width: 767px) {
  .Grade__item {
    width: 100%;
    border-radius: 0 15px 0 15px;
    margin: 0 0 24px 0;
  }
}
.Grade__item:nth-child(2n) {
  margin-right: 0;
}
.Grade__head {
  text-align: center;
  color: #fff;
  background-color: #000;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  height: 120px;
  position: relative;
  border-bottom-width: 8px;
  border-bottom-style: solid;
  border-radius: 0 20px 0 0;
  padding: 20px 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .Grade__head {
    height: auto;
    padding: 15px 20px;
    border-radius: 0 15px 0 0;
  }
}

.Grade__head--gold     { border-bottom-color: var(--color-gold); }
.Grade__head--silver   { border-bottom-color: var(--color-silver); }
.Grade__head--regular  { border-bottom-color: var(--color-regular); }
.Grade__head--junior   { border-bottom-color: var(--color-junior); }
.Grade__head--family   { border-bottom-color: var(--color-family); }
.Grade__head--hometown { border-bottom-color: var(--color-hometown); }

.Grade__title {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .Grade__title {
    font-size: 24px;
  }
}
.Grade__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: calc(100% - 120px);
  padding: 6.368% 6.884% 3.614%;
  border: 2px solid #d6d6d6;
  border-radius: 0 0 0 20px;
}
@media screen and (max-width: 767px) {
  .Grade__wrapper {
    height: auto;
    padding: 30px 20px 18px;
  }
}
.Grade__text {
  position: relative;
  font-size: 16px;
  line-height: 2;
  padding-bottom: 34px;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .Grade__text {
    font-size: 14px;
    padding-bottom: 28px;
  }
}
.Grade__layer {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(51 51 51 / .7);
  color: #fff;
}
.Grade__announce {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .Grade__announce {
    font-size: 16px;
  }
}
.Grade__fee {
  font-size: 24px;
  text-align: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: -19px;
}
@media screen and (max-width: 976px) {
  .Grade__fee {
    font-size: 18px;
    margin-top: -16px;
  }
}
@media screen and (max-width: 767px) {
  .Grade__fee {
    font-size: 15px;
    margin-top: -13px;
  }
}
.Grade__fee dt {
  font-weight: bold;
}
.Grade__fee dt::after {
  content: '：';
}
.Grade__fee dd {
  font-weight: bold;
  white-space: nowrap;
  display: flex;
  align-items: flex-end;
  padding-left: 12px;
}
@media screen and (max-width: 976px) {
  .Grade__fee dd {
    padding-left: 5px;
  }
}

.Grade__fee--gold dd > strong     { color: var(--color-gold); }
.Grade__fee--silver dd > strong   { color: #757575; }
.Grade__fee--regular dd > strong  { color: var(--color-regular); }
.Grade__fee--junior dd > strong   { color: var(--color-junior); }
.Grade__fee--hometown dd > strong { color: var(--color-hometown); }
.Grade__fee--family dd > strong   { color: var(--color-family); }

.Grade__fee dd > strong {
  font-family: 'Oswald', sans-serif;
  font-size: 82px;
  font-weight: 500;
  display: inline-block;
  position: relative;
  top: 19px;
}
@media screen and (max-width: 976px) {
  .Grade__fee dd > strong {
    font-size: 64px;
    top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .Grade__fee dd > strong {
    font-size: 56px;
    top: 14px;
  }
}
.Grade__fee dd > span {
  display: inline-block;
  padding-left: 16px;
}
@media screen and (max-width: 976px) {
  .Grade__fee dd > span {
    padding-left: 8px;
  }
}
.Grade__link {
  text-align: center;
  margin-top: 30px;
}
.Grade__link a {
  font-size: 16px;
  line-height: 2;
  display: inline-block;
  width: 100%;
  position: relative;
  padding-bottom: 8.5px;
}
@media screen and (max-width: 767px) {
  .Grade__link a {
    font-size: 14px;
    padding-bottom: 6px;
  }
}
.Grade__link a:link    { color: #000; text-decoration: none; }
.Grade__link a:visited { color: #000; text-decoration: none; }
.Grade__link a:hover   { color: #000; text-decoration: none; opacity: .8;}
.Grade__link a:focus   { color: #000; text-decoration: none; opacity: .8;}
.Grade__link a:active  { color: #000; text-decoration: none; opacity: .8;}

.Grade__link a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 12px;
  height: 12px;
  border-right: solid 2px #000;
  border-bottom: solid 2px #000;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .Grade__link a::after {
    width: 8px;
    height: 8px;
  }
}
.Grade__label {
  position: absolute;
  display: block;
  color: #fff;
  font-size: 17px;
  padding: 0 20px 3px;
  white-space: nowrap;
  text-align: center;
  border-radius: 4px;
  bottom: -24px;
}
.Grade__label--gold   { background-color: var(--color-gold);}
.Grade__label--silver { background-color: var(--color-silver);}

@media screen and (max-width: 976px) {
  .Grade__label {
  bottom: -20px;
  }
}
@media screen and (max-width: 767px) {
  .Grade__label {
  font-size: 14px;
  bottom: -18px;
  }
}

.Grade__label strong {
  font-family: 'Oswald', sans-serif;
  font-size: 25px;
  font-weight: 500;
  display: inline-block;
  margin: 0 5px;
}
@media screen and (max-width: 976px) {
  .Grade__label strong {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .Grade__label strong {
    font-size: 17px;
  }
}
/* Compare
-----------------------------------------*/
.Compare {
  margin: 60px 0 15px;
  overflow-x: auto;
  overflow-y: auto;
  white-space: nowrap;
}
.Compare__tbl {
  background-color: #fff;
  width: 100%;
  table-layout: fixed;
}
.Compare__tbl thead tr th:last-child {
  border-right: none;
}
.Compare__tbl tbody {
  border: 2px solid #d6d6d6;
  border-top: none;
}
.Compare__tbl th {
  text-align: center;
  vertical-align: middle;
}
.Compare__tbl td {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  white-space: normal;
  border-right: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .Compare__tbl td {
    font-size: 11px;
    white-space: normal;
    padding: 10px 8px;
  }
}
.Compare__tbl td small {
  font-weight: normal;
  display: inline-block;
  margin-top: 9px;
}
.Compare__tbl sup {
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  vertical-align: text-top;
}

.Compare__gold     { background-color: #fffbea; }
.Compare__silver   { background-color: #f0f0f0; }
.Compare__regular  { background-color: #f3f9ff; }
.Compare__junior   { background-color: #f4feff; }
.Compare__family   { background-color: #fff9e5; }
.Compare__hometown { background-color: #f2f4fa; }
.Compare__free     { background-color: #fcfee6; }

.Compare__empty {
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 2;
}
.Compare__tbl--01 .Compare__empty {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .Compare__tbl--01 .Compare__empty {
    width: 90px;
  }
}
.Compare__tbl--02 .Compare__empty {
  width: 320px;
}
@media screen and (max-width: 767px) {
  .Compare__tbl--02 .Compare__empty {
    width: 147px;
  }
}

.Compare__rank {
  font-size: 16px;
  color: #fff;
  background-color: #000;
  width: 225px;
  position: relative;
  padding: 12px 10px;
  border-right: 1px solid #fff;
  border-left:  1px solid #fff;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .Compare__rank {
    font-size: 14px;
    width: 150px;
  }
}
.Compare__rank::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 2px);
  width: 100%;
  height: 5px;
}

.Compare__rank--gold::after     { background-color: var(--color-gold); }
.Compare__rank--silver::after   { background-color: var(--color-silver); }
.Compare__rank--regular::after  { background-color: var(--color-regular); }
.Compare__rank--junior::after   { background-color: var(--color-junior); }
.Compare__rank--family::after   { background-color: var(--color-family); }
.Compare__rank--hometown::after { background-color: var(--color-hometown); }
.Compare__rank--free::after     { background-color: var(--color-free); }

.Compare__name {
  font-size: 12px;
  line-height: 1.5;
  white-space: normal;
  color: #fff;
  background-color: var(--color-primary);
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  left: 0;
  z-index: 2;
  width: 27%;
  padding: 15px 10px;
  border-right: 2px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
}
@media screen and (max-width: 767px) {
  .Compare__name {
    font-size: 11px;
  }
}
.Compare__tbl--01 .Compare__name {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .Compare__tbl--01 .Compare__name {
    width: 90px;
  }
}
.Compare__tbl--02 .Compare__name {
  width: 320px;
}
@media screen and (max-width: 767px) {
  .Compare__tbl--02 .Compare__name {
    width: 147px;
  }
}

.Compare__name a {
  display: inline-block;
  margin-top: 13px;
}

.Compare__name a:link    { color: #fff; }
.Compare__name a:visited { color: #fff; }
.Compare__name a:hover   { color: #fff; text-decoration: none; }
.Compare__name a:focus   { color: #fff; text-decoration: none; }
.Compare__name a:active  { color: #fff; text-decoration: none; }

.Compare__circle {
  display: inline-block;
  position: relative;
}
.Compare__circle sup {
  position: absolute;
  top: 0;
  right: -20px;
}
.Compare__circle img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
.Compare:has(.Compare__tbl--02) {
  height: 90vh;
}
@media screen and (max-width: 767px) {
  .Compare:has(.Compare__tbl--02) {
    height: 85svh;
  }
}
.Compare__tbl--02 thead {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 3;
}
.Compare__category {
  font-size: 12px;
  line-height: 1.5;
  white-space: normal;
  background-color: var(--color-accent);
  position: sticky;
  top: 48px;
  left: 0;
  z-index: 3;
  padding: 15px 10px;
  border-right: 2px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
}
@media screen and (max-width: 767px) {
  .Compare__category {
    font-size: 11px;
    top: 45px;
    padding: 12px 10px;
  }
}
th.Compare__category {
  text-align: left;
}
.Compare__category span {
  display: inline-block;
  position: sticky;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
/* AnchorBtm
-----------------------------------------*/
.AnchorBtm {
  display: inline-block;
}
.AnchorBtm span {
  color: #000;
  text-decoration: none;
  position: relative;
  padding-right: 1.3em;
}

a.AnchorBtm:link    { color: #000; text-decoration: none; }
a.AnchorBtm:visited { color: #000; text-decoration: none; }
a.AnchorBtm:hover   { color: #000; text-decoration: none; opacity: .8;}
a.AnchorBtm:focus   { color: #000; text-decoration: none; opacity: .8;}
a.AnchorBtm:active  { color: #000; text-decoration: none; opacity: .8;}

.AnchorBtm span::before {
  content: '';
  position: absolute;
  bottom: 2px;
	right: 1.8px;
  background-color: #000;
  width: 8px;
  height: 1px;
}
@media screen and (max-width: 767px) {
  .AnchorBtm span::before {
    bottom: 1px;
    width: 7px;
  }
}
.AnchorBtm span::after {
  content: '';
	position: absolute;
	right: 0;
  bottom: 4.5px;
	border-top: 7px solid #000;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
}
@media screen and (max-width: 767px) {
  .AnchorBtm span::after {
    border-top: 6px solid #000;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
  }
}

/* Benefit
-----------------------------------------*/
.Benefit {
  margin-bottom: 19px;
  overflow: hidden;
}
.Benefit__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2% -2% 0;
}
.Benefit__item {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 23%;
  padding: 19px;
  border: 2px solid #e9e9e9;
  margin: 0 2% 2% 0;
}
@media screen and (max-width: 976px) {
  .Benefit__item {
    width: 31.333%;
    padding: 15px 10px;
  }
}
@media screen and (max-width: 767px) {
  .Benefit__item {
    width: 48%;
    padding: 15px 10px;
  }
}
.Benefit__img {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 182px;
}
@media screen and (max-width: 767px) {
  .Benefit__img {
    min-height: 130px;
  }
}
.Benefit__img img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .Benefit__img img {
    max-width: 85%;
  }
}
.Benefit__text {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .Benefit__text {
    font-size: 13px;
    margin-top: 16px;
  }
}
.Benefit__text p {
  font-weight: bold;
}
.Benefit__memo {
  font-size: 12px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .Benefit__memo {
    font-size: 11px;
    margin-top: 16px;
  }
}
.Benefit__text sup {
  font-size: 11px;
  vertical-align: text-top;
}
@media screen and (max-width: 767px) {
  .Benefit__text sup {
    font-size: 10px;
    vertical-align: text-top;
  }
}
.Benefit__text > .Linklist li {
  display: inline-block;
}

/* FcRank
-----------------------------------------*/
.FcRank {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 37px 16px;
}
@media screen and (max-width: 767px) {
  .FcRank {
    display: block;
  }
}
.FcRank__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 11px 0;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .FcRank__item {
    width: auto;
  }
  .FcRank__item + .FcRank__item {
    margin-top: 20px;
  }
}
.FcRank__unit {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  border-bottom-width: 8px;
  border-bottom-style: solid;
  border-radius: 4px;
}
@media screen and (max-width: 976px) {
  .FcRank__unit {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .FcRank__unit {
    font-size: 21px;
  }
}

.FcRank__unit--silver    { border-bottom-color: var(--color-silver); }
.FcRank__unit--regular   { border-bottom-color: var(--color-regular); }
.FcRank__unit--junior    { border-bottom-color: var(--color-junior); }
.FcRank__unit--family    { border-bottom-color: var(--color-family); }
.FcRank__unit--hometown  { border-bottom-color: var(--color-hometown); }

.FcRank__unit span {
  background-color: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 13px 15px;
  z-index: 1;
  overflow: hidden;
}
.FcRank__note {
  font-size: 16px;
  margin-top: 11px;
}
@media screen and (max-width: 767px) {
  .FcRank__note {
    font-size: 14px;
  }
}
.FcRank__note span {
  font-family: 'Oswald', sans-serif;
  font-size: 28px;
  font-weight: 500;
  display: inline-block;
  padding-right: 3px;
}

.FcRank__note--silver span   { color: #757575; }
.FcRank__note--regular span  { color: var(--color-regular); }
.FcRank__note--junior span   { color: var(--color-junior); }
.FcRank__note--family span   { color: var(--color-family); }
.FcRank__note--hometown span { color: var(--color-hometown); }

.FcRank__note small {
  font-size: 12px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .FcRank__note small {
    font-size: 11px;
  }
}

/* Renew
-----------------------------------------*/
.Renew {
  margin-top: 50px;
  margin-bottom: 19px;
}
@media screen and (max-width: 767px) {
  .Renew {
    overflow-x: auto;
    white-space: nowrap;
  }
}
.Renew__tbl {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border: 2px solid #d6d6d6;
}
.Renew__category {
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
  white-space: normal;
  color: #fff;
  background-color: var(--color-primary);
  padding: 14px;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .Renew__category {
    font-size: 11px;
    padding: 10px;
  }
}
.Renew__category:nth-of-type(1) {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .Renew__category:nth-of-type(1) {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1;
    width: 120px;
  }
}
.Renew__category:nth-of-type(2) {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .Renew__category:nth-of-type(2) {
    width: 170px;
  }
}
.Renew__category:nth-of-type(3) {
  width: 60%;
  border-right: none;
}
@media screen and (max-width: 767px) {
  .Renew__category:nth-of-type(3) {
    width: 233px;
  }
}
.Renew__tbl td {
  font-size: 12px;
  font-weight: bold;
  line-height: 2;
  vertical-align: middle;
  white-space: normal;
  padding: 11.5px 20px;
  border-top: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
}
@media screen and (max-width: 767px) {
  .Renew__tbl td {
    font-size: 11px;
    line-height: 1.7;
    padding: 10px;
  }
}
.Renew__tbl td:last-child {
  border-right: none;
}
.Renew__tbl sup {
  font-size: 10px;
  line-height: 1;
  vertical-align: text-top;
}
@media screen and (max-width: 767px) {
  .Renew__prev {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #fff;
    text-align: center;
  }
  .Renew__prev span {
    vertical-align: middle;
    display: inline-block;
  }
}

/* BgTitle
-----------------------------------------*/
.Content__grade {
  padding-top: 100px;
}

.BgTitle {
  background-image: url(/fanclub/assets/img/bg_detail_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  max-width: 1920px;
  position: relative;
  padding: 82px 0 34px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 976px) {
  .BgTitle {
    padding: 56px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .BgTitle {
    background-image: url(/fanclub/assets/img/bg_detail_sp.jpg);
    padding: 35px 0;
  }
}
.BgTitle::before,
.BgTitle::after {
  content: '';
  display: block;
  width: 62.5%;
  max-width: 1200px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .BgTitle::before,
  .BgTitle::after {
    width: 100%;
    height: calc(100% - 70px);
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
.BgTitle::before {
  mix-blend-mode: multiply;
}
.BgTitle::after {
  mix-blend-mode: screen;
}

.BgTitle--gold::before { background-color: #887600; }
.BgTitle--gold::after  { background-color: rgba(136, 118, 0, .8); }

.BgTitle--silver::before { background-color: #404040; }
.BgTitle--silver::after  { background-color: rgba(102, 102, 102, .8); }

.BgTitle--regular::before { background-color: #004ea1; }
.BgTitle--regular::after  { background-color: rgba(0, 78, 161, .8); }

.BgTitle--junior::before { background-color: rgba(0, 122, 180, .8); }
.BgTitle--junior::after  { background-color: rgba(8, 115, 51, .8); }

.BgTitle--family::before { background-color: rgba(0, 122, 180, .8); }
.BgTitle--family::after  { background-color: rgba(255, 198, 0, .8); }

.BgTitle--hometown::before { background-color: rgba(0, 122, 180, .8); }
.BgTitle--hometown::after  { background-color: rgba(0, 35, 156, .8); }

.BgTitle__inner {
  width: 62.5%;
  max-width: 1200px;
  position: relative;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .BgTitle__inner {
    width: 100%;
    padding: 54px 0 32px;
  }
}
.BgTitle__head {
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .BgTitle__head {
    position: relative;
    height: 82px;
  }
}
.BgTitle__head small {
  font-size: 20px;
  display: block;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .BgTitle__head small {
    font-size: 15px;
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 0;
  }
}
.BgTitle__head img {
  filter: drop-shadow(0 0 40px rgba(0, 0, 0, .3));
}
@media screen and (max-width: 767px) {
  .BgTitle__head img {
    position: absolute;
    top: -7px;
    left: 50%;
    width: auto;
    max-width: none;
    max-height: 100%;
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scale(.76) translateX(-50%);
    transform: scale(.76) translateX(-50%);
  }
}
.BgTitle__fee {
  font-size: 14px;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: 34px;
}
@media screen and (max-width: 767px) {
  .BgTitle__fee {
    font-size: 11px;
    margin-top: 30px;
  }
}
.BgTitle__fee dt::after {
  content: '：';
}
.BgTitle__fee dd {
  display: flex;
  align-items: flex-end;
  padding-left: 10px;
}
.BgTitle__fee dd > strong {
  font-family: 'Oswald', sans-serif;
  font-size: 40px;
  font-weight: 400;
  display: inline-block;
  position: relative;
  top: 8px;
}
.BgTitle__fee dd > span {
  padding-left: 7px;
}

/* Detail
-----------------------------------------*/
.Detail {
  max-width: 1920px;
  position: relative;
  padding: 50px 0 100px;
  margin: 0 auto;
}
.Detail--gold {
  background:
  radial-gradient(at 69% 25%, hsla(43,46%,77%,1) 0px, transparent 50%),
  radial-gradient(at 67% 70%, hsla(40,39%,66%,1) 0px, transparent 50%),
  radial-gradient(at 27% 45%, hsla(46,58%,83%,1) 0px, transparent 50%),
  radial-gradient(at 0% 0%, hsla(46,50%,66%,1) 0px, transparent 50%),
  radial-gradient(at 100% 0%, hsla(46,53%,82%,1) 0px, transparent 50%),
  radial-gradient(at 100% 100%, hsla(38,37%,65%,1) 0px, transparent 50%),
  radial-gradient(at 0% 100%, hsla(40,38%,65%,1) 0px, transparent 50%);
}

.Detail--silver {
  background:
  radial-gradient(at 68% 47%, hsla(127,0%,78%,1) 0px, transparent 50%),
  radial-gradient(at 0% 42%, hsla(82,0%,87%,1) 0px, transparent 50%),
  radial-gradient(at 0% 0%, hsla(343,0%,78%,1) 0px, transparent 50%),
  radial-gradient(at 100% 0%, hsla(241,0%,86%,1) 0px, transparent 50%),
  radial-gradient(at 100% 100%, hsla(247,0%,72%,1) 0px, transparent 50%),
  radial-gradient(at 0% 100%, hsla(195,0%,72%,1) 0px, transparent 50%);
}

.Detail--regular {
  background:
  radial-gradient(at 41% 79%, hsla(210,80%,71%,1) 0px, transparent 50%),
  radial-gradient(at 9% 41%, hsla(210,82%,82%,1) 0px, transparent 50%),
  radial-gradient(at 77% 37%, hsla(210,81%,73%,1) 0px, transparent 50%),
  radial-gradient(at 0% 0%, hsla(211,81%,72%,1) 0px, transparent 50%),
  radial-gradient(at 100% 0%, hsla(210,81%,81%,1) 0px, transparent 50%),
  radial-gradient(at 100% 100%, hsla(210,81%,67%,1) 0px, transparent 50%),
  radial-gradient(at 0% 100%, hsla(211,81%,78%,1) 0px, transparent 50%);
}

.Detail--junior {
  background:
  radial-gradient(at 52% 17%, hsla(144,35%,82%,1) 0px, transparent 50%),
  radial-gradient(at 67% 61%, hsla(144,36%,75%,1) 0px, transparent 50%),
  radial-gradient(at 24% 49%, hsla(143,36%,61%,1) 0px, transparent 50%),
  radial-gradient(at 0% 0%, hsla(143,36%,69%,1) 0px, transparent 50%),
  radial-gradient(at 100% 0%, hsla(144,36%,78%,1) 0px, transparent 50%),
  radial-gradient(at 100% 100%, hsla(143,36%,79%,1) 0px, transparent 50%),
  radial-gradient(at 0% 100%, hsla(144,36%,62%,1) 0px, transparent 50%);
}

.Detail--family {
  background:
    radial-gradient(at 52% 17%, hsla(45, 90%, 85%, 1) 0px, transparent 50%),
    radial-gradient(at 67% 61%, hsla(45, 90%, 80%, 1) 0px, transparent 50%),
    radial-gradient(at 24% 49%, hsla(45, 90%, 75%, 1) 0px, transparent 50%),
    radial-gradient(at 0% 0%,  hsla(45, 90%, 70%, 1) 0px, transparent 50%),
    radial-gradient(at 100% 0%, hsla(45, 90%, 80%, 1) 0px, transparent 50%),
    radial-gradient(at 100% 100%, hsla(45, 90%, 75%, 1) 0px, transparent 50%),
    radial-gradient(at 0% 100%, hsla(45, 90%, 65%, 1) 0px, transparent 50%);
}

.Detail--hometown {
  background:
  radial-gradient(at 69% 81%, hsla(226,37%,68%,1) 0px, transparent 50%),
  radial-gradient(at 49% 33%, hsla(226,37%,71%,1) 0px, transparent 50%),
  radial-gradient(at 3% 70%, hsla(226,37%,62%,1) 0px, transparent 50%),
  radial-gradient(at 0% 0%, hsla(226,37%,58%,1) 0px, transparent 50%),
  radial-gradient(at 98% 81%, hsla(226,37%,74%,1) 0px, transparent 50%),
  radial-gradient(at 9% 93%, hsla(226,37%,52%,1) 0px, transparent 50%),
  radial-gradient(at 98% 21%, hsla(226,37%,71%,1) 0px, transparent 50%);
}

.Detail__inner {
  max-width: 1200px;
  margin: 0  auto;
}
@media screen and (max-width: 1200px) {
  .Detail__inner {
    margin: 0 20px;
  }
}
.Detail__sec {
  padding-top: 100px;
}
.Detail__title {
  font-size: 28px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .Detail__title {
    font-size: 24px;
  }
}
.Notice + .Detail__sec {
  margin-top: -10px;
}
.Lead {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.85;
  text-align: center;
}

/* ImgBox
-----------------------------------------*/
.ImgBox {
  margin: 40px 0 20px;
  overflow: hidden;
}
.ImgBox__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2% -2% 0;
}
.ImgBox__item {
  text-align: center;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 23%;
  padding: 19px;
  border-radius: 10px;
  margin: 0 2% 2% 0;
}
@media screen and (max-width: 976px) {
  .ImgBox__item {
    width: 31.333%;
    padding: 15px 10px;
  }
}
@media screen and (max-width: 767px) {
  .ImgBox__item {
    width: 48%;
    padding: 15px 10px;
  }
}
.ImgBox__img {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 182px;
  min-height: 162px;
}
@media screen and (max-width: 767px) {
  .ImgBox__img {
    min-height: 130px;
  }
}
.ImgBox__img img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .ImgBox__img img {
    max-width: 85%;
  }
}
.ImgBox__img--placeholder {
  font-size: 20px;
  font-weight: bold;
  color: var(--color-primary);
}
.ImgBox__text {
  font-weight: bold;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .ImgBox__text {
    font-size: 13px;
    margin-top: 16px;
  }
}
.ImgBox__text > .Linklist li {
  display: inline-block;
}
.ImgBox__memo {
  font-size: 12px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .ImgBox__memo {
    font-size: 11px;
    margin-top: 16px;
  }
}
.ImgBox__text sup {
  font-size: 11px;
  vertical-align: text-top;
}
@media screen and (max-width: 767px) {
  .ImgBox__text sup {
    font-size: 10px;
    vertical-align: text-top;
  }
}

/* Panel
-----------------------------------------*/
.Panel {
  margin-top: 50px;
}
.Panel__title {
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  width: 71%;
  margin: 0 auto;
  border-radius: 10px 10px 0 0;
  padding: 21px 15px 0;
}
.Panel__title h4 {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .Panel__title h4 {
    font-size: 16px;
  }
}
.Panel__title > p {
  font-size: 13px;
  color: #d8002e;
  margin-top: 17px;
}
@media screen and (max-width: 767px) {
  .Panel__title > p {
    font-size: 12px;
  }
}
.Panel__body {
  background-color: #fff;
  position: relative;
  padding: 80px 80px 70px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .Panel__body {
    padding: 25px 25px 35px;
  }
  .Panel__body:has(.js-tabActive:nth-child(1)) {
    border-radius: 0 10px 10px 10px;
  }
  .Panel__body:has(.js-tabActive:nth-child(2)) {
    border-radius: 10px 0 10px 10px;
  }
}
.Panel__group {
  position: relative;
}

.Panel__caution {
  font-size: 13px;
  font-weight: bold;
  color: #d8002e;
  margin-bottom: 17px;
  text-align: center;
}
/* TabBtn
-----------------------------------------*/
.TabBtn {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .TabBtn {
    justify-content: space-between;
  }
}
.TabBtn__item {
  font-size: 18px;
  text-align: center;
  color: #fff;
  background-color: var(--color-primary);
  display: inline-block;
  width: 35%;
  max-width: 100%;
  padding: 16.5px 10px;
  border-radius: 10px;
  margin: 0 5px;
  cursor: pointer;
}
@media screen and (max-width: 976px) {
  .TabBtn__item {
    width: 42%;
  }
}
@media screen and (max-width: 767px) {
  .TabBtn__item {
    font-size: 15px;
    width: calc((100% - 10px) / 2);
    margin: 0;
  }
}
.TabBtn__item span {
  display: inline-block;
}
.TabBtn__item.js-tabActive {
  color: #000;
  background-color: #fff;
  padding: 16.5px 10px 10px;
  border-radius: 10px 10px 0 0;
}
.TabBtn__item.js-tabActive span {
  padding-bottom: 17px;
  border-bottom: 4px solid var(--color-primary);
}
@media screen and (max-width: 767px) {
  .TabBtn__item.js-tabActive span {
    padding-bottom: 13px;
    border-bottom: 3px solid var(--color-primary);
  }
}

[data-tabContent]{
  display: none
}
[data-tabContent].js-tabActive{
  display: block;
}

/* Explain
-----------------------------------------*/
.Explain {
  font-size: 14px;
  line-height: 2;
}
.Explain > *:last-child {
  margin-bottom: 0;
}
.Explain + .Explain {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .Explain + .Explain {
    margin-top: 32px;
  }
}
.Explain > p,
.Explain > ul {
  margin-bottom: 20px;
}
.Explain__title {
  font-size: 20px;
  line-height: 1.6;
  position: relative;
  padding-left: 12px;
  margin-bottom: .9em;
}
@media screen and (max-width: 767px) {
  .Explain__title {
    font-size: 15px;
  }
}
.Explain__title::before {
  content: '';
  display:inline-block;
  background-color: #0055b1;
  width: 5px;
  height: 63%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.Explain__memo {
  display: block;
  font-size: 12px;
}
.Explain__img {
  margin: 20px 0;
}
.Explain__img--center {
  text-align: center;
}
.Explain__img img {
  max-width: 100%;
  height: auto;
}
.Explain__apply {
  text-align: center;
  margin-top: 50px;
}
.Explain > .Caution {
  border-width: 3px;
}

/* PlayerImg
-----------------------------------------*/
.PlayerImg {
  position: absolute;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .PlayerImg {
    display: none;
  }
}
.PlayerImg img {
  max-width: 100%;
  height: auto;
}
.PlayerImg--otsuka {
  width: 17.166%;
  top: 4.262%;
  right: 10.25%;
}
.PlayerImg--fukatsu {
  width: 21.634%;
  top: -40px;
  right: -10.096%;
}
.PlayerImg--kodama {
  width: 20.576%;
  top: 2.885%;
  right: 3.365%;
}
.PlayerImg--nishiyama {
  width: 19.519%;
  top: -40px;
  right: -8.846%;
}
.PlayerImg--nakamoto {
  width: 18.173%;
  top: -4%;
  right: -9.5%;
}
.PlayerImg--nakamura {
  width: 18.173%;
  top: -40px;
  right: -6.634%;
}
.PlayerImg--tarumi {
  width: 21.25%;
  top: -4.5%;
  right: -10.3%;
}

/* CircleList
-----------------------------------------*/
.CircleList {
  margin-bottom: 1.1em;
}
.CircleList li {
  position: relative;
  padding-left: 1em;
}
.CircleList li::before {
  position: absolute;
  top: 4px;
  left: 0;
  content: "●";
  color: #d6d6d6;
  font-size: 10px;
}

/* Caution
-----------------------------------------*/
.Caution {
  text-align: center;
  border: 1px solid #d8002e;
  padding: 21px;
  margin: 30px 0;
}
@media screen and (max-width: 767px) {
  .Caution {
    padding: 15px;
  }
}
.Caution__wrapper {
  text-align: left;
  display: inline-block;
}
.Caution p {
  font-size: 16px;
  font-weight: bold;
}

/* Notice
-----------------------------------------*/
.Notice {
  text-align: center;
  border: solid 2px #00239c;
  background-color: #fff;
  border-radius: 20px;
  width: 81.4%;
  margin: 34px auto 0;
  padding: 45px 20px;
}
@media screen and (max-width: 767px) {
  .Notice {
    width: 100%;
    padding: 15px;
  }
}
.Notice > .Linklist {
  margin-top: 0;
}
.Notice > .Linklist li {
  display: inline-block;
}
.Notice p {
  font-size: 16px;
  font-weight: bold;
}

/* BtnArea
-----------------------------------------*/
.BtnArea {
  text-align: center;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .BtnArea {
    margin-top: 40px;
  }
}
.BtnArea + .BtnArea {
  margin-top: 20px;
}

/* NextBtn
-----------------------------------------*/
.NextBtn {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  display: inline-block;
}
@media screen and (max-width: 976px) {
  .NextBtn {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .NextBtn {
    font-size: 13px;
    display: block;
  }
}
.NextBtn + .NextBtn {
  margin-top: 32px;
}
.NextBtn span {
  background-color: #aaa;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 696px;
  max-width: 100%;
  min-height: 85px;
  position: relative;
  border-radius: 61px;
  padding: 0.73em 2.3em 0.73em 1.8em;
  box-sizing: border-box;
  margin: 0 auto;
}
@media screen and (max-width: 976px) {
  .NextBtn span {
    width: 560px;
    border-radius: 40px;
  }
}
@media screen and (max-width: 767px) {
  .NextBtn span {
    width: 100%;
    min-height: 45px;
  }
}
.NextBtn span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 27px;
  width: 23px;
  height: 23px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 976px) {
  .NextBtn span::after {
    width: 18px;
    height: 18px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
  }
}
@media screen and (max-width: 767px) {
  .NextBtn span::after {
    right: 11px;
    width: 13px;
    height: 13px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
  }
}

.NextBtn a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  pointer-events: none;
}

.NextBtn a:link    { color: #fff; text-decoration: none; }
.NextBtn a:visited { color: #fff; text-decoration: none; }
.NextBtn a:hover   { color: #fff; text-decoration: none; }
.NextBtn a:focus   { color: #fff; text-decoration: none; }
.NextBtn a:active  { color: #fff; text-decoration: none; }

.NextBtn small {
  font-size: 18px;
  display: block;
}
@media screen and (max-width: 976px) {
  .NextBtn small {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .NextBtn small {
    font-size: 10px;
  }
}

.NextBtn.active span {
  background-color: #d63951;
}
.NextBtn.active span:hover,
.NextBtn.active span a:focus,
.NextBtn.active span a:active {
  background-color: rgba(214, 57, 81, .8);
}
.NextBtn.active a {
  pointer-events: auto;
}

/* PageTop
-----------------------------------------*/
.PageTop {
  position: absolute;
  right: 30px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .PageTop {
    right: 20px;
  }
}
.PageTop a {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  background-color: #000;
  display: block;
  width: 55px;
  position: relative;
  padding-top: 20px;
}
/* @media screen and (max-width: 767px) {
  .PageTop a {
    width: auto;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .PageTop a span {
    display: block;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }
} */
.PageTop a::after {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  top: 9px;
  left: 50%;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  /* margin-left: -6px; */
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .PageTop a::after {
    width: 10px;
    height: 10px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    }
}

.PageTop a:hover::after  { opacity: 0.8; }
.PageTop a:focus::after  { opacity: 0.8; }
.PageTop a:active::after { opacity: 0.8; }

.PageTop a::before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: -5px;
  left: 0;
  border-top: 10px solid transparent;
  border-right: 55px solid #000;
  margin: -5px 0 0 0;
}
/* @media screen and (max-width: 767px) {
  .PageTop a::before {
    display: none;
  }
} */

.PageTop a:link    { color: #fff; text-decoration: none; }
.PageTop a:visited { color: #fff; text-decoration: none; }
.PageTop a:hover   { color: #fff; text-decoration: none; }
.PageTop a:focus   { color: #fff; text-decoration: none; }
.PageTop a:active  { color: #fff; text-decoration: none; }

.PageTop a:hover span  { opacity: 0.8; }
.PageTop a:focus span  { opacity: 0.8; }
.PageTop a:active span { opacity: 0.8; }

/* Faq
-----------------------------------------*/
.Faq__item {
  margin-bottom: 10px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .Faq__item {
    font-size: 14px;
  }
}
.Faq__a {
  background-color: #fff;
  padding: 26px 40px 25px 40px;
}
@media screen and (max-width: 767px) {
  .Faq__a {
    padding: 13px 20px;
  }
}
.Faq__a p {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .Faq__a p {
    line-height: 1.8;
  }
}
.Qa__link {
  background-color: #f1f1f1;
}

/* Floating
-----------------------------------------*/
.Floating {
  max-width: 562px;
  position: fixed;
  right: 15px;
  bottom: 0;
  z-index: 99;
}
@media screen and (max-width: 976px) {
  .Floating {
    width: 65%;
  }
}
@media screen and (max-width: 767px) {
  .Floating {
    width: 100%;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .Floating__inner {
    margin: 0 10px;
  }
}
.BnrBtn {
  text-align: center;
  position: relative;
  padding: 23px;
}
@media screen and (max-width: 976px) {
  .BnrBtn {
    padding: 20px;
  }
}
@media screen and (max-width: 400px) {
  .BnrBtn {
    padding: 13px;
  }
}
.BnrBtn__link {
  display: inline-block;
}
.BnrBtn__close {
  background-color: #000;
  width: 58px;
  height: 58px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  cursor: pointer;
}
@media screen and (max-width: 976px) {
  .BnrBtn__close {
    width: 45px;
    height: 45px;
  }
}
@media screen and (max-width: 400px) {
  .BnrBtn__close {
    width: 30px;
    height: 30px;
  }
}
.BnrBtn__close span {
  font-size: 35px;
  color: #fff;
  display: inline-block;
}
@media screen and (max-width: 976px) {
  .BnrBtn__close span {
    font-size: 28px;
  }
}
@media screen and (max-width: 400px) {
  .BnrBtn__close span {
    font-size: 18px;
  }
}
.BnrBtn img {
  max-width: 100%;
  height: auto;
}

/* Linklist--redText
-----------------------------------------*/
.Linklist--redText a:link {
  color: #d8002e;
  text-decoration: underline;
}

.Linklist--redText a:visited {
  color: #d8002e;
  text-decoration: underline;
}

.Linklist--redText a:hover {
  color: #d8002e;
  text-decoration: none;
}

.Linklist--redText a:focus {
  color: #d8002e;
  text-decoration: none;
}

.Linklist--redText a:active {
  color: #d8002e;
  text-decoration: none;
}