@charset "UTF-8";

.img-half{
  zoom: 0.5;
}
.img-center{
  margin-left: auto;
  margin-right: auto;
}
.color-pink { color: #F53D7E; }
.link-text-arrow:after{
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #F53D7E;
  margin-left: 5px;
}
@media all and (min-width: 768px) {
.w-pc-80{
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
}


.wrap-obi{
    background: url(/membership/img/bnr_membership_renew.jpg) center top repeat-x;
    background-size: 500px;
    padding: 0;
    line-height: 1;
    text-align: center;
}
.wrap-obi a{
    display: block;
}
.wrap-obi img{
  width: 100%;
  max-width: 500px !important;
  height: auto;
  margin: 0 auto;
}



/* #sidebar
-------------------------------------- */

#sidebar .listWrap { margin-bottom: 30px; border-radius: 5px; overflow: hidden; }
#sidebar .listWrap .tit { padding: 11px 0 10px; font-size: 14px; text-align: center; color: #fff; font-weight: bold; background: #F53D7E; }
#sidebar .listWrap .list {
  padding: 18px;
  list-style: none;
  background: #fff;
}
#sidebar .listWrap .list .item + .item{
  margin-top: 20px;
}
#sidebar .listWrap .list .item a{
  display: block;
  position: relative;
  padding: 5px 0 5px 24px;
  color: #333;
  font-size: 14px;
}
#sidebar .listWrap .list .item a:before{
  position: absolute;
  top: 50%;
  left: 0;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #F53D7E;
  transform: translate(0 , -50%);
}
#sidebar .register { margin-bottom: 20px; }
#sidebar .register:last-child { margin-bottom: 0; }
#sidebar .register .add a { margin-bottom: 10px; padding: 15px 0 13px; text-align: center; font-size: 18px; font-weight: bold; background: #fff; border-radius: 5px; }
#sidebar .register .add01 a { color: #F53D7E; border: 1px solid #F53D7E;display:block; }
#sidebar .register .add02 a { color: #1DCD00; border: 1px solid #1DCD00;display:block; }
#sidebar .register .txt { color: #333; font-size: 13px;}
@media all and (min-width: 768px) {
  #sidebar .listWrap .list .item + .item{
    margin-top: 10px;
  }
  #sidebar .inner { padding: 0 0 0 10px; }
  #sidebar .listWrap { margin-bottom: 20px; }
  #sidebar .listWrap .list { padding: 18px 15px; }
  #sidebar .register { margin-bottom: 28px; }
  #sidebar .register .add { margin-bottom: 10px; }
}
@media all and (min-width: 992px) {
  #sidebar .inner { padding: 0 0 0 30px; }
}


/*  ページタイトル
================================================== */
#Hero{
  background: #fafafa;
  padding: 50px 0 30px 0;
  color: #666;
}
.mainTit {
  color:#333;
  text-align: center;
  letter-spacing: 0.02em;
  font-family: TsukuARdGothic-Regular, "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", HG丸ｺﾞｼｯｸM-PRO, HGMaruGothicMPRO, sans-serif;
  font-weight: normal;
  line-height: 1.4;
}
.mainTit span {
  position: relative;
  display: inline-block;
  font-size: 24px;
}
.mainTit span:after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 141px;
  height: 3px;
  content: "";
  background: url(/membership/img/bg_dot01.png) 0 0 no-repeat;
}
.mainTit + p{
  margin-top: 40px;
  text-align: center;
  line-height: 1.6;
}
@media all and (min-width: 768px) {
  .mainTit span { font-size: 30px; }
  .mainTit span:after { width: 533px; }
}




.title-pagesub-01{
  text-align: center;
  font-size: 20px;
  margin:0 auto 30px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  font-weight: 900;
  line-height: 1.6;
}
.title-pagesub-01 span{
    padding: 0 20px;
}
.title-pagesub-01:before,
.title-pagesub-01:after{
    content: "";
    display: inline-block;
    width: 3px;
    height: 24px;
    background: #F2D12E;
    border-radius: 2px;
}
.title-pagesub-01:before{
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
}
.title-pagesub-01:after{
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}
.title-pagesub-02{
  text-align: center;
  font-size: 20px;
  margin:0 auto 30px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  font-weight: 900;
  line-height: 1.6;
}
.title-pagesub-02 span{
    padding: 0 10px;
}
.title-pagesub-02:before,
.title-pagesub-02:after{
    content: "●";
    color: #EB6D9A;
    display: inline-block;
}

