/* @override 
	http://203.143.96.127:8001/fanclub/css/fanclub.css
	*/

@charset "UTF-8";

/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');

body#page_fanclub .sp {
  display: none;
}

body#page_fanclub.home {}

body#page_fanclub main {
  position: relative;
  z-index: 0;
}

/* snav */

body.inquiry #nav_bf_inquiry a,
body.terms #nav_bf_rules a,
body.about #nav_bf_about a,
body.entry_flow #nav_bf_entry_flow a,
body.benefit #nav_bf_benefit a,
body.home #nav_bf_home a {
  font-weight: bold;
  color: #777;
  pointer-events: none;
}

#snav ul {
  display: flex;
  justify-content: center;
  align-items: center;

}

/* fanclub common */

body#page_fanclub nav#snav li#nav_bf_now_entry {
  z-index: 30;
  position: relative;
  /* padding-left: 8px; */
  margin-right: 1em;
}

body#page_fanclub nav#snav li#nav_bf_now_entry a {
  display: block;
  color: #222;
  font-size: 1.6rem;
  font-weight: 600;
  padding-left: 1em;
  padding-right: 1em;
  background-color: #fbf808;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.15);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

body#page_fanclub nav#snav li#nav_bf_now_entry a:hover {
  background-color: #faf980;
}

body#page_fanclub nav#snav li#nav_bf_now_entry a {}

body#page_fanclub nav#snav li#nav_bf_now_entry a {
  margin-left: -0.4em;
  margin-right: -0.4em;
}

span.mae_tsume,
span.ato_tsume {
  position: relative;
}

span.mae_tsume {
  margin-left: -0.3em;
}

span.ato_tsume {
  margin-right: -0.3em;
}

body#page_fanclub div.box_column {
  padding-bottom: 42px;
}

body#page_fanclub div.box_column h3 {
  font-size: 2.8rem;
  font-weight: bold;
  border-left: 7px solid #23b7fe;
  line-height: 1;
  padding: 0.2em;
  padding-left: 0.4em;
  padding-bottom: 0.3em;
  margin-bottom: 1em;
  margin-top: 2em;
}


/* fanclub home */




/**/
#box_fc_kv {
  overflow: hidden;
  width: 100%;
  background-color: #111;
}


#box_fc_kv,
#box_fc_kv .inner_kv {
  position: relative;
  height: 51vw;
  z-index: 0;
}

body#page_fanclub.home img#kv_fc_img {
  position: absolute;
  left: 50%;
  top: -12vw;
  width: 115%;
  margin-left: -57.5%;
  opacity: 0.85;
}



#box_fc_kv .inner_kv {
  width: 1024px;
  z-index: 10;
  margin: 0 auto;
}



body#page_fanclub.home #box_fc_kv h1 {
  color: #fff;
  text-align: center;
  line-height: 1;
  margin-top: 2vw;
  letter-spacing: 0.25em;
  font-size: 7.2rem;
  font-family: "Roboto",sans-serif;
  font-weight: 300;
  line-height: 1.2;
  position: relative;
}

body#page_fanclub.home #box_fc_kv h1 small {
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
}

body#page_fanclub.home #box_fc_kv h1>strong {
	  color: #22b6fe;
	  margin-left: 0.3em;
}

body#page_fanclub.home #box_fc_kv h2 {
  font-size: 1.8rem;
  line-height: 1;
  font-feature-settings: "palt";
  text-align: center;
  color: #fff;
}

body#page_fanclub.home #box_fc_kv h2>span {
	margin-left: 0.5em;
}



#box_fc_kv .inner_kv p.catch_main {
  position: absolute;
  top: 12vw;
  left:50%;
  margin-left: -380px;
  z-index: 50;
  width: 780px;
}

#box_fc_kv img#fig_members_card {
  position: absolute;
  right: -90px;
  top: 94px;
  z-index: 0;
  width: 220px;
  height: auto;
}

/*baloon*/
#box_fc_kv .inner_kv p.catch_main>span {
  position: absolute;
  left: 384px;
  top: -13px;
  width: 100px;
  display: block;
}

#box_fc_kv .inner_kv p.catch_main>span>img {
	width: 100%;
}

#box_fc_kv .inner_kv p.catch_main>img {
	width: 100%;
	height: auto;
}

#box_fc_kv .inner_kv img.kv_mascot {
  position: absolute;
  z-index: 220;
  left: 50%;
  margin-left: -584px;
  top: 9vw;
  width: 280px;
}

/*kv 3 button*/

#box_fc_kv #kv_link_btns {
	z-index: 10;
	display: flex;
	justify-content: space-between;
	width: calc(280px * 3 + 24px * 2);
	margin: 25.5vw auto 0 auto;
}

#box_fc_kv #kv_link_btns>li {
	text-align: center;
}

#box_fc_kv #kv_link_btns a {
	display: block;
	background-color: #111;
	height: auto;
	width: 280px;
	position: relative;
	box-shadow: 0px 10px 50px rgba(0,0,0,0.7);
	border: 1px solid #777;
	box-sizing: content-box;
}

#box_fc_kv #kv_link_btns a>img {
	width: 100%;
	height: auto;
}

#box_fc_kv #kv_link_btns li span {
position: absolute;
display: block;
left: auto;
right: auto;
padding: 0.4em 0.8em 0.4em 0.8em;
color: #fff;
background-color: rgba(0,0,0,0.7);
font-size: 1.3rem;
font-weight: bold;
font-weight: 500;
width: 80%;
left: 50%;
margin-left: -40%;
bottom: -2.7em;
border-radius: 19px;
}


/* common btns */

body#page_fanclub ul#box_fc_entry_btns.fixed {
  position: fixed;
  z-index: 500;
  left: 50%;
  margin-left: 495px;
  top: 285px;
}

body#page_fanclub.home ul#box_fc_entry_btns.fixed {
  top: 280px;
}

body#page_fanclub #box_fc_entry_btns.fixed li {
  z-index: 0;
  text-align: center;
}

body#page_fanclub #box_fc_entry_btns.fixed li a:hover {
  opacity: 0.7;
  cursor: pointer;
  transition: 0.3s;
}

body#page_fanclub #box_fc_entry_btns.fixed li.main_btn {
  z-index: 100;
}

body#page_fanclub #box_fc_entry_btns.fixed li.main_btn a,
body#page_fanclub #box_fc_entry_btns.fixed li.qrcode {
  display: block;
  width: 150px;
  height: 150px;
  position: relative;
  text-align: center;
  overflow: hidden;
  border-radius: 75px;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
}

body#page_fanclub #box_fc_entry_btns.fixed li.main_btn a {
  background-color: #fbf809;
}

body#page_fanclub #box_fc_entry_btns.fixed li.main_btn img {
  top: 32px;
  left: -2px;
}

body#page_fanclub #box_fc_entry_btns.fixed li img {
  position: relative;
}

body#page_fanclub #box_fc_entry_btns.fixed li.qrcode {
  background-color: #fff;
  margin-top: -18px;
  z-index: -1;
}

body#page_fanclub ul#box_fc_entry_btns.fixed li.qrcode img {
  width: 99px;
  height: auto;
  position: relative;
  top: 32px;
  left: 2px;
}

body#page_fanclub p[class^="btn_"],
body#page_fanclub li[class^="btn_"] {
  text-align: center;
  line-height: 1.5;
  font-size: 1.8rem;
  display: inline-block;
}

body#page_fanclub p[class^="btn_"] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}

body#page_fanclub p[class^="btn_"]:not(.btn_expand):not(.btn_close) a,
body#page_fanclub li[class^="btn_"] a {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  z-index: 0;
  font-weight: bold;
  padding: 0.7em 1em 0.6em 1em;
  border-radius: 2em;
  border: 2px solid #111;
  color: #050505;
  box-sizing: border-box;
  height: 56px;
  margin: 0;
  width: auto;
  overflow: hidden;
}


body#page_fanclub:not(.home) p[class^="btn_"]:not(.btn_expand):not(.btn_close) a {
  margin-right: 1em;
}

body#page_fanclub #box_fc_inquiry p.btn_fc_inquiry a,
body#page_fanclub.home #box_fc_home_btns_1st p.btn_fc_entry a {
  margin: 0 auto;
}

body#page_fanclub p[class^="btn_"]:not(.btn_expand):not(.btn_close) a span,
body#page_fanclub li[class^="btn_"] a span {
  display: inline-block;
  position: relative;
  padding-left: 0.8em;
}

body#page_fanclub p[class^="btn_"]:not(.btn_expand):not(.btn_close) a span {
  /*width: 22em;*/
}

body#page_fanclub p[class^="btn_"]:not(.btn_expand):not(.btn_close) a span:before,
body#page_fanclub li[class^="btn_"] a span:before {
  position: relative;
  left: 0;
  vertical-align: middle;
  margin-top: -0.2em;
  margin-right: 0.2em;
  content: " ";
  top: 50%;
  margin-top: -0.45em;
  position: absolute;
  width: 0.6em;
  height: 1em;
  overflow: hidden;
  display: block;
  background-size: 270% 270%;
  background-image: url(../svg/icon_arrow_colors.svg);
  background-position: -0.80em 0.05em;
  background-repeat: no-repeat;
}

body#page_fanclub p[class^="btn_"]:not(.btn_expand):not(.btn_close) a:hover,
body#page_fanclub li[class^="btn_"] a:hover {
  opacity: 0.7;
  transition: all 0.7s;
  cursor: pointer;
}



body#page_fanclub .btn_fc_entry a {
  background-color: #fbf809;
}

body#page_fanclub .btn_fc_benefits a {
  background-color: #23b7fd;
  color: #fff !important;
}

body#page_fanclub .btn_fc_members_card {
  font-size: 1.5rem !important;
}

body#page_fanclub .btn_fc_members_card a {
  background-color: #fff;
  color: #020202;
  padding: 0.8em 1em 0.6em 1em !important;
}


body#page_fanclub li.btn_fc_benefits a span:before {
  background-position: -0.80em -0.87em;
}


/* . */

div.box_fc_entry_btns {
  width: 1024px;
  height: auto;
  margin: 0 auto;
}

div.box_fc_entry_btns ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 93%;
  margin: 0 auto;
}

div.box_fc_entry_btns li {
  font-size: 2rem;
  margin-top: 24px;
  width: calc((100% - 32px) / 2);
}



body#page_fanclub p.btn_fc_inquiry,
body#page_fanclub p.btn_benefits_compare,
body#page_fanclub p.btn_fc_detail {
  font-size: 1.8rem;
  padding-bottom: 1em;
}

body#page_fanclub p.btn_benefits_compare,
body#page_fanclub p.btn_fc_detail {
  font-size: 1.6rem;
}

body#page_fanclub p.btn_more a,
body#page_fanclub p.btn_fc_inquiry a,
body#page_fanclub p.btn_benefits_compare a,
body#page_fanclub p.btn_fc_detail a {
  background-color: #fff;
  border: 2px solid #23b7fe;
  color: #23b7fe;
  display: block;
  width: 50%;
  margin: 0 auto;
}

body#page_fanclub p.btn_more a span:before,
body#page_fanclub p.btn_fc_inquiry a span:before,
body#page_fanclub p.btn_benefits_compare a span:before,
body#page_fanclub p.btn_fc_detail a span:before {
  background-position: -0.80em -1.70em;
}

body#page_fanclub p.btn_more a {
  padding-top: 0.7em;
  padding-bottom: 0.6em;
}

body#page_fanclub p.btn_fc_inquiry a {
  width: auto;
}


/* home 1st btns */

div#box_fc_home_btns_1st {
  width: 1024px;
  margin: 0 auto;
  text-align: center;
}

div#box_fc_home_btns_1st p {
  text-align: center;
  margin: 0 auto;
  width: 50%;
}

div#box_fc_home_btns_1st p:first-child {
  font-size: 1.8rem;
  font-weight: bold;
}

div#box_fc_home_btns_1st p.btn_fc_entry {
  font-size: 2rem;
  margin-top: 2em;
}



div.box_fc_entry_2btns {
  max-width: 980px;
  margin: 0 auto;
  margin-top: 3em;
}

div.box_fc_entry_2btns ul {
  display: flex;
  justify-content: center;

}

div.box_fc_entry_2btns li {
  width: 35%;
  margin: 12px;
}


/* home info */

#box_fc_home_info {
  width: 100%;
  height: auto;
  background-color: #f2f3f0;
  padding-top: 34px;
  padding-bottom: 40px;
  margin-top: 64px;
}

#box_fc_home_info .inner {
  width: 1024px;
  margin: 0 auto;
}

#box_fc_home_info h2,
#box_fc_home_info p {
  text-align: center;
}

#box_fc_home_info h2 {
  font-size: 4rem;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  letter-spacing: 0.2em;
  color: #23b7fe;
  line-height: 1;
}

#box_fc_home_info h2 span {
  color: #111;
}

#box_fc_home_info p {
  font-size: 1.6rem;
  margin-top: 1em;
}

#box_fc_home_info dl {
margin-top: 3em;
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
}



#box_fc_home_info dt,
#box_fc_home_info dd {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 1.5em;
  box-sizing: border-box;
}

#box_fc_home_info dt {
  width: 190px;
  font-weight: bold;
}

#box_fc_home_info dd {
	width: calc(100% - 190px);
}

#box_fc_home_info dd+dd {
	margin-left: 180px;
	padding-left: 0.6em;
}



#box_fc_home_info dd a {
  color: #111;
}

#box_fc_home_info dd a:hover {
  text-decoration: underline;
}





/* price category */

#box_fc_home_categories {
  padding-top: 48px;
  padding-bottom: 40px;
}

.inner_price,
.inner_categories {
  width: 1024px;
  margin: 0 auto;
  position: relative;
}

.inner_price {
  text-align: center;
  position: relative;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #b2b2b2;
  margin-bottom: 1.8em;
}

.inner_price p {
  font-weight: bold;
  font-size: 4rem;
  line-height: 0.7;
}

.inner_price p:last-child {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 2em;
}

.inner_price p small {
  font-size: 1.2rem;
}

.inner_price span.en,
.inner_price span.tax {
  color: #e21000;
  position: relative;
}

.inner_price span.tax {
  font-size: 1.6rem;
}

.inner_price span.en {
  font-size: 6rem;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  top: 0.03em;
  margin-left: 0.2em;
}


/* ---------------- */

.inner_categories {
  width: 1024px;
}

.inner_categories h3 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  padding-bottom: 1.6em;
}

.inner_categories p.membership_fee {}

.inner_categories p.membership_fee span {
  font-size: 3rem;
  position: relative;
  top: 0.05em;
  padding-left: 0.3em;
  padding-right: 0.1em;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}

.inner_categories p.membership_fee small {
  font-weight: normal;
  font-size: 0.8em;
}

.inner_categories p.en_category {
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  text-align: center;
  color: #666;
  border-bottom: 2px solid #333;
  margin-bottom: 24px;
  padding-bottom: 0.3em;
}

.inner_categories ul {
  width: 1024px;
  height: auto;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;

}

.inner_categories ul li {
  vertical-align: top;
  width: 322px;
  display: inline-block;
  /* margin-right: 29px; */
  position: relative;
}

.inner_categories ul li a {
  display: block;
  color: #222;
  position: relative;
  z-index: 0;
}

.inner_categories ul li:last-child {
  margin-right: 0;
}

