/*--header--*/
.sw_header {
    width: 100%;
    max-width: 750px;
    height: 50px;
    margin: 0 auto;
    border-bottom: 2px solid #dcdcdc;
    background-color: #fff;
}
.header_inner {
    position: relative;
    width: 96%;
    height: 50px;
    margin: 0 auto;
}
.logo {
    position: absolute;
    top: 50%;
    bottom: 50%;
    left: 4px;
    width: 141px;
    height: 22px;
    margin: auto;
    background-image: url(/wp-content/uploads/2017/10/ico_logo_01@2x.png);
    background-size: 141px 22px;
}
.logo a {
    display: block;
    width: 141px;
    height: 22px;
}
.logo {
    position: absolute;
    top: 50%;
    bottom: 50%;
    left: 4px;
    width: 141px;
    height: 22px;
    margin: auto;
    background-image: url(/wp-content/uploads/2017/10/ico_logo_01@2x.png);
    background-size: 141px 22px;
}
.tagline {
    font-size: 10px;
    line-height: 10px;
    position: absolute;
    right: 6px;
    bottom: 8px;
    width: 40%;
    text-align: right;
    color: #999;
}

@media screen and (min-width: 751px){
  .sw_header {
      width: 100%;
      max-width: 100%;
      height: 78px;
      border-bottom: 2px solid #dcdcdc;
      background-color: #fff;
  }
  .header_inner {
    position: relative;
    max-width: 1024px;
    height: 78px;
    margin: 0 auto;
  }
  .logo {
    position: absolute;
    top: 50%;
    bottom: 50%;
    left: 0;
    width: 224px;
    height: 34px;
    margin: auto;
    background-image: url(/wp-content/uploads/2017/10/ico_logo_01.png);
    background-size: 224px 34px;
  }
  .logo a {
    display: block;
    width: 222px;
    height: 34px;
  }
  .logo {
    position: absolute;
    top: 50%;
    bottom: 50%;
    left: 0;
    width: 224px;
    height: 34px;
    margin: auto;
    background-image: url(/wp-content/uploads/2017/10/ico_logo_01.png);
    background-size: 224px 34px;
  }
  .tagline {
    right: 0;
    width: 28%;
  }
}


/*--page--*/
main {
    width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
    font-size: 1rem;
}
.section_06 .inner {
    padding: 0 16px;
}
.flex{
  display: flex;
}
@media screen and (min-width: 861px){
  .inner {
      width: 800px;
      margin: 0 auto;
  }
}
/*--mv--*/
@media screen and (min-width: 751px){
  .mv .only-pc img{
  display: block;
  max-width: 1000px;
  margin: 0 auto;
  }
  .mv_bg{
    background: url(/wp-content/uploads/2025/09/mv_bg_comeback_cp.png);
  }
}

/*--timer--*/
.timer {
	background: url(/wp-content/uploads/2025/09/entry_bg_comeback_cp_sp.png) no-repeat;
	background-position: top;
	background-size:contain;
	background-color: #abdcf7;
	}
@media screen and (min-width: 751px){
.timer {
	background: url(/wp-content/uploads/2025/09/entry_bg_comeback_cp.png) no-repeat;
	background-position: top;
	background-color: #abdcf7;
	height: 394px; 
	}
}

/* countdown */
#CDT {
    /*position: absolute;*/
    width: 100%;
    top: 62%;
    right: 50%;
    font-family: 'Crimson Text', serif;
    text-align: center;;
    padding-top: 60px;
}
#CDT .hour,
#CDT .min,
#CDT .sec {
    font-size: 200%;
    letter-spacing: 0.25rem;
}
#CDT .txt_s {
    font-size: 120%;
    letter-spacing: 0.0625rem;
    font-weight: bold;
}
#CDT .end_area {
    position: relative;
    display: block;
    text-align: center;
}
#CDT .end_area .txt_end {
    display: block;
    position: absolute;
    width: 100%;
    left: -4%;
    font-size: 80%;
    letter-spacing: 0.0625rem;
    font-weight: normal;
    padding: 0 0 0 45px;
}
#CDT .txt_mr {
    margin: 0 2% 0 0;
}
/******* min-width:731px *******/
@media screen and (min-width:731px) {
/* countdown */
    #CDT {
        top: 70%;
        padding: 80px 0 0;
    }
    #CDT .hour,
    #CDT .min,
    #CDT .sec {
        font-size: 450%;
    }
    #CDT .txt_s {
        font-size: 100%;
    }
    #CDT .end_area .txt_end {
        font-size: 120%;
        padding: 35px 0 0;
        left: 0%;
    }
}

