/*
Theme Name: Gacha
Theme URI: 
Author: 
Author URI: 
Description: 
Tags: 
Version: 2024
Requires at least: 5.2
Tested up to: 6.1
Requires PHP: 7.0
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: orifes

BlankSlate is distributed under the terms of the GNU GPL
*/

body{
  --color-red: #E50012;
  --color-lime: #2bca02;
  --color-navy: #0000cc;
  font-family: "Noto Sans JP", sans-serif;  
}
body, html{
  -ms-overflow-style: none;
  scrollbar-width: none;
}
body.open{
  overflow: hidden;
}

.taC{
	text-align: center;
}
dd{
  margin: 0px;
}
a{
  color: inherit;
  text-decoration: none;
}
#gacha_category dd a,
#slick_slide_1 a,
#footer_logo a,
#head_branding a,
#gacha_list .gacha_eyecatch label,
[class*="btn"],
button{
  cursor: pointer;
  transition: 0.25s;
}
.tml-field-wrap a:hover,
#gacha_category dd a:hover,
#slick_slide_1 a:hover,
#footer_logo a:hover,
#head_branding a:hover,
#gacha_list .gacha_eyecatch label:hover,
[class*="btn"]:hover,
button:hover{
  opacity: 0.5;
}
.sp_only{
  display: none;
}
.inner{
  width: 1000px;
  max-width: 100vw;
  max-width: 100%;
  margin: auto;
  position: relative;
}
#body .inner{
  max-width: 95%;
  /* width: 1000px; */
}
#body .inner h2{
  text-align: center;
}
#body .inner h2 strong{
  font-family: 'Tomorrow';
  font-weight: bold;
  display: block;
  font-size: 16px;
  line-height: 28px;
}
#body .inner h2 label{
  font-size: 10px;
  display: block;
}
.navi_menu_inner{
  width: 400px;
  max-width: 100vw;
  max-width: 100%;
  margin: auto;
  position: fixed;
  right: 0px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#head{
  height: 40px;
  position: sticky;
  top: 0px;
  background: #ffffff;
  z-index: 100;
}
#footer:before,
#head:after{
  position: absolute;
  content: '';
  height: 2px;
  width: 100%;
  bottom: 0px;
  background: linear-gradient(90deg,
    #ff0000 0%,
    #ffff00 20%,
    #00ff00 40%,
    #00ffff 60%,
    #0000ff 80%,
    #ff00ff 100%);
}
#footer{
  margin-top: 50px;
  padding-top: 10px;
  position: relative;
}
#footer_logo{
  margin-bottom: 10px;
  margin-left: 0px !important;
  display: flex;
  gap: 14px;
  width: auto !important;
}
#footer:before{
  bottom: auto;
  top: 0px;
}
#head .inner{
  display: flex;
  max-width: 100%;
  width: 100%;
}

#footer_logo,
#head_branding{
    width: 154px;
    height: 24px;
    margin-top: 8px;
    margin-left: 4px;

}
#footer_logo a.sns_link{
	font-size: 24px;
	line-height: 24px;
	/* display: flex; */
	margin-top: -2px;
}
#footer_logo a.sns_twitter{
	font-size: 27px;
}
#footer_logo a.logo,
#head_branding a{
    display: inline-block;
    position: relative;
    width: 135px;
    height: 100%;
    overflow: hidden;
    background: url('https://laurier-hub.com/wp/wp-content/uploads/2025/04/icon.png') no-repeat;
    background-size: 24px;
    padding-left: 34px;
}

#footer_logo a.logo:before,
#head_branding a:before{
    content: '';
    display: block;
    width: 100px;
    height: 24px;
    background: url('https://laurier-hub.com/wp/wp-content/uploads/2025/05/LHUB-yoko.png');
    background-size: 100px;
    background-repeat: no-repeat;
    background-position: center center;

}
#footer_logo a:after,
#head_branding a:after{
  content: '';
  position: absolute;
  top: 0px;
  left: 34px;
  display: block;
  display: none;
  width: 120px;
  height: 32px;
  background: url('assets/img/rose-logo.svg');
  background-size: 122px;
  background-position: center center;
  background-repeat: no-repeat;
}
#head_navi{
    margin-left: auto;
    display: flex;
    align-items: center;
    margin-top: 5px;
    gap: 10px;

}

.navi_menu_inner:before{
  display: block;
  content: 'MY PAGE';
  font-family: 'Tomorrow';
  font-weight: bold;
  background: #ffffff;
  top: -39px;
  height: 37px;
  left: 0px;
  right: 40px;
  line-height: 35px;
  font-size: 24px;
  position: absolute;
  padding-left: 4px;
}
#navi_menu{
    display: block;
    position: fixed;
    transition: 0.5s;
    top: 40px;
    right: 0px;
    bottom: 0px;
    width: 100vw;
    max-width: 100vw;
    background: rgba(0,0,0,0.3);
    z-index: 60;
    backdrop-filter: blur(3px);
    opacity: 0;
    visibility: hidden;

}
.open #navi_menu{
  display: block;
  right: 0px;
  visibility: visible;
  opacity: 1;
}

.navi_points{
  display: flex;
  border: 1px solid #000000;
  border-radius: 100px;
  height: 23px;
  padding: 0px 10px 0px 14px;
  line-height: 20px;
  font-family: 'Tomorrow';
  font-weight: 600;
  text-decoration: none;
  color: #000000;
  position: relative;
  top: 1px;
}
.navi_points span:before{
  content: '+';
  
}
.navi_points span{
  display: inline-block;
  width: 17px;
  height: 17px;
  line-height: 17px;
  color: #ffffff;
  text-align: center;
  font-size: 17px;
  background: #E50012;
  border-radius: 100px;
  position: absolute;
  top: 2px;
  left: 2px;
  display: none;
}


.navi_hamburger{
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
}
.navi_hamburger:before,
.navi_hamburger:after,
.navi_hamburger span{
  content: '';
  display: inline-block;
  position: absolute;
  background: #000000;
  width: 100%;
  height: 3px;
  border-radius: 10px;
  top: 10.5px;
  transition: 0.5s;
}
.navi_hamburger:before{
  top: 2px;
}
.navi_hamburger:after{
  top: 19px;
}
.open .navi_hamburger span{
  opacity: 0;
}
.open .navi_hamburger:before{
  top: 10.5px;
  transform: rotateZ(45deg);
}
.open .navi_hamburger:after{
  top: 10.5px;
  transform: rotateZ(-45deg);
}