.inner_categories div.box_expl {
  background-color: #aaa;
  padding: 22px;
  padding-bottom: 12px;
  min-height: 23.5em;
  position: relative;
  z-index: 10;
}

.inner_categories li div.box_expl:after {
  content: " ";
  width: 110px;
  height: 120px;
  z-index: 50;
  display: block;
  position: absolute;
  top: -120px;
  right: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url(../page_parts/fig_fc_category_chara.png);
  background-size: auto 120px;
}

.inner_categories li:nth-of-type(1) div.box_expl:after {
  background-position: 10px 0;
}

.inner_categories li:nth-of-type(2) div.box_expl:after {
  width: 120px;
  background-position: -90px 10px;
}

.inner_categories li:nth-of-type(3) div.box_expl:after {
  background-size: auto 150px;
  width: 150px;
  background-position: -260px -20px;
}

.inner_categories ul li>p {
  font-weight: bold;
}

.inner_categories ul li a>p:nth-child(2) {
  font-size: 1.6rem;
  font-weight: bold;
  display: inline-block;
}

.inner_categories ul li h4 {
  font-size: 1.6rem;
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 1;
  margin-top: 0.4em;
  margin-bottom: 0.1em;
}

.inner_categories ul li p.membership_fee {
  font-size: 1.6rem;
  margin-bottom: 22px;
}

.inner_categories div.box_expl strong {
  font-size: 2rem;
}

.inner_categories ul li a:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.inner_categories div.box_expl strong:after {
  content: " ";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: ;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 40px 40px;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
}

.inner_categories a:hover div.box_expl strong:after {
  border-color: transparent transparent #fff transparent;
}

.inner_categories a:hover div.box_expl strong:before {
  content: " ";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: ;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 40px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent transparent;
}

.inner_categories div.box_expl p {
  margin-bottom: 1.2em;
  line-height: 1.6;
}

.inner_categories div.box_expl p:nth-child(2) {
  color: #fff;
  font-size: 1.6rem;
  height: 6em;
  background-image: url(../svg/pat_dot_wh.svg);
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 2.3% auto;
}

.inner_categories div.box_expl h5 {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 0.3em;
}

.inner_categories div.box_expl h5:before {
  content: " ";
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.1em;
  top: -0.1em;
  position: relative;
  background-image: url(../svg/hed_tip_circle_bk.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 1em;
}

.inner_categories div.box_expl dl {
  padding-bottom: 0.5em;
}

.inner_categories div.box_expl p:nth-child(5) {
  line-height: 1.2;
  color: #111;
}

.inner_categories div.box_expl p small {
  font-size: 1.2rem;
}

.inner_categories div.box_expl dt,
.inner_categories div.box_expl dd {
  display: inline;
  line-height: 1.7;
}

.inner_categories div.box_expl dt:after {
  content: ":";
  display: inline-block;
  padding: 0 0.5em 0 0.3em;
}

.inner_categories div.box_expl dd:after {
  content: " ";
  display: block;
}


/* blue */

.inner_categories ul>li:nth-of-type(1)>a>p:first-child {
  border-bottom-color: #4dcafe;
}

.inner_categories ul>li:nth-of-type(1)>a>p:nth-child(1) strong,
.inner_categories ul>li:nth-of-type(1) h4 {
  color: #23b7fe;
}

.inner_categories ul>li:nth-of-type(1) div.box_expl {
  background-color: #4dcafe;
}


/* pink */

.inner_categories ul>li:nth-of-type(2)>a>p:first-child {
  border-bottom-color: #f89fa8;
}

.inner_categories ul>li:nth-of-type(2)>a>p:nth-child(1) strong,
.inner_categories ul>li:nth-of-type(2) h4 {
  color: #f88893;
}

.inner_categories ul>li:nth-of-type(2) div.box_expl {
  background-color: #f89fa8;
}


/* green */

.inner_categories ul>li:nth-of-type(3)>a>p:first-child {
  border-bottom-color: #82d836;
}

.inner_categories ul>li:nth-of-type(3)>a>p:nth-child(1) strong,
.inner_categories ul>li:nth-of-type(3) h4 {
  color: #82d836;
}

.inner_categories ul>li:nth-of-type(3) div.box_expl {
  background-color: #82d836;
}

.inner_categories ul>li p.badge100yen {
  position: absolute;
  top: 1.1em;
  right: -0.3em;
  background-color: #e20d00;
  text-align: center;
  color: #fff;
  width: 112px;
  height: 112px;
  border-radius: 56px;
  font-size: 1.6rem;
  line-height: 1.1;
  vertical-align: middle;
  display: table;
}

.inner_categories ul>li p.badge100yen span {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  padding-bottom: 0.2em;
}

.inner_categories ul>li p.badge100yen strong {
  display: block;
  font-size: 3.2rem;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}


/* box inquiry */

#box_fc_inquiry {
  margin-top: 72px;
}

#box_fc_inquiry p.telfax {
  text-align: center;
  font-size: 4.2rem;
  font-family: "Roboto", sans-serif;
  font-weight: 200;
  color: #777;
  margin-bottom: 0.5em;
}

#box_fc_inquiry p.telfax strong {
  position: relative;
  display: inline-block;
  font-weight: 400;
  color: #23b7fe;
}

#box_fc_inquiry p.telfax strong a {
  color: #23b7fe;
  display: inline-flex;
  align-items: center;
}

#box_fc_inquiry p.telfax strong a span {
  font-size: 0.7em;
  margin-left: -0.4em;
  font-weight: bold;
}

#box_fc_inquiry p.telfax strong:nth-child(1) {
  margin-right: 0.5em;
}

#box_fc_inquiry h3 {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 0.5em;
}

#box_fc_inquiry .inner {
  width: 1024px;
  height: auto;
  margin: 0 auto;
  text-align: center;
}

#box_fc_inquiry .inner:nth-child(2) {}

#box_fc_inquiry .inner:nth-child(2) p {
  line-height: 2;
  margin-bottom: 1em;
}

#box_fc_inquiry .inner:nth-child(2) p a {
  text-decoration: underline;
}

#box_fc_inquiry p.sttl_en {
  text-align: center;
  font-size: 1.6rem;
  padding-bottom: 0.35em;
  border-bottom: 2px solid #23b7fe;
  margin-bottom: 1.5em;
  font-family: "Roboto", sans-serif;
  color: #555;
  font-weight: 300;
}

#box_fc_inquiry p.sttl_en strong {
  color: #1fabef;
  font-weight: 500;
}


/* ---------- page / fc common  ---------- */

body#page_fanclub #box_ttl {
  background-color: #fbf808;
  overflow: visible;
  z-index: 0;
}

body#page_fanclub.home #box_ttl {
  background-color: #84c3f7;

}


body#page_fanclub #box_ttl div.inner:after {
  background-color: #f4ec46;
  z-index: 0;
}

body#page_fanclub #box_ttl h1 {
  top: 3.0em;
  float: none;
  position: absolute;
  right: 183px;
  display: block;
  color: #23b7fe;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-size: 1.2rem;
  text-align: right;
  line-height: 1.2;
}

body#page_fanclub #box_ttl h1 span {
  display: block;
  letter-spacing: 0.05em;
  font-weight: 300;

}

body#page_fanclub #box_ttl h1 strong {
  display: block;
  font-weight: 100;
  font-style: normal;
  font-size: 3.6em;
  letter-spacing: 0.15em
}

body#page_fanclub #box_ttl h1 strong:first-letter {
  font-weight: 400;
}

body#page_fanclub #box_ttl p.sub_ttl {
  position: absolute;
  top: 4.8em;
  /*right: 574px;*/
  left: 4em;
  font-weight: bold;
  font-size: 1.4rem;
  font-feature-settings: "palt";
}

body#page_fanclub #box_ttl .mascot {
  position: absolute;
  right: -12px;
  top: 21px;
  width: 185px;
  z-index: 500;
}

body#page_fanclub #box_ttl img.stars {
  position: absolute;
  right: 0;
  top: 16px;
  z-index: 0;
}

body#page_fanclub div.inner_main {
  width: 1024px;
  height: auto;
  margin: 0 auto;
  padding-top: 48px;
  position: relative;
}

.benefits div.inner_main div img {
  width: 100%;
}

body#page_fanclub #fc_header {
  position: relative;
  z-index: 0;
  padding-bottom: 72px;
  padding-top: 24px;
  text-align: center;
}

body#page_fanclub.about #fc_header {
  text-align: left;
}


body#page_fanclub #fc_header+section>h3 {
  margin-top: 0;
}

body#page_fanclub #fc_header h2 {
  font-size: 3.8rem;
  font-weight: bold;
  font-weight: 600;
  line-height: 1.3;
  padding-top: 1em;
  padding-bottom: 0.6em;
  display: inline-block;
  position: relative;
  z-index: 10;
}

body#page_fanclub #fc_header h2+p+p {
  line-height: 2.1;
  font-size: 1.6rem;
  width: 60%;
}

body#page_fanclub #fc_header h2:after {
  content: url(../svg/icon_stars_yellow.svg);
  position: absolute;
  right: -2.4em;
  top: -.8em;
  z-index: -1;
}

/*body#page_fanclub #fc_header p:nth-child(2) {
    font-size: 1.6rem;
    font-weight: bold;
    font-weight: 600;
    margin-bottom: 1em;
    position: relative;
    z-index: 10;
  }*/

/*  */

div.box_inq {
  width: auto;
  display: inline-block;
  margin-top: 2em;
  text-align: center;
  border: 2px solid #23b7fe;
  /*padding: 0 4em 2em;*/
  padding-bottom: 1em;
  border-radius: 8px;
  overflow: hidden;
}

div.box_inq h3 {
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
  background-color: #23b7fe;
  width: 100%;
  color: #fff;
  padding: 0.6em 3em;
}

div.box_inq p {
  font-size: 1.6rem;
  width: 40%;
  display: inline-block;
  text-align: left;
  padding: 0 2em;
  margin-top: 0.5em;

}

div.box_inq.form p {
  width: auto;
  font-weight: 600;
  display: block;
  margin-bottom: 1em;
}

div.box_inq.form>ul {
	text-align: left;
	padding: 1.5em 2em 1.5em 2em;
	line-height: 1.6;
	font-size: 1.6rem;
	padding-left: 4em;
}

div.box_inq.form>ul>li {
	margin-top: 1.5em;
	text-indent: -1em;
}

div.box_inq.form>ul>li:nth-of-type(1) {
	margin-top: 0;
}

div.box_inq.form>ul a {
	color: #222;
}

div.box_inq.form>ul a:hover {
	text-decoration: underline;
}


/* attention */

body#page_fanclub div.box_attention {
  background-color: #ffeae5;
  width: 80%;
  margin: 0 auto;
  padding: 1em;
  box-sizing: border-box;
}

body#page_fanclub.home div.box_attention {
  width: 1024px;
  height: auto;
  margin-bottom: 24px;
  border: 4px solid #fff;
  margin-top: -14px;
}

body#page_fanclub div.box_attention h6 {
  font-weight: 600;
  margin-bottom: 0.2em;
}

body#page_fanclub div.box_attention p {
  font-size: 1.3rem;
  line-height: 1.6;
  padding-bottom: 0;
  text-align: left;
}


/* ---------- page / benefits  ---------- */

body#page_fanclub.benefits #fc_header p:nth-child(2) {
  display: block;
  width: 28em;
  margin-top: -2em;
}

ul#list_all_benefits {
  position: relative;
  height: auto;
  width: 1024px;
  height: 3200px;
  z-index: 0;
}

ul#list_all_benefits>li {
  position: relative;
  margin-bottom: 40px;
  box-sizing: border-box;
  width: 50%;
  height: auto;
  clear: both;
}

ul#list_all_benefits>li::after {
  content: "";
  display: table;
  clear: both;
}

ul#list_all_benefits>li h3 {
  font-size: 3.2rem;
  line-height: 1.2;
  font-weight: bold;
  font-weight: 600;
  margin-bottom: 0.8em;
  display: inline-block;
  vertical-align: top;
}

ul#list_all_benefits>li p {
  font-size: 1.4rem;
  line-height: 1.7;
  margin-bottom: 1em;
}

ul#list_all_benefits>li img {
  width: 100%;
}

ul#list_all_benefits>li p.no_num {
  width: 108px;
  height: 108px;
  color: #fff;
  background-color: #555;
  text-align: center;
  border-radius: 54px;
  box-sizing: border-box;
  line-height: 1;
  font-size: 5.2rem;
  font-family: "Roboto", sans-serif;
  font-weight: 200;
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 0;
  box-shadow: 0px 10px 32px rgba(0, 0, 0, 0.2);
}

ul#list_all_benefits>li p.no_num span {
  width: 100%;
  height: 100%;
  z-index: 20;
  position: relative;
  display: block;
}

ul#list_all_benefits>li p.no_num:before {
  width: 108px;
  height: 54px;
  content: " ";
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, .2);
  z-index: 0;
  transform: rotate(-45deg);
  transform-origin: bottom center;
}

ul#list_all_benefits>li p.no_num small {
  font-size: 1.5rem;
  display: block;
  padding: 1em 0 0.2em 0;
}

ul#list_all_benefits ul.notice {
  font-size: 1.2rem;
  line-height: 1.7;
}

ul#list_all_benefits ul.notice li {
  margin-top: 0.4em;
}


/* benefits - setting   */


/* common setting */

ul#list_all_benefits>li:nth-of-type(1) {
  margin-left: 620px;
  width: 400px;
}

ul#list_all_benefits>li:nth-of-type(3),
ul#list_all_benefits>li:nth-of-type(5),
ul#list_all_benefits>li:nth-of-type(7),
ul#list_all_benefits>li:nth-of-type(10) {
  margin-left: 500px;
  width: 524px;
}

ul#list_all_benefits>li:nth-of-type(1) p.no_num {
  background-color: #22b6fe;
  margin-left: -120px;
  margin-bottom: -90px;
}

ul#list_all_benefits>li:nth-of-type(3) p.no_num,
ul#list_all_benefits>li:nth-of-type(5) p.no_num,
ul#list_all_benefits>li:nth-of-type(7) p.no_num,
ul#list_all_benefits>li:nth-of-type(10) p.no_num,
ul#list_all_benefits>li:nth-of-type(13) p.no_num {
  background-color: #22b6fe;
}

ul#list_all_benefits>li:nth-of-type(11) p.no_num,
ul#list_all_benefits>li:nth-of-type(13) p.no_num {
  background-color: #22b6fe;
}

ul#list_all_benefits>li:nth-of-type(1) h3,
ul#list_all_benefits>li:nth-of-type(3) h3,
ul#list_all_benefits>li:nth-of-type(10) h3,
ul#list_all_benefits>li:nth-of-type(11) h3,
ul#list_all_benefits>li:nth-of-type(13) h3,
ul#list_all_benefits>li:nth-of-type(5) h3,
ul#list_all_benefits>li:nth-of-type(7) h3 {
  color: #23b7fe;
}

ul#list_all_benefits>li h3 sup {
  position: relative;
  font-size: 0.4em;
  right: -0.3em;
  top: -0.75em;
}

ul#list_all_benefits>li>p>small {
  font-size: 1.2rem;
  color: #888;
}

ul#list_all_benefits>li h3 strong {
  color: #e80000;
}

ul#list_all_benefits>li h3 {
  padding-left: 122px;
  margin-top: -86px;
}


/* -- 1 -- */