/* entry_btn */
    .entry_method {
        padding: 14px 16px 30px;
    }
    /*.entry_method__list {
        margin-top: 60px;
    }*/

        .btn-disable {
        	width: 100%;
		    position: relative;
		    display: block;
		    padding: 14px 0;
		    background-color: #b9b9b9;
		    border-radius: 8px;
		    color: #474747;
		    margin-top: 60px;
		}
		.btn-disable .btn-cmn-txt {
		    font-size: 20px;
		    font-size: 1.25rem;
		    font-weight:bold;
		}
        .btn-disable2 {
        	width: 100%;
		    position: relative;
		    display: block;
		    padding: 14px 0;
		    background-color: #b9b9b9;
		    border-radius: 8px;
		    color: #474747;
		}
		.btn-disable2 .btn-cmn-txt {
		    font-size: 20px;
		    font-size: 1.25rem;
		    font-weight:bold;
		}
	
@media screen and (min-width: 751px) {
        .btn-disable {
        	width: 100%;
		    position: relative;
		    display: block;
		    padding: 14px 0;
		    background-color: #b9b9b9;
		    border-radius: 8px;
		    color: #474747;
		    margin: 170px 0 0;
		}
		.btn-disable .btn-cmn-txt {
		    font-size: 20px;
		    font-size: 1.25rem;
		    font-weight:bold;
		}
	.entry_method {
    padding: 0 25px;
    text-align: center;
    }
	.entry_method__list {
    margin-top: 24px;
    }

}

    .entry_method__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    border-radius: 10px;
    background-color: #e2f4ff;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
        flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (min-width: 751px) {
.entry_method__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 33px 50px 25px;
    border-radius: 10px;
	margin: 0 50px;
    background-color: #e2f4ff;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
        flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
	}
	

    .entry_method__item + .entry_method__item
    {
        margin-top: 40px;
    }

@media screen and (min-width: 751px) {
.entry_method__item + .entry_method__item
{
    margin-top: 54px;
}
	}

    .entry_method__item:after
    {
	    position: relative;
        top: 49.5px;
		display: block;
        width: 35.5px;
        height: 17px;
		content: '';
		background: url('/wp-content/uploads/2025/09/ico_arrow_down_01.png') no-repeat;
        background-size: 35.5px;
    }

@media screen and (min-width: 751px) {
.entry_method__item:after {
    position: relative;
    top: 67px;
    display: block;
    width: 58px;
    height: 28px;
    content: '';
    background: url('/wp-content/uploads/2025/09/ico_arrow_down_01.png') no-repeat;
}
	}
.entry_method__item:last-child::after{
    background:none;
    margin: 0;
    height: 0;
}

.entry_method__ico {
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    min-width: 90px;
    padding: 3.5px 6px;
    color: #fff;
    border-radius: 20px;
    background-color: #0f6ea9;
}

.entry_method__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
	margin-bottom: 10px;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

@media screen and (min-width: 751px) {
.entry_method__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
	margin-bottom: 20px;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.entry_method__ico {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: bold;
    min-width: 120px;
    padding: 7px 12px;
    color: #fff;
    border-radius: 25px;
    background-color: #0f6ea9;
}
	}

    .entry_method__txt
    {
        margin-left: 12px;
		text-align: left;
		font-weight: bold;
		font-size: 20px;
		font-size: 1.25rem;
    }

@media screen and (min-width: 751px) {
.entry_method__txt
{
    font-size: 26px;
    font-size: 1.625rem;
    font-weight: bold;
    margin-left: 21px;
    text-align: left;
}
	}

@media screen and (min-width: 751px) {
.entry_method__note
{
    font-size: 20px;
    font-size: 1.25rem;

    margin-top: 30px;
    padding-left: 1em;

    text-align: left;
    text-indent: -1em;
}
	}


    .entry_method__note
    {
        margin-top: 15px;
    }

@media screen and (min-width: 751px) {
.btn-wrapper
{
    width: 50%;
    margin: auto;
}
	}