.menu_card{
  background: linear-gradient(90deg,#000000 0%, #555555 50%, #000000 100% );
  padding: 15px;
}

.manu_rankup_gage{
	width: 100px;
	height: 10px;
	position: relative;
	overflow: hidden;
	border-radius: 50px;
	margin-top: 4px;
	background: linear-gradient(-80deg,
    #009b66 0%, 
    #ffff00 20%, 
    #ff0000 40%, 
    #ff00ff 60%, 
    #0000ff 80%, 
    #00aeff 100%);
}
.manu_rankup_gage span{
	position: absolute;
	right: 0px;
	height: 10px;
	background: #cccccc;
}
.rank_limit div:before{
	content: '';
	width: 50px;
	height: 45px;
	display: block;
	background-size: 50px;
	background-repeat: no-repeat;
	background-position: center -5px;
	margin: auto;
}

/*
.rank_limit.rank_beginner div:before{
	background-image: url('/wp-content/uploads/2024/08/icon_rank_beginner_heart-150x150.png');
}
.rank_limit.rank_white div:before{
	background-image: url('/wp-content/uploads/2024/03/icon_rank_white_heart-150x150.png');
}
.rank_limit.rank_blue div:before{
	background-image: url('/wp-content/uploads/2024/03/icon_rank_blue_heart-150x150.png');
}
.rank_limit.rank_green div:before{
	background-image: url('/wp-content/uploads/2024/03/icon_rank_green_heart-150x150.png');
}
.rank_limit.rank_red div:before{
	background-image: url('/wp-content/uploads/2024/03/icon_rank_red_heart-150x150.png');
}
.rank_limit.rank_gold div:before{
	background-image: url('/wp-content/uploads/2024/03/icon_rank_gold_heart-150x150.png');
}
.rank_limit.rank_rainbow div:before{
	background-image: url('/wp-content/uploads/2024/03/icon_rank_rainbow_heart-150x150.png');
}
.rank_limit.rank_barapan div:before{
	background-image: url('/wp-content/uploads/2024/03/icon_rank_barapan_heart-150x150.png');
}
*/
.rank_limit.rank_barapan,
.userrank_barapan .menu_card{
	background: var(--color-red) url('/wp-content/uploads/2024/04/barapan-frame.png');
	background-size: 100px;
}
.rank_limit.rank_barapan strong,
.rank_limit.rank_barapan span,
.userrank_barapan .menu_userrank span{
	color: var(--color-red);
}
.rank_limit{
	padding: 5px;
	text-align: center;
	font-size: 12px;
}
.rank_limit strong{
	display: block;
}
.rank_limit div{
	background: #ffffff;
	height: 100%;
	padding: 5px;
	font-weight: bold;
}
.rank_limit.rank_rainbow,
.userrank_rainbow .menu_card{
  background: linear-gradient(-80deg,
    #009b66 0%, 
    #ffff00 20%, 
    #ff0000 40%, 
    #ff00ff 60%, 
    #0000ff 80%, 
    #00aeff 100%);
}
.rank_limit.rank_rainbow strong,
.rank_limit.rank_rainbow span,
.userrank_rainbow .menu_userrank span{
  background: linear-gradient(-80deg,
    #009b66 0%, 
    #ffff00 20%, 
    #ff0000 40%, 
    #ff00ff 60%, 
    #0000ff 80%, 
    #00aeff 100%);
  background-clip: text;
  color: transparent;
}

.rank_limit.rank_gold,
.userrank_gold .menu_card{
  background-image: linear-gradient(-80deg,
	#684b00 0,
    #cb9b51 22%, 
	#f6e27a 45%,
	#f6f2c0 50%,
	#f6e27a 55%,
	#cb9b51 78%,
	#462523 100%);
}
.rank_limit.rank_gold strong,
.rank_limit.rank_gold span,
.userrank_gold .menu_userrank span{
  background: linear-gradient(-80deg,
	#684b00 0,
    #cb9b51 22%, 
	#f6e27a 45%,
	#f6f2c0 50%,
	#f6e27a 55%,
	#cb9b51 78%,
	#462523 100%);
  background-clip: text;
  color: transparent;
}

.rank_limit.rank_red,
.userrank_red .menu_card{
  background: var(--color-red);
}
.rank_limit.rank_red strong,
.rank_limit.rank_red span,
.userrank_red .menu_userrank span{
  background: var(--color-red);
  background-clip: text;
  color: transparent;
}

.rank_limit.rank_blue,
.userrank_blue .menu_card{
  background: #0387d1;
}
.rank_limit.rank_blue strong,
.rank_limit.rank_blue span,
.userrank_blue .menu_userrank span{
  background: #0e9edb;
  background-clip: text;
  color: transparent;
}

.rank_limit.rank_green,
.userrank_green .menu_card{
  background: #089e3c;
}
.rank_limit.rank_green strong,
.rank_limit.rank_green span,
.userrank_green .menu_userrank span{
  background: #59b865;
  background-clip: text;
  color: transparent;
}

.rank_limit.rank_beginner,
.userrank_beginner .menu_card{
  background-image: linear-gradient(100deg,
	#ffcd00 50%,
	#4e9f00 50%);
}
.rank_limit.rank_beginner strong,
.rank_limit.rank_beginner span,
.userrank_beginner .menu_userrank span{
  background: linear-gradient(100deg,
	#ffcd00 50%,
	#4e9f00 50%);
  background-clip: text;
  color: transparent;
}


.rank_limit.rank_white ,
.userrank_white .menu_card{
  background: #c9caca;
}
.rank_limit.rank_white strong,
.rank_limit.rank_white span,
.userrank_white .menu_userrank span{
  background: #c9caca;
  background-clip: text;
  color: transparent;
}

.menu_card_box{
  background: #ffffff;
  border-radius: 15px;
  display: flex;
  gap: 10px;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 15px;
  height: 130px;
  align-content: flex-start;
  position: relative;
  overflow: hidden;
}
.menu_card_box .rank_badge{
  content: '';
  display: block;
  position: absolute;
  width: 130px;
  height: 130px;
  right: -10px;
  bottom: -10px;
  background-image: url('assets/img/rose-chara1.png');
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: cover;
  opacity: 0.3;
}
.cardicon_heart .menu_card_box .rank_badge,
.cardicon_star .menu_card_box .rank_badge{
	width: 100px;
	height: 100px;
	opacity: 0.5;
	cursor: pointer;
}
.cardicon_star .menu_card_box .rank_badge{
	right: -20px;
	bottom: -15px;
}
.menu_card_box .rank_badge:hover{
	opacity: 1;
}
/*
.userrank_beginner.cardicon_heart .menu_card_box .rank_badge{
	background-image: url('/wp-content/uploads/2024/08/icon_rank_beginner_heart-150x150.png');
}
.userrank_beginner.cardicon_star .menu_card_box .rank_badge{
	background-image: url('/wp-content/uploads/2024/08/icon_rank_beginner_star-150x150.png');
}
.userrank_white.cardicon_heart .menu_card_box .rank_badge{
	background-image: url('/wp-content/uploads/2024/03/icon_rank_white_heart-150x150.png');
}
.userrank_white.cardicon_star .menu_card_box .rank_badge{
	background-image: url('/wp-content/uploads/2024/03/icon_rank_white_star-150x150.png');
}
.userrank_blue.cardicon_heart .menu_card_box .rank_badge{
	background-image: url('/wp-content/uploads/2024/03/icon_rank_blue_heart-150x150.png');
}
.userrank_blue.cardicon_star .menu_card_box .rank_badge{
	background-image: url('/wp-content/uploads/2024/03/icon_rank_blue_star-150x150.png');
}

.userrank_green.cardicon_heart .menu_card_box .rank_badge{
	background-image: url('/wp-content/uploads/2024/03/icon_rank_green_heart-150x150.png');
}
.userrank_green.cardicon_star .menu_card_box .rank_badge{
	background-image: url('/wp-content/uploads/2024/03/icon_rank_green_star-150x150.png');
}

.userrank_red.cardicon_heart .menu_card_box .rank_badge{
	background-image: url('/wp-content/uploads/2024/03/icon_rank_red_heart-150x150.png');
}
.userrank_red.cardicon_star .menu_card_box .rank_badge{
	background-image: url('/wp-content/uploads/2024/03/icon_rank_red_star-150x150.png');
}

.userrank_gold.cardicon_heart .menu_card_box .rank_badge{
	background-image: url('/wp-content/uploads/2024/03/icon_rank_gold_heart-150x150.png');
}
.userrank_gold.cardicon_star .menu_card_box .rank_badge{
	background-image: url('/wp-content/uploads/2024/03/icon_rank_gold_star-150x150.png');
}

.userrank_rainbow.cardicon_heart .menu_card_box .rank_badge{
	background-image: url('/wp-content/uploads/2024/03/icon_rank_rainbow_heart-150x150.png');
}
.userrank_rainbow.cardicon_star .menu_card_box .rank_badge{
	background-image: url('/wp-content/uploads/2024/03/icon_rank_rainbow_star-150x150.png');
}

.userrank_barapan.cardicon_heart .menu_card_box .rank_badge{
	background-image: url('/wp-content/uploads/2024/03/icon_rank_barapan_heart-150x150.png');
}
.userrank_barapan.cardicon_star .menu_card_box .rank_badge{
	background-image: url('/wp-content/uploads/2024/03/icon_rank_barapan_star-150x150.png');
}
*/
.menu_card_box > div{
  /* width: 35%; */
  /* min-width: 180px; */
  position: relative;
}
.menu_card_box:has(.menu_userrank) {
  height: auto;
}
.menu_card_box:has(.menu_userrank) {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
}
.menu_rankup_point{
  display: none;
}
.menu_card_box:has(.menu_userrank) .menu_rankup_point{
  display: block;
}
.menu_card_box .card_left,
.menu_card_box .card_middle,
.menu_card_box .card_right{
  width: 35%;
  min-width: 180px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: space-between;
}
.menu_card_box .card_right{
	display: none;
}
.menu_card_box .card_middle{
	width: 80%;
	flex-wrap: wrap;
}
.menu_card_box .card_middle .menu_user_id{
	width: 4.5em;
}
.menu_card_box .card_left{
  width: 15%;
  min-width: 80px;
}
.menu_card_box .card_right{
  min-width: 120px;
}

.menu_icon .image{
	width: 80px;
	height: 80px;
	background: #cccccc;
	border-radius: 100px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.card_middle #user_nickname button i,
.menu_icon .edit i{
	display: inline-block;
	margin: 0px 3px;
}
.menu_icon .edit:hover{
	opacity: 0.5;
}
.menu_icon .edit{
	font-size: 10px;
	text-align: center;
	margin-top: 5px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.menu_icon .edit input{
	position: absolute;
	top: -100px;
	left: 0px;
}
.card_middle #user_nickname{
	position: relative;
}
.card_middle #user_nickname input{
	border: 1px solid #000000;
	width: 100%;
	border-radius: 100px;
	margin: 4px 0px;
	padding: 3px 56px 3px 10px;
	font-size: 16px;
}
.card_middle #user_nickname button{
	position: absolute;
	right: 5px;
	top: 8px;
	border-radius: 100px;
	border: 0px;
	background: #666666;
	color: #ffffff;
	font-size: 10px;
}
.menu_card .menu_nickname{
	width: 100%;
}
.menu_card .menu_point{
  display: flex;
  border: 0px solid #000000;
  border-bottom: 1px solid #000000;
  align-items: center;
  justify-content: end;
  margin-top: 7px;
  /* left: -90px; */
  position: relative;
  padding-right: 5px;
  padding-bottom: 4px;
  height: 25px;
  font-family: 'Tomorrow';
  font-weight: 600;
  width: 9em;
  font-size: 15px;
}
.menu_card .menu_point_add{
	display: none !important;
}
.menu_card .menu_history,
.menu_card .menu_point_add{
  color: #ffffff;
  background: #E50012;
  border-radius: 50px;
  height: 25px;
  display: inline-block;
  line-height: 24px;
  padding-left: 5px;
  font-weight: bold;
  font-size: 14px;
  min-width: 180px;
}
.menu_history i,
.navi_logout i,
.menu_address i,
.menu_result i,
.menu_invite i,
.menu_card .menu_history i,
.menu_card .menu_point_add i{
  margin-right: 5px;
}
.menu_card .menu_history{
  background: #000000;
}
.menu_card label{
  font-size: 10px;
  display: block;
  color: #666666;
  text-shadow: 1px 1px 0px #ffffff;
}
.menu_userrank{
  font-family: 'Tomorrow';
  font-weight: 600;
  display: block;
  font-size: 25px;
  text-transform: uppercase;
  margin-top: 33px;
}
.menu_card label + span{
  font-family: 'Tomorrow';
  font-weight: 600;
  display: block;
  font-size: 15px;
  text-shadow: 2px 2px 0px rgba(0,0,0,0.1)
}
.navi_logout a,
.menu_address a,
.menu_result a,
.menu_invite a{
	display: block;
}
.navi_logout:hover,
.menu_address:hover,
.menu_result:hover,
.menu_invite:hover{
	opacity: 0.5;
}
.menu_history,
.navi_logout,
.menu_address,
.menu_result,
.menu_invite{
  background: #000000;
  border-radius: 50px;
  margin: 0px 15px;
  height: 28px;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  line-height: 26px;
  padding: 0px 10px;
  cursor: pointer;
}
.menu_footer{
    margin-top: auto;
    padding: 15px;
    margin-bottom: 35px;

}
.menu_notice{
  font-size: 12px;
}
.menu_notice li{
  margin-top: 10px;
}
.navi_logout {
  width: 100%;
  display: block;
  margin: 0px;
  background: #cccccc;
  color: #666666;
}
.navi_register:hover,
.navi_login:hover{
	opacity: 0.5;
}
.navi_register,
.navi_login{
    color: #000000;
    font-size: 14px;
    height: 23px;
    line-height: 23px;
    padding: 0px 3px;

}
.navi_register{
  color: var(--color-lime);
  margin-right: 10px;
}

.inner #top_gacha .inner{
	max-width: 100%;
}
#top_gacha_tab{
  display: flex;
}
#top_gacha_tab h2{
  width: 100%;
  padding-bottom: 10px;
  /* border-bottom: 1px solid #999999; */
}
#top_gacha #top_gacha_tab label{
	display: none;
}
#gacha-list #top_gacha_tab h2:nth-child(1){
  border-bottom: 2px solid #000000;
	border: 0px;
}
#gacha-list #top_gacha_tab h2:nth-child(2):hover{
  opacity: 0.7;
}
#gacha-list #top_gacha_tab h2:nth-child(2){
  color: #999999;
}