ul#list_all_benefits>li:nth-of-type(1) {
  top: -254px;
}

ul#list_all_benefits>li:nth-of-type(1) h3 {
  padding-left: 0;
  margin: 0;
  margin-bottom: 0.6em;
}

ul#list_all_benefits>li:nth-of-type(1) p.no_num {
  background-color: #22b6fe;
  margin-left: -120px;
  margin-bottom: -96px;
}

ul#list_all_benefits>li div.box_fig_1 {
  position: absolute;
}

ul#list_all_benefits>li:nth-of-type(1) p.or {
  position: absolute;
  width: 56px;
  height: 56px;
  text-align: center;
  border-radius: 28px;
  border: 2px solid #23b7fe;
  box-sizing: border-box;
  color: #23b7fe;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 2.5rem !important;
  padding-top: 0.1em;
  background-color: #fff;
}

ul#list_all_benefits div.box_fig_2 p.or {
  left: -65px;
  top: 10px;
}

ul#list_all_benefits div.box_fig_3 p.or {
  left: 40px;
  top: -50px;
}

ul#list_all_benefits>li:nth-of-type(1) div[class^='box_fig_'] dd,
ul#list_all_benefits>li:nth-of-type(1) div[class^='box_fig_'] dt {
  display: inline-block;
  line-height: 1.5;
}

ul#list_all_benefits>li:nth-of-type(1) div[class^='box_fig_'] dt:after {
  content: "：";
}

ul#list_all_benefits>li:nth-of-type(1) div.box_fig_1 {
  top: 248px;
  left: -214px;
  font-size: 1.2rem;
  width: 16em;
}

ul#list_all_benefits>li:nth-of-type(1) div.box_fig_1 p.fig {
  width: 190px;
}

ul#list_all_benefits>li:nth-of-type(1) div.box_fig_2 {
  width: 23em;
  text-align: right;
  display: inline-block;
  float: right;
  padding-top: 34px;
  margin-right: 32px;
  position: relative;
}

ul#list_all_benefits>li:nth-of-type(1) div.box_fig_2 p.fig {
  width: 313px;
  height: 57px;
  position: relative;
  /*margin-left: -180px;*/
}

ul#list_all_benefits>li:nth-of-type(1) div.box_fig_2 p {
  margin: 0;
  font-size: 1.2rem;
}

ul#list_all_benefits>li:nth-of-type(1) div.box_fig_2 dl {
  width: 14em;
  display: inline-block;
  line-height: 1.5;
  font-size: 1.2rem;
}

ul#list_all_benefits>li:nth-of-type(1) div.box_fig_3 {
  clear: both;
  position: relative;
}

ul#list_all_benefits>li:nth-of-type(1) div.box_fig_3 img {
  width: 104px;
  height: auto;
  margin-left: 110px;
  margin-top: -30px;
}


ul#list_all_benefits>li p.fig img {
  width: 100%;
  height: auto;
}


/* -- 2 -- */

ul#list_all_benefits>li:nth-of-type(2) {
  width: 408px;
  top: -430px;
}

ul#list_all_benefits>li:nth-of-type(2) p.fig {
  height: 172px;
  text-align: center;
  margin-top: -22px;
  margin-bottom: 0;
}

ul#list_all_benefits>li:nth-of-type(2) p.fig img {
  width: auto;
  height: 100%;
}

ul#list_all_benefits>li:nth-of-type(2) h3 {
  /*margin-top: -100px;*/
  font-size: 3rem;
}

ul#list_all_benefits>li:nth-of-type(2) p.fig+p {
  margin-bottom: 0;
  margin-top: -1em;
}


/* -- 3 -- */

ul#list_all_benefits>li:nth-of-type(3) {
  top: -704px;
}

ul#list_all_benefits>li:nth-of-type(3) div.box_fig_1 p.card {
  position: absolute;
  z-index: 30;
  width: 160px;
  right: -60px;
  top: 0;
}

ul#list_all_benefits>li:nth-of-type(3) div.box_fig_1 p.typo {
  position: absolute;
  right: 112px;
  top: 30px;
  z-index: 100;
  color: #fff;
  font-size: 4rem;
  font-family: "Roboto", sans-serif;
  font-weight: 200;
  text-align: right;
}

ul#list_all_benefits>li:nth-of-type(3) p.photo {
  width: 390px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  z-index: 0;
  margin: 16px 0 0 90px;
}

ul#list_all_benefits>li:nth-of-type(3) p.photo img {
  width: 100%;
  position: relative;
  z-index: 0;
}


/* -- 4 -- */

ul#list_all_benefits>li:nth-of-type(4) {
  width: 560px;
  top: -680px;
}

ul#list_all_benefits>li:nth-of-type(4) h3 {
  /*font-size: 3rem;*/
}

ul#list_all_benefits>li:nth-of-type(4) h3 strong {
  color: #e80000;
}

ul#list_all_benefits>li:nth-of-type(4) h3+p {
  margin-bottom: 2em;
}

ul#list_all_benefits>li:nth-of-type(4) p.fig {
  text-align: right;
  width: 310px;
  margin-top: 25px;
  margin-right: 40px;
  float: right;
}

ul#list_all_benefits>li:nth-of-type(4) h3+p {
  margin-bottom: 0;
}

ul#list_all_benefits>li:nth-of-type(4) p.fig img {
  /*width: 384px;*/
  width: 100%;
}

ul#list_all_benefits>li:nth-of-type(4) p.fig small {
  display: block;
  padding-right: 0.5em;
  margin-top: -3.5em;
  font-style: italic;
  color: #666;
  font-size: 1.2rem;
}

ul#list_all_benefits>li:nth-of-type(4) p.btn_fc_detail {
  margin-left: 0.5em;
  margin-top: 1em;
}


/* -- 5 -- */

ul#list_all_benefits>li:nth-of-type(5) {
  top: -840px;
}

ul#list_all_benefits>li:nth-of-type(5) p.badge {
  position: absolute;
  background-color: #f42705;
  color: #fff;
  right: 0;
  top: 20px;
  font-size: 3rem;
  text-align: center;
  font-family: "Roboto", sans-serif;
  padding: 0.6em 0.4em 00em 0.4em;
  line-height: 1;
  z-index: 0;
  transform: rotate(20deg);
}

ul#list_all_benefits>li:nth-of-type(5) p.badge:after {
  position: absolute;
  content: " ";
  bottom: -35px;
  z-index: -1;
  left: 50%;
  margin-left: -65px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 65px 0 65px;
  border-color: #f42905 transparent transparent transparent;
}


/* -- 6 -- */

ul#list_all_benefits>li:nth-of-type(6) {
  /*width: 588px;*/
  width: 428px;
  /*width: 100%;*/
  top: -1050px;
}

ul#list_all_benefits>li:nth-of-type(6) h3 {
  /*margin-top: -76px;*/
}

ul#list_all_benefits>li:nth-of-type(6) h3+p {
  width: 230px;
  margin-bottom: 2em;
  float: left;
}

ul#list_all_benefits>li:nth-of-type(6) div.box_fig_1 {
  position: relative;
  float: right;
  display: inline-block;
  z-index: 0;
  margin-top: -12px;
  /*margin-right: 2em;*/
}

ul#list_all_benefits>li:nth-of-type(6) div.box_fig_1 p {
  margin: 0;
}

ul#list_all_benefits>li:nth-of-type(6) p.photo {
  width: 168px;
  height: 168px;
  position: relative;
  z-index: 0;
  overflow: hidden;
  border-radius: calc(168px*0.5);
}

ul#list_all_benefits>li:nth-of-type(6) div.box_fig_1 p.typo {
  position: absolute;
  bottom: -32px;
  right: -12px;
  z-index: 20;
  width: 220px;
}

/*body#page_fanclub ul#list_all_benefits>li:nth-of-type(6) p.btn_fc_detail {
    padding-bottom: 0;
    margin-top: -0.8em;
    float: left;
  }*/

/* -- 7 -- */

ul#list_all_benefits>li:nth-of-type(7) {
  /*top: -960px;*/
  top: -1190px;
}

ul#list_all_benefits>li:nth-of-type(7) ul.photos {
  width: 1024px;
  margin-left: -500px;
  position: relative;
  z-index: 0;

  padding-top: 136px;
}

ul#list_all_benefits>li:nth-of-type(7) ul.photos li {
  vertical-align: bottom;
  display: inline-block;
  width: 222px;
  z-index: 10;
  margin-right: 14px;
  position: relative;
}

ul#list_all_benefits>li:nth-of-type(7) ul.photos li img {
  vertical-align: top;
}

ul#list_all_benefits>li:nth-of-type(7) ul.photos li:nth-of-type(1) {
  position: absolute;
  left: 120px;
  top: 0;
  z-index: 0;
  margin-right: 0;
  width: auto;
  height: auto;
  z-index: 99999;

}

ul#list_all_benefits>li:nth-of-type(7) ul.photos li:nth-of-type(2),
ul#list_all_benefits>li:nth-of-type(7) ul.photos li:nth-of-type(3) {
  /*top: -136px;*/
}

ul#list_all_benefits>li:nth-of-type(7) ul.photos li:last-child {
  width: 551px;
  margin-right: 0;
  position: absolute;
  top: 0px;
}

ul#list_all_benefits>li:nth-of-type(7) ul.photos li span {
  width: 100%;
  height: 148px;
  display: block;
  overflow: hidden;
  border-radius: 12px;
}

ul#list_all_benefits>li:nth-of-type(7) ul.photos li:nth-of-type(1) span {
  width: 222px;
  transform: rotate(15deg);
}

ul#list_all_benefits>li:nth-of-type(7) ul.photos li:nth-of-type(1) small {
  position: absolute;
  left: 230px;
  top: 80px;
  width: 7em;
}

ul#list_all_benefits>li:nth-of-type(7) ul.photos li:last-child span {
  height: 284px;
}

ul#list_all_benefits>li:nth-of-type(7) ul.photos li small {
  font-size: 1.2rem;
  line-height: 1.2;
  height: 3.5em;
  display: block;
  padding: 0.7em 0 0 0;
}


/* -- 8 -- */

ul#list_all_benefits>li:nth-of-type(8) {
  top: -1180px;
  width: 1024px;
  padding-left: 450px;
}

ul#list_all_benefits>li:nth-of-type(8) p.no_num {
  float: right;
}

ul#list_all_benefits>li:nth-of-type(8) h3+p {
  width: 450px;
}

ul#list_all_benefits>li:nth-of-type(8) h3 {
  padding: 20px 0 0px 0;
  margin: 0;
  margin-top: -0.3em;
  margin-bottom: 0.5em;
}

ul#list_all_benefits>li:nth-of-type(8) p.fig {
  position: absolute;
  left: 12px;
  top: 0;
  width: 406px;
}


/* -- 9 -- */

ul#list_all_benefits>li:nth-of-type(9) {
  width: 482px;
  top: -1140px;
}

ul#list_all_benefits>li:nth-of-type(9) p.fig {
  width: 90%;
  margin: 0 auto 0 auto;
  padding-top: 44px;
}


/* -- 10 -- */

ul#list_all_benefits>li:nth-of-type(10) {
  top: -1660px;
  width: 500px;
  margin-left: 520px;
}

ul#list_all_benefits>li:nth-of-type(10) h3 {
  margin-bottom: calc(0.8em+8px);
}

ul#list_all_benefits>li:nth-of-type(10) p.fig {
  width: 440px;
  margin-top: -12px;
}


/* -- 11 -- */

ul#list_all_benefits>li:nth-of-type(11) {
  width: 944px;
  top: -1670px;
  margin-left: 0;
}

ul#list_all_benefits>li:nth-of-type(11) h3+p {
  width: 680px;
  padding-left: 122px;
  margin-top: -52px;
}

ul#list_all_benefits>li:nth-of-type(11) p.fig {
  position: absolute;
  right: 0;
  top: 20px;
  width: 255px;
}

ul#list_all_benefits>li:nth-of-type(11) p.btn_fc_detail {
  margin-left: 118px;
  margin-top: 1em;
}

ul#list_all_benefits>li:nth-of-type(11) ul.notice {
  padding-left: 122px;
  color: #888;
}


/* -- 12 -- */

ul#list_all_benefits>li:nth-of-type(12) {
  width: 522px;
  top: -1691px;
}

ul#list_all_benefits>li:nth-of-type(12) p.fig {
  width: 70%;
  margin: 0 auto;
  padding-top: 17px;
  margin-bottom: 28px;
}

ul#list_all_benefits>li:nth-of-type(12) p.btn_fc_detail {
  margin-left: 136px;
}


/* -- 13 -- */

ul#list_all_benefits>li:nth-of-type(13) {
  top: -2154px;
  width: 480px;
  margin-left: 540px;
}

ul#list_all_benefits>li:nth-of-type(13) h3 {
  margin-bottom: 34px;
}

ul#list_all_benefits>li:nth-of-type(13) p.fig {
  width: 480px;
}

ul#list_all_benefits>li:nth-of-type(13) p.fig img {
  display: inline-block;
  vertical-align: top;
}

ul#list_all_benefits>li:nth-of-type(13) p.fig img:nth-child(1) {
  width: 214px;
}

ul#list_all_benefits>li:nth-of-type(13) p.fig img:nth-child(2) {
  width: 145px;
  margin-top: -18px;
}


/* more */

div#box_more {
  margin-bottom: 40px;
  text-align: center;
}

div#box_more h3 {
  font-size: 6rem;
  font-family: "Roboto", sans-serif;
  font-weight: 200;
  color: #23b7fe;
  line-height: 1.2;
  border-bottom: 2px solid #23b7fe;
  margin-bottom: 0.35em;
}

div#box_more p.lead {
  font-size: 1.8rem;
  margin-bottom: 1em;
  font-weight: bold;
  font-weight: 600;
}

div#box_more h4 {
  color: #23b7fe;
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 0.4em;
}

div#box_more h4:before {
  content: "〈";
}

div#box_more h4:after {
  content: "〉";
}

div#box_more h4+p {
  line-height: 1.6;
}


/* table */

#box_compare_table {
  padding-bottom: 54px;
  padding-top: 32px;
}

#box_compare_table h3 {
  text-align: center;
  background-color: #fbf808;
  border: 2px solid #222;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0.6em 0 0.6em 100px;
  margin-bottom: 1.3em;
  position: relative;
}

#box_compare_table h3 .mascot {
  position: absolute;
  bottom: 0;
  left: 180px;
  width: 153px;
  height: 92px;
  overflow: hidden;
}

#box_compare_table h3 .mascot img {
  width: 100%;
  height: auto;
}

#box_compare_table h3 strong {
  font-size: 2.4rem;
}

#box_compare_table table {
  background-color: #f2f3f0;
  border: 2px solid #fff;
  width: 100%;
  margin-bottom: 1.3em;
}

#box_compare_table table th,
#box_compare_table table td {
  border: 2px solid #fff;
  text-align: center;
  box-sizing: border-box;
  font-size: 1.8rem;
  line-height: 1.3;
  padding: 0.9em 0.5em 0.8em 0.5em;
  vertical-align: middle;
}

#box_compare_table table thead th {
  font-size: 1.8rem;
  padding: 0.5em 0.5em 0.4em 0.5em;
}

#box_compare_table table thead th:nth-of-type(4),
#box_compare_table table thead th:nth-of-type(2),
#box_compare_table table thead th:nth-of-type(3) {
  color: #fff;
}