.btn-pink-01{
  display: inline-block;
  padding: 15px 15px;
  border: 1px solid #F53D7E;
  text-align: center;
  border-radius: 4px;
  color: #F53D7E;
  font-weight: 700;
  background: #fff;
  cursor: pointer;
  font-size: 16px;
}
.btn-pink-01.btn-big{
  border: 3px solid #F53D7E;
  font-size: 18px;
}
.btn-pink-01:hover{
  opacity: 0.5;
  color: #F53D7E;
  text-decoration: none;
}
.btn-line{
  display: inline-block;
  padding: 15px 15px;
  border: 1px solid #1DCD00;
  text-align: center;
  border-radius: 4px;
  color: #1DCD00;
  font-weight: 700;
  background: #fff;
  cursor: pointer;
  font-size: 16px;
}
.btn-line.btn-big{
  border: 3px solid #1DCD00;
  font-size: 18px;
}
.btn-line:hover{
  opacity: 0.5;
  color: #1DCD00;
  text-decoration: none;
}
.btn-off-01{
  background: #ccc;
  color: #666;
  padding: 10px 10px;
  text-align: center;
  border-radius: 4px;
  font-weight: 700;
  cursor: pointer;
  font-size: 14px;
}
.btn-line-01{
  background:#00b900;
  display: block;
  width: 100%;
  max-width: 200px;
  border-radius: 4px;
  text-align: center;
  padding:5px 10px;
  margin:0 auto;
}
.ul-kome{
}
.ul-kome + ul{
  margin-top: 15px;
}
.ul-kome li{
  font-size: 14px;
  padding-left: 20px;
  position: relative;
}
.ul-kome li:before{
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.ul-kome li + li{
  margin-top: 10px;
}
.ul-kuromaru{  
}
.ul-kuromaru + ul{
  margin-top: 15px;
}
.ul-kuromaru li{
  font-size: 14px;
  padding-left: 20px;
  position: relative;
}
.ul-kuromaru > li:before{
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
}
.ul-kuromaru li + li{
  margin-top: 10px;
}
.ul-maru-small{  
}
.ul-maru-small + ul{
  margin-top: 15px;
}
.ul-maru-small li{
  font-size: 14px;
  padding-left: 20px;
  position: relative;
}
.ul-maru-small li:before{
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.ol-step{
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
.ol-step + ul{
  margin-top: 5px;
}
.ol-step li{
  font-size: 14px;
  padding-left: 20px;
  position: relative;
}
.ol-step li + li{
  margin-top: 10px;
}
.ol-step li:before {
  counter-increment: item;
  content: counter(item)'.';
  font-weight: bold;
  color: #F871A1;
  position: absolute;
  top: 0;
  left: 0;
}
.dl-sample{
}
.dl-sample dt{
  padding: 5px;
  text-align: center;
  background: #FFF4F4;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.dl-sample dd{
  font-size: 14px;
  line-height: 1.6;
}
@media all and (min-width: 768px) {
.btn-line-01{
  margin:0;
}
}



/*  トップだけの設定
================================================== */

.wrap-point{
  background: #fafafa;
  border-radius: 4px;
  padding: 30px 20px 20px;
  margin: 30px auto;
  width: 100%;
  max-width: 800px;
}
.ul-point{
  width: 100%;
  max-width: 550px;
  margin: 0 auto 30px;
}
.label-pointnum{
  display: inline-block;
  background: #E4007F;
  border: solid 3px #333;
  border-radius: 100px;
  color: #fff;
  line-height: 1;
  padding: 4px 10px;
  font-size: 80%;
  font-weight: bold;
  width: 90px;
  text-align: center;
  position: absolute;
  top: -2px;
  left: 0;
}
.ul-point > li{
  position: relative;
}
.ul-point > li a{
  color: #333;
}
.ul-point > li + li{
  margin-top: 20px;
}
.ul-point > li b{
  display: block;
  width: calc(100% - 100px);
  margin: 0 0 0 auto;
}
.ul-point > li small{
  font-size: inherit;
  color: #E4007F;
}
.wrap-premier-urawaza{
  background: #fff5f9;
  border-radius: 4px;
  padding: 20px 20px;
  margin: 30px auto 0px;
  width: 100%;
  max-width: 515px;
  position: relative;
}
.wrap-premier-urawaza:before {
  border: 30px solid transparent;
  border-bottom: 30px solid #fff5f9;
  left: 50%;
  content: "";
  display: block;
  top: -50px;
  position: absolute;
  transform: translate(-50% , 0);
}
.ul-point > li .register .add02 a {
    color: #1DCD00;
    border: 1px solid #1DCD00;
    display: block;
    margin:10px auto 10px;
    padding: 15px 0 13px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    background: #fff;
    border-radius: 5px;
}
.ul-point > li .register .add02 + p{
  font-size: 14px !important;
}

.card-membercontents{
  display: block;
  box-shadow: 0 0 6px rgb(0 0 0 / 16%);
  padding: 20px;
  text-decoration: none;
  color: #666;
  margin-top: 10px;
  margin-bottom: 10px;
}
.card-membercontents:hover{
  text-decoration: none;
  background: #fff5f9;
  color: #666;
}
.dl-membercontents{
  margin: 0;
  padding: 0;
}
.dl-membercontents dt{
  text-align: center;
  font-size: 18px;
  margin-bottom: 10px;
}
.dl-membercontents dt span{
  display: block;
  width: 100%;
  font-size: 14px;
  margin-bottom: 30px;
  padding-bottom: 5px;
  border-bottom: 2px solid #E4007F;
}
.dl-membercontents dd{
  font-size: 14px;
  text-align: left;
}
.ul-match{
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.ul-match > li{
  width: 20%;
  padding: 10px 10px;
}
@media all and (min-width: 768px) {
.card-membercontents{
  margin-top: 20px;
  margin-bottom: 20px;
}
.dl-membercontents dt{
  font-size: 24px;
}
}



/*  規約とかの表形式
================================================== */

.table-basic_layout{
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.table-basic_layout th,
.table-basic_layout td{
  padding: 10px 0 10px 0;
  line-height: 1.6;
  box-sizing: border-box;
  display: block;
  width: 100%;
  font-size: 14px;
}
.table-basic_layout th{
  background: #fcf2f5;
  vertical-align: middle;
  border-bottom: none;
}
.table-basic_layout th{
  padding: 10px 10px;
}
.table-basic_layout ol{
  margin:12px 0;
  padding-left: 16px;
}
.table-basic_layout td ol:last-child{
  margin-bottom: 0;
}
.table-basic_layout ol li{
  list-style-type: decimal;
  margin-bottom: 5px;
}
.table-basic_layout ol li:last-child{
  margin-bottom: 0;
}
.table-basic_layout ol li ol{
  margin-bottom: 10px !important;
}
.table-basic_layout ol ul{
  margin:10px 0;
}
.table-basic_layout ol ul li{
  list-style: none;
}

.list_basic_number{
  margin:10px 0;
  padding-left: 16px;
}
.list_basic_number li{
  list-style-type: decimal;
  margin-bottom: 5px;
}
.list_basic_number li:last-child{
  margin-bottom: 0;
}
.list_basic_number li ol{
  margin: 10px 0;
  padding-left: 16px;
}
.list_basic_number li ol li{
  list-style-type: decimal;
  margin-bottom: 5px;
}
@media all and (min-width: 1024px) {
.table-basic_layout{
  border-top: 1px dotted #ccc;
}
.table-basic_layout th{
  width: 26%;
  vertical-align: top;
}
.table-basic_layout th,
.table-basic_layout td{
  padding: 20px 30px;
  display: table-cell;
  border-bottom: 1px dotted #ccc;
}
}


/*  規約とかの表形式で追加調整（数字リスト）
================================================== */
.table-basic_layout ol.ol-bracket li {
	list-style-type: none;
	text-indent: -1.3rem;
	margin-left: 0.3rem;
} 
.ol-bracket li {
	list-style-type: none;
	counter-increment: cnt;
}
.ol-bracket li:before {
	content: '('counter(cnt)')';
}
/*  ローカルナビ
================================================== */

.ul-localnav{
  display: flex;
  width: 100%;
  margin-bottom: 40px;
}
.ul-localnav li{
  display: flex;
  width: 100%;
  padding: 0 3px;
}
.ul-localnav li a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #F871A1;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 20px 10px;
  border-radius: 4px;
  font-size: 14px;
}
.ul-localnav li a:hover{
  opacity: 0.5;
  text-decoration: none;
}
@media all and (min-width: 768px) {
.ul-localnav li{
  padding: 0 5px;
}
}




#Contents{
  background: #fafafa;
  padding-bottom: 100px;
  color: #1C1C1C;
}
.inner-main{
  background: #fff;
  padding: 40px 20px;
}
.inner-main + .inner-main{
  margin-top: 100px;
}
@media all and (min-width: 768px) {
	.inner-main{
		padding: 50px 30px;
	}
}
.box-section + .box-section{
  margin-top: 50px;
}
.box-header{
  margin-bottom: 40px;
  text-align: center;
}
.box-header p{
  margin-top: 10px;
  line-height: 1.6;
  font-size: 14px;
}
.box-header p + p{
  margin-top: 5px;
}
.title-pagemain{
  font-size: 24px;
  font-weight: 900;
  line-height: 1.6;
}
img + .title-pagemain{
  margin-top: 20px;
}
.title-pagemain + img{
  margin-top: 20px;
  margin-bottom: 20px;
}
.title-pagemain.add-arrow{
  position: relative;
}
.title-pagemain.add-arrow:before{
  position: relative;
  border: 20px solid transparent;
  border-top: 20px solid #131218;
  left: 50%;
  content: "";
  display: block;
  bottom: -40px;
  transform: translate(-50% , 0);
}
@media all and (min-width: 768px) {
	.title-pagemain{
		font-size: 28px;
	}
}
.icon-rankblack{
  width: 40px;
  height: auto;
  display: inline-block;
  position: relative;
  top: -4px;
}
.box-basiclayout{}
.box-basiclayout + .box-basiclayout{
  margin-top: 60px;
}
@media all and (min-width: 768px) {
.box-section + .box-section{
  margin-top: 100px;
}
.box-header{
  margin-bottom: 60px;
}
.box-header p{
  font-size: 16px;
}
}


/*  ステップのレイアウト
================================================== */

.ul-stepwrap{
  counter-reset: item;
  list-style-type: none;
}
.ul-stepwrap > li{
  padding: 50px 20px 20px;
  position: relative;
  box-shadow: 0 0 6px rgb(0 0 0 / 16%);
  border-radius: 4px;
  overflow: hidden;
}
.ul-stepwrap.ver-otoku > li{
  padding: 60px 20px 20px;
}
.ul-stepwrap > li + li{
  margin-top: 20px;
}
.ul-stepwrap > li:before {
  counter-increment: item;
  content: 'STEP 'counter(item);
  font-weight: bold;
  background: #F871A1;
  position: absolute;
  display: block;
  color: #fff;
  top: 0;
  left: 0;
  font-size: 13px;
  width:100%;
  text-align: center;
  padding: 5px;
}
.ul-stepwrap.ver-otoku > li:before {
  counter-increment: item;
  content: 'お得 'counter(item);
  font-size: 18px;
}




/*  特典関連のパーツ
================================================== */

.wrap-title-feature{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.wrap-title-feature img{
  width: 100%;
  max-width: 70px;
}
.title-feature{
  width: 100%;
  padding: 0 0 0 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
}
.lead-featuremain{
  font-size: 16px;
  line-height: 1.6;
  font-weight: bold;
}
.lead-featuremain + *{
  margin-top: 5px;
}
@media all and (min-width: 768px) {
.wrap-title-feature img{
  max-width: 100px;
}
.title-feature{
  padding: 0 0 0 30px;
  font-size: 24px;
}
.lead-featuremain{
  font-size: 18px;
}
.lead-featuremain + *{
  margin-top: 10px;
}
}



/*  プレミア関連のパーツ
================================================== */
.lead-premier{
  border-top: 4px solid #F871A1;
  border-bottom: 4px solid #F871A1;
  padding: 10px 5px;
  text-align: center;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 15px;
}
.tbl-01 { margin-top: 30px; font-size: 14px; line-height: 1.86; }
.tbl-01 th, .tbl-01 td { border-top: 1px dotted #ccc;display: block;width: 100%; }
.tbl-01 th { box-sizing: border-box; padding: 23px 8px; background: #FCF2F5; font-weight: 500; }
.tbl-01 td { vertical-align: middle; }
.tbl-01 td p{ font-size: 14px; }
.tbl-01 em { font-style: normal; font-weight: 700; }
.tbl-01 .txt { margin-top: 25px; }
.tbl-01 .txt dt { padding-left: 1em; text-indent: -1em; font-weight: 700; }
.tbl-01 .month span {
    display: inline-block;
    margin-left: 10px;
    padding: 1px 5px;
    background: #F871A1;
    color: #fff;
    text-align: center;
}
.tbl-01 .month { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-weight: 700; }
.tbl-01 .month + .month { margin-top: 3px; }
.tbl-01 .month span { display: inline-block; margin-left: 10px; padding: 1px 5px; background: #F871A1; color: #fff; text-align: center; }
.tbl-01 .link{text-align: right;}
.tbl-01 .link a {
  position: relative;
  display: inline-block;
  color: #333;
}
.tbl-01 .link a:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
  color: #F53D7E;
}
@media all and (min-width: 768px) {
  .tbl-01 { margin-top: 70px; line-height: 1.73; }
  .tbl-01 th, .tbl-01 td { display: table-cell; }
  .tbl-01 th { width: 30%; padding: 10px 8px; font-weight: 700; text-align: center;vertical-align: middle; }
  .tbl-01 tr:first-child th { vertical-align: middle; }
  .tbl-01 td { padding: 7px 30px; }
  .tbl-01 .txt { margin-top: 30px; }
  .tbl-01 .txt dt { padding-bottom: 8px; }
  .tbl-01 .month span {
    margin-left: 10px;
    padding: 1px 13px;
  }
  .tbl-01 .month { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; margin-right: 18px; }
  .tbl-01 .month span { margin-left: 10px; padding: 1px 13px; }
  .tbl-01 .link a { display: inline-block; }
  .tbl-01 .link a:before { top: 7px; }
}




.wrap-agency{
  width: 100%;
  max-width:1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  padding: 30px 25px;
  background: #fff;
  color: #333;
  border-radius: 5px;
  box-shadow: 0 0 8px rgb(0 0 0 / 10%);
}
.btn-other{
  padding: 12px 18px 10px;
  font-size: 16px;
  text-align: center;
  color: #3662d8;
  font-weight: bold;
  border: 1px solid #3662d8;
  background: #fff;
  border-radius: 5px;
  display: inline-block;
}
.btn-other:hover{
  text-decoration: none;
}
.dl-txt-agency dt{
  margin-bottom: 12px;
  font-size: 20px;
  color: #333;
}
.dl-txt-agency dd + dd{
  margin-top: 12px;
}
.list-agencytag{
  display: flex;
  margin-top: 6px;
}
.list-agencytag li{
  background: #3662d8;
  color: #fff;
  padding: 4px 6px 2px;
  font-weight: normal;
  margin-right: 6px;
  font-size: 14px;
  letter-spacing: 1px;
  text-align: center;
}
@media all and (max-width:768px) {
.wrap-agency{
  width: 96%;
  margin-top: 12px;
}
.dl-txt-agency{
  margin-top: 24px;
}
.dl-txt-agency dt{
  font-size: 17px;
  text-align: center;
}
.dl-txt-agency dd{
  font-size: 12px;
}
.list-agencytag li{
  font-size: 13px;
}
}





/*  モーダル
================================================== */

.modal-header{
  background: #333;
  position: relative;
}
.modal-title{
  color: #fff;
  display: block;
  width: 100%;
}
.modal-header .close{
  color: #fff;
  opacity: 1;
  transform: translate(-50% , 0);
  position: absolute;
  top: 50%;
  right: 20px;
  padding: 0;
}





.tbl-binhenkou{
  border-top: 1px solid #cdcdcd;
  border-left: 1px solid #cdcdcd;
  width: 100%;
}
.tbl-binhenkou th,
.tbl-binhenkou td{
  border-bottom: 1px solid #cdcdcd;
  border-right: 1px solid #cdcdcd;
  padding: 10px;
  width: 35%;
  font-size: 13px;
  text-align: center;
}
.tbl-binhenkou th.td-kijun,
.tbl-binhenkou td.td-kijun{
  width: 30%;
  background: #FFF4F4
}
.tbl-binhenkou th{
  background-color: #f7f7f7;
  color: #333;
}





#faq-accordion .card{
  border: none;
}
#faq-accordion .card + .card{
  margin-top: 24px;
}
#faq-accordion .num-label{
  background: none;
  font-size: 36px;
  width: auto;
  padding: 0;
  color: #000000;
  position: absolute;
  top: 50%;
  left: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-right: 30px;
}
#faq-accordion .card-header{
  border: none;
}
#faq-accordion .card-header button{
  padding: 30px 10px;
  position: relative;
  width: 100%;
  text-align: left;
  cursor: pointer;
  background: #fff;
  border: 1px solid #1c1c1c;
  border-radius: 4px;
}
#faq-accordion .card-header .faq-ttl{
  display: block;
  margin-left: 0;
  padding-left: 64px;
  padding-right: 48px;
  font-size: 15px;
  font-weight: 400;
  color: #343333;
}
#faq-accordion .card-header button:before{
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  font-weight: 900;
  width: 24px;
  height: 24px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  background: #D8DBDF;
  color: #000;
}
#faq-accordion .card-header button.collapsed:before{
  content: "\f078";
  background: #000;
  color: #fff;
}
#faq-accordion .card-body{
  padding: 24px 24px 24px 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