/* coin */
#charge_points{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#charge_points dd{
  width: calc( (100% - 20px) / 2); 
}
#charge_points ul:before{}
#charge_points ul{
  display: flex;
  flex-direction: column;
  padding: 10px;
  gap: 10px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
  justify-content: center;
  align-items: center;
}
#charge_points ul li p{
  font-family: 'Tomorrow';
  font-weight: bold;
}
#charge_points ul li:nth-child(2) label{
  display: none;
}

#charge #body h3{
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
}
#charge #charge_bank_box{
  margin-top: 40px;
}

body:has(#payment-form[style*="block"]){
  overflow: hidden;  
}
#payment-form{
  /* transition: 0.5s; */
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(3px);
  display: none;
  z-index: 290;
}
#payment-form #payment-box{
  background: #ffffff;
  width: 600px;
  max-width: 95%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#payment_amount{
  font-family: 'Tomorrow';
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
#payment_announce{
  font-size: 12px;
  line-height: 18px;
}
#sq-card-message:empty,
#payment-status-container:empty{
  display: none;
}
.popup_change_badge .buttons button,
.all_deliv_buttons button,
.add_address_buttons button,
.all_change_confirm button,
#payment-form #payment-box button{
  border-radius: 50px;
  border: 0px;
  height: 40px;
  font-size: 16px;
}
.popup_change_badge .buttons #btn_badge_select,
#all_deliv_ok,
.add_deliv_address,
#all_change_confirm_ok,
#card-button{
  background: var(--color-red);
  display: block;
  color: #ffffff;
}
.popup_change_badge .buttons .btn_cancel,
#all_deliv_back,
.add_address_cancel,
#all_change_confirm_cancel,
#card-cancel{
  background: #cccccc;
  display: block;
  color: #666666;
}

.btn_payment_list{
  display: inline-block;
  background: #000000;
  color: #ffffff;
  padding: 10px 30px;
  border-radius: 50px;
  font-size: 14px;
}

.coin{
  width: 80px;
  height: 80px;
  content: '';
  box-sizing: content-box ;
  display: inline-block;
  background: #ffdd00;
  border-radius: 100px;
  box-shadow: 3px 3px 0px rgb(221 165 0);
  position: relative;
  font-family: 'Tomorrow';
  font-weight: 700;
  font-size: 11px;
  color: #fde232;
}
.coin:before{
  content: '';
  position: absolute;
  text-align: center;
  background: #ffb600;
  border-radius: 100px;
  box-shadow: inset 3px 3px 0px rgb(255 144 0 / 40%);
  position: absolute;
  top: 8%;
  left: 8%;
  right: 8%;
  bottom: 8%;
}
.coin:after{
  font-size: calc(100% * 1.5);
  filter: drop-shadow(3px 3px 0px rgb(255 144 0 / 40%));
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.coin_500:after{
  content: '500';
}
.coin_1000:after{
  content: '1,000';
}
.coin_5000:after{
  content: '5,000';
}
.coin_10000:after{
  font-size: 15px;
  content: '10,000';
}
.coin_50000:after{
  font-size: 15px;
  content: '50,000';
}
.coin_100000:after{
  font-size: 13px;
  content: '100,000';
}
.coin_500000:after{
  font-size: 13px;
  content: '500,000';
}
.coin_1000000{
}
.coin_1000000:after{
  font-size: 11px;
  content: '1,000,000';
}

#lottery_header{
padding-top: 10px;
padding-bottom: 10px;
}
#body #lottery_header .inner h2 strong{
	font-size: 20px;
}
#header_banner{
  position: relative;
  overflow: hidden;
  padding-bottom: 50px;
  margin-top: 35px;
}
#header_banner h2{
  color: #ffffff;
  margin-top: 15px;
  margin-bottom: 15px;
}
#header_banner img{
  width: 100%;
}
#slick_slide_1{
  margin-left: -15px;
  width: calc(100% + 30px);
  max-width: 10000px;
}

#news_link{
  margin-top: 20px;
  color: #ffffff;
  font-size: 12px;
}

#news_link li{
  margin-top: 10px;
}

#header_banner .slick-slide > *{
  display: block;
  padding: 0px 15px;
}

#header_banner:before{
  content: '';
  display: block;
  width: 120%;
  height: 120%;
  position: absolute;
  left: 50%;
  bottom: 10px;
  background: #000000;
  background: linear-gradient(90deg,#000000 0%, #555555 50%, #000000 100% );
  transform: translateX(-50%) rotateZ(0deg)
  
}

#top_gacha h2{
  color: #000000;
  margin-top: 10px;
  margin-bottom: 15px;
  margin-bottom: 0px;
}
#top_gacha label{
  color: #000000;
}

#gacha_list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 30px;
}
#gacha_content,
.gacha_list_detail_image{
  margin-top: 20px;
  text-align: center;
}
#gacha_content img{
  display: block;
  margin: auto;
  
}
.gacha_list_detail_image img{
  width: 100%;
}
#gacha_list li{
  width: calc( (100% - 30px) / 2);
  position: relative;
}
#gacha_list li.close,
#gacha_list li.sold_out,
#gacha_list li.comming{
  padding-bottom: 10px;
}
#gacha_list li.sold_out:before,
#gacha_list li.close:before,
#gacha_list li.comming:before{
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  filter: grayscale(0.8);
  background: rgba(0, 0, 0, 0.4);
  z-index: 10;
  border-radius: 10px;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}
#gacha_list li.sold_out .gacha_list_buttons,
#gacha_list li.close .gacha_list_buttons,
#gacha_list li.comming .gacha_list_buttons{
  display: none;
}
.gacha_show_result{
  position: absolute;
  z-index: 10;
  color: #ffffff;
  background: var(--color-red);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 40px;
  display: block;
  padding: 10px 20px;
  font-weight: bold;
  border-radius: 50px;
  font-size: 14px;
  line-height: 14px;
}
#gacha_list li.comming .gacha_list_detail:before,
#gacha_list li.comming:after{
  content: 'COMMING SOON';
  position: absolute;
  z-index: 12;
  font-family: 'Tomorrow';
  font-weight: 900;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  background: linear-gradient(90deg, #4158D0, #C850C0 30%, #FFCC70);
  background: -webkit-linear-gradient(0deg, #4158D0, #C850C0 30%, #FFCC70);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 27px;
  white-space: nowrap;
}
#gacha_list li.comming .gacha_list_detail:before{
  z-index: 11;
  -webkit-text-stroke: #ffffff 8px;
}

#gacha_list li.close .gacha_list_detail:before,
#gacha_list li.close:after{
  content: 'CLOSED';
  position: absolute;
  z-index: 12;
  font-family: 'Tomorrow';
  font-weight: 900;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  background: #666666;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 27px;
  white-space: nowrap;
}
#gacha_list li.close .gacha_list_detail:before{
  z-index: 11;
  -webkit-text-stroke: #ffffff 8px;
}