#box_compare_table table thead th:nth-of-type(2) {
  background-color: #4dcafe;
}

#box_compare_table table thead th:nth-of-type(3) {
  background-color: #f89fa8;
}

#box_compare_table table thead th:nth-of-type(4) {
  background-color: #82d836;
}

#box_compare_table table tbody th {
  font-size: 2rem;
  text-align: left;
  font-weight: bold;
  font-weight: 600;
  width: 37%;
}

#box_compare_table table tbody th small {
  display: inline-block;
  font-size: 0.8em;
  line-height: 1.2;
}

#box_compare_table table tbody td {
  width: 21%;
}

#box_compare_table table tbody th span {
  display: inline-block;
  color: #23b7fe;
  font-size: 1.4rem;
  border: 1px solid #23b7fe;
  background-color: #fff;
  border-radius: 0.6em;
  padding: 0.4em 0.6em;
  line-height: 1;
  margin-bottom: 0.6em;
  margin-left: -0.2em;
}



/*#box_compare_table tbody th span, #box_compare_table div.notice span {
    display: inline-block;
    margin-right: 0.3em;
    text-align: center;
    font-size: 1.4rem;
    font-family: "Roboto", sans-serif;
    letter-spacing: -0.04em;
    position: relative;
    top: -0.17em;
    background-color: #23b6fc;
    color: #fff;
    width: 2em;
    height: 2.1em;
    line-height: 1;
    box-sizing: border-box;
    padding-top: 0.55em;
    border-radius: 1.7em;
    margin-right: 0.35em;
  }*/

#box_compare_table div.notice span {
  padding-top: 0.25em;
  font-size: 1.2rem;
  width: 1.4em;
  height: 1.4em;
  border-radius: 0.8em;
  top: -0.1em;
  margin-right: 0.15em;
}

/*#box_compare_table tbody tr:nth-child(even) th span {
    background-color: #222;
  }*/

#box_compare_table table tbody tr td:nth-of-type(1) {
  background-color: #d3f1ff;
}

#box_compare_table table tbody tr:nth-of-type(odd) td:nth-of-type(1) {
  background-color: #c8e6f0;
}

#box_compare_table table tbody tr td:nth-of-type(2) {
  background-color: #ffdfe1;
}

#box_compare_table table tbody tr:nth-of-type(odd) td:nth-of-type(2) {
  background-color: #f2d5d4;
}

#box_compare_table table tbody tr td:nth-of-type(3) {
  background-color: #d1f9c5;
}

#box_compare_table table tbody td {
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: bold;
}

#box_compare_table table tbody td small {
  display: block;
  font-size: 1.2rem;
}

#box_compare_table table tbody tr:nth-of-type(odd) td:nth-of-type(3) {
  background-color: #c6edb9;
}

#box_compare_table tbody tr:nth-child(odd) th {
  background-color: #e6e8e2;
}

#box_compare_table div.notice {
  padding: 0 0.3em 0 0.3em;
}

#box_compare_table div.notice h6 {
  font-weight: 600;
  font-weight: bold;
  margin-bottom: 0.5em;
}

#box_compare_table div.notice li {
  line-height: 1.4;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 0.4em;
}

#box_compare_table div.notice ul:nth-child(2) {
  padding-bottom: 1.5em;
}

#box_compare_table table tbody td strong {
  display: inline-block;
  line-height: 1;
  font-size: 1rem;
  box-sizing: border-box;
  width: 2.4em;
  height: 2.4em;
  border-radius: 1.2em;
  overflow: hidden;
  position: relative;
  background-color: #555;
  color: #555;
  top: -0.4em;
}

#box_compare_table table tbody td strong.line {
  height: 0.6em;
  border-radius: 0;
  top: 0em;
}

#box_compare_table table tbody td:nth-of-type(1) strong {
  background-color: #0d9de8;
  color: #0d9de8;
}

#box_compare_table table tbody td:nth-of-type(2) strong {
  background-color: #f537a2;
  color: #f537a2;
}

#box_compare_table table tbody td:nth-of-type(3) strong {
  background-color: #50b419;
  color: #50b419;
}


/* ---------- page / about  ---------- */

body#page_fanclub.about div#fc_header .photo {
  position: absolute;
  right: 32px;
  top: 10px;
  width: 300px;
  height: 300px;
  z-index: 0;
  overflow: hidden;
  border-radius: 150px;
}


body#page_fanclub div#fc_header p.photo_circle {
  position: absolute;
  right: 32px;
  top: 10px;
  width: 300px;
  height: 300px;
  z-index: 0;
  overflow: hidden;
  border-radius: 150px;
}

body#page_fanclub div#fc_header p.photo_img {
  position: absolute;
  right: 10px;
  top: 40px;
  width: 330px;
  height: auto;
  z-index: 0;
}

body#page_fanclub div#fc_header p.photo_img img {
  width: 100%;
  height: auto;
}




body#page_fanclub #fc_benefit div#fc_header p.photo_img {
  right: 10px;
  top: 16px;
  margin-bottom: 0;
  width: 450px;
}



body#page_fanclub.about div#fc_header {
  padding-bottom: 54px;
}

dl#fc_outline {
  font-size: 1.8rem;
}

dl#fc_outline>dt {
  font-weight: bold;
  font-weight: 600;
  vertical-align: top;
}

dl#fc_outline>dt,
dl#fc_outline>dd {
  display: inline-block;
  padding-bottom: 36px;
  line-height: 1.7;
}

dl#fc_outline>dt:last-child,
dl#fc_outline>dd:last-child {
  padding-bottom: 0;
}

dl#fc_outline>dt {
  width: 15%;
}

dl#fc_outline>dd {
  width: 84%;
}

dl#fc_outline>dd a {
  text-decoration: underline;
}

dl#fc_outline>dd img.mayer {
  width: 100px;
  height: auto;
  vertical-align: top;
  margin-right: 16px;
}

dl#fc_outline>dd dl {}

dl#fc_outline>dd dl dt,
dl#fc_outline>dd dl dd {
  display: inline-block;
  font-size: 1.6rem;
  padding-bottom: 1em;
}

dl#fc_outline>dd dl dt {
  width: 17%;
}

dl#fc_outline>dd dl dd {
  width: 82%;
}

ul#results_photos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 26px;
}

ul#results_photos li {
  /* display: inline-block; */
  width: 322px;
  /* margin-bottom: 28px; */
  /* margin-left: 29px; */
}

/* ul#results_photos li:first-child,
ul#results_photos li:nth-of-type(4) {
  margin-left: 0;
} */

ul#results_photos li img {
  width: 100%;
  height: auto;
  margin-bottom: 8px;
}

ul#results_photos small {
  display: block;
}

div#box_fc_data_images {
  padding-bottom: 64px;
}

div#box_fc_data_images p {
  margin: 0;
  width: 1024px;
}

div#box_fc_data_images p img {
  width: 100%;
  height: auto;
}


/* ---------- page / terms  ---------- */

div#box_terms_wrapper {
  padding-bottom: 64px;
  margin-top: -24px;
  position: relative;
  z-index: 200;
}

div#box_terms_wrapper p[id^="btn_all_expand_"] {
  text-align: center;
  font-size: 2.4rem;
  padding-bottom: 28px;
  position: relative;
}

div#box_terms_wrapper p[id^="btn_all_expand_"] a {
  display: inline-block;
  color: #fff;
  background-color: #333333;
  padding: 0.5em 1.7em 0.5em 1em;
  position: relative;
}

div#box_terms_wrapper p[id^="btn_all_expand_"] a:hover {
  opacity: 0.7;
}

div#box_terms_wrapper p[id^="btn_all_expand_"] a:after {
  content: " ";
  width: 1.3em;
  height: 1.3em;
  display: block;
  position: absolute;
  top: 0.45em;
  right: 0.35em;
  background-image: url(../svg/icon_close_plus_3c.svg);
  background-repeat: no-repeat;
  background-position: 106% 106%;
  background-size: auto 180%;
  transition: 0.3s;
}

div#box_terms_wrapper p[id^="btn_all_expand_"] a.open:after {
  transform: rotate(-45deg);
  /*top: -0.0em;*/
}

ul#terms_list {
  padding-bottom: 36px;
}

ul#terms_list li[id^="term_"] {
  background-color: #23b7fe;
  padding: 6px;
  margin-bottom: 20px;
}

ul#terms_list li[id^="term_"] h3 {
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 0.35em 0 0.5em 0.7em;
}

ul#terms_list li.close h3 {
  padding-bottom: 0.2em;
}

ul#terms_list li[id^="term_"] h3:hover {
  background-color: #10acf7;
  cursor: pointer;
}

ul#terms_list .inner_header {
  position: relative;
  z-index: 0;
}


/* btn */

ul#terms_list .inner_header p.btn_expand {
  position: absolute;
  right: 8px;
  top: 0.65em;
  line-height: 1;
}

ul#terms_list .inner_header p.btn_expand a {
  color: #fff;
  font-size: 1.6rem;
  font-weight: normal;
  padding: .5em 2em 0.3em .3em;
  position: relative;
  display: inline-block;
  position: relative;
  z-index: 10;
}

ul#terms_list .inner_header p.btn_expand a:hover {
  opacity: 0.7;
}

ul#terms_list .inner_header p.btn_expand a:after {
  content: " ";
  position: absolute;
  right: .3em;
  top: -0.3em;
  display: block;
  width: 1.8em;
  height: 1.8em;
  z-index: 10;
  background-image: url(../svg/icon_close_plus_3c.svg);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: auto 160%;
  transition: 0.3s;
}

ul#terms_list .open p.btn_expand a:after {
  transform: rotate(-45deg);
  top: 0em;
}


ul#terms_list li[id^="term_"] div.inner_column p.btn_close {
  margin: 4em 0 0 0;
  text-align: right;
  display: block;
  padding-top: 0.5em;
  border-top: 1px solid #ccc;
  position: relative;
}

ul#terms_list li[id^="term_"] div.inner_column p.btn_close a {
  padding: .5em 2em 0.3em .3em;
  display: inline-block;
  font-size: 1.6rem;
  color: #555;
  font-weight: normal;
  position: relative;
  z-index: 0;
  right: -.5em;
}

ul#terms_list li[id^="term_"] div.inner_column p.btn_close a:after {
  content: " ";
  position: absolute;
  right: .3em;
  top: 0.35em;
  display: block;
  width: 1.8em;
  height: 1.8em;
  z-index: 10;
  background-image: url(../svg/icon_close_plus_3c.svg);
  background-repeat: no-repeat;
  background-position: -8% -33%;
  background-size: auto 160%;
}


/* --btn */

ul#terms_list li[id^="term_"] div.inner_column {
  background-color: #fff;
  padding: 36px;
  padding-bottom: 12px;
}

ul#terms_list .inner_column p {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 0.5em;
}

ul#terms_list .inner_column h4 {
  font-size: 1.8rem;
  margin-bottom: 0.5em;
  margin-top: 2.5em;
  font-weight: bold;
  font-weight: 600;
  padding-bottom: 0.3em;
  border-bottom: 1px dotted #aaa;
}

ul#terms_list .inner_column h5 {
  font-size: 1.6rem;
  margin-bottom: 0.5em;
  font-weight: bold;
  font-weight: 600;
}

ul#terms_list .inner_column h4:first-child {
  margin-top: 0;
}

ul#terms_list .inner_column ul {
  padding: 1em;
  margin-bottom: 1.5em;
}

ul#terms_list .inner_column ul li {
  line-height: 1.9;
}

ul#terms_list .inner_column ul.additon {
  font-size: 1.2rem;
}

ul#terms_list #term_fc_account_transfer p,
ul#terms_list #term_fc_credit p {
  margin-bottom: 2em;
}

ul#terms_list .close .inner_column {
  display: none;
}


/* ---------- page / entry flow  ---------- */

body#page_fanclub.about {}

div[id^="box_flow_"] {
  padding-top: 40px;
}

div[id^="box_flow_"] h3 {
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
  font-weight: 600;
  color: #0fa0f3;
  padding-bottom: 0.5em;
}

div[id^="box_flow_"] p {
  color: #222;
}

div[id^="box_flow_"]>ul {}

#li_other_shops {
  display: flex;
  justify-content: flex-start;
  /* align-items: center; */
  flex-wrap: wrap;

}

div[id^="box_flow_"] li {
  box-sizing: border-box;
  background-color: #f0f0f0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  transition: 0.5s;
  position: relative;
  z-index: 0;
}

div[id^="box_flow_"] li a {
  color: #222;
  display: block;
  height: 100%;
  padding: 24px;
  position: relative;
}

div[id^="box_flow_"] li a:hover:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #0c9ff3;
  opacity: 0.1;
  z-index: 20;
}

div#box_flow_devices {
  margin-top: -24px;
}

div#box_flow_devices>ul>li,
div#box_flow_payment>ul>li {
  width: 506px;
  height: 432px;
  text-align: center;
}

#li_flow_devices {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


div#box_flow_devices>ul>li:first-child {
  /* margin-right: 12px; */
}

div#box_flow_devices h4,
div#box_flow_payment h4 {
  font-weight: bold;
  font-weight: 600;
  color: #0fa0f3;
}

div#box_flow_devices h4 {
  font-size: 4.8rem;
  margin-bottom: 0.3em;
}

div#box_flow_devices li:first-child h4 {
  text-decoration: underline;
}

div#box_flow_devices li p {
  font-size: 1.6rem;
  line-height: 1.5;
}

div#box_flow_devices li:first-child p.photo {
  margin-bottom: 28px;
}

div#box_flow_devices li:last-child p.photo {
  margin-bottom: 20px;
}

div#box_flow_payment {
  margin-bottom: 72px;
}

div#box_flow_payment h4 {
  font-size: 3.2rem;
  margin-bottom: 0.4em;
  padding-top: 0.3em;
}

div#box_flow_payment ul {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-direction: row;
  -webkit-flex-direction: row;
}

div#box_flow_payment ul li {
  padding: 24px;
  margin: 0;
  width: auto;
  width: 32%;
  height: auto;
}

div#box_flow_payment ul li:nth-last-of-type(2) {
  margin: 0 2%;
}

div#box_flow_payment ul li:nth-last-of-type(2) h4+p {
  height: 4em;
}

div#box_flow_payment li p {
  margin-bottom: 0.5em;
}

div#box_flow_payment li p.photo {
  width: 186px;
  height: 186px;
  border-radius: 93px;
  overflow: hidden;
  margin: 26px auto 24px auto;
  position: relative;
}



div#box_flow_payment li p small {
  color: #666;
  font-size: 1.2rem;
}

div#box_flow_payment li p.photo img {
  width: 100%;
}

div#box_flow_payment li:nth-last-of-type(2) p.photo {
  background-color: #fff;
}

div#box_flow_payment li:nth-last-of-type(2) p.photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;

  margin-top: -30%;
  margin-left: -30%;
}

div#box_flow_other_shops {
  /*padding-top: 0;*/
  padding-bottom: 72px;
  margin-top: 40px;
}

div#box_flow_venue p.notice,
div#box_flow_other_shops p.notice {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
  padding-bottom: 1em;
  background-color: #f0f0f0;
  padding: 24px;
  border-bottom: 2px solid #fff;
}

div#box_flow_other_shops p.notice strong {
  text-decoration: underline;
}

div#box_flow_venue li,
div#box_flow_other_shops li {
  border-bottom: 2px solid #fff;
  padding: 32px;
  width: 511px;
  min-height: 216px;
}