.btn-wrapper2
{
    width: 100%;
    margin: auto;
}


    .btn-wrapper
    {
        margin-top: 20px;
    }

@media screen and (min-width: 751px) {
.btn-cmn.btn-cmn-red
{
    width: 100%;
}

.btn-cmn.btn-cmn-red {
    width: 100%;
}

.btn-cmn.btn-cmn-red .btn-cmn-in
{
    padding: 14px;
    background: #ff5a5f;
    -webkit-box-shadow: 0 7px 0 0 #e04f53;
            box-shadow: 0 7px 0 0 #e04f53;
}
	}

    .btn-cmn.btn-cmn-red .btn-cmn-in {
	width: 100%;
    padding: 12px 25px;
    background: #ff5a5f;
        -webkit-box-shadow: 0 3.5px 0 0 #e04f53;
                box-shadow: 0 3.5px 0 0 #e04f53;
    }

@media screen and (min-width: 751px) {
.btn-cmn.btn-cmn-red .btn-cmn-txt
{
    font-size: 20px;
    font-size: 1.25rem;
}

.btn-cmn.btn-cmn-red:hover .btn-cmn-in
{
    background: #ff5a5f;
}

.img-wrapper
{
    margin-top: 65px;
}
	}


    .img-wrapper
    {
        margin-top: 32.5px;
    }

/*--text--*/
.txt-center {
  text-align: center;
}
.ft-24 {
  font-size: 1.5rem;
}
.txt-pink {
  font-weight: bold;
  color: #FE595F;
}
.txt-blue{
  color: #44BAC7;
}
.notes {
  display: flex;
  font-size: 0.75rem;
}
.side-link{
  font-size: 0.75rem;
  font-weight: bold;
  text-decoration: underline;
}
.txt-blue.caption{
  font-size: 1rem;
}
@media screen and (min-width: 751px){
  main {
    font-size: 22px;
  }
  .ft-24 {
      font-size: 36px;
  }
  .notes {
    font-size: 16px;
  }
  .side-link{
    font-size: 16px;
  }
  .txt-blue.caption{
  font-size: 22px;
  }

}

/*--button--*/
.entry-btn-wrapper{
  padding:20px 0 32px;
}
.btn_area {
    /* padding-bottom: 16px; */
    text-align: center;
}
.btn-cmn:hover:not(:disabled,.tentame_answered_btn,.footer-lp-btn) .btn-cmn-in {
  margin-top: 2px;
  margin-bottom: 2px;
  background-color: #ff5a5f;
  box-shadow: 0px 0px 0px 0px #e04f53;
  opacity: 1;
}

/*.btn-cmn-green .btn-cmn-in, .btn-cmn-green:hover:not(:disabled) .btn-cmn-in {
    margin: 0 0 4px;
    box-shadow: 0px 4px 0px 0px #1c84b4;
    background-color: #1e97cd;
    color: #ffffff;
}
.btn-cmn-green:hover:not(:disabled) .btn-cmn-in {
    margin: 2px 0 2px;
    box-shadow: 0px 2px 0px 0px #1c84b4;
    background-color: #1e97cd;
    color: #ffffff;
}
*/
.section_01 .btn-cmn{
  width: 100%;
}
.btn-cmn.btn-cmn-yellow{
    width: 100%;
}
.btn-cmn.btn-cmn-yellow .btn-cmn-in{
  background-color: #FFDC22;
  /* border: 3px solid #C8A050; */
  box-shadow: 0px 4px 0px 0px #C8A050;
}
@media screen and (max-width: 750px){
    .btn-cmn.btn-cmn-yellow .btn-cmn-in{
        padding: 14px 0;

        -webkit-box-shadow: 0 3.5px 0 0 #C8A050;
                box-shadow: 0 3.5px 0 0 #C8A050;
    }
}

.btn-cmn.btn-cmn-yellow .btn-cmn-txt{
    font-size: 20px;
    font-size: 1.25rem;
}

.btn-cmn.btn-cmn-yellow:hover .btn-cmn-in
{
    background: #FFDC22;
}
.section_01 .btn-cmn-txt{
  /*font-family: 'M PLUS Rounded 1c', sans-serif;*/
  white-space: nowrap;
}