span.answer{
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: #E4007F;
  padding: 8px 16px;
  margin-right: 8px;
  border-radius: 8px;
}
#faq-accordion .card-body p{
  font-size: 15px;
  line-height: 1.6;
}
#faq-accordion .card-body p span{
  font-size: 13px;
  display: block;
}
#faq-accordion .card-body p + p{
  margin-top: 20px;
}

@media (min-width:768px) {
  #faq-accordion .card + .card{
    margin-top: 36px;
  }
  #faq-accordion .card-header button{
    padding: 30px 60px;
  }
  #faq-accordion .num-label{
    left: 30px;
    margin-right: 20px;
  }
  #faq-accordion .card-header .faq-ttl{
    font-size: 18px;
    padding-left: 60px;
    padding-right: 20px;
  }
  #faq-accordion .card-header button:before{
    width: 50px;
    height: 50px;
  }
  #faq-accordion .card-body{
    padding: 24px 24px 24px 32px;
  }
  span.answer{
    margin-right: 36px;
  }
  #faq-accordion .card-body p{
    font-size: 16px;
  }
  #faq-accordion .card-body p span{
    font-size: 14px;
  }
}




.wrap-optionselect + .wrap-optionselect{
  margin-top: 30px;
}
.box-optionselect{
  border: solid 3px #1C1C1C;
  color: #1C1C1C;
}
.header-optionselect{
  position: relative;
}
.header-optionselect p{
  background: #cccc;
  padding: 15px 20px 15px 170px;
  font-weight: bold;
  color: #1C1C1C;
  font-size: 20px;
  width: 100%;
}
.option-discount .header-optionselect p{
  background: #6DD6EB !important;
}
.option-free .header-optionselect p{
  background: #6DEB8A !important;
}
.option-present .header-optionselect p{
  background: #EBC56D !important;
}
.other-label{
  padding: 4px 15px;
  text-align: center;
  background: #fff;
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  border-radius: 100px;
  line-height: 1;
}