div#box_flow_venue li:nth-child(2n+1),
div#box_flow_other_shops li:nth-child(2n+1) {
  margin-right: 2px;
}

div#box_flow_venue h5,
div#box_flow_other_shops h4 {
  font-size: 2rem;
  font-weight: bold;
  font-weight: 600;
  color: #0fa0f3;
  margin-bottom: 0.6em;
}

div#box_flow_venue li>p,
div#box_flow_other_shops li>p {
  line-height: 1.6;
  margin-bottom: 1em;
}

body#page_fanclub p.btn_more a {
  margin-right: 1em;
}


/* ---------- page / inquiry  ---------- */

body#page_fanclub.inquiry {}

div#step_fc_inquiry {
  text-align: center;
  padding-top: 54px;
  padding-bottom: 24px;
}

#step_fc_inquiry ul {
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 0;
  width: 25em;
}

#step_fc_inquiry ul:before {
  content: " ";
  position: absolute;
  top: 0px;
  width: 70%;
  left: 50%;
  margin-left: -35%;
  display: block;
  height: 6px;
  z-index: 0;
  background-color: #23b7fe;
}

#step_fc_inquiry li {
  display: inline-block;
  position: relative;
  font-size: 1.8rem;
  color: #555;
  line-height: 1;
  z-index: 100;
  padding: 0;
  width: 20%;
  padding-top: 1.85em;
  vertical-align: top;
}

#step_fc_inquiry li.current {
  padding-top: 8px;
  font-size: 2.4rem;
  padding: 1.2em 0 1.1em 0;
}

#step_fc_inquiry li:nth-of-type(1) {
  margin-right: 3em;
}

#step_fc_inquiry li:last-child {
  margin-left: 3em;
}

#step_fc_inquiry li:before {
  content: " ";
  display: block;
  position: absolute;
  top: -9px;
  left: 50%;
  margin-left: -12px;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background-color: #23b7fe;
}

#step_fc_inquiry li.current:before {
  background-color: #e6de32;
  top: -9px;
}

#step_fc_inquiry li.current:after {
  content: " ";
  position: absolute;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  top: -15px;
  left: 50%;
  display: block;
  background-color: #fff;
  z-index: -2;
  border: 3px solid #23b7fe;
  margin-left: -18px;
}

#box_fc_inquiry_form {
  padding-bottom: 54px;
}

#box_fc_inquiry_form h3 {
  font-size: 2.4rem;
  font-weight: 600;
  padding-bottom: 0.25em;
  border-bottom: 2px solid #222;
  margin-bottom: 48px;
}

form#bfInquiry {}

form#bfInquiry>dl {}

form#bfInquiry>dl>dt,
form#bfInquiry>dl>dd {
  font-size: 2.2rem;
  min-height: 3em;
  padding-bottom: 2em;
}

form#bfInquiry dl.address {
  width: 90%;
}

form#bfInquiry dl.address dt,
form#bfInquiry dl.address dd {
  padding-bottom: 1em;
  font-size: 1.8rem;
}

form#bfInquiry dl.address dt {
  width: 20%;
}

form#bfInquiry dl.address dd {
  width: 79%;
}

form#bfInquiry dd select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 4px;
  border: none;
  padding: 0.7em 1.5em 0.5em 0.8em;
}

form#bfInquiry dd #ken_name,
form#bfInquiry dd select[name='ken_name'] {
  font-size: 1.6rem;
  width: 10em;
  background-color: transparent;
}

form#bfInquiry dl.address dd input {
  position: relative;
}

form#bfInquiry dl.address dd:nth-of-type(1) span {
  padding: 0 0.3em 0 0.3em;
  color: #666;
}

form#bfInquiry dl.address span.wrap_select {
  display: inline-block;
  position: relative;
  background-color: #f2f3ef;
  border-radius: 4px;
  z-index: 0;
  overflow: hidden;
  border: 1px solid #d6d9cd;
}

form#bfInquiry dl.address span.wrap_select select {
  position: relative;
  z-index: 100;
}

form#bfInquiry dl.address span.wrap_select:after {
  content: " ";
  width: 1.4em;
  height: 2.5em;
  background-color: #22b6fe;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

form#bfInquiry dl.address span.wrap_select:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0.85em;
  right: 0.4em;
  width: 0;
  height: 0;
  z-index: 1;
  border-style: solid;
  border-width: 0.4em 0.3em 0 0.3em;
  border-color: #fff transparent transparent transparent;
}

form#bfInquiry dl.address label {
  position: relative;
  top: 0.3em;
}

form#bfInquiry dt,
form#bfInquiry dd {
  line-height: 1.5;
  display: inline-block;
  vertical-align: top;
}

form#bfInquiry>dl>dt {
  padding-top: 0.3em;
}

form#bfInquiry>dl>dt:nth-of-type(3),
form#bfInquiry>dl>dd:nth-of-type(3),
form#bfInquiry>dl>dt:nth-of-type(4),
form#bfInquiry>dl>dd:nth-of-type(4) {
  padding-bottom: 2.7em;
}

form#bfInquiry>dl>dt:nth-of-type(4),
form#bfInquiry>dl>dd:nth-of-type(4),
form#bfInquiry>dl>dt:nth-of-type(5),
form#bfInquiry>dl>dd:nth-of-type(5) {
  border-top: 2px dotted #aaa;
  padding-top: 1.75em;
}

form#bfInquiry dd input,
form#bfInquiry dd textarea {
  display: inline-block;
  border: 1px dotted #aaa;
  background-color: #f2f3f0;
  padding: 0.5em 0.3em 0.4em 0.6em;
  line-height: 1.4;
  font-weight: 200;
  margin-bottom: 0.5em;
}

form#bfInquiry dd input:focus,
form#bfInquiry dd textarea:focus {
  background-color: #f6f6be;
}

form#bfInquiry>dl>dd:nth-of-type(1) input {
  margin-right: 1.25em;
}

form#bfInquiry>dl>dt {
  width: 25%;
}

form#bfInquiry>dl>dd {
  width: 74%;
}

form#bfInquiry>dl>dd:last-child {
  padding-top: 2em;
}

form#bfInquiry>dl>dt small,
form#bfInquiry>dl>dd small {
  display: block;
  font-size: 1.2rem;
  color: #888;
}

div#box_submit_btns {
  background-color: #e9f8ff;
  margin-top: 20px;
  margin-bottom: 36px;
  padding: 42px;
  text-align: center;
  border-radius: 10px;
}

div#box_submit_btns p {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 24px;
}

form#bfInquiry>dl>dd ul.notice {
  font-size: 1.2rem;
  padding-bottom: 1em;
  color: #555;
}

form#bfInquiry>dl>dd ul.notice li {
  margin-bottom: 0.2em;
}

form#bfInquiry>dl>dd ul.notice li:before {
  content: "＊";
  display: inline-block;
}

form#bfInquiry>dl>dd textarea {
  font-size: 1.6rem;
  padding: 1em;
}

form#bfInquiry>dl>dd:after {
  content: "";
  display: table;
  clear: both;
}

body#page_fanclub .btn_form_eredit,
body#page_fanclub .btn_form_clear {
  margin-right: 1.2em;
}

body#page_fanclub .btn_form_eredit a,
body#page_fanclub .btn_form_clear a,
body#page_fanclub .btn_form_pre_ck a,
body#page_fanclub .btn_form_send a {
  background-color: #fbf809;
  border: 2px solid #111;
  color: #111;
  min-width: 13em;
}

body#page_fanclub.inquiry #box_submit_btns #btn_submit2.disabled {
  opacity: 0.5;
  background-color: #dbd6d6;
}

#btn_submit2.disabled,
#btn_submit2.disabled input {
  pointer-events: none;
}

/*body#page_fanclub.inquiry #box_submit_btns li:hover {
    cursor: pointer;
  }*/

body#page_fanclub.inquiry #box_submit_btns li[class^="btn_"] a {
  border-radius: 2em;
  font-size: 2.0rem;
  padding-top: 0.9em;
  padding-bottom: 0.8em;
}

body#page_fanclub.inquiry #box_submit_btns li[class^="btn_"] input:hover,
body#page_fanclub.inquiry #box_submit_btns li[class^="btn_"]:hover {
  opacity: 0.7s;
  transition: 0.5s;
  cursor: pointer;
}

body#page_fanclub .btn_form_eredit a,
body#page_fanclub .btn_form_clear a {
  background-color: #aae6de;
}

body#page_fanclub.inquiry #box_submit_btns input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  font-size: 2.0rem;
  font-weight: 600;
  display: inline-block;
}

body#page_fanclub.inquiry #box_submit_btns li span {
  display: inline-block;
  position: relative;
}

body#page_fanclub.inquiry #box_submit_btns li {
  border-radius: 2em;
  font-size: 2.0rem;
  padding: 0.65em 1em 0.5em 1.7em;
  background-color: #aae6de;
  border: 2px solid #111;
  min-width: 12em;
}

body#page_fanclub.inquiry #box_submit_btns li:hover {
  opacity: 0.7;
  transition: 0.5s;
}

body#page_fanclub.inquiry #box_submit_btns li.btn_form_pre_ck,
body#page_fanclub.inquiry #box_submit_btns li.btn_form_send {
  background-color: #fbf809;
}

body#page_fanclub.inquiry #box_submit_btns li.btn_form_eredit span:before,
body#page_fanclub.inquiry #box_submit_btns li.btn_form_clear span:before,
body#page_fanclub.inquiry #box_submit_btns li.btn_form_pre_ck span:before,
body#page_fanclub.inquiry #box_submit_btns li.btn_form_send span:before {
  position: relative;
  left: 0;
  vertical-align: middle;
  content: " ";
  display: inline-block;
  background-repeat: no-repeat;
}

body#page_fanclub.inquiry #box_submit_btns li.btn_form_pre_ck span:before,
body#page_fanclub.inquiry #box_submit_btns li.btn_form_send span:before {
  margin-top: -0.2em;
  margin-right: 0em;
  width: 0.6em;
  height: 1em;
  background-size: 270% 270%;
  background-image: url(../svg/icon_arrow_colors.svg);
  background-position: -0.80em 0.05em;
}

body#page_fanclub.inquiry #box_submit_btns li.btn_form_eredit span:before,
body#page_fanclub.inquiry #box_submit_btns li.btn_form_clear span:before {
  margin-top: -0.2em;
  margin-left: 0;
  width: 0.8em;
  height: 0.8em;
  background-size: 100% 100%;
  background-image: url(../svg/icon_close_bk.svg);
  background-position: 0 0;
}


/* reCAPTCHA */

.g-recaptcha {
  text-align: center;
  margin-bottom: 2vw;
}

.g-recaptcha>div {
  margin: 0 auto;
}

/*body#page_fanclub.inquiry #box_submit_btns li.btn_form_pre_ck {
    /*background-color: #fbf809;*!/
    opacity: 0.5;
    background-color: #dbd6d6;
  }
  
  body#page_fanclub.inquiry #box_submit_btns li.btn_form_pre_ck.active {
    background-color: #fbf809;
    opacity: 1;
  }*/

.grecaptcha-badge {
  bottom: 150px !important;
}

/* ---------- end ---------- */



/* 2019 */

#txt_start {
  width: 100%;
  background-color: red;
  font-size: 2.8rem;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  padding: 0.4em 6vw;
  font-weight: bold;
  /* letter-spacing: -0.02em; */
  font-feature-settings: "palt" 1;
  letter-spacing: 0.05em;
}

/*  */

#box_menu {
  width: 840px;
  margin: 32px auto 0;
}



#box_menu .inner {
  display: flex;
  height: 132px;
}

#box_menu .inner+p {
	text-align: center;
	margin-top: 1em;
}

#box_menu .inner+p>small {
	color: #777;
}

#box_menu .inner h3 {
  font-size: 2.4rem;
  text-align: center;
  color: #23b7fe;
  width: 280px;
  background-color: #111;
  border-radius: 14px 0 0 14px;
  display:flex;
  flex-direction: column;
  justify-content: center;
  letter-spacing: -0.05em;
}

#box_menu .inner h3>small{
  font-size: 1.2rem;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  display: block;
  letter-spacing: 0;
  margin-top: 0.2em;
}

#box_menu p.link_bnr {
  /* width: 800px; */
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #23b7fe;
  border-radius: 0 14px 14px 0;
  overflow: hidden;
  text-align: left;
  font-size: 2.2rem;
  width: 100%;
  position: relative;
}



#box_menu p.link_bnr a {
  width: 100%;
  height: 100%;
  color: #fff;
  position: relative;
  display: block;

  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  padding-left: 54px;
  background-image: url(../page_parts/arrow.gif);
  background-position: 16px 50%;
  background-repeat: no-repeat;
  font-weight: bold;
  letter-spacing: -0.05em;
  transition: 0.3s;
}

#box_menu p.link_bnr a small {
  display: block;
  font-size: 1.8rem;
  letter-spacing: 0;
}

#box_menu p.link_bnr a:hover {
  /* transition: all 0.15s ease-in;
    opacity: 0.8; */

  background-position: 24px 50%;
}



#box_menu p.link_bnr a img {
  position: absolute;
  width: 124px;
  right: 24px;
  bottom: -70px;
  transition: 0.3s;
}



#box_menu p.link_bnr a:hover img {
  transform: translate(0, -18px);
}


/*  */


div#box_flow_venue p.notice {
  background-color: #f89fa8;
  color: #fff;
}

div#box_flow_venue p.notice strong {
  font-size: 2rem;
  display: inline-block;
  margin-bottom: 0.4em;
}

div#box_flow_venue p.notice small {
  font-size: 1.4rem;
  display: inline-block;
  margin-bottom: 0.4em;
}

div#box_flow_venue p.notice span {
  font-size: 2rem;
  display: inline-block;
}

div#box_flow_venue ul {}

div#box_flow_venue ul:after {
  content: '.';
  visibility: hidden;
  height: 0;
  clear: both;
  display: block;
}

div#box_flow_venue li {
  min-height: 100px;
  float: left;
}

div#box_flow_venue li:nth-child(2n+1) {}


div#box_flow_venue li a {}


/* 2021/01/12 */

.txt_privilege_end {
  background-color: #fb3434;
  color: #fff;
  font-size: 1.4rem;
  display: inline-block;
  line-height: 1.8;
  padding: 0.6em 1.2em;
  position: absolute;
  text-align: center;
}

#benefit_2021 .txt_privilege_end {
  left: 0;
  bottom: 70px;
  transform: rotate(-12deg);
}

#box_compare_table .txt_privilege_end {
  width: 63%;
  left: 37%;
  bottom: 62px;
}

#box_compare_table table,
#benefit_2021 {
  position: relative;
}


/* ===== 2021-02-25 Tkt pages ===== */

main[id^='fc_'] {
  color: #020202;
}

main[id^='fc_'] section p>a {
  text-decoration: underline;
}


main[id^='fc_'] img {
  max-width: 100%;
  height: auto;
}

main[id^='fc_'] section {
  margin-top: 32px;
}

main[id^='fc_'] section#sec_benefit_list {
  margin-top: -50px;

}

main[id^='fc_'] section h3 {
  font-size: 2.4rem;
  line-height: 1.5;
  border-left: 6px solid #22b6fe;
  padding: 0.2em 0.5em 0.2em 0.5em;
  font-weight: bolder;
  margin-top: 4em;
  font-weight: bold;
}


