.u-mt48{
  margin-top:48px;
}
.horizon{
  border-top: 1px solid #E6E6E6;
  margin: 8px auto;
}
.btnModal{
  width: 100%;
  display: block;
  border: 1px solid;
  border-radius: 24px;
  text-align: center;
  font-size: 18px !important;
  line-height: 44px !important;
  margin: 20px auto 0;
  font-family: maru-maru-gothic-bsr-stdn, sans-serif !important;
}

.coin_balance{
  margin-right: 4px;
  display: inline-block;
  font-weight: bold;
}
.coin2{
  width: 100%;
}
.coin3{
  font-size: 16px;
  border: 1px solid;
  padding: 8px 16px;
  box-sizing: border-box;
  border-radius: 24px;
  font-family: maru-maru-gothic-bsr-stdn, sans-serif !important;
}
.coin_flex{
  display: grid;
  gap: 8px;
  grid-template-columns: 20px auto 1fr;
  align-items: center;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
}
#coins_held a{
  color:#1f2121;
}
#coins_held .coin1,
#coins_held .coin2{
  justify-self: start;
  margin: 0;
}
#purchase_choice .c-card{
  padding:28px 20px 40px;
}
#coin_held .coin4,
#coins_held .coin3,
#coins_held .coin4{
  justify-self: end;
  width: fit-content;
  margin: 0;
}
.form_info{
  margin:24px auto;
}
.limited_color{
  color: #989898;
}
.u-m20auto{
  margin:20px auto;
}
.coin_flex .gt_icon {
  content: url(https://d8wmie79jz.user-space.cdn.idcfcloud.net/image/moon/breadcrumbs_arrow.png);
  width: 6px;
  height: 10px;
  display: inline-block;
  margin-left: 12px;
}
.coin_list{
  background: #fff;
  padding: 16px 12px;
  border-radius: 8px;
  margin-bottom: 24px;
}
.coin_list .coin3{
  padding: 8px 12px;
}

.coin_flex2{
  display: grid;
  gap: 8px;
  grid-template:
  "a b"  
  "c c"  
  "d d" ; 
  grid-template-columns: auto 1fr;
  align-items: center;
}
.coin2_a{
  grid-area: a;
  margin:0;
}
.coin2_b{
  grid-area: b;
  justify-self: end;
  margin:0;
}
.coin2_c{
  grid-area: c;
  margin:0;
  font-size: 13px;
}
.coin2_d{
  grid-area: d;
  margin:0;
}
.coin2_d img{
  line-height: 24px;
  vertical-align: baseline;
  margin-right: 8px;
}
.coin2_e{
  grid-area: e;
  margin:0;
}
.coin_status_b{
  font-family: maru-maru-gothic-bsr-stdn, sans-serif !important;
  font-size: 10px;
  line-height: 10px;
  padding: 2px 16px;
  background: #1f2121;
  color: #fff;
  border-radius: 36px;
  border: 1px solid #1f2121;
}
.coin_status_w{
  font-family: maru-maru-gothic-bsr-stdn, sans-serif !important;
  font-size: 10px;
  line-height: 10px;
  padding: 2px 16px;
  background: #fff;
  color: #1f2121;
  border-radius: 36px;
  border: 1px solid #1f2121;
}
.c-pager ul li a, .c-pager ul li span{
  font-family: maru-maru-gothic-bsr-stdn, sans-serif !important;
  font-size:12px;
}
.c-pager .c-pager__item--active, .c-pager ul li a:hover{
  background: #DAE2E2;
  color: #1f2121;
}
.coin_flex3{
  display: grid;
  gap: 8px;
  grid-template-columns: auto 1fr;
}
.coin_flex3 .coin2{
  justify-self: end;
  text-align: right;
  align-items: center;
}
.linited_coin_announce{
  width: calc(100% - 30px);
  margin: 4px 0 12px 30px;
  background: #FCE7DB;
  padding: 10px 12px;
  border-radius: 8px;
}
/* モーダル */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(5, 5, 5, 0.6);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    overflow-y: scroll;
}

.modal.active {
    opacity: 1;
    visibility: visible;
}

.modal-content {
    background-color: white;
/*    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    */
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    width: calc(100% - 40px);
    max-width: 335px;
    padding: 28px 30px 13px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    margin-top: 10px; /* 上からの距離を決定 */
    max-height: 100%;
    overflow-y: overlay;
    opacity: 0; /* 最初は透明 */
    transition: transform 0.5s ease-out, opacity 0.5s ease;
    transform: translateY(100%);
}
.modal-content::-webkit-scrollbar {
  display: none;
}
.modal.active .modal-content {
    transform: translateY(0);
    opacity: 1;
}