#gacha_list li.sold_out .gacha_list_detail:before,
#gacha_list li.sold_out:after{
  content: 'SOLDOUT';
  position: absolute;
  z-index: 12;
  font-family: 'Tomorrow';
  font-weight: 900;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  background: var(--color-red);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 27px;
  white-space: nowrap;
}
#gacha_list li.sold_out .gacha_list_detail:before{
  z-index: 11;
  -webkit-text-stroke: #ffffff 8px;
}

.single-gacha #gacha_list li{
  width: 100%;
  margin-top: 10px;
}
.single-gacha #gacha_list .gacha_eyecatch label{
  display: none;
}
#gacha_list .gacha_eyecatch{
  display: block;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
#gacha_list .gacha_eyecatch label{
  position: absolute;
  right: 10px;
  top: 10px;
  background: #ffffff;
  font-size: 10px;
  padding: 8px 15px;
  border-radius: 50px;
}
#gacha_list .gacha_eyecatch label i{
  margin-right: 10px;
}
#gacha_list .gacha_eyecatch img{
  width: 100%;
  min-height: 100px;
}
.gacha_list_cards{
  position: relative;
  overflow-y: hidden;
  overflow-x: auto;
  margin: 10px 0px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.gacha_list_cards img {
  height: 90px;
}
.gacha_list_cards ul {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
}
#gacha_list .gacha_list_cards li{
  width: auto;
}


.gacha_list_mater{
  display: flex;
  flex-wrap: wrap;
  font-family: 'Tomorrow';
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
}
.gacha_list_rank_upper{
	display: flex;
	padding-left: 5px;
}
.gacha_list_rank_upper .rank_limit{
	padding: 0px;
}
.gacha_list_rank_upper .rank_limit div{
	padding: 0px;
}
.gacha_list_rank_upper .rank_limit div:before{
	height: 24px;
	width: 25px;
	background-size: auto 29px;
	background-position: center;
}

.gacha_list_buttons strong,
.gacha_list_detail strong{
  font-size: 24px;
  display: inline-block;
  margin-right: 3px;
}
.gacha_list_mater_last{
  margin-left: auto;
}
.gacha_list_mater_box{
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg,
    #ff0000 0%,
    #ffdd00 50%,
    #00ff00 100%
  );
  border-radius: 10px;
  margin-top: 6px;
  position: relative;
  overflow: hidden;
}
.gacha_list_mater_bar{
  width: 100%;
  height: 5px;
  position: absolute;
  right: 0px;
  background: #d9d9d9;    
}
.gacha_list_mater_bar{
  width: 50%;
}

.gacha_list_buttons{
  margin-top: 7px;
  font-family: 'Dela Gothic One';
  display: flex;
  gap: 10px;
}
.gacha_list_buttons a{
  width: calc( (100% - 10px) / 2);
  background: #000000;
  color: #ffffff;
  border-radius: 50px;
  text-align: center;
  height: 34px;
  line-height: 30px;
  position: relative;
  padding-left: 20px;
  font-size: 12px;
}

.gacha_list_buttons:has(.number_buttons) {
	width: 100%;
	overflow: auto;
}
.number_buttons{
	display: flex;
	gap: 9px;
}
.number_buttons .number_button{
	background: var(--color-red);
	padding: 0px;
	min-width: 2em;
	width: 2.5em;
	height: 2.5em;
	line-height: 2.5em;
}
.number_buttons .number_button.sold{
	background: #999999;
	touch-action: none;
	pointer-events: none;
}
.gacha_list_buttons a i{
  font-size: 22px;
  position: absolute;
  left: 6px;
  top: 6px;
}
.gacha_list_detail:has(.numbers) {
	-ms-overflow-style: none;
    scrollbar-width: none;	
}
.gacha_list_buttons.numbers:after{
	content: '';
	display: block;
	clear: all;
}
.gacha_list_buttons.numbers{
	white-space: nowrap;
	position: relative;
	width: 100%;
	height: 34px;
	flex-wrap: nowrap;
	overflow-x: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.gacha_list_buttons.numbers a.gray{
	background: #999999;
}
.gacha_list_buttons.numbers a{
	width: 34px;
	min-width: 34px;
	padding: 0px;
	display: flex;
	justify-content: center;
	float: left;
	/* margin-right: 10px; */
	background: var(--color-red);
}
.gacha_list_buttons.numbers a strong{
	margin: 0px;
	transform: scaleX(0.6);
}
.gacha_list_buttons a.gacha_btn_ten{
  background: var(--color-red);
}
.gacha_list_buttons a.gacha_btn_all{
  background: linear-gradient(120deg,
    #ff0000 0%,
    #ffff00 20%,
    #00ff00 40%,
    #00ffff 60%,
    #0000ff 80%,
    #ff00ff 100%);
  text-shadow: 0px 0px 2px #000000;
}

.gacha_list_buttons a.gacha_btn_ten i{
  left: 7px;
  top: 6px;
}
.gacha_list_buttons a.gacha_btn_all i{
  left: 7px;
  top: 6px;
}

#footer_box dl dd{
  color: #000000;
}
#footer_box dl dd{
  margin-top: 10px;
}
#footer_box dl{
  margin-bottom: 30px;
}

#footer_contact{
  display: none;
}

#footer_copyright{
  font-size: 10px;
  padding-bottom: 10px;
}

#admin_po_list dt {
  background: #666666;
  color: #ffffff;
  padding: 5px;
  margin-top: 10px;
}
#admin_po_list dd div{
  display: flex;
  gap: 10px;
  margin-top: 5px;
  
}

#card_stage{
  display: none;
}
body > [id*="popup"]{
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0,0,0,0.3);
  z-index: 300;
}

#popup.show{
  opacity: 1;
  visibility: visible;
}
#popup_box{
  background: rgba(0, 0, 0, 0.7);
  width: 600px;
  max-width: 95%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  padding: 60px 20px;
  color: #ffffff;
  border: 2px solid var(--color-lime);
}
#popup_body{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
#popup_icon{
  width: 80px;
  height: 80px;
  border-radius: 100px;
}
.popup_invite #popup_icon{
	display: none;
}
.popup_invite input{
	padding: 10px;
	width: 25em;
	text-align: center;
	max-width: 85vw;
	border-radius: 100px;
	border: 0px;
	margin-top: 10px;
}
.popup_invite .invite_share{
	display: flex;
	gap: 10px;
	margin-top: 20px;
	justify-content: center;
}
.popup_invite .invite_share > *{
	width: 30%;
	display: flex;
	flex-direction: column;
	font-size: 10px;
}
.popup_invite .invite_share i{
	font-size: 40px;
	display: block;
	height: 50px;
	text-align: center;
}
.popup_invite .invite_share button{
	background: none;
	border: 0px;
	color: #ffffff;
	opacity: 1;
}
.popup_invite .invite_share #line_share i{
	font-size: 36px;
	line-height: 40px;
}
.popup_invite .invite_share button i{
	font-size: 30px;
	line-height: 40px;
}
.popup_login .popup_login_link {

	background: #000000;
	color: #ffffff;
	padding: 10px;
	width: 80%;
	display: inline-block;
	border: 2px solid var(--color-lime);
	margin-top: 30px;
	
}
.popup_prefs #popup_icon,
.popup_login #popup_icon{
	display: none;
}
#my_lottery_popup #my_lot_close,
.popup_invite .btn_popup_close,
.popup_prefs .popup_close,
.popup_login .btn_popup_close {
	position: absolute;
	top: 10px;
	right: 14px;
	width: auto;
	padding: 0px;
	height: auto;
	background: none;
	border: none;
	font-size: 20px;
	color: #ffffff;	
}
#my_lottery_popup #my_lot_close{
	position: absolute;
	color: #000000;
	z-index: 1;
	top: 8px;
	right: 12px;
}

.popup_prefs h2{
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 20px;
}
.popup_prefs .sel_prefs{
	display: flex;
	flex-wrap: wrap;
	gap: 5px 15px;
	margin-bottom: 30px;
	max-height: calc(100vh - 350px);
	overflow-y: auto;
}
.popup_prefs #sel_prefs{
	background: var(--color-lime);
	border: 0px;
	border-radius: 100px;
	width: 80%;
	height: 40px;
	font-size: 20px;
	color: #000000;
}

.confirm_invite #popup_icon{
  display: none;
}
.confirm_invite h2 strong{
  font-weight: bold;
  display: block;
  font-size: 20px;
}
.confirm_invite h2 label{
  font-size: 10px;
}
.confirm_invite h2{
  margin-bottom: 20px;
}
.confirm_invite textarea{
  display: block;
  width: 100%;
  height: 5em;
  padding: 5px;
  border-radius: 4px;
  border: 1px solid #999999;
  margin-bottom: 20px;
}
.confirm_invite button{
  width: calc((100% - 10px) / 2);
  border: 0px;
  border-radius: 50px;
  padding: 10px;
}
.confirm_invite button.js_btn_copy{
  background: var(--color-red);
  color: #ffffff;
}
.confirm_invite button.js_btn_close{
  background: #aaaaaa;
  color: #333333;
}
.confirm_invite #popup_msg div div {
  display: flex;
  flex-wrap: wrap;
  gap: 0px 10px;
}
.popup_error #popup_icon{
  border: 4px solid var(--color-red);
}
.popup_error #popup_icon:before{
  content: '!';
  color: var(--color-red);
  text-align: center;
  display: block;
  line-height: 70px;
  font-size: 60px;
  font-family: 'Tomorrow';
  font-weight: bold;
}
#popup_msg{
  text-align: center;
  width: 100%;
  line-height: 2;
  font-size: 14px;
}