.header-optionselect img{
  width: 102px;
  float: left;
  margin-left: 40px;
  margin-top: -1px;
}
.body-optionselect{
  padding: 20px;
}
.dl-option{
}
.dl-option dt{
  padding: 6px 15px;
  text-align: center;
  background: #333;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px;
  display: inline-block;
  border-radius: 100px;
  line-height: 1;
}
.dl-option dd{
  font-size: 14px;
  line-height: 1.6;
}
@media all and (max-width:992px) {
.header-optionselect p{
  padding: 10px 10px 10px 140px;
}
.header-optionselect img{
  margin-left: 20px;
}
}
@media all and (max-width:768px) {
.header-optionselect p{
  padding: 10px 10px 10px 70px;
  font-size: 16px;
}
.header-optionselect img{
  width: 50px;
  margin-left: 10px;
}
}



.dl-pre-osusume{
  border: solid 5px #1C1C1C;
  padding: 15px;
  border-radius: 10px;
}
.dl-pre-osusume dt{
  text-align: center;
  margin-bottom: 5px;
}
@media all and (max-width:768px) {
.dl-pre-osusume{
  border: solid 3px #1C1C1C;
  padding: 10px;
  margin-bottom: 10px;
}
.dl-pre-osusume dt{
  font-size: 14px;
}
}



/*  会員リニューアルより
================================================== */
#global_navi,
#rankup,
#coupon,
#benefits {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #121212;
	font-size: 16px;
	line-height: 1.618;
	padding: 0;
}
a,a > *{
	transition: 0.24s ease;
}
.tx_pink{
	color: #E4007F;
}
.btn:hover,
.btn:focus,
button:focus{
	color: #ffffff;
	outline: none;
	background: #F53D7E;
}
ul,ol,li{
	list-style-type: none;
}