.modal-content p {
}

#purchase_choice .form_info {
  width: auto!important;
  text-align: left;

}
.coin_menu,
.page_coin_menus {
  display: flex;
  overflow-x: scroll;
  scrollbar-width: none;
  scroll-behavior: smooth;
}
.coin_menu_inner,
.page_coin_menu_inner{
  width:150px;
  height:170px;
  border-radius:8px;
  position:relative;
}

.coin_menu_inner .osusume{
  position:absolute;
  top:-10px;
  left:-8px;
  border-radius:4px;
  background:#1f2121;
  color:#fff;
  font-size:12px;
  line-height:12px;
  padding:4px 8px;
  text-align:center;
  font-family: maru-maru-gothic-bsr-stdn, sans-serif !important;
}
#coin_purchase,
#page_coin_purchase{
  margin-top: 28px;
}
#coin_purchase .coin_menu_inner,
#coin_purchase .page_coin_menu_inner,
#page_coin_purchase .page_coin_menu_inner{
  width:160px;
  height:186px;
  border-radius:8px;
  padding:16px 16px 26px;
  background:#fff;
  cursor: pointer;
}
#myModal2 #coin_purchase{
  background: #DFECE2;
  padding: 20px;
/*  border-top-right-radius: 8px;
  border-top-left-radius: 8px;*/
  margin: 0 auto;
}
#myModal2 #coin_purchase .coin_menu_inner{
  width:150px;
  height:176px;
}
#myModal2 .btnModal{
  background: #fff;
}
#myModal2 .modal-content {
  max-width: 530px;
  width: 100%;
  padding: 0;
}
#myModal2 .purchase{
  background:#F2F2F2;
  padding: 24px 20px;
}
#myModal2 #coin_purchase .coin2{
  font-size: 12px;
}
#coin_purchase .choice{
  outline: 4px solid #28823C;
  box-shadow: 8px 8px 0px 0px #28823C4D;
  width: 152px !important;
  height: 178px !important;
}