.popup_loading #popup_icon{
  background-size: 100% 100%;
  background-position: 0px 0px;
  background-image: conic-gradient(from 0deg at 50% 50%,
    #ffffff 10%,
    #666666 100%);
  position: relative;
  animation-name: loading_rotate;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  opacity: 0.5;
}
.popup_loading #popup_icon:before{
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  border-radius: 100px;
  background: #000000;
}
@keyframes loading_rotate{
  0%{ transform: rotateZ(0deg); }
  100%{ transform: rotateZ(360deg); }
}

.popup_complete #popup_icon{
  border: 4px solid #00c300;
  position: relative;
}
.popup_complete #popup_icon:after,
.popup_complete #popup_icon:before{
  content: '';
  height: 4px;
  background: #00c300;
  position: absolute;
  transform-origin: left center;
  top: 10px;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
}
.popup_complete #popup_icon:before{
  transform: rotateZ(45deg);
  width: 30px;
  margin-top: 20px;
  margin-left: 10px;
  animation-name: ani_comp1;
}
.popup_complete #popup_icon:after{
  transform: rotateZ(-45deg);
  margin-top: 40px;
  margin-left: 30px;
  width: 0px;
  animation-fill-mode: forwards;
  animation-delay: 0.3s;
  animation-name: ani_comp2;
}
@keyframes ani_comp1{
  0%{ width: 0px; }
  100%{ width: 30px; }
}
@keyframes ani_comp2{
  0%{ width: 0px; }
  100%{ width: 60px; }
}
.popup_change_badge #popup_icon{
	display: none;
}
.popup_change_badge h2 strong{
	font-family: 'Tomorrow';
  font-weight: bold;
  display: block;
  font-size: 20px;
}
.popup_change_badge h2 label{
  font-size: 10px;
}
.popup_change_badge .badges {
	display: flex;
	gap: 20px;
}
.popup_change_badge .badges label{
	opacity: 0.5;
	cursor: pointer;
}
.popup_change_badge .badges label:hover{
	opacity: 1;
}
.popup_change_badge .badges img{
	width: 100%;
}
.popup_change_badge .buttons{
	display: flex;
	gap: 10px;
	margin-top: 30px;
}
.popup_change_badge .buttons button{
	width: 50%;
}
.btn_popup_charge{
  background: var(--color-red);
  display: block;
  border-radius: 50px;
  font-size: 16px;
  height: 32px;
  line-height: 28px;
  margin-top: 10px;
  color: #ffffff;
}

#item_list img{
  width: 60px;
}
#item_list{
  margin: 20px 0px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#item_list li input {
  display: none;
}
#item_list li.no_pending{
  text-align: center;
}
#item_list li:not(.no_pending) {
  border: 2px solid #EEEEEE;
  border-radius: 8px;
  padding: 8px;
  position: relative;
  width: calc( (100% - 10px) / 2);
}
#item_list li label{
  display: flex;
  gap: 10px;
  flex-direction: row-reverse;
}
#item_list li label:after{
  content: "\f14a";
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 8px;
  top: 8px;
  color: #dddddd;
}
#item_list li:has(input:checked) {
  border: 2px solid var(--color-red);
}
#item_list li:has(input:checked) label:after {
  color: var(--color-red);
}
#item_list li:has(input:checked) .item_list_point {
  color: var(--color-red);
}

#item_list .item_list_box{
  width: 100%;
}
#item_list .item_list_image img{
  position: relative;
  border-radius: 6px;
}
#item_list .item_list_name{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-right: 19px;
}
#item_list .item_list_point{
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-family: 'Tomorrow';
  font-weight: bold;
  font-size: 20px;
}
#item_list .item_list_rarity{
  background: #cccccc;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 50px;
  font-size: 12px;
}
#item_list .item_list_limit{
  font-size: 10px;
  position: absolute;
  bottom: 10px;
  color: var(--color-red);
  
}

#item_list_header {
  position: relative;
  width: 100%;
}
#charge h2,
#contact h2,
#history h2,
#item_list_header h2{
  margin: 15px 0px;
}
#item_list_header div{
  text-align: center;
}
#item_list_header div p{
  font-size: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
}
#item_list_header div span{
  font-size: 16px;
  display: block;
  font-weight: bold;
}
#item_list_header #btn_result_allcheck{
  position: absolute;
  top: 0px;
  right: 0px;
  border-radius: 50px;
  border: 0px;
  background: var(--color-red);
  color: #ffffff;
  font-size: 11px;
  height: 23px;
  padding: 0px 15px;
}
#item_list_header #btn_result_allcheck:before{
  content: "\f14a";
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 2px;
  margin-top: -3px;
  margin-right: 8px;
}
#gacha-result #body{
  padding-bottom: 280px;
}
#gacha-result #footer{
  display: none;
}
#deliv_mai{
  color: var(--color-red);
}
#popup_delivery{
  position: fixed;
  bottom: 0px;
  background: #ffffff;
  z-index: 50;
  max-width: 100%;
  width: 100%;
  padding: 15px 0px;
  border-top: 1px solid #cccccc;
}
#popup_delivery .inner{
  display: flex;
  gap: 10px;
}
#popup_delivery #deliv_all_deliv{
  margin-left: auto;
}
#popup_delivery button{
  border-radius: 50px;  
}
#btn_all_change,
#btn_all_deliv{
  height: 34px;
  font-size: 12px;
  font-weight: bold;
  width: 100px;
  background: #ffffff;
}
#btn_all_deliv{
  border: 2px solid var(--color-red);
  color: var(--color-red);
}
#btn_all_change{
  border: 2px solid #000000;
  color: #000000;
  
}
#re_gacha{
  position: fixed;
  margin-top: auto;
  bottom: 60px;
  overflow: hidden;
  padding-bottom: 20px;
  width: 100%;
}
#re_gacha h2{
  margin-top: 20px;
  margin-bottom: 10px;
}
#re_gacha:before{
  content: '';
  transform-origin: right top;
  transform: rotateZ(0deg);
  position: absolute;
  display: block;
  top: 0px;
  right: 0px;
  width: 120%;
  height: 120%;
  background: linear-gradient(90deg, #dddddd 0%, #eeeeee 50%, #dddddd);
}

#re_gacha .gacha_eyecatch,
#re_gacha .gacha_list_cards{
  display: none;
}
#popup_delivery #deliv_point label{
  display: none;
}
#popup_delivery #deliv_point{
  font-family: 'Tomorrow';
}
#popup_delivery #deliv_point dl{
  display: flex;
  flex-direction: column-reverse;
  font-weight: bold;
  font-size: 12px;
}
#deliv_point_count{
  font-size: 20px;
  padding-top: 3px;
  display: inline-block;
}
#deliv_to{
  display: none;
}
.all_deliv_point{
  border: 1px solid #000000;
  border-radius: 100px;
  margin: 10px 0px;
  display: flex;
  height: 34px;
  line-height: 32px;
  font-family: 'Tomorrow';
  font-weight: bold;
  padding: 0px 20px;
}
.all_deliv_point span{
  font-size: 20px;
}
.all_deliv_point div{
  margin-left: auto;
}
.all_deliv_buttons,
.add_address_buttons,
.all_change_confirm{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.all_deliv_buttons button,
.add_address_buttons button,
.all_change_confirm button{
  width: calc( (100% - 10px) / 2);
  border: none;
}
.all_deliv_buttons,
.add_address_buttons{
  margin-top: 10px;
}

.confirm_all_change #popup_icon{
  width: 80px;
  height: 80px;
  content: '';
  box-sizing: content-box ;
  display: inline-block;
  background: #ffdd00;
  border-radius: 100px;
  box-shadow: 3px 3px 0px rgb(221 165 0);
  position: relative;
  font-family: 'Tomorrow';
  font-weight: 700;
  font-size: 11px;
  color: #fde232;
}
.confirm_all_change #popup_icon:before{
  content: '';
  position: absolute;
  text-align: center;
  background: #ffb600;
  border-radius: 100px;
  box-shadow: inset 3px 3px 0px rgb(255 144 0 / 40%);
  position: absolute;
  top: 8%;
  left: 8%;
  right: 8%;
  bottom: 8%;
}
.confirm_all_change #popup_icon:after{
  font-size: calc(100% * 1.5);
  filter: drop-shadow(3px 3px 0px rgb(255 144 0 / 40%));
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.confirm_all_change #popup_icon:after{
  content: 'P';
  font-size: 50px
}

.confirm_all_deliv #popup_icon{
  border: 4px solid var(--color-red);
  position: relative;
}
.confirm_all_deliv #popup_icon:after{
  color: var(--color-red);
  content: '\f48b';
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 40px;
  display: inline-block;
  vertical-align: middle;
  top: 15px;
  position: absolute;
  animation-duration: 3s;
  animation-name: ani_track;
  animation-iteration-count: infinite;
}
@keyframes ani_track{
  0%{ opacity: 0; left: -80px; }
  45%{ opacity: 1; left: 10px; }
  60%{ opacity: 1; left: 10px; }
  100%{ opacity: 0; left: 100px; }
}