@media screen and (min-width: 751px){
	.btn-cmn.btn-cmn-yellow .btn-cmn-txt{
    font-size: 30px;
}
}

  /* userAgent separate */
  .pc .app_btn_conts,
  .sp .app_btn_conts,
  .spApp.DM01J .app_btn_conts,
  .spApp.SO02J .app_btn_conts {
      display: none;
  }
  .spApp .app_btn_conts {
      display: block;
  }
  .pc .sp_btn_conts,
  .spApp .sp_btn_conts,
  .spApp.sp .sp_btn_conts,
  .DM01J.sp .sp_btn_conts,
  .SO02J.sp .sp_btn_conts {
      display: none;
  }
  .sp .sp_btn_conts {
      display: block;
  }
  .sp .pc_btn_conts,
  .spApp .pc_btn_conts {
      display: none;
  }
  .pc .pc_btn_conts {
      display: block;
      text-align: center;
  }
@media screen and (min-width: 751px){
  .entry-btn-wrapper{
    padding:20px 0 50px;
  }
  .section_01 .btn-cmn{
    width: 615px;
    padding: 0;
  }
  .section_01 .btn-cmn-txt{
    font-size: 30px;
  }

  .section_05 .btn-cmn-txt{
    font-size: 30px;
  }
  .sp_btn_conts .btn-cmn, .pc_btn_conts .btn-cmn{
    width: 700px;
  }
  .sp_btn_conts .btn-cmn-txt, .pc_btn_conts .btn-cmn-txt{
    font-size: 36px;
  }
}



/*--section--*/
.section_01 {
    padding: 0 16px;
    text-align: center;
}
.section_02 {
    padding: 24px 16px 24px;
    background: #fffbb5;
    text-align: center;
}
.section_02 .ttl_img, .section_03 .ttl_img, .section_05 .ttl_img {
    width: 100%;
    max-width: 680px;
}
.ttl_img {
    margin: 0 auto 18px;
    text-align: center;
}
.section_02 .inner {
    padding: 0 10px;
}
.section_02 .text_area {
	padding: 15px 0 0;
	text-align: left;
}
/*.section_02 ul li:nth-child(-n+3) {
    padding-bottom: 16px;
}*/
.section_02 .notes{
  padding-top: 8px;
}
.section_02 .st3_img{
  padding-top: 13px;
}
.section_03 {
    padding: 24px 16px 24px;
    background: #ffffff;
    text-align: center;
}
.section_03 .text_area {
	font-size: 16px;
	font-size: 1rem;
	text-align: left;
}
.campaign_container{
  text-align: left;
}
.section_03 ul li{
    position: relative;
    padding: 27px 26px 22px 26px;
    margin-bottom: 24px;
    border: #FE595F 2px solid;
    border-radius: 8px;
}
.section_03 .container_ttl {
    /*width: 35%;*/
    /*max-width: 120px;*/
    position: absolute;
    transform: translate(-50%,-50%);
    -webkit-transform: translateX(-50%,-50%);
    -ms-transform: translateX(-50%,-50%);
    left: 50%;
    top: 0;
}
.section_03 figcaption {
    padding-bottom: 7px;
}

.section_04 {
    padding: 24px 16px 24px;
    background: #fffbb5;
    text-align: center;
}
.section_04 .ttl_img, .section_03 .ttl_img, .section_05 .ttl_img {
    width: 100%;
    max-width: 680px;
}
.section_04 .ttl_ttl_img {
	width: 140px;
	margin: 20px 0 15px;
}

.section_04 .inner {
    padding: 0 10px;
}
.section_04 .text_area {
	padding: 20px 0 0;
	text-align: left;
}
/*.section_04 ul li:nth-child(-n+3) {
    padding-bottom: 16px;
}*/
.section_04 .notes{
  padding-top: 8px;
}
.section_04 .btn-wrapper2
{
    width: 100%;
	padding: 14px 0 0;
    margin: auto;
}

.section_05 {
	margin: 40px 40px;
}