.pr_coin{
  background: #FFFAC8;
  border-radius: 8px;
  text-align:center;
}
.pr_coin .col_discount{
  margin:12px auto;
}
.coin_1000 {
  content: url(https://d8wmie79jz.user-space.cdn.idcfcloud.net/image/common/coin/coin_1000.svg);
  height: 35px;
  width: 100%;
  margin: 0 !important;
}
.coin_1700 {
  content: url(https://d8wmie79jz.user-space.cdn.idcfcloud.net/image/common/coin/coin_1700.svg);
  height: 35px;
  width: 100%;
  margin: 0 !important;
}
.coin_2500 {
  content: url(https://d8wmie79jz.user-space.cdn.idcfcloud.net/image/common/coin/coin_2500.svg);
  height: 35px;
  width: 100%;
  margin: 0 !important;
}
.coin_2300 {
  content: url(https://d8wmie79jz.user-space.cdn.idcfcloud.net/image/common/coin/coin_2500.svg);
  height: 35px;
  width: 100%;
  margin: 0 !important;
}
.coin_3500 {
  content: url(https://d8wmie79jz.user-space.cdn.idcfcloud.net/image/common/coin/coin_3500.svg);
  height: 35px;
  width: 100%;
  margin: 0 !important;
}
.coin_6000 {
  content: url(https://d8wmie79jz.user-space.cdn.idcfcloud.net/image/common/coin/coin_6000.svg);
  height: 35px;
  width: 100%;
  margin: 0 !important;
}
.coin_12000 {
  content: url(https://d8wmie79jz.user-space.cdn.idcfcloud.net/image/common/coin/coin_12000.svg);
  height: 35px;
  width: 100%;
  margin: 0 !important;
}
.coin_otoku {
  content: url(https://d8wmie79jz.user-space.cdn.idcfcloud.net/image/common/coin/5coins.png);
  height: 40px;
  width: auto;
  margin: 0 auto !important;
}

.h32{
  height: 32px;
}
.padding12{padding:12px;}
@media screen and (min-width: 600px) {
  #coin_purchase{
    display: flex;
    gap: 12px;
    justify-content: space-between;
    flex-flow: wrap;
  }
}
@media screen and (max-width: 599px){
  .coin_no_scroll #coin_purchase,
  .page_coin_no_scroll #page_coin_purchase{
    gap: 15px;
    flex-flow: wrap;
    justify-content: center;
    display: flex;
  }
  #coin_purchase,
  #page_coin_purchase{
    display: flex;
    overflow-x: scroll;
    scroll-behavior: smooth;
    gap: 20px;
  }
  .page_coin_no_scroll .page_coin_menus{
    gap: 15px;
    flex-flow: wrap;
    justify-content: center;
  }
}
  .modal-content{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
}
.disable{
  background: #D6D6D6;
  border: 1px solid #D6D6D6;
  color: #fff;
}
#page_coin_purchase .coin3,
#coin_purchase .coin3{
  width: 100%;
  text-align: center;
}
.color_caution{color:#EA4E44;}
#coin_purchase .coin1,
#page_coin_purchase .coin1{
  text-align: center;
  margin:8px auto;
}
#page_coin_purchase .coin2,
#coin_purchase .coin2{
  text-align: center;
  margin:8px auto;
  color:#EF874C;
  font-weight: bold;
  font-size:14px;
  height:21px;
}
.coin_summary{
  margin: 28px auto 16px;
  text-align: center;
  font-size: 14px;
  line-height: 15px;
  font-family: maru-maru-gothic-bsr-stdn, sans-serif !important;
}

.coin_summary2{
  margin: 20px auto;
  font-size: 14px;
  line-height: 150%;
}
.u-mt24{
  margin-top:24px;
}
.u-mt32{
  margin-top:32px;
}


.horizon_black{
  border-top: 1px solid #1f2121;
  width: 98%;
  margin: 0 auto;
}

.checkbutton {
  appearance: none;
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #1f2121;
  border-radius: 4px;
  cursor: pointer;
  background: #fff;
  vertical-align: top;
  padding:0 !important;
}

.checkbutton:checked::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 2.5px;
  width: 13px;
  height: 8px;
  border-bottom: 3px solid #b49a2e !important;
  border-left: 3px solid #b49a2e !important;
  transform: rotate(-45deg);
}
.checkboxItem{
  padding: 0 0 20px;
  display: flex;
  gap: 4px;
  cursor: pointer;
}

.checkboxItem a{
  text-decoration:underline;
  color: #1f2121;
  text-underline-offset: 2px;
}
.checkboxItem a:hover{
  color:#1f2121;
  text-decoration:none;
}

.coin_menus input[type=radio]{
  display: none;
}


/*** 緑と金のラジオボタン ***/
.green_radio input[type=radio],
.gold_radio input[type=radio]{
  display: none;
}

.green_radio input[type=radio]+label,
.gold_radio input[type=radio]+label{
  position: relative;
  display: inline-block;
  margin-right: 12px;
  font-size: 13px;
  line-height: 16px;
  cursor: pointer;
  padding: 0 0 0 24px;
}
.green_radio input[type=radio]+label::before,
.gold_radio input[type=radio]+label::before{
  width: 20px;
  height: 20px;
  border: 1px solid #1F2121;
  border-radius: 30px;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin-top: -9px;
  background-color: #fff;
}
.green_radio input[type=radio]:checked + label::after,
.gold_radio input[type=radio]:checked + label::after {
  content: "";
  position: absolute;
  top: 50%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  left: 5px;
  width: 10px;
  height: 10px;
  margin-top: -4px;
  background: #28823C;
  border-radius: 10px;
}
.gold_radio input[type=radio]:checked + label::after {
  background: #B49A2E;
}
.col_promotion{
  color:#EE6B62;
}
/** 白ボタンボタン **/
.white_btn{
  padding: 8px;
  border: 1px solid #1f2121;
  border-radius: 20px;
  cursor: pointer;
  background: #fff;
  text-align: center;
}
.white_btn img{
  vertical-align: top;
}
/** テキストボックス **/
.radius_text{
  border: 1px solid #1F2121;
  padding: 8px;
  margin-right: 8px;
  border-radius: 4px;
  font-size: 14px;
}
.col_discount{
  color:#EF874C;
}
.hissu{
  padding: 0 8px;
  line-height: 18px;
  height: 18px;
  background: #1F2121;
  font-size: 10px;
  display: inline-block;
  color: #fff;
  margin: 0 4px;
  vertical-align: top;
  text-align: left;
  border-radius: 18px;
}
.cursor_p{cursor: pointer;}
.u-mr4{margin-right:4px;}
.u-mt4{margin-top:4px;}
.u-mr8{margin-right:8px;}
.c-ac__label{
  padding: 18px 44px 18px 20px;
  font-size: 16px;
  line-height: 140%;
  font-family: maru-maru-gothic-bsr-stdn, sans-serif !important;
  font-weight: normal;
  border-radius: 8px;
}
.c-ac .c-ac__label:after,
.c-ac__checkbox:checked+.c-ac__label:before{
  border-left: 1px solid #1F2121;
  border-bottom: 1px solid #1F2121;
  width: 8px;
  height: 8px;
}
.c-ac__checkbox:checked+.c-ac__label+.c-ac__content{
  /*padding:0 8px;*/
  padding: 0 12px;
  margin-top: 20px;
}
.c-ac__label{
  margin: 16px auto 0;
}
.c-ac__label {
  margin: 12px auto 0;
}
label[for="coin_zeus_token_action_type_new"]{
   margin-top:12px;
}
@media screen and (max-width: 599px){
  .c-container--sp .c-ac__label {
    padding: 0 12px 12px 0 !important;
  }
  .c-container--sp .c-ac__label {
  }
  label[for="coin_by_credit"],
  label[for="coin_amazon_pay"],
  label[for="coin_carrier"],
  label[for="coin_webmoney"]{
    width:100% !important;
  }
  .bg_common_w {
    background: #fff;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 16px 20px;
  }
}

.c-form input[type=checkbox]+label, .c-form input[type=radio]+label, .c-form label input[type=checkbox]{
  line-height: 20px;
  font-size: 15px;
}
@media screen and (min-width: 600px) {
  .c-ac__checkbox:checked + .c-ac__label::before, .c-ac .c-ac__label::after {
    top: 40%;
  }
  .modal-content .c-ac__label{
    /*padding: 18px 44px 18px 20px;*/
    padding:0 !important;
    margin:0 !important;
  }
  .purchase_inner .bg_common_w{
    padding: 12px 20px;
  }
  .modal-content {
    margin-top:10px;
  }
}
@media screen and (max-width: 599px){
  .purchase_inner .c-ac__checkbox:checked + .c-ac__label::before, .purchase_inner .c-ac .c-ac__label::after {
    top: 35%!important;
  }
  .c-ac__checkbox:checked+.c-ac__label+.c-ac__content{
    margin-top: 0;
  }
  .modal-content .c-ac__label{
    /*padding: 12px 12px 12px 0px!important;*/
    padding:0px 12px 0px 0px!important;
    margin: 0 auto  !important;
  }
  .c-form__title{
    padding-left: 0px;
    margin-bottom: 0;
    font-weight: 500;
  }
  .c-ac .c-ac__content p {
    margin: 12px 0;
  }

}
.card_stored_explain{
  font-size:11px;
}

.c-ac__checkbox:checked + .c-ac__label{
  border:none;
}
.c-card{
/*  min-height: 60px;*/
}
.c-form input[type=radio]+label::before{
  border: 1px solid #1F2121;
}
.c-form input[type=checkbox]+label::before, .c-form input[type=radio]+label::before, .c-form label input[type=checkbox]::before{
  width: 20px;
  height: 20px;
}
.c-form input[type=radio]:checked+label::after{
  left: 5px;
  width: 10px;
  height: 10px;
  margin-top: -4px;
  border-radius: 10px;
}
.c-btn-campaign--flat[disabled]{
  background-color: #D6D6D6;
  border-color: #D6D6D6;
}
.c-form select.select_coupon{
  background: url(https://630hso4ag2.user-space.cdn.idcfcloud.net/image/common/icon/select_arrow.svg) no-repeat 96% center;
  -webkit-background-size: 10px;
  background-size: 10px;
  font-size: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #1F2121;
  border-radius: 4px;
  height: 36px;
  box-shadow: none;
}
.purchase_inner .c-container--sp .c-card{
  padding: 0;
  width: 100%;
}
.confirmation P{
  text-align: left;
}
.moon_title{
  font-size:18px;
}
.f_marumaru{
  font-family: maru-maru-gothic-bsr-stdn, sans-serif !important;
}
.u-mt6{margin-top:6px!important;}



.c-ac__checkbox:checked + .c-ac__label {
    border-bottom: 1px solid #000;
    border-radius: 0;
    background: none;
}


#sbsc_purchase .choice{
  transform: scale(1.1);
}
#sbsc_purchase .sbsc_menu_inner {
  width: 165px;
  height: 209px;
  cursor: pointer;
  position: relative;
}

#sbsc_purchase input[type=radio] {
    display: none;
}
#sbsc_purchase .sbsc_osusume{
  position: absolute;
  top: -8px;
  width: 56px;
  height: auto;
  left: 8px;
}
@media screen and (max-width: 599px){
  #sbsc_purchase{
    display: flex;
    overflow-x: scroll;
    scroll-behavior: smooth;
    gap: 20px;
    align-items: baseline;

    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch; 
  }
}
@media screen and (min-width: 600px) {
  #sbsc_purchase{
    display: flex;
    gap: 8px;
    justify-content: space-between;
    flex-flow: wrap;
  }
  #sbsc_purchase .sbsc_menu_inner {
    display: inline-block;
  }
}

a.no_hover:hover{
  color:#1f2121;
}