#popup_address{
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 200;
  display: none;
  opacity: 1;
  visibility: visible;
}
#popup_address.manage_only #address_list_deside {
  display: none;
}
#address_header{
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
#address_list{
  display: flex;
  height: calc( 100% - 26px);
  flex-direction: column;
  gap: 10px;
}
#address_input{
  height: calc( 100% - 26px);
  flex-direction: column;
  gap: 10px;
}
#address_input form,
#address_list ul{
  display: block;
  height: 100%;
  overflow-y: auto;
}
#address_list ul li{
  border: 2px solid #cccccc;
  border-radius: 4px;
}
#address_list ul li:has(:checked){
  border: 2px solid var(--color-red);
}
#address_list ul li label{
  display: flex;
  padding: 10px;
  align-items: center;
  font-size: 14px;
}
#address_list ul li label div:last-child{
  margin-left: auto;
}
#address_list ul li label button{
  background: #000000;
  font-size: 10px;
  border-radius: 50px;
  border: 0px;
  color: #ffffff;
  padding: 2px 10px;
}
#address_list ul li label input[name="deliv_to_select"]{
  margin: 0px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}


#address_input form .input_area{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#address_input .input_buttons,
#address_list .input_buttons{
  margin-top: auto;
  display: flex;
  gap: 10px;
}
.btn_popup_close,
#address_input .input_buttons button,
#address_list .input_buttons button{
  width: 50%;
  height: 34px;
  border-radius: 100px;
  font-weight: bold;
  font-size: 12px;
}
#popup_address_save,
#address_list_deside{
  color: var(--color-red);
  background: #ffffff;
  border: 2px solid var(--color-red);
}
#popup_address_delete,
#address_list_add{
  color: #000000;
  background: #ffffff;
  border: 2px solid #000000;
}
.btn_popup_close,
#popup_address_back,
#popup_address_close{
  color: #666666;
  background: #cccccc;
  border: 0px solid #000000;
}

#popup_address_box{
  width: 600px;
  max-width: 95%;
  position: absolute;
  top: 10px;
  bottom: 10px;  
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  padding: 20px;
  border-radius: 10px;
}

.input_field_wrap [name="zip"] + button{
  position: absolute;
  right: 3px;
  bottom: 3px;
  width: 16px;
  height: 16px;
  display: block;
  padding: 0px;
  border: 0px;
  background: 0px;
}
.input_field_wrap [name="zip"] + button i{
  position: absolute;
  top: 0px;
  left: 0px;
}
.input_field_wrap [name="zip"] + button i:after{
  content: "\f002";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  color: #666666;
}
.tml-indicator-wrap{
	display: none;
}
.tml-indicator-wrap,
.tml-errors{
  font-size: 12px;
}
.tml{
  width: 600px;
  max-width: 95%;
  margin: 20px auto;
  box-shadow: 2px 2px 6px rgba(0,0,0,0.3);
  padding: 20px;
  border-radius: 10px;
}
#rememberme + label,
.tml-register-link a,
.tml-login-link a,
.tml-lostpassword-link a,
#user_agree + label {
	font-size: min(16px, calc(100vw / 30));
}
.tml-field-wrap:not(.tml-user_agree-wrap, .tml-rememberme-wrap, .tml-submit-wrap, .tml-indicator-wrap, .tml-indicator_hint-wrap),
.input_field_wrap{
  border: 2px solid #cccccc;
  border-radius: 4px;
  position: relative;
  padding-top: 15px;
  width: 100%;
}
.tml-field-wrap:has(:focus):not(.tml-user_agree-wrap, .tml-submit-wrap, .tml-rememberme-wrap),
.input_field_wrap:has(:focus){
  border: 2px solid var(--color-lime);
}

.tml-indicator_hint-wrap{
	font-size: 12px;
	padding-bottom: 20px;
}
.input_field_wrap.half{
  width: calc( (100% - 10px) / 2);
}
.tml .tml-field-wrap:not(.tml-user_agree-wrap, .tml-rememberme-wrap) label,
.input_field_wrap label{
  font-size: 10px;
  position: absolute;
  top: 5px;
  left: 8px;
  color: #666666;
  margin: 0px;
}
.tml-field-wrap:has(:focus):not(.tml-user_agree-wrap, .tml-rememberme-wrap) label,
.input_field_wrap:has(:focus) label{
  color: var(--color-lime);
}
.tml-field-wrap a{
  color: var(--color-navy);
  text-decoration: underline;
}
.tml-field-wrap [name]:not(.tml-checkbox),
.input_field_wrap [name]{
  border: 0px;
  font-size: 16px;
  width: 100%;
  padding: 4px 7px;
}
.input_field_wrap select[name]{
  padding-left: 3px;
}
.tml-field-wrap *:focus,
.input_field_wrap *:focus{
  outline: 0px;
}
.tml-button{
  background: var(--color-lime);
  color: #ffffff;
  border-radius: 5px;
  font-size: 20px !important;
  padding: 10px !important;
}
.tml-links li{
  margin-top: 10px;
  text-align: center;
}
.tml-user_agree-wrap input{
  zoom: 1.5;
  margin: 0px;
  margin-right: 5px;
  vertical-align: middle;
}
.tml-sms h2{
	font-weight: bold;	
}
.tml-sms form[name="change_tel"] {
	display: none;
}
.tml-sms .tml-alerts{
	margin-top: 10px;
}
.tml-sms .to_top{
	color: var(--color-red);
	display: block;
	text-align: center;
}
.tml-sms legend{
	line-height: 1.3em;
	margin: 1em 0px;
	text-align: center;
}
.tml-sms legend a{
	display: inline-block;
	margin: 5px 10px;
	color: var(--color-red);
}
.tml-sms #sms_code{
	text-align: center;
	font-size: 30px;
	font-family: 'Tomorrow';
	font-weight: 500;
	letter-spacing: 20px;
	padding-bottom: 10px;
	text-indent: 20px;
}

#history_tab{
  display: flex;
  gap: 10px;
  font-size: 12px;
  justify-content: center;
}
#history_tab li a{
  background: #ffffff;
  display: inline-block;
  padding: 0px 15px;
  height: 24px;
  line-height: 19px;
  border-radius: 50px;
  border: 2px solid #000000;
}
#history_tab li.active a{
  background: #000000;
  color: #ffffff;
}
.history_tab_pages h2{
  display: none;
}
.history_tab_pages select {
  color: #000000;
  border: 2px solid #000000;
  border-radius: 4px;
  padding: 3px;
}
.history_tab_pages .pagination,
.history_tab_pages .list_lpp,
.history_tab_pages .list_footer{
  display: flex;
  align-items: center;
  font-size: 14px;
  gap: 10px;
  background: #ffffff;
}
.history_tab_pages .list_footer{
  padding: 10px 0px;
  position: sticky;
  top: 40px;
  z-index: 10;
}
.history_tab_pages .pagination{
  margin-left: auto;
  gap: 5px;
  justify-content: center;
}
.history_tab_pages .pagination ol{
  display: flex;
  gap: 5px;
  align-items: center;
}
.history_tab_pages .pagination a{
  border: 2px solid #cccccc;
  font-size: 12px;
  border-radius: 4px;
  display: inline-block;
  height: 27px;
  line-height: 23px;
  width: 2.4em;
  text-align: center;
}
.history_tab_pages .pagination a.active{
  border-color: #000000;
}

.history_tab_pages table{
  border-collapse: collapse;
  font-size: 14px;
  width: 100%;
}
.history_tab_pages table img{
  width: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.history_tab_pages table thead{
  background: #333333;
  color: #ffffff;
}
.history_tab_pages th,
.history_tab_pages td{
  padding: 5px;
  vertical-align: middle;
  border: 1px solid #333333;
}

.history_tab_pages table tr td:nth-child(1){
  font-size: 12px;
  width: 11em;
  text-align: center;
}
#history_tab_page_point table tr td:nth-child(3){
  width: 6em;
  text-align: right;
}
#history_tab_page_delivery table tr td:nth-child(2){
  display: none;
}
#history_tab_page_deliv_comp table tr td:nth-child(2),
#history_tab_page_deliv_comp table tr td:nth-child(3),
#history_tab_page_delivery table tr td:nth-child(3){
  line-height: 1.5;
}

.others-top h2{
  margin: 20px 0px;
}

.others-blocks,
.others-top__sentence{
  font-size: 14px;
  line-height: 1.5;
}

.others-top{
  margin-bottom: 2em;
}

.others-block__title{
  font-weight: bold;
}
.block__sentence__title{
  margin-left: -1em;
}
.others-block__sentence{
  margin-left: 2em;
  margin-bottom: 1em;
}

.btn_line_official{
  background: #02b902;
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  height: 32px;
  
}
.btn_line_official img{
  height: 32px;
  display: inline-block;
  vertical-align: top;
}
#charge_bank dd{
  margin-top: 20px;
}
#charge_bank .btn_line_official{
  text-align: center;
  display: block;
  border-radius: 4px;
  margin-top: 20px;
}

.contact_info{
  margin-bottom: 20px;
  text-align: center;
}