main[id^='fc_'] section>h4 {
  margin-top: 48px;
  font-size: 1.8rem;
  border-bottom: 1px solid #050505;
  padding-bottom: 0.2em;
  padding-left: 0.2em;

}


main[id^='fc_'] section>h5 {
  font-size: 1.6rem;
  margin-top: 36px;

}

main[id^='fc_'] section>h5 span {
  display: inline-block;
  color: #fff;
  background-color: #050505;
  padding: 0.5em 1em 0.4em 1em;
}

main[id^='fc_'] section h5+p {
  margin-top: 0.7em;
}

main[id^='fc_'] section h5.red span {
  background-color: #f00;
}

main[id^='fc_'] section>p {
  margin-top: 1.5em;
  font-size: 1.6rem;
  line-height: 1.8;
}

main[id^='fc_'] section h3+div {
  margin-top: 28px;
}

main#fc_etkts section>ul.btns {
  margin-top: 18px;
  display: flex;
}

main[id^='fc_'] section>ul.btns+p {
  margin-top: 2.5em;
}

main[id^='fc_'] section>ul.btns.center {
  justify-content: center;
}

main[id^='fc_'] section>ul.btns li {
  min-width: 50%;
  font-size: 1.5rem;
}

main[id^='fc_'] section>ul.btns li a {
  padding: 0.2em;
  height: 48px;
  border: none;
  background-color: #22b6fe;
  color: #fff;
}

main[id^='fc_'] section>ul.btns li a span {
  padding-left: 14px;
}

main[id^='fc_'] section>ul.btns li a span::before {
  background-position: -0.75em -14px;
}


/* 囲み */

main#fc_etkts .box_note {
  border: 3px solid #050505;
  margin-top: 36px;
}

main#fc_etkts section>p+.box_note {
  margin-top: 16px;
}

main#fc_etkts .box_note,
main#fc_etkts .box_note_strong {
  border-radius: 10px;
  padding: 36px;
  padding-top: 24px;
  position: relative;
  z-index: 0;
}

main#fc_etkts .box_note ul {
  font-size: 1.6rem;
}

main#fc_etkts .box_note ul li {
  font-weight: bold;
  margin-top: 0.8em;
  padding-left: calc(1em + 0.1em);
  line-height: 1.8;
  position: relative;
}

main#fc_etkts .box_note ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #020202;

}


section div.box_note ol {}


section div.box_note ol li {
  counter-increment: steps;
  margin-top: 1.5em;
  padding-left: 2.3em;
  text-indent: -2.3em;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.8;
}

section div.box_note ol li::before {
  content: counter(steps);
  display: inline-block;
  width: 2em;
  background-color: #222;
  margin-right: 0.4em;
  color: #fff;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  padding: 0.15em 0 0.1em 0;
  text-indent: 0em;
  border-radius: 3px;
}



main#fc_etkts .box_note_strong {
  background-color: #f00;
  padding-top: 36px;
}

main#fc_etkts .box_note_strong h4 {
  font-size: 2rem;
  color: #ff0;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}

main#fc_etkts .box_note_strong h4 span {
  display: inline-block;
  background-color: #ff0;
  color: red;
  border-radius: 24px;
  padding: 0.4em 1.5em 0.3em 1.5em;
  border: 5px solid #fff;
  box-sizing: border-box;
}

main#fc_etkts .box_note_strong>.inner p {
  margin-top: 1em;
}



main#fc_etkts .box_note_strong p strong {
  display: inline-block;
  background-color: #ff0;
  position: relative;
  margin-right: 0.15em;
  margin-left: 0.15em;
  color: red;
  padding: 0.1em 0.3em 0 0.3em;
  border-radius: 3px;
}

main#fc_etkts .box_note_strong p strong sup {
  position: relative;
  margin-left: -0.2em;
}


main#fc_etkts .box_note_strong p,
main#fc_etkts .box_note_strong dt,
main#fc_etkts .box_note_strong dd {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: bold;
}

main#fc_etkts .box_note_strong p {
  font-size: 1.6rem;
  line-height: 2;
}


main#fc_etkts .box_note_strong dl {
  border-top: 1px dotted #fff;
  margin-top: 24px;
}

main#fc_etkts .box_note_strong dt {
  margin-top: 1.5em;
  background-color: #fff;
  display: inline-block;
  margin-top: 24px;
  color: #020202;
  border-radius: 3px;
  padding: 0.3em 0.8em 0.15em 0.8em;
}


main#fc_etkts .box_note_strong dt+dd {
  margin-top: 0.6em;
}

main#fc_etkts .box_note_strong>.inner {
  width: 70%;
}

main#fc_etkts .box_note_strong img.wallet {
  position: absolute;
  z-index: 10;
  right: 5%;
  top: 9%;
  width: 200px;
  height: auto;
}


main#fc_etkts sup {
  position: relative;
  font-size: 0.7em;
}


main#fc_etkts p small {
  font-size: 0.8em;
}


main#fc_etkts section>figure {
  width: 100%;
  position: relative;
  margin-top: 40px;
  text-align: center;
}

main#fc_etkts section figure ul {
  display: flex;
  justify-content: space-between;
}

main#fc_etkts section figure ul li {}

main#fc_etkts section figure ul li img {
  height: 400px;
  width: auto;
}

main#fc_etkts figure.w80p img {
  width: 80%;
}

main#fc_etkts ul.note {
  margin: 0 auto 0 auto;
  margin-top: 40px;
}

main#fc_etkts ul.note li {
  margin-top: 0.6em;
  line-height: 1.6;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.4rem;
}

main#fc_etkts ul.note.w80p {
  width: 80%;
}

main#fc_etkts ul.note.kome li::before {
  content: "※";
}

div.box_border_blue {
  margin-top: 40px;
  border: 6px solid #22b6fe;
  border-radius: 12px;
  overflow: hidden;
  padding: 40px 40px 40px 40px;
  margin: 40px auto 0 auto;
  box-sizing: border-box;
}


div.box_border_blue>h5 {
  font-size: 2rem;
  text-align: center;
}

div.box_border_blue>h5>span {
  display: inline-block;
  background-color: #050505;
  color: #fff;
  padding: 0.5em 1.5em 0.5em 1.5em;
  border-radius: 1.3em;
}

div.box_border_blue>h5+figure {
  margin-top: 24px;
}

div.box_border_blue.w80p {
  width: 80%;
  height: auto;
}


main#fc_etkts section>dl.tbl {
  margin-top: 32px;
  font-size: 1.8rem;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  border-right: 2px solid #555;
  border-bottom: 2px solid #555;
}

main#fc_etkts section>dl.tbl dt,
main#fc_etkts section>dl.tbl dd {
  box-sizing: border-box;
  border-top: 2px solid #555;
  border-left: 2px solid #555;
  text-align: center;
  line-height: 1.5;
  padding: 0.7em 1em 0.7em 1em;
  font-weight: bold;
}

main#fc_etkts section>dl.tbl dt {
  width: 50%;
  background-color: #111;
  color: #fff;
}

main#fc_etkts section>dl.tbl dd {
  width: 50%;
}



main#fc_etkts div.box_notice_huge {
  margin-top: 32px;
  background-color: #fafad5;
  padding: 32px;
  border-radius: 18px;
}

main#fc_etkts div.box_notice_huge h4 {
  font-size: 2.4rem;
  font-weight: bold;
}

main#fc_etkts div.box_notice_huge dl {
  margin-top: 20px;
  font-size: 1.6rem;
  line-height: 1.8;
}

main#fc_etkts div.box_notice_huge dt {
  position: relative;
  margin-top: 1em;
  font-weight: bold;
  padding-left: calc(1em + 3px);
}

main#fc_etkts div.box_notice_huge dt::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 0.4em;
  left: 0;
  border-radius: 8px;
  background-color: #555;
}

main#fc_etkts div.box_notice_huge dd {
  margin-top: 0.5em;
}


div.box_jid_contact {
  margin-top: 64px;
  border: 12px solid #c7e9fa;
  border-radius: 14px;
  overflow: hidden;
  box-sizing: border-box;
}

div.box_jid_contact>h5 {
  background-color: #c7e9fa;
  padding: 0.5em 0.5em 0.8em 0.5em;
  font-size: 1.8rem;
}

div.box_jid_contact>.inner {
  padding: 24px;
}

div.box_jid_contact h6 {
  font-size: 1.8rem;
}

div.box_jid_contact h6::before {
  content: "◉";
  color: #1bacf1;
  margin-right: 0.2em;
}

div.box_jid_contact dl {
  display: flex;
  margin-top: 0.5em;
  align-items: center;
}

div.box_jid_contact dt.time::after {
  content: ":";
  margin-left: 0.3em;
  margin-right: 0.3em;
}

div.box_jid_contact dt.time+dd {
  margin-right: 1em;
}

div.box_jid_contact dt.tel,
div.box_jid_contact dt.tel+dd {
  font-size: 3.6rem;
  font-family: "Roboto", sans-serif;
  padding-bottom: 0.2em;
}

div.box_jid_contact dt.tel {
  font-weight: 200;
  color: #777;
}

div.box_jid_contact dt.tel+dd {
  color: #1bacf1;
}

div.box_jid_contact dt.tel::after {
  content: ".";
}

div.box_jid_contact dt.tel+dd {
  margin-right: 0.8em;
}

div.box_jid_contact dt.mail,
div.box_jid_contact dt.mail+dd {
  font-size: 1.6rem;
  padding-bottom: 0.2em;
}

div.box_jid_contact dt.mail {
  margin-right: 0.5em;
}

div.box_jid_contact dt.mail+dd {
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
}


div.box_jid_contact dt.mail+dd a {
  text-decoration: underline;
}

/* FAQ */


#fc_etkts .nav_anchor {
  display: flex;
  font-size: 1.8rem;
  justify-content: flex-start;
}

#fc_header+.nav_anchor {
  margin-top: 0;
}

#fc_etkts .nav_anchor li {
  margin-right: 1em;
  line-height: 1;
}

#fc_etkts .nav_anchor li a {
  display: block;
  border: 1px solid #22b6fe;
  padding: 1em 2em 0.8em 2em;
  border-radius: 2em;
  color: #1a97d4;
}

#fc_etkts .nav_anchor li.current a {
  background-color: #22b6fe;
  color: #fff;
}

#fc_etkts .nav_anchor+section h3 {
  margin-top: 48px;
}


/**/
main#fc_etkts dl.faq {
  position: relative;
}

main#fc_etkts section+.nav_anchor {
  margin-top: 72px;
}


main#fc_etkts dl.faq dt {
  margin-top: 3.5em;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
  padding-top: 0.5em;
  padding-bottom: 1em;
}


main#fc_etkts dl.faq dd {
  background-color: #f7f7ed;
  min-height: 4em;
  padding: 1.5em 1.5em 1.5em 84px;
  line-height: 1.7;
  border-radius: 8px;
  margin-top: 1em;
}

main#fc_etkts dl.faq dd>a {
  text-decoration: underline;
}



main#fc_etkts dl.faq dt,
main#fc_etkts dl.faq dd {
  position: relative;
  padding-left: 82px;
}


main#fc_etkts dl.faq dt:first-child {
  margin-top: 2em;
}



main#fc_etkts dl.faq dt span,
main#fc_etkts dl.faq dd span {
  line-height: 1;
  font-family: "Roboto";
  font-weight: 300;
  color: #fff;
  display: block;
  text-align: center;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  box-sizing: border-box;
  background-color: #555;
  position: absolute;
  top: -4px;
  left: 18px;
  font-size: 2.4rem;
  padding-top: 0.5em;
}

main#fc_etkts dl.faq dt span {
  background-color: #23b7fe;
}

main#fc_etkts dl.faq dd span {
  top: 13px;
}

/*— 特典NEW2021  —*/

main#fc_benefit {}

div.box_category>.inner,
main#fc_benefit secion#sec_benefit_table>.inner {
  width: 1024px;
  margin: 0 auto;
}




main#fc_benefit>h3 {
  margin: 0 auto;
  width: 1024px;
  text-align: center;
  font-size: 1.8rem;
  color: #1bacf1;
  position: relative;
  line-height: 1.2;
}

main#fc_benefit>h3>span {
  font-family: "Roboto", sans-serif;
  display: inline-block;
  color: #fff;
  padding: 0.5em 65px 0.9em 90px;
  position: relative;
  z-index: 0;
}

main#fc_benefit>h3>span::after {
  content: "";
  display: block;
  width: 140px;
  height: 105px;
  position: absolute;
  top: -35px;
  left: -40px;
  background-image: url(/fanclub/page_parts/fig_fc_mascots_2p.png);
  background-repeat: no-repeat;
  background-size: contain;
}

main#fc_benefit>h3>span::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  transform: skew(-30deg);
  top: 0px;
  left: 0px;
  background-color: #1bacf1;
  box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.15);
}

main#fc_benefit>h3 span.en {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 4.4rem;
  font-weight: 300;
}


div.box_category {
  width: 100%;
  padding: 64px 0 72px 0;
}

div.box_category:nth-of-type(1) {
  padding-top: 100px;
}


div.box_category:nth-of-type(1),
div.box_category:nth-of-type(3) {
  background-color: #cceffc;
}




div.box_category>.inner>h4 {
  font-size: 2.6rem;
  line-height: 1.3;
  text-align: center;
}

div.box_category>.inner>h4>span {
  display: inline-block;
  border: 1px solid #444;
  padding: 0.3em 2em 0.3em 2em;
  line-height: 1.5;
  border-radius: 36px;
}

div.box_category>.inner>ul {
  /*	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;*/
  padding-top: 8px;

  display: flex;
  justify-content: space-between;
  /*align-items: flex-start;*/
  flex-direction: row;
  flex-wrap: wrap;
}

div.box_category>.inner>ul>li {
  margin-top: 40px;
  background-color: #fff;
  /*width: calc((100% - 32px * 2) / 3);*/
  /*margin-right: 32px;*/
  box-sizing: border-box;
  border-radius: 8px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.08);

  width: calc(50% - 32px);
}


div.box_category:nth-of-type(2)>.inner>ul>li:nth-of-type(4),
div.box_category:nth-of-type(4)>.inner>ul>li:nth-of-type(3),
div.box_category:nth-of-type(3)>.inner>ul>li:nth-of-type(5),
div.box_category:nth-of-type(3)>.inner>ul>li:nth-of-type(3),
div.box_category:nth-of-type(2)>.inner>ul>li:nth-of-type(2),
div.box_category:nth-of-type(1)>.inner>ul>li:nth-of-type(2),
div.box_category:nth-of-type(1)>.inner>ul>li:nth-of-type(5) {
  /*margin-right: 0;*/
}



div.box_category:nth-of-type(2)>.inner>ul>li,
div.box_category:nth-of-type(4)>.inner>ul>li {
  background-color: #eef8fc;
}

div.box_category>.inner>ul>li.x2 {
  /*width: calc(((100% - 32px * 2) / 3)*2 + 32px);*/
  /*width: calc(50% - 32px);*/
}

div.box_category>.inner>ul>li.x3 {
  width: calc(100% / 3 - 32px);
}


div.box_category:nth-of-type(1)>.inner>ul>li:nth-of-type(1),
div.box_category:nth-of-type(1)>.inner>ul>li:nth-of-type(2) {
  /*width: calc((100% - 32px) / 2);*/
}