#main_visual{
	padding: 48px 0;
}
/*h1{
	position: relative;
	display: table;
	margin: 0 auto;
	padding: 0 24px 24px;
	text-align: center;
}
h1:after{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 5px;
	left: 0;
	bottom: 0;
	background: url(/static/img/membership/renewal/title_border.svg) 50% 0% repeat-x;
	background-size: contain;
}
h1 img{
	display: block;
	margin: 0 auto 16px;
}
h1 span{
	font-size: 24px;
	line-height: 32px;
	display: block;
	font-weight: bold;
}
h1 + .heading{
	margin-top: 24px;
	font-size: 16px;
	padding: 0 16px;
}*/
#global_navi li{
	margin: 0 0 2px;
	width: 100%;
}
#global_navi li a{
	display: block;
	width: 100%;
	text-align: center;
	background: #1C1C1C;
	color: #fff;
	padding: 16px 1em;
	position: relative;
	font-size: 16px;
}
#global_navi li a i{
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translateY(-50%);
}
#global_navi li a:hover{
	text-decoration: none;
	background: #E4007F;
}
#global_navi li a:hover i{
	transform: translateY(-40%);
}
.contents{
	padding: 48px 0 64px;
	background: #fff;
}
.bg_f5{
	background: #f5f5f5;
}
.bg_fa{
	background: #fafafa;
}
.w_hands{
	position: relative;
	display: table;
	margin: 120px auto 32px;
	font-size: 18px;
	font-weight: bold;
}
.w_hands:before,
.w_hands:after{
	content: "";
	display: block;
	position: absolute;
	width: 21px;
	height: 32px;
	top: 50%;
	transform: translateY(-50%);
}
.w_hands:before{
	background: url(/static/img/membership/hand_l.svg) 50% 50% no-repeat;
	background-size: contain;
	left: -2em;
}
.w_hands:after{
	background: url(/static/img/membership/hand_r.svg) 50% 50% no-repeat;
	background-size: contain;
	right: -2em;
}
.w_hands img{
	display: block;
	position: absolute;
	width: auto;
	height: auto;
	top: 0;
	left: 50%;
	transform: translate(-50%, -100%);
	opacity: 0;
	transition: 0.4s ease 0.2s;
}
.w_hands.is_inview img{
	transform: translate(-50%, -150%);
	opacity: 1;
}
.w_hands i{
	display: block;
	position: absolute;
	width: 46px;
	height: 42px;
	background: url(/static/img/membership/flag.svg) 50% 50% no-repeat;
	background-size: contain;
	top: 0;
	left: 50%;
	transform: translate(-50%, -240%) rotate(45deg);
	transform-origin: bottom left;
	opacity: 0;
	transition: 0.4s ease 0.3s;
}
.w_hands.is_inview i{
	transform: translate(-50%, -240%) rotate(0deg);
	opacity: 1;
}
.w_hands + p{
	font-size: 14px;
}
.be_af_box{
	padding: 32px 0 0;
}
.be_af{
	display: table;
	margin: 0 auto;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.be_af img{
	display: block;
	margin: 0 auto 8px;
	padding: 8px 32px;
	height: 38px;
	width: auto;
	background: #E4007F;
	border-radius: 40px;
}
.be_af .small{
	font-weight: bold;
}
.rankup_before,.rankup_change{
	margin-bottom: 32px;
}
.rankup_change{
	opacity: 0;
}
.rankup_change.is_inview{
	animation: flash 1s 1s forwards;
}
@keyframes flash {
	0%{
		opacity: 0;
	}
	30%{
		opacity: 1;
	}
	70%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
.rankbox{
	position: relative;
	padding: 24px 0 0 8%;
	flex-direction: column;
}
.rankbox > img{
	position: absolute;
	top: 30px;
	left: 50%;
	transform: translateX(-50%);
}
.the_rank{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 14px;
	font-weight: bold;
	margin: 8px 0px;
	border: 2px solid #1c1c1c;
	width: max-content;
}
.the_rank dt{
	font-size: 14px;
	font-weight: bold;
	border-right: 2px solid #1c1c1c;
	padding: 6px;
	width: 88px;
	text-align: center;
}
.the_rank dt img{
	width: 35px;
	height: 35px;
	display: block;
	margin: 0 auto;
}
.the_rank dd{
	padding: 6px 12px;
	font-size: 14px;
	text-align: left;
}
.the_rank dd span{
	font-size: 20px;
}
.rank_white{
	background: #fff;
}
.rank_silver{
	background: #B7B7B7;
}
.rank_silver dd{
	padding: 6px 42px 6px 12px;
}
.rank_gold{
	background: #A99653;
	color: #fff;
}
.rank_gold dd{
	padding: 6px 74px 6px 12px;
}
.rank_platinum{
	background: #82A6A4;
	color: #fff;
}
.rank_platinum dd{
	padding: 6px 90px 6px 12px;
}
.rank_new{
	position: relative;
}
.rank_new:before{
	content: '';
	display: block;
	position: absolute;
	top: -8px;
	right: -20px;
	width: 40px;
	height: 40px;
	background: url(/static/img/membership/new_icn.png) 50% 50% no-repeat;
	background-size: contain;
}
.rankup_after .rankbox{
	flex-wrap: wrap;
	/*padding-top: 96px;*/
	padding-top: 0;
}

.coupon_box{
	margin-top: 138px;
}
.bus_img,.bus_img2{
	position: relative;
	padding-bottom: 24px;
}
.bus_img:before{
	content: '';
	position: absolute;
	display: block;
	background: url(/static/img/membership/fukidashi_1st.svg) 50% 50% no-repeat;
	background-size: contain;
	width: 150px;
	height: 100px;
	top: -100px;
	left: 50%;
	transform: translateX(-50%);
}
.bus_img2:before{
	content: '';
	position: absolute;
	display: block;
	background: url(/static/img/membership/fukidashi_2nd.svg) 50% 50% no-repeat;
	background-size: contain;
	width: 150px;
	height: 100px;
	top: -100px;
	left: 50%;
	transform: translateX(-50%);
}
.bus_img2:after{
	content: '';
	position: absolute;
	display: block;
	background: url(/static/img/membership/arrow_sp_v.svg) 50% 50% no-repeat;
	background-size: contain;
	width: 42px;
	height: 46px;
	bottom: -32px;
	left: 50%;
	transform: translateX(-50%);
}
.arrow_img{
	position: relative;
	padding-bottom: 48px;
}
.arrow_img.col-1:before{
	content: '';
	display: block;
	position: absolute;
	background: url(/static/img/membership/arrow_sp.svg) 50% 50% no-repeat;
	background-size: contain;
	width: 200%;
	height: 80px;
	left: -50%;
	bottom: 8px;
}
.arrow_img img{
	position: relative;
	transform: rotate(90deg);
}
.coupon_get img{
	margin-left: 4%;
}
.kome{
	position: relative;
	padding-left: 1em;
	font-size: 13px;
	text-align: left;
}
.kome:before{
	content: '※';
	position: absolute;
	top: 0;
	left: 0;
}
.benefits_links{
	margin-top: 24px;
}
.benefits_links p{
	font-weight: bold;
	font-size: 14px;
	position: relative;
	display: table;
	margin: 0 auto;
	padding-left: 1em;
	margin-bottom: 1em;
}
.benefits_links p:before{
	content: '\f101';
	display: block;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	color: #E4007F;
	top: 0;
	left: -0.5em;
}
.benefits_links p a{
	text-decoration: underline;
}
.benefits_grid{
	margin-top: 32px;
	display: grid;
	grid-gap: 24px 16px;
	grid-template-columns: 1fr 1fr;
}
.benefits_grid li{
	background: #fff;
	border: 1px solid #c1c1c1;
	padding: 8px 8px;
	font-weight: bold;
	font-size: 18px;
	position: relative;
	line-height: 1.2;
	min-height: 48px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.benefits_grid li img{
	width: auto;
	height: 26px;
	position: absolute;
	top: -14px;
	left: 50%;
	transform: translateX(-50%);
}
.benefits_grid li span{
	font-weight: bold;
}
.benefits_grid li.abolish{
	background: #b5b5b5;
}
.benefits_grid li.new_benefit{
	background: #F7ECB3;
	padding-top: 16px;
}
.benefits_grid li.taller{
	min-height: 104px;
}
.rankup_image{
	margin-top: 96px;
}
.rankup_image h4 span{
	position: relative;
	display: table;
	margin: 0 auto 16px;
	font-size: 18px;
}
.rankup_image h4 span:before,
.rankup_image h4 span:after{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1em;
	height: 1em;
	border-radius: 1em;
	background: #EB6D9A;
}
.rankup_image h4 span:before{
	left: -2em;
}
.rankup_image h4 span:after{

	right: -2em;
}
.rankup_image h4 + p{
	font-size: 14px;
}
.rankup_ex{
	margin-top: 24px;
}
.rankup_ex h4{
	font-size: 16px;
	display: table;
	margin: 0 auto 32px;
	padding: 10px 32px;
	background: #F2D12E;
	border: 2px solid #1c1c1c;
}
.rankup_chart > div{
	position: relative;
	padding-right: 33px;
	z-index: 1;
}
.rank_period{
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	font-size: 14px;
	font-weight: bold;
	writing-mode: vertical-rl;
	white-space: nowrap;
	margin: 0;
	line-height: 1em;
	background: #E4007F;
	color: #fff;
	padding: 20px 6px;
	border-radius: 20px;
}
.period_line{
	position: absolute;
	width: 5px;
	height: calc(100% - 12px);
	top: 40px;
	right: 10px;
	z-index: -1;
	background: #E4007F;
}
.period_line:before,
.period_line:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 5px;
	background: #E4007F;
}
.period_line:before{
	top: 0px;
	right: 0;
}
.period_line:after{
	bottom: 0px;
	right: 0;
}
.the_day{
	background: #E4007F;
	color: #fff;
	border: 3px solid #1c1c1c;
	border-radius: 8px;
	font-weight: bold;
	padding: 8px;
}
.the_day p{
	font-size: 18px;
	margin-bottom: 6px;
}
.the_day p:last-child{
	margin-bottom: 0px;
}
.the_day p span,.the_day p.your_rank{
	font-size: 14px;
	padding-left: 4px;
	line-height: 1;
}
.the_day p span.ml-1{
	font-size: 12px;
	display: block;
}
.the_day p.your_rank img{
	width: 29px;
	height: 29px;
	margin-right: 4px;
}
.chart_inner{
	display: grid;
	grid-template-columns: 1fr 136px;
}
.chart_text{
	padding-top: 72px;
	padding-bottom: 64px;
	position: relative;
	z-index: 2;
}
.you_got_silver{
	background: #F7ECB3;
	border: 3px solid #1c1c1c;
	border-radius: 8px;
	font-weight: bold;
	padding: 32px 8px 16px;
	position: relative;
}
.you_got_silver:before{
	content: '';
	display: block;
	position: absolute;
	width: 44px;
	height: 44px;
	background: url(/static/img/membership/willer_slv.png) 50% 50% no-repeat;
	background-size: contain;
	top: -22px;
	left: 8px;
}
.you_got_silver p{
	font-size: 14px;
	text-align: left;
	display: inline-block;
}
.you_got_silver .bg_white{
	background: #fff;
	font-size: 12px;
	padding: 4px 8px;
	margin-top: 8px;
}
.you_got_silver + .kome{
	font-size: 12px;
	font-weight: bold;
	margin-top: 8px;
	line-height: 1.3;
}
.comment{
	background: #fff;
	border: 3px solid #1c1c1c;
	border-radius: 8px;
	padding: 12px 8px;
	margin-top: 16px;
	position: relative;
}
.comment:before{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: 12px;
	right: -24px;
	border-style: solid;
	border-color: transparent transparent transparent #1c1c1c;
	border-width: 0 0 16px 24px;
}
.comment:after{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: 15px;
	right: -15px;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
	border-width: 0 0 10px 16px;
	z-index: 10;
}
.comment p{
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	display: inline-block;
}
.slv_days{
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 64px;
	height: 64px;
	background: #c1c1c1;
	border-radius: 32px;
	top: -40px;
	right: -114px;
}
.slv_days img{
	width: 56px;
	height: auto;
}
.bus_ride{
	position: relative;
	z-index: 1;
}
.bus_ride:before{
	content: '';
	width: 8px;
	height: 100%;
	top: 0;
	left: 30px;
	display: block;
	position: absolute;
	background: #1c1c1c;
	z-index: 2;
}
.bus_ride span{
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	font-size: 20px;
	font-weight: bold;
	background: #fff;
	border-radius: 24px;
	border: 2px solid #1c1c1c;
	width: 35px;
	height: 35px;
	left: 16px;
	z-index: 3;
}
.bus_ride .once{
	top: 16px;
}
.bus_ride .twice{
	top: 64px;
}
.bus_ride .three_times{
	top: 112px;
	background: #EB6D9A;
	color: #fff;
}
.bus_ride span:after{
	content: '';
	display: block;
	position: absolute;
	width: 32px;
	height: 30px;
	background: url(/static/img/membership/bus.svg) 50% 50% no-repeat;
	background-size: contain;
	left: 44px;
}
.bus_ride .three_times:after{
	width: 68px;
	background: url(/static/img/membership/bus_crown_sp.svg) 50% 50% no-repeat;
	background-size: contain;
}
.bus_ride .three_times:before{
	content: '';
	position: absolute;
	width: 20px;
	height: 8px;
	background: #1c1c1c;
	top: 12px;
	left: -20px;
	z-index: -1;
}
.bus_ride:after{
	content: '';
	width: 5px;
	height: calc(100% - 153px);
	bottom: 0;
	left: 76px;
	display: block;
	position: absolute;
	background: url(/static/img/membership/radius_dash.svg) 50% 0% repeat-y;
	background-size: cover;
	z-index: -1;
}
.second_year .chart_text{
	padding-top: 24px;
	padding-bottom: 80px;
}
.second_year .comment:before{
	border-color: transparent transparent transparent #1c1c1c;
	border-width: 16px 0 0 24px;
}
.second_year .comment:after{
	border-color: transparent transparent transparent #fff;
	border-width: 10px 0 0 16px;
}
.second_year .slv_days{
	top: 0;
}
.second_year .bus_ride:after{
	height: 100%;
}
.second_year .period_line{
	height: calc(100% - 112px);
	top: 88px;
}
/*---------モバイルのみ---------*/
@media (max-width:992px){
	.the_day.the_day_sp_plain{
		background: transparent;
		color: #121212;
		border: none;
		border-radius: 0px;
		padding: 0px;
	}
	.the_day.the_day_sp_plain p{
		background: #E4007F;
		color: #fff;
		border: 3px solid #1c1c1c;
		border-radius: 8px;
		padding: 8px;
	}
}
.btn-pink-01 {
	padding: 16px 10px;
	border: 1px solid #F53D7E;
	text-align: center;
	border-radius: 4px;
	color: #F53D7E;
	font-weight: 700;
	background: #fff;
	cursor: pointer;
	font-size: 16px;
}
.btn-pink-01:hover{
	text-decoration: none;
	background: #F53D7E;
	color: #fff;
}



@media (max-width:350px) {/*Narrow SP*/
	article,article p{
		font-size: 14px;
	}
	.w_hands{
		font-size: 16px;
	}
	.rank_gold dd{
		padding-right: 60px;
	}
	.rank_platinum dd{
		padding-right: 70px;
	}
	.bus_img:before,.bus_img2:before{
		width: 130px;
	}
}

@media (min-width:768px) {/*Tablet*/

	#main_visual{
		padding: 74px 0;
	}
	h1 span{
		font-size: 36px;
		line-height: 48px;
	}
	h1 + .heading{
		margin-top: 32px;
		font-size: 20px;
	}
	#global_navi li{
		margin: 0 8px;
		width: calc(33% - 16px);
	}
	.w_hands{
		font-size: 24px;
	}
	.w_hands + p{
		font-size: 18px;
	}
	.be_af_box{
		padding: 32px 0;
	}
	.rankbox{
		flex-direction: row;
		justify-content: center;
		align-items: flex-end;
		padding: 48px 0 0;
	}
	.rankbox > img{
		top: 16px;
		left: 0;
		transform: translateX(20%);
	}
	.the_rank{
		flex-direction: column-reverse;
		width: 141px;
		margin: 0 4px;
	}
	.the_rank dt{
		border-top: 2px solid #1c1c1c;
		border-right: none;
		padding: 6px 4px;
		width: 100%;
	}
	.the_rank dt img{
		width: 24px;
		height: 24px;
	}
	.the_rank dd{
		width: 100%;
		padding: 6px 4px;
		text-align: center;
	}
	.rank_silver dd{
		padding: 24px 4px;
	}
	.rank_gold dd{
		padding: 40px 4px;
	}
	.rank_platinum dd{
		padding: 48px 4px;
	}
	.rank_new:before{
		top: -20px;
		left: 8px;
		right: auto;
	}
	.rankup_after .rankbox{
		flex-wrap: nowrap;
		/*padding-top: 48px;*/
	}
	.coupon_box{
		margin-top: 48px;
	}
	.bus_img:before{
		width: 178px;
		height: 113px;
		top: -120px;
		left: 100%;
	}
	.bus_img2:before{
		width: 178px;
		height: 113px;
		top: -120px;
		left: 100%;
	}
	.arrow_img.col-1:before,
	.bus_img2:after{
		content: none;
	}
	.arrow_img img{
		margin-left: 16px;
		transform: rotate(0deg);
	}
	.kome{
		font-size: 14px;
	}
	.benefits_links p{
		font-size: 18px;
	}
	.rankup_image h4 span{
		font-size: 20px;
	}
	.rankup_image h4 + p{
		font-size: 16px;
	}
	.rankup_ex h4{
		font-size: 18px;
	}
	#faq-accordion .card + .card{
		margin-top: 36px;
	}
	#faq-accordion .card-header button{
		padding: 30px 60px;
	}
	#faq-accordion .num-label{
		left: 30px;
		margin-right: 20px;
	}
	#faq-accordion .card-header .faq-ttl{
		font-size: 18px;
		padding-left: 60px;
		padding-right: 20px;
	}
	#faq-accordion .card-header button:before{
		width: 50px;
		height: 50px;
	}
	#faq-accordion .card-body{
		padding: 24px 24px 24px 32px;
	}
	span.answer{
		margin-right: 36px;
	}
	#faq-accordion .card-body p{
		font-size: 16px;
	}
	#faq-accordion .card-body p span{
		font-size: 14px;
	}
}
@media (min-width:992px) {
	.rankup_before, .rankup_change {
		margin-bottom: 0;
	}
	.rankup_change {
		padding-top: 112px;
	}
	.rankbox > img{
		top: 24px;
		transform: translateX(0%);
	}
	.rankup_before .rankbox{
		padding-top: 96px;
	}
	/*.rankup_after .rankbox{
		padding-top: 80px;
	}*/
	.bus_img:before,.bus_img2:before{
		left: 50%;
	}
	.coupon_get img{
		margin-left: 0;
	}
	.rankup_chart{
		display: flex;
		justify-content: center;
	}
	.rankup_chart > div{
		padding-top: 72px;
		padding-right: 0;
		display: flex;
		align-items: flex-start;
	}
	.rank_period{
		top: 0;
		left: calc(50% + 48px);
		transform: translateX(-50%);
		font-size: 18px;
		writing-mode: initial;
		padding: 8px 24px;
		width: 216px;
		border-radius: 20px;
	}
	.rank_period span{
		position: absolute;
		background: #fff;
		border: 5px solid #E4007F;
		color: #E4007F;
		font-size: 15px;
		width: 56px;
		height: 56px;
		border-radius: 100%;
		top: 50%;
		left: 0;
		transform: translate(-40%, -50%);
		justify-content: center;
		align-items: center;
	}
	.period_line{
		width: calc(100% - 8px);
		height: 5px;
		top: 15px;
		right: auto;
		left: 56px;
	}
	.period_line:before, .period_line:after{
		width: 5px;
		height: 32px;
		top: 0;
		bottom: auto;
	}
	.period_line:before{
		right: auto;
		left: 0;
	}
	.the_day{
		position: relative;
		min-width: 112px;
	}
	.the_day:before{
		content: '';
		position: absolute;
		background: #1c1c1c;
		width: 5px;
		height: 80px;
		top: 100%;
		left: 15px;
	}
	.the_day p{
		font-size: 16px;
	}
	.the_day p span{
		font-size: 13px;
		line-height: 1.4;
		display: block;
	}
	.the_day p.your_rank {
		font-size: 14px;
		line-height: 1.4;
		display: block;
		position: absolute;
		top: 184px;
		left: -3px;
		width: 120%;
		background: #fff;
		color: #1c1c1c;
		padding: 30px 8px;
		border: 3px solid;
		border-radius: 8px;
	}
	.the_day p.your_rank img{
		width: 44px;
		height: 44px;
		margin-right: 0;
		position: absolute;
		top: -22px;
		left: -4px;
	}
	.chart_inner{
		grid-template-columns: auto;
		grid-template-rows: 184px 1fr;
	}
	.chart_text{
		padding: 0 72px 0 96px;
		order: 2;
	}
	.bus_ride{
		order: 1;
	}
	.bus_ride:before{
		width: 100%;
		height: 8px;
		top: 72px;
		left: 0;
	}
	.bus_ride:after{
		content: '';
		width: calc(100% - 160px);
		height: 5px;
		bottom: auto;
		top: 40px;
		right: 8px;
		left: auto;
		display: block;
		position: absolute;
		background: url(/static/img/membership/radius_dash_pc.svg) 50% 0% repeat-x;
		background-size: cover;
		z-index: -1;
	}
	.bus_ride .once{
		top: 58px;
		left: 16px;
	}
	.bus_ride .twice{
		top: 58px;
		left: 64px;
	}
	.bus_ride .three_times{
		top: 58px;
		left: 112px;
	}
	.bus_ride span:after{
		left: 0;
		bottom: 36px;
	}
	.bus_ride .three_times:after{
		width: 32px;
		height: 60px;
		background: url(/static/img/membership/bus_crown_pc.svg) 50% 50% no-repeat;
	}
	.bus_ride .three_times:before{
		width: 5px;
		height: 74px;
		top: 32px;
		left: 13px;
	}
	.you_got_silver{
		width: 248px;
	}
	.you_got_silver p:not(.bg_white){
		font-size: 18px;
		text-align: center;
	}
	.you_got_silver + .kome{
		width: 248px;
	}
	.comment{
		position: absolute;
		background: transparent;
		border: none;
		border-radius: 0;
		margin-top: 0;
		padding: 0;
		text-align: center;
		top: -72px;
		left: 176px;
	}
	.comment p{
		text-align: center;
		font-size: 12px;
	}
	.comment:before,.comment:after{
		background: #F2D12E;
		width: 5px;
		height: 32px;
		border: none;
		top: 0;
	}
	.comment:before{
		left: -1em;
		transform: rotate(30deg);
	}
	.comment:after{
		right: -1em;
		transform: rotate(-30deg);
	}
	.slv_days{
		top: -86px;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		width: 96px;
		height: 32px;
	}
	.second_year .rank_period{
		left: 50%;
	}
	.second_year .period_line{
		width: calc(100% - 112px);
		height: 5px;
		top: 15px;
		left: auto;
		right: 56px;
	}
	.second_year .your_rank .ml-1{
		position: absolute;
		margin-left: 0!important;
		padding-left: 1em;
		text-align: left;
		bottom: -42px;
		left: 0;
	}
	.second_year .your_rank .ml-1:before{
		content: '※';
		position: absolute;
		top: 0;
		left: 0;
	}

	.second_year .chart_text{
		padding: 0;
		width: 180px;
	}
	.second_year .comment{
		left: 20px;
		top: -72px;
	}
	.second_year .slv_days{
		top: -86px;
	}
	.second_year .bus_ride:after{
		width: 100%;
		height: 5px;
		right: 0px;
	}
	.two_years_later{

	}
	.two_years_later::before{
		content: none;
	}
}
@media (min-width:1200px) {
	#global_navi li a{
		font-size: 16px;
	}
	.period_line{
		left: 68px;
	}
	.second_year .period_line{
		width: calc(100% - 136px);
		right: 68px;
	}
	.the_day{
		min-width: 136px;
	}
	.the_day p{
		font-size: 20px;
	}
	.the_day p.your_rank{
		font-size: 18px;
	}
	.the_day p span,
	.comment p{
		font-size: 14px;
	}
	.chart_text {
		padding: 0 120px 0 96px;
	}
	.second_year .chart_text{
		width: 240px;
	}
	.second_year .comment{
		left: 40px;
	}
}