#contact .input_field_wrap{
  margin-bottom: 10px;
}
#contact .input_field_wrap br{
  display: none;
}
#contact .cf7_buttons input{
  background: var(--color-red);
  color: #ffffff;
  font-weight: bold;
  border: none;
  border-radius: 100px;
  width: 100%;
  height: 32px;
}

#gacha_category{
  margin-bottom: 20px;
  width: 100%;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;

}
#gacha_category dl{
  display: flex;
  gap: 10px;
}

#gacha_category dd a{
  background: #eeeeee;
  display: block;
  font-size: 14px;
  padding: 8px 20px;
  border-radius: 50px;
  text-align: center;
  white-space: nowrap;
}
#gacha_category dd.active a{
  background: var(--color-red);
  color: #ffffff;
  /* font-size: 14px; */
}

#popup_gacha_result{
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.3);
}
#popup_gacha_result.show{
  opacity: 1;
  visibility: visible;
}
body:has(#popup_gacha_result.show){
  overflow: hidden;
}

#popup_gacha_result .popup_box{
  background: #ffffff;
  width: 400px;
  max-width: 95vw;
  height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
}
#popup_gacha_result .popup_box{
  display: flex;
  flex-direction: column;
}
#popup_gacha_result .popup_box h2{
  text-align: center;
  margin: 20px 0px 10px;
}
#popup_gacha_result .popup_box h2 strong{
  display: block;
  font-size: 20px;
  line-height: 20px;
  font-family: 'Tomorrow';
  font-weight: bold;;
}
#popup_gacha_result .popup_box h2 label{
  font-size: 10px;
  line-height: 10px;
  margin-top: 3px;
  display: block;
}
#popup_gacha_result .popup_box .popup_head{
  height: 63px;
}
#popup_gacha_result .popup_box .popup_footer{
  margin-top: auto;
  padding: 10px;
  text-align: center;
}
#popup_gacha_result .popup_box .popup_body{
  overflow-y: auto;
}
#gacha_result_list{
  padding: 0px 20px;
  
}
#gacha_result_list table{
  width: 100%;
}
#gacha_result_list table td{
  padding: 5px 10px;
  font-size: 12px;
}

#gacha_result_list table tr{
  border-bottom: 1px solid #eeeeee;
  
}
#gacha_result_list table tr td:nth-child(1){
  width: 3em;
  text-align: right;
}
@font-face {
    font-family: 'G7-Segment-7a';
    font-style: normal;
    font-weight: 400;
    src: local('G7-Segment-7a'), url('https://fonts.cdnfonts.com/s/111483/G7_Segment_7a.woff') format('woff');
}

.comming .count_down{
  display: block;
}
.count_down{
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 40px);
  z-index: 10;
  text-align: center;
  text-shadow: 0px 0px 3px rgba(255, 255, 255, 1);
}
.count_down_text{
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  text-shadow: 0px 0px 2px #000000;
}
.count_down_base{
  font-size: 50px;
  position: relative;
  height: 1em;
  width: 300px;
  margin-top: 10px;
}
.count_down_base > div{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 300px;
}
.count_down_back{
	color: var(--color-red);
	opacity: 0.15;
}
.count_down_front{
	color: var(--color-red);
    filter: brightness(2);
}

#lottery_list {
	max-width: 100%;
	max-height: calc(100vh - 195px);
	overflow-x: hidden;
	overflow-y: auto;
}
#lottery_list table{
	width: 100%;
	position: relative;
}
#lottery_list thead{
	background: #cccccc;
	position: sticky;
	top: 0px;
	z-index: 1;
}
#lottery_list thead th{
	padding: 10px;
	white-space:nowrap;
	vertical-align: middle;
	text-align: left;
	text-align: center;
}
#lottery_list .oubo_order,
#lottery_list .pref_filter{
	cursor: pointer;
	display: block;
}
#lottery_list .shop_pref,
#lottery_list .oubo,
#lottery_list .open,
#lottery_list .sales,
#lottery_list .check,
#lottery_list .shop_pref{
	width: 7em;
}
#lottery_list .open,
#lottery_list .check{
	width: 5em;	
}
#lottery_list tbody tr:nth-child(2n + 1){
	border-top: 2px solid #bbbbbb;
}
#lottery_list th i{
	display: inline-block;
	margin-left: 5px;
	zoom: 0.7;
	vertical-align: middle;
	position: relative;
	top: -2px;
}
#lottery_list th .start_order{
	cursor: pointer;
}
#lottery_list th .start_order[data-order="none"] i:before{
	content: '\25BD';
}
#lottery_list th .start_order[data-order="asc"] i:before{
	content: '\25B2';
}
#lottery_list th .start_order[data-order="desc"] i:before{
	content: '\25BC';
}

#lottery_list td{
    vertical-align: middle;
    padding: 5px 10px;
    border: 1px solid #dddddd;
    /* white-space: nowrap; */
    text-align: center;
}
#lottery_list td.result_check,
#lottery_list td.lot_date{
    white-space: nowrap;   
}
#lottery_list td.result_check{
	font-size: 0.8em;
}
#lottery_list td.result_check input{
	display: inline-block;
	accent-color: var(--color-lime);
	vertical-align: middle;
	position: relative;
	top: -1px;
}
#lottery_list td.result_check label:first-child{
	margin-right: 10px;
}
#lottery_list td:has(a){
    text-align: left;
    white-space: nowrap;

}
#lottery_list td:has(.thumb){
	padding: 5px;
}
#lottery_list td[rowspan]{
	white-space: normal;
}
#lottery_list .item_name{
    /* white-space: nowrap; */

}
#lottery_list .thumb{
	width: 80px;
	height: 80px;
	text-align: center;
}
#lottery_list .image{
	width: 80px;
	position: relative;
}
#lottery_list .image .icon_new{
	background: #ff0000;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	/* width: 18px; */
	padding: 0px 3px;
	height: 18px;
	line-height: 14px;
	display: block;
	position: absolute;
	top: 3px;
	border-radius: 100px;
	left: 3px;
	border: 2px solid #ffffff;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}
#lottery_list .thumb img{
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
#lottery_list a:hover{
	opacity: 0.5;
}
#lottery_list a{
	color: #0000ff;
	display: inline-block;
}
#lottery_list a span{
    display: inline-block;
    max-width: 13em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: 1px solid #0000ff;
}
#lottery_list .shop_name{
    font-weight: bold;
}
#lottery_list .lottery_check{
	border: 1px solid #cccccc;
	background: #eeeeee;
	box-shadow: inset 0px 0px 3px #999999 ;
	display: inline-block;
	height: 20px;
	width: 40px;
	border-radius: 100px;
	position: relative;
	cursor: pointer;
}
#lottery_list .lottery_check:hover{
	opacity: 0.5;
}
#lottery_list .lottery_check:has(:checked){
	background: var(--color-lime);
}
#lottery_list .lottery_check:has(:indeterminate){
	background: #999999;
}
#lottery_list .lottery_check:has(:indeterminate):before{
	background: #cccccc;
}
#lottery_list .lottery_check:before{
	content: '';
	height: 12px;
	width: 12px;
	display: block;
	border: 1px solid #cccccc;
	border-radius: 100px;
	background: #ffffff;
	position: absolute;
	top: 2px;
	left: 2px;
	transition: 0.3s;
}
#lottery_list .lottery_check:has(:checked):before{
	left: 21px;
}
#lottery_list .lottery_check input{
	display: none;
}
#lottery_list .my_lot_action button{
	white-space: nowrap;
}
#lottery_list:has(input[name="item_filter"][value="pokeca"]) tbody{
	display: none;
}
#lottery_list:has(input[name="item_filter"][value="pokeca"]) tbody[data-type=""]{
    display: table-row-group;
}
#lottery_list:has(input[name="item_filter"][value="pokeca"]) tbody[data-type="mylot"]{
    display: table-row-group;
}
#lottery_list:has(input[name="item_filter"][value="pokeca"]:checked) tbody[data-type="pack"]{
    display: table-row-group;
}
#lottery_list:has(input[name="item_filter"][value="pokeca"]:checked) tbody[data-type="box"]{
    display: table-row-group;
}
#lottery_list:has(input[name="item_filter"][value="switch"]:checked) tbody[data-type="switch"]{
    display: table-row-group;
}


.user_memo{
	margin-top: 30px;
	position: relative;
}

.user_memo #user_memo_input{
	border: 1px solid #666666;
	border-radius: 5px;
	width: 100%;
	height: 10em;
	padding: 10px;
	padding-top: 15px;
}
.user_memo label{
	position: absolute;
	font-size: 0.8em;
	top: -0.5em;
	left: 10px;
	background: #ffffff;	
}
.user_memo #user_memo_save{
	position: absolute;
	right: 10px;
	bottom: 10px;
	background: #cccccc;
	border-radius: 5px;
	border: 0px;
	padding: 10px 20px;
	color: #000000;
}
.user_memo #user_memo_save:disabled{
	background: #eeeeee;
	color: #999999;
}
#media_list .post_header,
#media_post .post_header{
	height: 3em;
	background-size: 100% auto;
	background-position: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	position: relative;
}
#media_list .post_header h2{
	font-weight: bold;
	text-align: center;
	width: 50%;
}
#media_list .post_header h2:has(a){
	color: #999999;
}