.contents h2 {
    text-align: center;
}
.contents.-strategy .point {
    margin-top: 40px;
}
.section_06 {
    background: #feefd3;
}
.section_06.contents.-strategy .point {
    margin-top: 30px;
}
.section_06.contents.-strategy .point .wrap {
    padding: 0 12px;
}
.section_06.contents.-strategy .point .wrap .image_area {
    margin: 18px 0 12px;
}
.section_06.contents.-strategy .point .link_area {
    margin-top: 24px;
}
/*contract_area*/
.contract_area {
    background: #fff;
    /*padding: 30px 0;*/
}
.contract_area .inner {
    width: 100%;
    padding: 0 15px;
}
.contents h2 {
    text-align: center;
}
.contract_area h2 {
    margin-bottom: 24px;
}
.contract_area section {
    font-size: 13px;
}
.contract_area .txt_ctr_mb {
    margin: 0 0 10px 0;
    text-align: center;
}
.contract_area .contract_read {
    padding: 0 0 15px 0;
}
.rule_table th, .rule_table td {
    display: block;
    width: 100%;
    font-size: 10px;
    line-height: 14px;
    height: auto;
    padding: 6px;
    text-align: left;
    vertical-align: middle;
    border: 1px solid #dcdcdc;
}
.rule_table th {
    vertical-align: middle;
    background: #faf8f0;
    background: #fff;
}
.contract_area .rule_table {
    margin: 0;
    border-bottom: 1px solid #dcdcdc;
}
.contract_area .rule_table th {
    font-size: 13px;
    padding: 18px;
    background: #f6f6f6;
    border-bottom: none;
}
.rule_table td {
    background: #fff;
}
.contract_area .rule_table td {
    font-size: 13px;
    line-height: 22px;
    padding: 18px;
    border-bottom: none;
}
.contract_area .rule_table .rule_table_inner th, .contract_area .rule_table .rule_table_inner td {
    display: table-cell;
    width: 50%;
    padding: 8px;
    border-bottom: 1px solid #dcdcdc;
}
.table_circle_number li, .table_asterisk li {
    position: relative;
    margin: 4px auto;
    padding: 0 0 0 12px;
    list-style: none;
    list-style-position: outside;
}
.table_asterisk {
    line-height: 18px;
    font-size: 11px;
    color: #999999;
}
.table_number li {
    margin: 0 0 4px 12px;
    list-style-position: outside;
    list-style-type: decimal;
}

@media screen and (min-width: 751px){
  .section_01 {
    padding: 0;
  }
    .ttl_img {
    margin: 0 auto 40px;
  }
  .section_02, .section_03, .section_04 {
    padding: 70px 40px;
  }
  .section_02 .ttl_img, .section_03 .ttl_img, .section_05 .ttl_img {
    width: 100%;
    max-width: 768px;
  }

  .section_02 .inner, .section_03 .inner {
    margin: 0 auto;
    text-align: center;
  }
  .section_02 .st3_img{
    padding-top: 12px;
    width: 350px;
    margin: 0 auto;
  }
	.section_02 .text_area {
	font-size: 20px;
	font-size: 1.25rem;
	padding: 20px 20px 0;
	text-align: left;
}
  .section_03 .ttl_img {
    margin-bottom: 30px;
  }
  .section_03 ul li{
    padding: 57px;
    margin-bottom: 44px;
    border: #FE595F 4px solid;
    border-radius: 30px;
  }
  .section_03 .container_ttl {
    width: 100%;
    max-width: 300px;
  }
  .section_03 figcaption {
    padding-bottom: 20px;
  }
	.section_03 .text_area {
	font-size: 18px;
	font-size: 1.125rem;
	text-align: left;
	width: 100%;
}

  .section_04 .ttl_img, .section_03 .ttl_img, .section_05 .ttl_img {
    width: 100%;
    max-width: 768px;
  }
	
	.section_04 .ttl_ttl_img {
	width: 168px;
	margin: 40px 0 15px;
}

  .section_04 .inner {
    margin: 0 auto;
    text-align: center;
  }
	.section_04 .text_area {
	font-size: 18px;
	font-size: 1.125rem;
	padding: 15px 40px 0;
	text-align: left;
}
	.section_04 .btn-wrapper2
{
    width: 100%;
	padding: 14px 70px 0;
    margin: auto;
}
	.section_05 {
	width: 100%;
	margin: 70px 0;
	padding: 0 8px;
}
  .section_06.contents.-strategy {
    padding: 0 0 30px;
    background: #feefd3;
  }
  .section_06 .ttl_img {
    background: url(/wp-content/uploads/2023/08/bg_challenge_cp_pc.png) repeat;
  }
  .section_06.contents.-strategy .point {
    margin-top: 30px;
  }
  .contents.-strategy .point {
    margin-top: 40px;
}
  .contents.-strategy .point .wrap {
    padding: 0 50px;
  }
  .contents.-strategy .point .link_area {
    margin-top: 32px;
  }
  .section_06 .image_area {
    text-align: center;
  }
  .contents.-strategy .point .wrap .image_area {
    margin: 20px 0;
  }
  /*contract_area*/
  .contract_area {
    padding: 10px 0;
  }
  .contract_area .inner {
    width: 800px;
    margin: 0 auto;
    padding: 0;
  }
  .contract_area h2 {
    margin-bottom: 28px;
  }
  .rule_table th, .rule_table td {
    display: table-cell;
  }
.rule_table th {
    width: 24%;
  }
  .table_number li {
    margin: 0 0 8px 16px;
  }
}