div.box_category>.inner>ul>li.xfull {
  width: 100%;
  margin-right: 0;
}

/* パートナーコラボ企画 */

#li_shopping {}

#li_shopping li.partner_collab {
  width: calc(100% / 3 * 2);
}

#li_fig_collab {
  text-align: left;
  margin-top: 2em;

  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0 20px;
}

#li_fig_collab li {
  text-align: left;
}

#li_fig_collab li small {
  font-size: 0.8em;
  display: block;
  margin-top: 0.2em;
}

/* #li_fig_collab li:not(:last-child) {
  margin-bottom: 2em;
} */

#li_fig_collab img {
  display: block;
  margin-bottom: 0.6em;
}


/* 観戦履歴サービス */

div.box_category>.inner>ul>li.checkin_history h5>span.link {
  font-weight: normal;
  font-size: 1.4rem;
  color: #444;
  margin-left: 1em;
}

div.box_category>.inner>ul>li.checkin_history h5>span.link>a {
  text-decoration: underline;
}

div.box_category>.inner>ul>li.checkin_history figure {}

/*  */

div.box_category li>h5,
div.box_category li>.inner {
  padding: 28px;
}

div.box_category li>.inner {
  padding-top: 6px;

}


div.box_category li>.inner::after {
  content: "";
  display: table;
  clear: both;
}

div.box_category li>.inner>p {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-top: 1em;
}

li.azzurro_nero .inner .txt {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

/*  */

div.box_category li>.inner>p.img_nowpri {
  width: 8em;
  height: 8em;
  background-color: #34a3dc;
  font-size: 1.2rem;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  text-align: center;

  /*float: right;*/
  float: left;
  position: relative;
  margin-right: 2em;
  margin-bottom: 1em;
  /*margin-top: 2em;*/
}

div.box_category li>.inner>p.img_nowpri:after {
  content: '';
  display: block;
  width: calc(8em + 8px);
  height: calc(8em + 8px);
  position: absolute;
  border: 2px solid #34a3dc;
  top: -4px;
  left: -4px;
}

li.azzurro_nero .inner .txt small,
.box_category figure figcaption,
div.box_category li>.inner>p small {
  display: block;
  color: #555;
  line-height: 1.8;
  font-size: 1.2rem;
}


div.box_category li>h5 {
  padding-top: 20px;
  color: #1bacf1;
  font-size: 1.8rem;
  line-height: 1.5;

  border-bottom: 1px solid #b0d0dc;
  padding-bottom: 0.8em;
  position: relative;
}

div.box_category li>h5>small {
  font-size: 1.5rem;
  margin-right: 0.6rem;
  display: inline-block;
  background-color: #1bacf1;
  color: #fff;
  border-radius: 4px;
  padding: 0.4em 0.5em 0.2em 0.5em;
}

div.box_category li>h5 span.baloon {
  color: #fff;
  font-size: 1.3rem;
  position: relative;
  top: -9px;
  display: inline-block;
  border-radius: 18px;
  background-color: #333;
  padding: 0.5em 0.8em 0.4em 0.8em;
  z-index: 0;
}

div.box_category li>h5 span.baloon::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  right: 41px;
  transform: rotate(80deg);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 15px;
  border-color: transparent transparent transparent #333;
}

div.box_category li>.inner>h6 {
  margin-top: 2em;
  font-size: 1.5rem;
  color: #34a3dc;
}


.box_category figure {
  margin-top: 24px;
  text-align: center;
}

.box_category figure img {
  max-width: 90%;
  display: block;
  margin: 0 auto;
}

.box_category figure figcaption {
  text-align: left;
  margin-top: 1em;
}

.box_category figure.card,
.box_category figure.sticker {
  width: 240px;
}

.box_category figure.sticker img {
  width: 100%;
  max-width: initial;
}

.box_category figure.cafe {
  width: 540px;
}


.box_category figure.eco_bag {
  width: 380px;
  float: right;
  margin-top: 0;
  margin-left: 24px;
}

.box_category figure.fig_sacoche {
  width: 380px;
  float: left;
  margin-top: 20px;
  margin-right: 24px;
  margin-bottom: 2em;
}

.box_category figure.pitta_mask {
  width: 120px;
  float: right;
  margin-top: 10px;
  margin-left: 24px;
}

.box_category figure.pitta_mask+p+p {
  clear: both;
  text-align: right;
}

/* MORE */

#sec_benefit_list div.inner.more {}

#sec_benefit_list div.inner.more h5 {
  font-family: "Roboto", sans-serif;
  font-size: 7.2rem;
  font-weight: 200;
  text-align: center;
  line-height: 1;
  color: #1bacf1;
}

#sec_benefit_list div.inner.more h5+p {
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.8;
}



/* 特典テーブル */
#sec_benefit_table {
  margin-top: 8em;
}

#sec_benefit_table table {
  margin-bottom: 0;
}

#sec_benefit_table h3 {
  text-align: center;
  background-color: #fbf808;
  border: 2px solid #222;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0.6em 0 0.6em 100px;
  margin-bottom: 1.3em;
  position: relative;
}

#sec_benefit_table h3 .mascot {
  position: absolute;
  bottom: auto;
  top: -44px;
  left: 136px;
  width: 153px;
  height: auto;
  overflow: hidden;
}

#sec_benefit_table h3 .mascot img {
  width: 100%;
  height: auto;
}

#sec_benefit_table h3 strong {
  font-size: 2.4rem;
}

#sec_benefit_table table {
  background-color: #f2f3f0;
  border: 2px solid #fff;
  width: 100%;
}

#sec_benefit_table table th,
#sec_benefit_table table td {
  border: 2px solid #fff;
  text-align: center;
  box-sizing: border-box;
  font-size: 1.8rem;
  line-height: 1.3;
  padding: 0.9em 0.5em 0.8em 0.5em;
  vertical-align: middle;
}

#sec_benefit_table table thead th {
  font-size: 1.8rem;
  padding: 0.5em 0.5em 0.4em 0.5em;
}

#sec_benefit_table table thead th:nth-of-type(4),
#sec_benefit_table table thead th:nth-of-type(2),
#sec_benefit_table table thead th:nth-of-type(3) {
  color: #fff;
}

#sec_benefit_table table thead th:nth-of-type(2) {
  background-color: #4dcafe;
}

#sec_benefit_table table thead th:nth-of-type(3) {
  background-color: #f89fa8;
}

#sec_benefit_table table thead th:nth-of-type(4) {
  background-color: #82d836;
}

#sec_benefit_table table tbody th {
  font-size: 1.8rem;
  text-align: left;
  font-weight: bold;
  font-weight: 600;
  width: 37%;
  padding-left: 1em;
}

#sec_benefit_table table tbody th small.red {
  margin-top: 0.5em;
  display: block;
  font-size: 1.4rem;
}

#sec_benefit_table table tbody td {
  width: 21%;
}

#sec_benefit_table table tbody th span {
  display: inline-block;
  color: #139fe2;
  font-size: 1.4rem;
  border: 1px solid #23b7fe;
  background-color: #fff;
  border-radius: 1.6em;
  padding: 0.5em 0.9em 0.3em 0.9em;
  line-height: 1;
  margin-bottom: 0.6em;
  margin-left: -0.2em;
  line-height: 1.3;
}

#sec_benefit_table div.notice span {
  padding-top: 0.25em;
  font-size: 1.2rem;
  width: 1.4em;
  height: 1.4em;
  border-radius: 0.8em;
  top: -0.1em;
  margin-right: 0.15em;
}




#sec_benefit_table table tbody tr td:nth-of-type(1) {
  background-color: #d3f1ff;
}

#sec_benefit_table table tbody tr:nth-of-type(odd) td:nth-of-type(1) {
  background-color: #c8e6f0;
}

#sec_benefit_table table tbody tr td:nth-of-type(2) {
  background-color: #ffdfe1;
}

#sec_benefit_table table tbody tr:nth-of-type(odd) td:nth-of-type(2) {
  background-color: #f2d5d4;
}

#sec_benefit_table table tbody tr td:nth-of-type(3) {
  background-color: #d1f9c5;
}

#sec_benefit_table table tbody td {
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: bold;
}

#sec_benefit_table table tbody td small {
  display: block;
  font-size: 1.2rem;
}

#sec_benefit_table table tbody tr.pinbadge td.green,
#sec_benefit_table table tbody tr:nth-of-type(odd) td:nth-of-type(3) {
  background-color: #c6edb9;
}

#sec_benefit_table tbody tr:nth-child(odd) th {
  background-color: #e6e8e2;
}

#sec_benefit_table div.notice {
  padding: 0 0.3em 0 0.3em;
}

#sec_benefit_table div.notice h6 {
  font-weight: 600;
  font-weight: bold;
  margin-bottom: 0.5em;
}

#sec_benefit_table div.notice li {
  line-height: 1.4;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 0.4em;
}

#sec_benefit_table div.notice ul:nth-child(2) {
  padding-bottom: 1.5em;
}

#sec_benefit_table table tbody td strong {
  display: inline-block;
  line-height: 1;
  font-size: 1rem;
  box-sizing: border-box;
  width: 2.4em;
  height: 2.4em;
  border-radius: 1.2em;
  overflow: hidden;
  position: relative;
  background-color: #555;
  color: #555;
  top: -0.4em;
}

#sec_benefit_table table tbody td strong.line {
  height: 0.6em;
  border-radius: 0;
  top: 0em;
}

#sec_benefit_table table tbody td strong.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 1.2em 2.4em 1.2em;
  border-color: transparent transparent #0d9de8 transparent;
  border-radius: 0;
  background-color: transparent;
}

#sec_benefit_table table tbody td:nth-of-type(1) strong {
  background-color: #0d9de8;
  color: #0d9de8;
}

#sec_benefit_table table tbody td:nth-of-type(2) strong {
  background-color: #f537a2;
  color: #f537a2;
}

#sec_benefit_table table tbody td:nth-of-type(3) strong {
  background-color: #50b419;
  color: #50b419;
}

#sec_benefit_table table tbody td:nth-of-type(2) strong.triangle {
  background-color: transparent;
  border-color: transparent transparent #f537a2 transparent;
}

#sec_benefit_table table tbody td:nth-of-type(3) strong.triangle {
  background-color: transparent;
  border-color: transparent transparent #f537a2 transparent;
}




#fc_header>.inner {
  margin: 0 auto;
  width: 1024px;
  position: relative;
}

.benefit #fc_header>.inner {
  text-align: left;
}

main#fc_benefit section>.inner {
  width: 1024px;
  margin: 0 auto;
}


ul[class^='btns_'] {
  margin-top: 48px;
}

ul[class^='btns_'] {
  display: flex;
  justify-content: space-between;
}

ul.btns_2.center {
  justify-content: center;
}

ul.btns_2.center li {
  width: 30%;
  margin: 0 12px 0 12px;
}

/* ジュニア会員限定! ホームA自由小中招待券プレゼント! */

#fig_ticket_jr {
  position: relative;
  margin-top: 4px;
  padding-bottom: 14px;
}

img[src$="fig_ticket_jr_01.png"] {
  position: relative;
  z-index: 9;
}

img[src$="fig_ticket_jr_02.png"] {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}


/*======= responsive ======*/
/*======= responsive ======*/
/*=======  ======*/

@media screen and (min-width: 1600px) {
/*mq-start*/
#box_fc_kv {
}

#box_fc_kv,
#box_fc_kv .inner_kv {
  height: 55vw;
}

body#page_fanclub.home img#kv_fc_img {
  top: -9vw;
}


#box_fc_kv .inner_kv {
  width: 1400px;
}


body#page_fanclub.home #box_fc_kv h1 {
  margin-top: 3vw;
  letter-spacing: 0.35em;
  font-size: 8.75rem;
  font-weight: 300;
}

body#page_fanclub.home #box_fc_kv h1 small {
  font-size: 2rem;
}


body#page_fanclub.home #box_fc_kv h2 {
  font-size:2rem;
  margin-top: 0.5em;
}

#box_fc_kv .inner_kv p.catch_main {
  top: 13vw;
  margin-left: -500px;
  width: 1000px;
}

#box_fc_kv img#fig_members_card {
  right: -30px;
  top: 130px;
  width: 250px;
}

/*baloon*/
#box_fc_kv .inner_kv p.catch_main>span {
  left: 484px;
  top: -32px;
  width: 150px;
}


#box_fc_kv .inner_kv img.kv_mascot {
  margin-left: -764px;
  top: 10vw;
  width: 360px;
}

/*kv 3 button*/

#box_fc_kv #kv_link_btns {
	width: calc(320px * 3 + 24px * 2);
	margin: 25.5vw auto 0 auto;
}

#box_fc_kv #kv_link_btns a {
	width: 320px;
}


/*mq-end*/

}




/**/

@media screen and (max-width: 768px) {
  /*main,*/



  body#page_fanclub .sp {
    display: block;
  }

  body#page_fanclub.home div.box_attention,
  div#box_fc_home_btns_1st,
  main {
    width: 100%;
  }

  div.box_fc_entry_btns {
    width: 90vw;
    margin: 0 auto;
  }


  #box_fc_inquiry .inner,
  .inner_price,
  .inner_categories,
  .inner_categories ul,
  #box_fc_home_info .inner {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }

  /*  */

/**/
#box_fc_kv {
}


#box_fc_kv,
#box_fc_kv .inner_kv {
  height: 155vw;
}


body#page_fanclub.home img#kv_fc_img {
  top: -45vw;
  width: auto;
  height: 130%;
  margin-left: -120vw;
  opacity: 0.6;
}

#box_fc_kv .inner_kv {
  width: 100%;
  margin: 0;
}

body#page_fanclub.home #box_fc_kv h1 {
  margin-top: 5vw;
  letter-spacing: 0.35em;
  font-size: 14vw;
  line-height: 0.85;
  margin-right: -4vw;
}

body#page_fanclub.home #box_fc_kv h1>strong {
	  margin-left: 0;
}

body#page_fanclub.home #box_fc_kv h1 small {
  font-size: 3.5vw;
  margin-bottom: 0.8em;
}


body#page_fanclub.home #box_fc_kv h2 {
  font-size: 3.5vw;
  line-height: 1.3;
  margin-top: 0.2em;
}

#box_fc_kv .inner_kv p.catch_main {
  top: 58vw;
  margin-left: -46.5vw;
  width: 96vw;
}


#box_fc_kv img#fig_members_card {
  right: 0vw;
  top: -17vw;
  width: 30vw;
}

/*baloon*/
#box_fc_kv .inner_kv p.catch_main>span {
  left: 45vw;
  top: -8vw;
  width: 18vw;
}


#box_fc_kv .inner_kv img.kv_mascot {
  margin-left: -50vw;
  top: 41vw;
  width: 36vw;
}


/*kv 3 button*/

#box_fc_kv #kv_link_btns {
	width: 94vw;
	margin: 53vw auto 0 auto;
	flex-wrap: wrap;
	justify-content: center;
}

#box_fc_kv #kv_link_btns a {
	width: 44vw;
	position: relative;
	box-shadow: 0px 10px 50px rgba(0,0,0,0.7);
	border: 1px solid #777;
	box-sizing: content-box;
}

#box_fc_kv #kv_link_btns>li {
	margin-bottom: 13vw;
}

#box_fc_kv #kv_link_btns>li:nth-of-type(1) {
	margin-right: 2.5vw;
}