/* 20240627追記 座席指定できる対象シートの確認方法
================================================== */
/*全体*/
.wrap-targetsheet{
	display: flex;
	margin-bottom: 25px;
}

/*左*/
.targetsheet-img{
	width: 40%;
	margin: 0 5% 0 0;
}

/*右*/
.wrap-targetsheet-text{
	width: 60%;
	padding: 15px 0;
}
.wrap-targetsheet-text h3 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}

/*補足 背景グレー部分*/
.wrap-search-function{
	display: flex;
	background: #eee;
	margin-top: 20px;
}
.wrap-search-function img{
	width: 50%;
	padding: 10px;
}
.search-function-text{
	padding: 20px 10px 10px;
}

@media screen and (max-width: 767px) {
	.wrap-targetsheet{
		flex-wrap: wrap;
	}
	
	/*左(SP時は上)*/
	.targetsheet-img{
		width: 100%;
		margin: 0;
	}
	
	/*右(SP時は下)*/
	.wrap-targetsheet-text{
		width: 100%;
		padding: 0px;
	}
	.wrap-targetsheet-text h3 {
		font-size: 20px;
		text-align: center;
		margin-top: 20px;
		margin-bottom: 5px;
	}
	
	/*補足 背景グレー部分*/
	.wrap-search-function {
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.wrap-search-function img{
		width: 100%;
	}
	.search-function-text{
		padding: 15px 15px 0;
	}
}

/* 訴求 Apeal-Box2
--------------------------------------------------------- */
.apeal-box {
	border: 3px solid #e3e3e3;
	border-radius: 12px;
	overflow: hidden;
}
.apeal-box h2 {
	font-size: 16px;
	line-height: 1.5;
}
.apeal-box h2 span {
	font-size: 16px;
	/*color: #1b4278;*/
	font-weight: bold;
	display: inline;
	background-image: linear-gradient(rgba(0,0,0,0) 60%, rgb(247,152,171) 70%);
}
@media(min-width:768px) {
	.apeal-box h2,
	.apeal-box h2 span {
		font-size: 18px;
	}
}
.apeal-box p {
	font-size: 14px;
	color: #333;
}
@media(min-width:768px) {
	.apeal-box p {
		font-size: 16px;
	}
}
.apeal-box p.small {
	font-size: 13px;
}
@media(min-width:768px) {
	.apeal-box p.small {
		font-size: 14px;
	}
}
.apeal-box .mark-note {
	text-indent: -0.9rem;
	margin-left: 0.9rem;
}
.apeal-box .mark-note > span.badge {
	font-size: 13px;
	text-indent: 0;
}
@media(min-width:768px) {
	.apeal-box .mark-note > span.badge {
		font-size: 15px;
	}
}
ol.mark-maru-decimal {
	list-style: none;
	counter-reset: number;
}
ol.mark-maru-decimal > li {
	position: relative;
	padding-left: 1.5em;
	font-size: 15px;
}
ol.mark-maru-decimal > li::before {
	counter-increment: number;
	content: counter(number);
	position: absolute;
	top: 3px;
	left: 0;
	width: 16px;
	height: 16px;
	border: 1px solid #000;
	border-radius: 50%;
	font-size: 13px;
	text-align: center;
	line-height: 1.2;
}
@media(min-width:768px) {
	ol.mark-maru-decimal > li::before {
		top: 5px;
		width: 18px;
		height: 18px;
		font-size: 15px;
	}
}
ol.mark-maru-decimal > li + li {
	margin-top: 0.5rem;
}
.img-fluid2 {
	width: 100%;
	height: auto;
}
/* 訴求 吹き出し
--------------------------------------------------------- */
#Hero,
#registration {
	position: relative;
}
#registration {
	padding-top: 2.1rem;
}
/*吹き出し付きの場合*/
/*.about-p-member .mainTit {
	margin-top: 1rem;
}*/
.balloon {
  position: absolute;
  display: inline-block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 12px auto 1rem;
  padding: 7px 10px;
	width: 16rem;
	height: 3.5rem;
  color: #555;
  background: #FFF;
  border: solid 3px #555;
	border-radius: 8px;
	text-align: center;
	z-index: 1;
}
.balloon:before {
  content: "";
  position: absolute;
  bottom: -23px;
  left: 50%;
  margin-left: -14px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}