/*footer*/
@media screen and (max-width: 750px){
  .sw_footer {
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    padding: 8px 0;
    background-color: #333;
  }
  .copy {
      font-size: 12px;
      line-height: 12px;
      text-align: center;
      color: #fff;
  }
}
@media screen and (min-width: 751px){
  .sw_footer {
      width: 100%;
      height: auto;
      margin: 0 0 0 0;
      padding: 32px 0;
      background-color: #333;
  }
  .copy {
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    color: #fff;
  }
}
/*レベルアップ制度追加css*/
.level_box{
  display: flex;
  align-items: center;
}
.level_box_in{
  width: 50%;
  padding: 8px;
}
.level_container{
position: relative;
border: 3.5px solid #E5E4DC;
border-radius: 12px;
}
@media screen and (max-width: 768px){
  .level_container{
}
}
@media screen and (min-width: 767px){
  .level_box_in{
  width: 50%;
  padding: 20px;
}
}
.level{
  padding-top: 8px;
}
@media screen and (min-width: 767px){
  .level,
  .level_name{
      font-size: 20px;
  }
}
.a_level_block{
  background-color: #FDE0E0;
  border-radius: 20px;
  color: #FF5A5F;
}
.b_level_block,
.a_level_block{
  padding: 8px;
  text-align: center;
}
.label_blue{
  border-radius: 6px;
  background-color: #44BAC7;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
}
.label_red{
  border-radius: 6px;
  background-color: #FF5A5F;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
}
.level_img{
  text-align: center;
}
.level,
.level_name{
  font-weight: bold;
}
.level_name{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 8px;
}
.triangle{
  width:0;
  height:0;
  border-style:solid;
  border-radius: 10px;
  border-width: 39px 0 39px 20px;
  border-color: transparent transparent transparent #FFDF42;
}
@media screen and (max-width: 768px){
  .level_img img{
      max-width: 70px;
  }
}
.level_bonus{
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-top: 8px;
  font-size: 12px;
}
.bonus_text{
  margin-right: 4px;
}
#b_level_bonus{
  color: #44BAC7;
  font-size: 20px;
  font-weight: bold;
}
#a_level_bonus{

  color: #FF5A5F;
  font-size: 28px;
  font-weight: bold;
}
.false_bg{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 835px;
  height: 161px;
  margin: 20px auto 0;
  opacity: 0.3;
  border-radius: 20px;
  background: #000000; 
}
.false_text{
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  display: block;
  color: #ffffff; 
  font-size: 16px; 
  letter-spacing: 1.5px;
  z-index: 10;
}
@media screen and (max-width: 768px){
  .false_bg{
      width: 95%;
      height: 70%;
      margin: 13px auto 0;
  }
  .false_text{
      font-size: 12px;
      font-weight: bold;
      }
}
@media screen and (min-width: 767px){
  .level_bonus{
      font-size: 16px;
  }
  #b_level_bonus{
      font-size: 28px;
  }
  #a_level_bonus{
      font-size: 36px;
  }
}

/********************
    scroll_top
********************/
.topBtn {
    position: fixed;
    bottom: 126px;
    right: 20px;
    display: block;
    background-color: rgba(0,0,0,.5);
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 22px;
    border-radius: 30px;
    padding-top: 25px;
    box-sizing: border-box;
}
.topBtn::before {
    content:'\25B2';
    position: absolute;
    top: 8px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 17px;
}
.topBtn::hover {
    opacity: .7;
}