#media_post .post_header:before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0, 0, 0, 0.2);
}
#media_list .post_header h1{
	text-align: center;
	display: inline-block;
	font-weight: bold;
	z-index: 1;
	padding: 0px 1em;
	line-height: 1.3;
}
#media_post .post_header h1{
	text-align: center;
	display: inline-block;
	color: #ffffff;
	font-weight: bold;
	text-shadow: 0px 0px 3px #000000;
	z-index: 1;
	padding: 0px 1em;
	line-height: 1.3;
}

#media_post .post_summery {
	font-size: 10px;
	display: flex;
	justify-content: end;
	flex-direction: row-reverse;
	gap: 10px;
	padding: 10px;
	align-items: center;
}
#media_post .post_tags{
	display: flex;
	gap: 10px;
}
#media_post .post_tags span{
	border: 1px solid #000000;
	padding: 2px 5px;
	border-radius: 100px;
	
}
#media_post .post_body {
	padding: 0px 10px;
	min-height: 5em;
	line-height: 1.8;
	font-size: 18px;
}
#media_post .post_body{
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
			max-width: 900px;
		margin-left: auto;
		margin-right: auto;
	}
}
#media_post .post_body a{
	color: #0000ff;
	text-decoration: underline;
	
}
#media_post .post_body strong {
	font-weight: bold;
}
#media_post .post_body p {
	padding:0px 2.375em;
}
#media_post .post_body > br + br{
	display: none;
}
#media_post .post_footer {
	display: flex;
	gap: 10px;
	margin-top: 30px;
	justify-content: center;
	
}

#media_list .pagination{
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-top: 20px;
}
#media_list .media_list li{
	margin-bottom: 10px;
}
#media_list .media_list li a {
	display: block;
	padding: 10px;
	border: 2px solid #999999;
}
#media_list .media_list li h3 {
	font-weight: bold;
}
#media_list .media_list li .post_summery {
	font-size: 10px;
	margin-top: 5px;
	display: flex;
	flex-direction: row-reverse;
	gap: 5px;
}
#media_list .media_list li .post_summery .post_tags {
	display: flex;
	gap: 5px;
	margin-top: -3px;
}
#media_list .media_list li .post_summery .post_tags span {
	border: 1px solid #000000;
	padding: 2px 5px;
	border-radius: 100px;
}

#my_lottery_popup{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	z-index: 100;
	display: none;
}

#my_lottery_popup .body{
	padding: 10px;
	box-sizing: border-box;
	background: #ffffff;
	width: 90vw;
	max-width: 500px;
	max-height: 70vh;
	border-radius: 5px;
	border: 2px solid var(--color-lime);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	overflow-y: auto;
}
#my_lottery_popup .body h2{
	color: #000000;
	text-align: center;
	margin: 2px 0px 15px;
	position: sticky;
	top: -10px;
	z-index: 1;
	background: #ffffff;
	margin-left: -10px;
	margin-top: -10px;
	margin-right: -10px;
	padding: 10px;
}
#my_lottery_popup .body .fieldset{
	border: 1px solid #cccccc;
	border-radius: 3px;	
	margin-bottom: 10px;
	position: relative;
}
#my_lottery_popup .body .fieldset label{
	font-size: 10px;
	position: absolute;
	color: #000000;
	top: -5px;
	left: 3px;
	background: #ffffff;
	padding: 0px 5px;
}
#my_lottery_popup .body .fieldset input,
#my_lottery_popup .body .fieldset select{
	border: 0px;
	padding: 9px 7px 5px;
	width: 100%;
	border-radius: 3px;
	font-size: 16px;
}
#my_lottery_popup .body .fieldset input::placeholder{
	font-size: 10px;
	text-indent: 0px;
	text-align: left;
}
#my_lottery_popup .body .fieldset:has(.input_calendar) span{
	color: #999999;
	font-size: 12px;
}
#my_lottery_popup .body .fa-circle-xmark{
	position: absolute;
	font-size: 12px;
	top: 12px;
	margin-left: -20px;
	color: #cccccc;
}

#my_lottery_popup .body .fieldset input.input_calendar{
	width: 8em;
	/* text-align: center; */
}
#my_lottery_popup .body .fieldset label i {
  color: #ff0000;
}
#my_lottery_popup .body .fieldset select{
	font-size: 13px;
	padding-left: 4px;
}

#my_lot_save{
	width: 100%;
	border: 0px;
	padding: 5px;
	background: #cccccc;
	border-radius: 5px;
}
#my_lottery_popup .note{
	font-size: 12px;
	line-height: 1.5;
	margin: 10px 0px;
}
#my_lot_open{
	background: #cccccc;
	color: #000000;
	border: 0px;
	border-radius: 5px;
	padding: 10px 20px;
	margin: 20px 0px 0px;
}
.my_lot_action button i{
	margin-right: 5px;
}
.my_lot_action button{
	background: #ffffff;
	color: #000000;
	border: 1px solid #000000;
	border-radius: 100px;
	margin: 5px 0px;
	padding: 2px 10px;
	box-sizing: border-box;
}
.my_lot_action .my_lot_delete{
	background: #ff0000;
	color: #ffffff;
	border: 0px;
}

.footer_banners {
  position: sticky;
  bottom: 0px;
  width: 100vw;
  max-width: 100vw;
  background: #ffffff;
  display: flex;
  gap: 10px;
  justify-content: center;
}
.footer_banners img {
  height: 60px;
  width: auto;
}
.footer_banners img[width="1"]{
  position: absolute;
  left: 0px;

}

.news_header {
	padding: 30px 0px 50px;
}
.news_header h2{
	font-size: 16px;
	font-weight: bold;
}
.news_header time{
	text-align: right;
	display: block;
}

.news_body{
	line-height: 1.5;
}

#lottery_list .item_filter{
  display: flex;
  justify-content: center;
  margin-top: 5px;
  gap: 10px;
}
#lottery_list .item_filter label{
  font-weight: normal;
}
#lottery_list .item_filter input{
  accent-color: var(--color-lime);
}

.breadcrumb ul{
	display: flex;
	font-size: 13px;
}
.breadcrumb ul a{
	padding: 5px;
	display: flex;
	color: #999999;
}
.breadcrumb ul li{
	display: flex;
}
.breadcrumb ul li:after{
	content: '/';
	padding: 5px 0px;
}
.breadcrumb ul li:last-child:after {
	display: none;
}
.breadcrumb ul li.active a{
	color: #000000;
	font-weight: bold;
}
/* block */
.wp-block-image .aligncenter, .wp-block-image .alignleft, .wp-block-image .alignright, .wp-block-image.aligncenter, .wp-block-image.alignleft, .wp-block-image.alignright {
	width: 100%;
}
/* block */

@media screen and (max-width: 1100px) {
  .gacha_list_buttons{
    flex-wrap: wrap;
  }
  .gacha_list_buttons a.gacha_btn_all{
    width: 100%;
  }
  .inner{
    max-width: 95%;
  }
	#body #media_post{
		width: 100%;
		max-width: 100%;
	}

}
@media screen and (max-width: 750px) {
    #lottery_list .image .icon_new{
        transform-origin: left top;
        transform: scale(0.8);
        height: 50px;
        line-height: 35px;
        padding: 0px 10px;
        
    }
  #item_list li:not(.dummy) {
    width: 100%;
  }
  .sp_only{
    display: block;
  }
  .history_tab_pages .list_footer{
    flex-wrap: wrap;
  }
  .history_tab_pages .list_footer > div{
    width: 100%;
  }
  .history_tab_pages table thead{
    display: none;
  }
  .history_tab_pages table *{
    display: block;
    flex-wrap: wrap;
    width: 100% !important;
  }
  .history_tab_pages table td{
    margin-bottom: -1px;
  }
  .history_tab_pages table .deliv_item_list li > *,
  .history_tab_pages table .history_item > *{
    display: inline-block;
    width: auto !important;
  }
  .history_tab_pages table img{
    width: 30px !important;
  }
  .history_tab_pages table tr{
    margin-bottom: 10px;
  }
  .history_tab_pages table tr td:nth-child(1){
    background: #eeeeee;
  }
  #history_tab_page_point table tr td:nth-child(3){
    position: absolute;
    transform: translateY(calc(-100% + 1px));
  }
#lottery_list table{
zoom: 0.25;
}
#lottery_list input[type="checkbox"]{
zoom: 2;	
}
#lottery_list .lottery_check {
zoom: 3;
}
#lottery_list td {
}
#lottery_list td:has(a){
}
h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.has-background, h6.has-background{
	padding: 5px 10px;
	line-height: 1.5;
}
#media_post .post_body p{
	padding: 0px 10px;
}
#media_post .post_body h1 strong{
	font-size: 18px;
}
#media_post .post_body {
	font-size: 0.8rem
}
}
@media screen and (max-width: 600px) {
  #header_banner img{
    width: calc(100%);
  }
  #header_banner .slick-active img{
    margin-left: 0px; 
  }
  #header_banner .slick-current img{
    margin-left: 0px;
  }
  .all_deliv_buttons button,
  .add_address_buttons button,
  .all_change_confirm button{
    width: 100%;
  }

  .confirm_all_change #popup_msg{
    font-size: 3.4vw;
  }
  #gacha_list li{
    width: 100%; 
  }

  .gacha_list_detail strong{
    font-size: 24px;
    display: inline-block;
    margin-right: 3px;
  }
  .navi_menu_inner{
    width: 100%;
  }

}