@charset "utf-8";

/********商品一覧・詳細共通のみ記述********/
.product .sp {
  display: none!important;
}
@media screen and (max-width:960px) {
  .product .sp {
    display: block!important;
  }
}
.ticket .icn_triangle{
  position: relative;
}
.product .icn_triangle::before,
.ticket .icn_triangle::before{
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  border: solid 30px #fc3532;
  border-right-color: transparent;
  border-bottom-color: transparent;
  z-index: 2;
}
.product .icn_triangle span,
.ticket .icn_triangle span{
  display: inline-block;
  color: #fff;
  position: absolute;
  top: 14px;
  left: 0px;
  transform: rotate(-45deg);
  z-index: 2;
  font-size: 0.6rem;
  width: max-content;
  letter-spacing: 0;
}
@media screen and (min-width:780px) {
  .product .icn_triangle::before,
  .ticket .icn_triangle::before{
    border: solid 40px #fc3532;
    border-right-color: transparent;
    border-bottom-color: transparent;
  }
  .product .icn_triangle span,
  .ticket .icn_triangle span{
    top: 18px;
    left: 2px;
    font-size: 0.7rem;
    font-weight: bold;
  }
}
.product .price {
  font-weight: bold;
  color: #f66;
}
.product .remarks {
  font-size: 0.82rem;
}
.product .remarks span {
  font-weight: bold;
}
.tag button,
.product .tag a,
.product .tag span{
  display: inline-block;
  border-radius: 9999px;
  font-size: 0.82rem;
  font-weight: normal;
  color: #fff;
  line-height: 1.2;
}
.tag button{
  background: rgba(0,0,0,0.25);
  padding: 4px 10px;
}
.product_list .tag a,
.product_left .tag a,
.ticket_list .tag a{
  background: rgba(0,0,0,0.25);
}
.product .tag a{
  padding: 3px 14px;
}
.product_left .tag,
.product .tag,
.ticket .tag{
  margin-top: 4px;
  display: flex;
  gap:6px;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.product .tag button{
  display: inline-block;
  position: relative;
  z-index: 2;
}
.product.product_list .tag button,
.product.product_list .tag a,
.product.ticket_list .tag button,
.product.ticket_list .tag a{
  padding: 6px 10px;
}
@media screen and (min-width: 960px) {
  .product .tag a{
    padding: 2px 16px;
    font-size: 0.820rem;
  }
  .product .tag span{
    font-size: 0.820rem;
  }
}
.product .tag .discount{
  padding: 2px 10px;
  display: inline-block;
  background: #ff6565;
  color: #fff;
}
/************ 商品一覧 ***********/
.product.product_list .heading_block{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.utility_bar label,
.product .heading_block label{
  width: 100%;
  min-width: 150px;
  max-width: 200px;
}
.product .heading_block select{
  padding: 10px 45px 10px 10px;
}
.product .heading_block .form_input{
  font-size: 0.875rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #323232;
}
.product .block:not(:last-child){
  margin-bottom: 40px;
}
@media screen and (min-width:780px) {
  .product.product_list .heading_block{
    align-items: flex-start;
  }
  .utility_bar label,
  .product .heading_block label{
    min-width: 200px;
    max-width: 400px;
  }
  .product .heading_block .form_input{
    font-size: 1rem;
  }
  .product .block:not(:last-child){
    margin-bottom: 60px;
  }
}
.product .heading_border,
.product .heading_block h1,
.ticket .heading_block h1{
  font-size: 1.125rem;
  line-height: 1.6;
}
@media screen and (min-width:960px) {
  .product .heading_border,
  .product .heading_block h1,
  .ticket .heading_block h1{
    line-height: 1.3;
    font-size: 1.6rem;
  }
}

.talent_list h1,
.product.product_list h1,
.modal .heading_block{
  margin-bottom: 0;
  padding-bottom: 0;
}
 .product .flex_list{
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
   gap: 10px;
}
.digicon_detail .flex_list,
.photo_detail .flex_list,
.digicon_purchase .flex_list{
  gap: 20px 10px;
}
@media screen and (min-width:768px) {
  .digicon_detail .flex_list{
    gap: 30px 10px;
  }
}
.talent_list .flex_list,
.photo_list .flex_list{
   gap: 20px;
}
.product .flex_list > li{
  position: relative;
  width: calc((100% - 10px) / 2);
  overflow: hidden;
}
.talent_list .flex_list > li,
.photo_list .flex_list > li,
.digicon_purchase .flex_list > li{
  width: 100%;
}
.product .flex_list .product_link{
  position: absolute;
  z-index: 2;
  inset: 0;
  background: rgba(255, 255, 255, 1);
  opacity: 0;
}
@media screen and (min-width:960px) {
  .product .flex_list .product_link:hover{
    opacity: 0.5;
  }
}
.product .flex_list .tag button{
  position: relative;
  z-index: 3;
}
.product .flex_list .lock .tag button{
  pointer-events: none;
}
.product .flex_list > li:nth-last-child(1),
.product .flex_list > li:nth-last-child(2),
.product .flex_list > li:nth-last-child(3){
  margin-bottom: 0;
}
@media screen and (min-width:600px) {
  .product .flex_list > li:nth-last-child(1),
  .product .flex_list > li:nth-last-child(2),
  .product .flex_list > li:nth-last-child(3){
    margin-bottom: 0;
  }
}
.product .product_detail{
  padding: 10px;
}
.product_list .product_img p{
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product_list .product_img,
.ticket_list .product_img {
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.ticket_list .product_img{
  height: inherit;
  padding-bottom: 0;
}
.ticket_list .product_img p{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  aspect-ratio: 2/1;
  object-fit: contain;
  overflow: hidden;
  position: inherit;
}
.product_list .product_img img,
.ticket_list .product_img img{
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width:960px) {
   .product .flex_list{
     justify-content: start;
     gap: 30px;
  }
  .product .flex_list > li{
    width: calc((100% - 30px * 2) / 3);
  }
   .talent_list .flex_list > li,
  .photo_list .flex_list > li{
    width: calc((100% - 30px * 1) / 2);
  }
  .product .product_img {
    display: flex;
    align-items: flex-start;
    overflow: hidden;
    backface-visibility: hidden;
  }
  .product .product_img img {
    transition: all .2s ease-out;
  }
  .product .product_detail{
    padding: 20px;
  }
}
.product .flex_list dl {
  text-align: left;
  letter-spacing: 0;
}
.product .flex_list .name {
  margin-bottom: 4px;
  font-weight: normal;
  font-size: 0.875rem;
}
@media screen and (min-width:780px) {
  .product .flex_list .name {
    margin-bottom: 8px;
    font-size: 1.08rem;
  }
}
.ticket .product_name{
  margin-bottom: 12px;
  line-height: 1.4;
}
.product .all .price{
  margin-bottom: 6px;
  font-weight: bold;
  font-size: 1.125rem;
  color: #f66;
}
.product .all .price span{
  display: inline-block;
  margin-left: 10px;
  text-decoration: line-through;
  color: #323232;
  font-weight: normal;
  font-size: 0.85rem;
}
.product .detail dl{
  display: flex;
  font-size: 0.625rem;
}
.product .detail dl dt{
  font-weight: normal;
  white-space: nowrap;
}
.product .detail dl dt:after{
  content: "：";
}
.product .time{
  font-size: 0.625rem;
  letter-spacing: 0;
  display: block;
}
.product .time .emp{
  display: inline-block;
}
.product .time .emp span{
  padding-left: 10px;
}
.ticket.product .time{
  margin-bottom: 4px;
}
.ticket.product .time:nth-child(2){
  margin-bottom: 12px;
}
.ticket.product .time .border{
  margin-right: 8px;
  padding: 2px 4px;
  border: 1px solid rgba(0,0,0,0.2);
}
@media screen and (min-width:780px) {
  .product .all .price{
    font-size: 1.3125rem;
  }
  .product .detail dl,
  .product .time{
    font-size: 0.85rem;
  }
}
.caution > p {
  margin-bottom: 40px;
}
.product .down_btn{
  width: 30%;
  margin: 0 auto 40px auto;
}
.product .down_btn .btn_bl{
  padding: 10px;
}
.product .caution dd{
  margin: 20px;
}
 .product .note_block{
  margin-top: 20px;
  padding: 10px;
  border: 1px solid;
}
@media screen and (min-width:780px) {
   .product .caution dd{
     margin: 40px;
  }
   .product .note_block{
     padding: 20px;
  }
}
 .product .note_block p{
   display: block;
   padding-left:1em;
   text-indent:-1em;
   font-size: 0.875rem;
}
.product .lock .product_img{
  position: relative;
}
.product .lock .product_img:before{
  content: "";
  position: absolute;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background: rgba(255, 255, 255, .5);
  z-index: 1;
}
.product .lock .product_img span{
  content: "";
  background: url("../img/lock_ico.svg") center no-repeat;
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 1;
}
.talent_list .lock .product_img span,
.photo_list .lock .product_img span{
  width: 50px;
  height: 50px;
}
@media screen and (min-width:780px) {
  .product .lock .product_img span,
  .talent_list .lock .product_img span,
  .photo_list .lock .product_img span{
    width: 80px;
    height: 80px;
  }
  .ticket_list .lock .product_img span{
    width: 60px;
    height: 60px;
  }
}
.product_list .lock a .product_name,
.product_list .lock .tag_btm a{
  cursor:default;
}
#modal_pass input{
  text-align: left;
}
#modal_pass .form_block{
  margin-bottom: 40px;
}
/************ 商品詳細 ***********/
/***カラム***/
@media screen and (min-width:960px) {
  .product .sticky {
    position: sticky;
    top: 132px;
  }
  .product_wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
  }
}
.product_left_inner {
  width: 100%;
  height: auto;
}
.product_right .submit_btn:after ,
.product_left_inner .sp .submit_btn:after {
  border-top: solid 2px #313233;
  border-right: solid 2px #313233;
}
@media screen and (min-width: 960px) {
  .product_wrap {
    width: 100%;
    flex-direction: row;
  }
  .product_left {
    flex: 0 1 76%;
    min-width: 600px;
  }
  .product_right {
    flex: 0 1 24%;
  }
  .product_left_top{
    display: flex;
    gap: 0 30px;
  }
}
/*** 両カラム共通 ***/
.product .box_item {
  padding: 4% 0;
  font-size: 0.875rem;
}
 .product .option_1 .box_item{
  border-top: 1px solid;
}
 .product .box .box_item:first-child{
  border-top: none;
}
@media screen and (min-width: 960px) {
  .product_left .box_item {
    padding: 24px 0;
    border-bottom: 1px solid;
    font-size: 0.875rem;
  }
}
.product .box_item.option ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.product .option input[type="radio"] {
  display: none;
}
.product .option input[type="radio"]:checked + label {
  display: block;
  background: #313233;
  color: #fff;
}
.product .box_item.option label {
  text-align: center;
  display: block;
  padding: 10px;
  background: #fff;
  line-height: 1.0;
  cursor: pointer;
}
.product .box_item.massage{
  border-bottom: none;
}
.product .box_item.massage textarea{
  min-height: 100px;
}
.product .price {
  font-size: 2.375rem;
  font-weight: bold;
  color: #f66;
}
.product .standard_price span{
  text-decoration: line-through;
}
.product .duration{
  font-size: 0.750rem;
}
 @media screen and (min-width: 960px) {
  .product .price {
    font-size: 2rem;
  }
}
.product .price span {
  margin-left: 5px;
  font-size: 0.750rem;
}
.product .box_item .list{
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 5px;
}
.product .box_item .list li{
  padding-left: 1em;
  text-indent: -1.3em;
}
.product_left .box_item dt,
.product_right .box_item dt{
  margin-bottom: 10px;
}
.product .box_item.quantity,
.product .cart{
  border: none!important;
}
.product .box_item.heed{
  border-bottom: none!important;
  border-top: 1px solid rgba(0,0,0,0.1);
}
.product .quantity dl {
  display: flex;
  align-items: center;
  gap: 10px;
}
.product .quantity dl:not(:last-child){
  margin-bottom: 10px;
}
.product .quantity .title {
  width: 60px;
  margin-bottom: 0;
  text-align: right;
}
.product .number {
  width: 150px;
}
.product .cart .submit_btn {
  width: 100%;
  margin-bottom: 0;
}
.product .box_item.cart {
  padding-top: 0!important;
  font-size: 1rem;
}
@media screen and (min-width: 960px) {
  .product .cart .submit_btn {
    max-width: 500px;
    margin: inherit;
  }
}
.product .box_item .sales_form li{
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.product .box_item .sales_form img {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
/*** 左カラム ***/
.product_left .slider .product_img {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.product_left .slider-thumbnail .product_img {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.product_left .product_img {
  margin-bottom: 35px;
}
.product_left .product_img img {
  max-width: 100%;
  max-height: 100%;
}
@media screen and (min-width: 960px) {
  .product_left .product_img {
    flex-wrap: nowrap;
    flex: 3;
    margin-bottom: 0;
  }
  .product_left .option_wrap {
    flex: 1;
  }
}
.product_left .text{
  padding-top: 4%;
}
.product_left .text dd{
  font-size: 1.1rem;
}
.product_left .main-text{
  margin-top: 30px;
}
.product_left .main-text{
  line-height: 1.85em;
}
.product_left .main-text .tag{
  margin: 30px 0;
  padding: 0;
}
@media screen and (min-width: 960px) {
  .product_left .main-text .tag{
    margin: 40px 0;
  }
  .product_left .main-text{
    margin-top: 50px;
  }
}
.product_left .note {
  padding-left: 1em;
  line-height: 1.6;
  text-indent: -1em;
  font-size: 0.74rem;
}
.product_left .note:before {
  content: "※";
  display: inline-block;
  margin-left: 12px;
}
.product_left .text dd{
  line-height: 1.6;
  font-size: 0.82rem;
}
.product_left .info{
  margin-bottom: 30px;
}
.lot_list{
  margin-top: 20px;
}
.lot_item{
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
}
@media only screen and (min-width: 780px){
  .lot_item{
    margin-bottom: 60px;
    transition: all .2s ease-out;
    cursor: pointer;
  }
  .lot_item:hover{
    opacity: .5;
  }
}
.lot_prize{
  margin-bottom: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}
.modal .lot_prize{
  width: 90%;
}
.lot_column .lot_prize{
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  margin-bottom: 0;
  padding: 24px 0 15px;
}
.lot_column .lot_prize .lot_rarity{
  padding: 0 0 0 10px;
  font-size: 0.85rem;
  font-weight: 700;
  opacity: 0.3;
}
.lot_name{
  margin-bottom: 10px;
  font-weight: 700;
}
.lot_sup{
  display: flex;
  align-items: center;
  font-size: 0.750rem;
}
.lot_img{
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
}
.lot_img img{
  max-width: 100%;
  max-height: 100%;
}
.lot_item .flex_list,
.modal_cont .flex_list{
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  margin-bottom: 10px;
  gap: 0 10px;
}
.modal_cont .flex_list{
  margin-bottom: 20px;
}
.lot_stock{
  display: flex;
  justify-content: flex-end;
  text-align: center;
  min-width: 75px;
}
.modal_cont .lot_stock span{
  padding: 4px 8px;
}
.lot_stock span{
  padding: 0 8px;
  border-radius: 6px;
  background: #ff7777;
  color: #fff;
  font-size: 0.9rem;
  z-index: 1;
}
.lot_stock--out span{
  background: #777879;
}
.lot_end .badge_sold{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 1;
  padding: 30px 20px;
  display: inline-block;
  border-radius: 6px;
  background:rgba(0,0,0,0.5);
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
}
.modal_cont .lot_end .badge_sold {
  padding: 20px 30px;
}
.lot_img.lot_end img{
  -webkit-filter:grayscale(100%);
  -moz-filter:grayscale(100%);
  -ms-filter:grayscale(100%);
  filter:grayscale(100%);
  opacity: .7;
}
@media only screen and (min-width: 768px){
  .lot_list{
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .lot_item{
    width: calc(100% / 2 - 16px);
    margin-bottom: 60px;
  }
  .lot_prize{
    font-size: 1.6rem;
    line-height: 1.2;
  }
  .lot_column .lot_prize .lot_rarity{
    padding: 0 0 5px 10px;
    font-size: 1.0rem;
  }
  .lot_name{
    font-size: 1.3rem;
  }
  .lot_sup{
    line-height: 1.4;
  }
  .lot_img{
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 100%;
    position: relative;
  }
  .lot_img:hover{
    cursor: pointer;
  }
  .modal_cont .lot_img{
    border: none;
  }
  .modal_cont .lot_img:hover{
    cursor: inherit;
  }
  .lot_img span {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
/*** 右カラム ***/
.product .box_item {
  padding: 25px 0;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  font-size: 0.875rem;
}
.product .box .box_item {
  padding: 25px;
}
.supplement {
  padding: 25px 0;
}
.product_right .box_item:last-child{
  border-bottom: none;
}
@media screen and (min-width: 960px) {
  .product_right .box_item {
    padding: 24px 30px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    font-size: 0.875rem;
  }
  .product_right .box_item.text{
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    margin-top: 24px;
  }
  .option_wrap .box_item {
    padding: 25px 0;
  }
}

.subscription_detail .box:not(:last-child){
  margin-bottom: 24px;
}
.subscription_detail .box .ttl{
  margin: 0;
}
.form-cart-subscription{
  margin: 0 0 1rem 0;
}


/************ product_set ***********/
.product-set_container{
  margin-top: 70px;
}
.product_set .box_item h2,
.product-set_name{
  margin-top: 0!important;
}
.product_set .option dl:nth-of-type(1){
  margin-bottom: 20px;
}
.product_set .option .option_error{
  margin-top: 10px;
}
.product-set_heading{
  margin-bottom: 40px;
  padding-bottom: 30px;
  font-size: 1.25rem!important;
  font-weight: bold;
}
.product-set_item{
  margin-bottom: 40px;
}
.product-set_img{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 100%;
  width: 100%;
  background: #f7f7f8;
  overflow: hidden;
  margin-bottom: 8px;
}
.product-set_img span{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-set_img img{
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;  
}
.product-set_name{
  margin-bottom: 10px!important;
}
@media screen and (min-width: 768px) {
  .product-set_name{
    font-size: 1.3rem;
    margin: 0!important;
    margin-bottom: 10px!important;
  }
  .product-set_img{
    width: 200px;
    height: 200px;
    margin-bottom: 20px;
    padding-bottom: 20%;
}
  .product-set_text {
    flex: 1;
  }
}
/************ swiper ***********/
.product .swiper-backface-hidden .swiper-slide div{
  transform: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 100%;
  position: relative;
}
.product .swiper-backface-hidden .swiper-slide p {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.product .slider.swiper-backface-hidden .swiper-slide p,
.product .slider-thumbnail.swiper-backface-hidden .swiper-slide p {
  overflow: hidden;
}
.product .slider-thumbnail .swiper-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 2%;
  gap: 2%;
}
.product .slider-thumbnail .swiper-slide {
  position: relative;
  overflow: hidden;
  width: calc(88% / 7)!important;
  opacity: .5;
  transition: opacity .5s;
}
.product .slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
 @media screen and (min-width: 960px) {
  .product .swiper {
    order: 2;
    width: 87.5%;
  }
  .product .slider-thumbnail {
    order: 1;
    width: 12.5%;
    cursor: pointer;
  }
  .product .slider-thumbnail .swiper-wrapper {
    width: 88.6%;
    margin-top: 0;
    flex-direction: column;
    gap: 0;
  }
  .product .slider-thumbnail .swiper-slide {
    width: 100% !important;
    padding-bottom: 15%;
  }
  .product .swiper-button-next,
  .product .swiper-button-prev{
    width: 50%;
    height: 100%;
    top: 22px;
  }
  .product .swiper-button-next{
    right: 0;
  }
  .product .swiper-button-prev{
    left: 0;
  }
}
.product .swiper-button-next:after,
.product .swiper-button-prev:after {
  display: none;
}

/************ ranking ***********/
.ranking_item .flex_list > li{
  width: calc((100% - 20px) / 2);
}

.ranking_item .flex_list > .rank1{
  width: 100%;
}

.rank_number {  
  display: inline-block;
  position: absolute;
  top: 0;
  left: 15px;
  margin: 0;
  padding: 5px 0;
  z-index: 2;
  width: 30px;
  text-align: center;
  font-size: 10px;
  font-weight:bold;
  color: white;
  background: #bbbbbb;
}

.rank_number:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 15px solid #bbbbbb;
  border-right: 15px solid #bbbbbb;
  border-bottom: 10px solid transparent;
}

.rank1 .rank_number {
  padding: 5px 0;
  width: 40px;
  text-align: center;
  font-size: 20px;
  font-weight:bold;
  background: #dbb25e;
}
.rank1 .rank_number:after {
  border-left: 20px solid #dbb25e;
  border-right: 20px solid #dbb25e;
}

.rank2 .rank_number {
  background: #12264c;
}
.rank2 .rank_number:after {
  border-left: 15px solid #12264c;
  border-right: 15px solid #12264c;
}
.rank3 .rank_number {
  background: #bb7843;
}
.rank3 .rank_number:after {
  border-left: 15px solid #bb7843;
  border-right: 15px solid #bb7843;
}


@media screen and (min-width:768px) {
.ranking_item .flex_list > li{
  width: calc((100% - 30px * 2) / 3) ;
}

.ranking_item .flex_list > .rank1 ,.ranking_talent .flex_list > .rank2, .ranking_talent .flex_list > .rank3{
  width: calc((100% - 30px * 2) / 3);
}
.rank_number {  
  width: 40px;
  font-size: 20px;
}

.rank_number:after {
  border-left: 20px solid #bbbbbb;
  border-right: 20px solid #bbbbbb;
  border-bottom: 10px solid transparent;
}

.rank1 .rank_number:after {
  border-left: 20px solid #dbb25e;
  border-right: 20px solid #dbb25e;
}

.rank2 .rank_number:after {
  border-left: 20px solid #12264c;
  border-right: 20px solid #12264c;
}

.rank3 .rank_number:after {
  border-left: 20px solid #bb7843;
  border-right: 20px solid #bb7843;
}
}

/******** フォトガチャ ********/
.photo-gacha .box_logo dl{
  margin-bottom: 10px;
}
.photo-gacha .box_logo dd{
  padding: 20px;
}
.photo-gacha .box_logo img{
  width: 60%;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .photo-gacha .box_logo dd{
    padding: 40px;
  }
}
@media screen and (min-width: 960px) {
  .photo-gacha .box_logo dd{
    padding: 20px;
  }
  .photo-gacha .box_logo img{
    width: 80%;
  }
}
.photo-gacha_prob{
  margin-top: 70px;
}
.photo-gacha_prob .row{
  margin-bottom: 20px;
}
.photo-gacha_prob .row_header{
  display: flex;
  justify-content: space-between;
  padding: 20px 25px;
}
.photo-gacha_prob .prob_name,
.photo-gacha_prob .prob_pct{
  font-size: 1.3rem;
  font-weight: bold;
}
.prob_grid{
  padding: 25px;
  display:grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .prob_grid{
    gap: 20px;
  }
  .photo-gacha_prob .prob_name,
  .photo-gacha_prob .prob_pct{
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 960px) {
  .prob_grid{
    grid-template-columns: repeat(7, minmax(0,1fr));
  }
}