.balloon:after {
  content: "";
  position: absolute;
  bottom: -29px;
  left: 50%;
  margin-left: -16px;
  border: 14px solid transparent;
  border-top: 14px solid #555;
  z-index: 1;
}
.balloon p {
  margin: 0;
  padding: 0;
	font-size: 13px;
}
.txt-link {
	text-decoration: underline;
}
.external:after {
	content: "\f24d";
	font-family: "Font Awesome 5 Free";
	margin-left: 5px;
	margin-right: 5px;
	font-size: 14px;
	font-weight: normal;
}

/* Details
--------------------------------------------------------- */
/*----- Default Summary 矢印 非表示 -----*/
summary.info-btn {
	display: block;
	list-style: none;
}
summary.info-btn::-webkit-details-marker {
	display: none;
}
/*----- Summary 矢印 カスタマイズ -----*/
details.info-content {
	position: relative;
}
summary.info-btn {
	margin-left: 1rem;
}
/* details 右 矢印（↓↑） */
summary.info-btn:before {
	position: absolute;
	content: "";
	top: 7px;
  right: 0;
  bottom: 0;
  left: -120px;
  margin: 0 auto;
	display: block;
	/*inset-block-start: 0.4rem;
	inset-inline-end: 12.8rem;
	width: 18px;
	aspect-ratio: 1/.6;
	background: #000;
	clip-path: polygon(100% 13%, 50% 100%, 0 13%, 8% 0, 50% 73%, 92% 0);*/
	width:0;
	height:0;
	border-style:solid;
	border-width: 10px 7px 0 7px;
	border-color: #000000 transparent transparent transparent;
}
.info-content[open] .info-btn:before {
	rotate: 180deg;
}