#box_fc_kv #kv_link_btns li span {
	font-size: 2.75vw;
bottom: -11vw;
border-radius: 2vw;
}

#box_menu {
  width: 90vw;
  margin: 5vw auto 0;
}

#box_menu .inner {
  display: block;
  height: auto;
}

#box_menu .inner h3 {
  font-size: 4.375vw;
  width: 100%;
  border-radius: 2vw 2vw 0 0;
  padding: 3vw 0 3vw;
  letter-spacing: 0.02em;
}

#box_menu .inner h3>br {
	display: none;
}

#box_menu .inner h3>small{
  font-size: 3vw;
  margin-top: 0.2em;
}


#box_menu p.link_bnr {
  border-radius: 0 0 2vw 2vw;
  font-size: 4.5vw;
  width: 100%;
  position: relative;
}

#box_menu p.link_bnr>a {
	width: 100%;
	padding-top: 3vw;
	padding-bottom: 4vw;
  padding-right: 31vw;
}

#box_menu p.link_bnr small {
	display: block;
  font-size: 0.8em;
  margin-top: 0.4em;
}

#box_menu p.link_bnr a img {
  width: 28vw;
  right: 4vw;
  bottom: -17vw;
}

#box_menu .inner+p>small {
	font-size: 3vw;
	margin-top: 1em;
	display: block;
}




  /*  */

  #box_fc_home_info>dl {
  	
  }


  #box_fc_home_info dd,
  #box_fc_home_info dt {
    width: 100%;
    margin-bottom: 0.8em;
  }

  div#box_fc_home_btns_1st p:first-child {
    width: 85%;
    font-size: 4vw;
    border-radius: 4em;
    /* 12px */
  }

  /*  */

  .inner_categories ul {
    display: block;
  }

  .inner_categories ul li {
    width: 100%;
    margin-top: 10vw;
  }

  .inner_categories ul li:first-child {
    margin-top: 0;
  }

  div.box_fc_entry_btns li:nth-of-type(1) {
    margin-right: 0;
    margin-bottom: 4vw;
  }

  /*  */

  body#page_fanclub #box_ttl h1,
  body#page_fanclub #box_ttl p.sub_ttl {

    /*width: 50%;*/
  }

  body#page_fanclub #box_ttl h1 img,
  #box_ttl p.sub_ttl img {
    width: 100%;
    height: auto;
  }



  /*2021-02-25*/

  #txt_start {
    /*font-size: 1.8rem;*/
    font-size: 4.375vw;
    /* 14px */
  }


  

  /* home 1st btns */

  div#box_fc_home_btns_1st {}


  #box_fc_home_info dl {
    width: 88vw;
    margin: 5vw auto 0 auto;
	display: block;
  }


#box_fc_home_info dl>dt,
#box_fc_home_info dl>dd {
	text-align: center;
font-size: 3.75vw;
line-height: 1.6;

}

#box_fc_home_info dt {
  width: 100%;
  border-top: 1px solid #aaa;
  padding-top: 1.2em;
  margin-bottom: 0.5em;
}

#box_fc_home_info dt+dd {
	margin-top: 0em;
}

#box_fc_home_info dd {
	width: 100%;
}

#box_fc_home_info dd br {
	display: none;
}


#box_fc_home_info dd+dd {
	margin-left: 0;
	padding-left: 0;
	margin-top: 2em;
}

#box_fc_home_info dd+dt {
	margin-top: 1.6em;
}

/**/

  .inner_price p {
    font-size: 3.2rem;
    line-height: 1.1;
  }

  .inner_price p small {
    display: block;
    position: relative;
    margin-top: 0.4em;
  }

  .inner_categories h3 {
    font-size: 1.8rem;
    padding-bottom: 1.6em;
  }


  div.box_fc_entry_btns {
    padding-bottom: 48px;
  }

  div.box_fc_entry_btns li {
    font-size: 1.5rem;
    line-height: 1.5 !important;
    margin-top: 18px !important;
    margin-bottom: 0 !important;
  }

  div.box_fc_entry_btns ul {
    width: 100% !important;
  }

  div.box_fc_entry_btns li,
  div.box_fc_entry_btns li a {
    width: 100% !important;
  }

  body#page_fanclub p[class^="btn_"] a,
  body#page_fanclub li[class^="btn_"] a {
    height: auto;
  }

  body#page_fanclub li.btn_fc_members_card a {
    height: auto;
  }

  body#page_fanclub li.btn_fc_members_card br {
    display: none;
  }


  body#page_fanclub .btn_fc_entry a {
  	padding: 1.5em;
  	display: block;
  }

  div.box_fc_entry_btns li a {
    border-radius: 8px !important;
  }

  #box_fc_inquiry h3 {
    font-size: 1.5rem;
  }

  #box_fc_inquiry p.telfax {
    /*font-size: 3.2rem;*/
    font-size: 5vw;
    /* 16px */
    margin-top: 1.4em;
    text-align: center;
  }

  #box_fc_inquiry p.telfax strong {
    font-size: 1.5em;
  }

  #box_fc_inquiry p.telfax strong:nth-child(1) {
    margin-right: 0;
  }


  /* box inquiry */

  #box_fc_inquiry {
    margin-top: 36px !important;
  }

  body#page_fanclub p.btn_fc_inquiry {
    /*width: 85%;*/
    width: 100%;
    margin-top: 6vw;
  }

body#page_fanclub p[class^="btn_"]:not(.btn_expand):not(.btn_close) a,
body#page_fanclub li[class^="btn_"] a {
    max-width: 95%;
    padding: 1.2em 1em 1.2em 1.5em;
	line-height: 1.2;
  }




  /* home info */

  #box_fc_home_info {
    margin-top: 4em;
	padding-bottom: 6em;
  }

  /* price category */

  #box_fc_home_categories {
    padding-top: 48px;
    padding-bottom: 20px;
  }



  /*  */

  /*ul#list_all_benefits {
    height: auto;
    width: 96%;
    margin: 0 auto;
    }
    
    #wrapper ul#list_all_benefits li {
    position: relative;
    width: 100%;
    margin-left: 0;
    
    top: auto;
    }*/


  /*==== 特典2021 ====*/

  body#page_fanclub main {
    width: 100%;
  }


  div.box_category>.inner,
  main#fc_benefit secion#sec_benefit_table>.inner {
    width: 88vw;
  }




  body#page_fanclub #fc_header {
    width: 88vw;
    margin: 0 auto;
    padding: 32px 0 32px 0;
  }

  #fc_header>.inner {
    width: 100%;
  }


  body#page_fanclub #fc_header h2 {
    font-size: 6vw;
    line-height: 1.6;
    /* 16px */
  }



  body#page_fanclub #fc_header h2:after {
    right: 0em;
    top: -1.5em;
  }


  body#page_fanclub #fc_benefit div#fc_header p.photo_img {
    position: relative;
    right: auto;
    top: auto;
    width: 280px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
  }

  body#page_fanclub #fc_benefit div#fc_header p.photo_img img {
    position: relative;
    margin-left: -3vw;
  }



  body#page_fanclub #fc_header h2+p+p {
    line-height: 1.8;
    width: 100%;
    font-size: 1.5rem !important;
  }

  body#page_fanclub #fc_header h2+p+p br {
    display: none;
  }


  div.box_category:nth-of-type(1) {
    padding-top: 90px;
  }


  main#fc_benefit>h3 {
    width: 88vw;
    font-size: 1.6rem;
    line-height: 1;
  }


  main#fc_benefit>h3>span {
    padding: 1em 20px 1.3em 45px;
    position: relative;
    z-index: 0;
  }

  main#fc_benefit>h3 span.en {
    font-size: 2.8rem;
    margin-bottom: 0.2em;
  }


  main#fc_benefit>h3>span::after {
    width: 100px;
    height: 75px;
    top: 30px;
    left: -18px;
  }

  div.box_category>.inner>h4 {
    font-size: 2rem;
    text-align: center;
  }

  div.box_category>.inner>h4>span {
    padding: 0.5em 2em 0.4em 2em;
    line-height: 1.2;
  }


  div.box_category {
    padding: 48px 0 48px 0;
  }

  div.box_category>.inner>ul {
    display: block;

    padding-top: 0;

  }

  div.box_category>.inner>ul>li {
    width: 100% !important;
  }

  .box_category figure {
    max-width: 100%;
  }


  div.box_category li>h5,
  div.box_category li>.inner {
    padding: 18px;
  }


  div.box_category li>.inner {
    padding-top: 6px;

  }


  div.box_category>.inner>ul>li.checkin_history h5>span.link {
    margin-left: 0;
    display: block;
    padding-top: 0.6em;
    text-align: right;
  }




  /* MORE */

  #sec_benefit_list div.inner.more {
    width: 88vw;
  }

  #sec_benefit_list div.inner.more h5 {
    font-size: 5.2rem;
  }

  #sec_benefit_list div.inner.more h5+p {
    font-size: 1.6rem;
  }


  ul.btns_2.center {
    display: block;
    margin-top: 32px;
  }

  ul.btns_2.center li {
    width: 90%;
    margin: 18px auto 0 auto !important;
  }


  /* table */

  main#fc_benefit section>.inner {
    width: 86vw;
  }


  #sec_benefit_table table {
    margin-bottom: 0;
  }

  #sec_benefit_table h3 {
    font-size: 1.5rem;
    padding: 0.6em 0 0.6em 80px;
    line-height: 1.4;
  }

  #sec_benefit_table h3 .mascot {
    top: 0px;
    left: -12px;
    width: 110px;
    height: auto;
    overflow: hidden;
  }


  #sec_benefit_table h3 strong {
    font-size: 2rem;
  }

  div.box_sp_scroll {
    height: auto;
    overflow: auto;
    margin: 0 auto 0 auto;
    background-color: #e5e5e5;
  }


  #sec_benefit_table table th,
  #sec_benefit_table table td {
    font-size: 1.3rem;
    line-height: 1.2;

  }

  #sec_benefit_table table thead th {
    font-size: 1.4rem;
  }

  #sec_benefit_table table tbody th {
    font-size: 1.4rem;
    width: 30%;
    padding-left: 0.5em;
    line-height: 1.2;
  }






  /*==== /特典2021 ====*/


  /* ==== 会員証について ==== */

  body#page_fanclub #fc_header {
    padding-top: 0;
    padding-bottom: 20px !important;
  }


  body#page_fanclub div#fc_header p.photo_img {
    position: relative;
    right: 10px;
    top: 0;
    width: 280px;
    margin-left: auto;
  }



  main#fc_etkts .box_note,
  main#fc_etkts .box_note_strong {
    padding: 18px;
    padding-top: 20px;
  }

  main#fc_etkts .box_note_strong h4 {
    font-size: 1.5rem;
    width: 100%;
  }


  main#fc_etkts .box_note_strong>.inner {
    width: 100%;
  }

  main#fc_etkts .box_note_strong img.wallet {
    right: auto;
    left: 50%;
    top: auto;
    bottom: 13vw;
    width: 30vw;
    height: auto;
    margin: -15vw;
  }

  main#fc_etkts .box_note_strong p:nth-of-type(1) {
    width: 100%;
    line-height: 2 !important;
    padding-bottom: 35vw;
    position: relative;
  }


  main#fc_etkts .box_note_strong dt {
    width: 100%;
  }

  main#fc_etkts figure.w80p img {
    width: 100%;
  }


  main#fc_etkts ul.note.w80p {
    width: auto;
  }

  div.box_border_blue.w80p {
    width: 100%;
  }

  div.box_border_blue {
    margin-top: 30px;
    border: 5px solid #22b6fe;
    padding: 24px;
    margin: 40px auto 0 auto;
  }


  div.box_border_blue>h5 {
    font-size: 1.6rem;
  }

  main#fc_etkts section figure ul {
    display: block;
  }

  main[id^='fc_'] section h3 {
    font-size: 2rem;
    line-height: 1.4;
    margin-top: 2.5em;
  }

  body#page_fanclub p[class^="btn_"],
  body#page_fanclub li[class^="btn_"] {
    line-height: 1.3;
    font-size: 4.375vw;

  }

  main#fc_etkts section>dl.tbl {
    margin-top: 24px;
    font-size: 1.6rem;
  }

  main#fc_etkts .box_note,
  main#fc_etkts .box_note_strong {
    padding: 20px;
    padding-top: 10px;

  }


  main[id^='fc_'] section>p {
    line-height: 1.8 !important;
  }


  main#fc_etkts div.box_notice_huge {
    padding: 18px;
  }

  main#fc_etkts div.box_notice_huge h4 {
    font-size: 1.8rem;
  }

  main#fc_etkts section figure ul li img {
    height: auto;
    width: auto;
    margin-top: 16px;
  }

  /* ==== /会員証について ==== */


  /*===== よくある質問 ====*/

  #fc_etkts .nav_anchor {
    font-size: 1.4rem;
    justify-content: center;
  }

  #fc_etkts .nav_anchor li a {
    padding: 1em 1.5em 0.8em 1.5em;
  }



  /* 問い合わせボックス */

  div.box_jid_contact {
    margin: 32px auto 0 auto;
    border-width: 8px;
    max-width: 340px;
  }


  div.box_jid_contact>h5 {
    font-size: 1.6rem;
    text-align: center;
  }

  div.box_jid_contact>.inner {
    padding: 16px;
  }

  div.box_jid_contact h6 {
    font-size: 1.5rem;
    text-align: center;
  }

  div.box_jid_contact dl {
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  div.box_jid_contact dt.time {
    width: 7.5em;
  }

  div.box_jid_contact dt.time+dd {
    width: 8.5em;
  }

  div.box_jid_contact dt.tel,
  div.box_jid_contact dt.tel+dd {
    font-size: 3.1rem;
    margin-top: 4px;
  }

  div.box_jid_contact dt.tel+dd {
    margin-right: 0;
  }


  div.box_jid_contact dt.mail,
  div.box_jid_contact dt.mail+dd {
    font-size: 1.4rem;
  }

  /* 既存のボタン調整 */

  div.box_fc_entry_2btns ul {
    display: block;
    text-align: center;
  }

  div.box_fc_entry_2btns ul>li {
    width: 80%;
    line-height: 1.3 !important;
  }


  body#page_fanclub p.btn_more a,
  body#page_fanclub p.btn_fc_inquiry a,
  body#page_fanclub p.btn_benefits_compare a,
  body#page_fanclub p.btn_fc_detail a {
    width: 100%;
    margin: 0 auto;
  }

  /* 220930 */


  li.azzurro_nero .inner .txt {
    display: block;
  }

  li.azzurro_nero .inner .txt p {
    margin-bottom: 1em;
  }

  /* 231107 */

  #fig_ticket_jr {
    margin-top: 0;
    padding-bottom: 5vw;
  }

  .box_category img[src$="fig_ticket_jr_01.png"] {
    max-width: inherit;
  }

  img[src$="fig_ticket_jr_02.png"] {
    width: 70%;
  }

}


/* box_inquiry_thanks */

#box_inquiry_thanks {}

#box_inquiry_thanks h4 {
  font-size: 1.8rem;
  margin-bottom: 0.4em;
}

#box_inquiry_thanks p {
  font-size: 1.6rem;
  line-height: 1.6;
}

#box_inquiry_thanks+div.btns {
  text-align: center;
  margin-top: 5em;
  display: flex;
  justify-content: center;
  align-items: center;
  /*gap:2em;*/
}






/*  */