/*
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
*/

html {
  scroll-behavior: unset;
}
body{
  --color-red: #F63209;
  background: #EEEEEE;
  font-family: "Noto Sans JP", sans-serif;
}
body, html{
  -ms-overflow-style: none;
  scrollbar-width: none;
  overscroll-behavior-y: none;

}
body:has([id*="popup"].show),
body.open{
  overflow: hidden;
}
select{
	background: #ffffff;
	color: #000000;
}
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; */
}
 .single-gacha #body .inner{
	 max-width: 100%;
}
#body .inner h2{text-align: center;}
#body .inner h2 strong{
  font-family: 'Aldrich', 'Noto Sans JP';
  font-weight: bold;
  display: block;
  font-size: 20px;
}
#body .inner h2 label{
  font-size: 14px;
  display: block;
  margin-left: 5px;
}

#global_wrap.scroll{
    height: 40px;
	overflow: hidden;	
}
.navi_menu_inner{
  width: 400px;
  max-width: 100vw;
  max-width: 90%;
  margin: auto;
  position: absolute;
  background: #ffffff;
  height: 90%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  border-radius: 8px;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow-y: auto;
}
#global_wrap #body{
	min-height: calc(100vh - 40px - 350px);
}
#head{
  height: 40px;
  position: sticky;
  top: 0px;
  background: #ffffff;
  z-index: 100;
  box-shadow: 0px 1px 4px rgba(0,0,0,0.1);
}
#footer{
  margin-top: 50px;
  padding-top: 10px;
  position: relative;
  background: #222222;
  color: #ffffff;
  z-index: 0;
}
body.single-gacha #global_wrap{
	padding-bottom: 180px;
}
body.single-gacha #footer{
	display: none;
}
#footer_logo{
  margin-bottom: 10px;
}
#footer:before{
  bottom: auto;
  top: 0px;
}
#head .inner{
  display: flex;
  /* max-width: 100%; */
  /* width: 100%; */
  height: 100%;
}

#footer_logo,
#head_branding{
  width: 154px;
  height: 32px;
  margin-top: 5px;
  margin-left: 8px;
	background: url("./assets/img/oripax_logo.webp");
	background-size: auto 29px;
	background-repeat: no-repeat;
}
#footer_logo a,
#head_branding a{
  display: block;
  position: relative;  
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#footer_logo a:before,
#head_branding a:before{
  content: '';
  display: block;
  width: 120px;
  height: 32px;
  /* background: url('assets/img/site-logo.png'); */
  background-size: 120px;
  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;
}
.logged-in #head_navi{
	gap: 0px;
}
#head_navi{
  margin-left: auto;
  display: flex;
  align-items: center;
  /* margin-top: 1px; */
  gap: 10px;
  flex-direction: row-reverse;
  margin-right: 10px;
}
.logged-in #head_navi{
  flex-direction: row;
  margin-right: 0px;
}

.navi_menu_inner:before{
  display: block;
  content: "MEMBER'S STATUS";
  font-family: 'Noto Sans JP';
  font-weight: bold;
  background: #ffffff;
  top: -39px;
  /* height: 37px; */
  left: 0px;
  right: 40px;
  /* line-height: 35px; */
  font-size: 24px;
  /* position: absolute; */
  padding: 10px;
  margin-bottom: -15px;
  /* padding-bottom: 0px; */
  text-align: center;
  position: sticky;
  top: 0px;
  z-index: 2;
}
#navi_menu{
  display: block;
  position: fixed;
  transition: 0.5s;
  top: 40px;
  right: 0px;
  height: calc(100dvh - 40px);
  width: 100vw;
  max-width: 100vw;
  background: rgba(0,0,0,0.3);
  z-index: 60;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  opacity: 0;
  visibility: hidden;
}
.open #navi_menu{
  display: block;
  right: 0px;
  visibility: visible;
  opacity: 1;
}
.navi_points:after{
	content: '\2b';
	font-family: "Font Awesome 6 Free";
	background: var(--color-red);
	color: #ffffff;
	display: inline-block;
	width: 16px;
	height: 16px;
	font-size: 12px;
	text-align: center;
	border-radius: 50%;
	line-height: 15px;
	top: 3px;
	position: relative;
	margin-left: 5px;
}
.navi_points{
  display: flex;
  background: #333333;
  color: #ffffff;
  border-radius: 0px 50px 50px 0px;
  height: 22px;
  padding: 0px 3px 0px 22px;
  line-height: 24px;
  font-family: 'Aldrich';
  font-weight: 600;
  text-decoration: none;
  position: relative;
  font-size: 14px;
  position: relative;
  top: -1px;
}
.navi_points i{
	font-size: 10px;
	/* display: none; */
	position: relative;
	top: 1px;
}
.navi_points span{
  display: inline-block;
  width: 22px;
  height: 22px;
  color: #ffffff;
  text-align: center;
  font-size: 17px;
  background: url('assets/img/coin-100.webp');
  background-repeat: no-repeat;
  background-size: 26px;
  background-position: -2px -2px;
  position: absolute;
  top: -2px;
  left: -8px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #333333;
  box-sizing: content-box;
}


.navi_hamburger{
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  margin-top: -2px;
}
.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: opacity 0.5s 0.5s, top 0.5s 0.5s, transform 0.5s 0s;
}
.navi_hamburger:before{
  top: 2px;
}
.navi_hamburger:after{
  top: 19px;
}
.open .navi_hamburger span{
  transition: opacity 0.5s 0.5s, top 0.5s, transform 0.5s 0.5s;
  opacity: 0;
}
.open .navi_hamburger:before{
  transition: opacity 0.5s 0.5s, top 0.5s, transform 0.5s 0.5s;
  top: 10.5px;
	z-index: 61;
  transform: rotateZ(45deg);
}
.open .navi_hamburger:after{
  transition: opacity 0.5s 0.5s, top 0.5s, transform 0.5s 0.5s;
  top: 10.5px;
  transform: rotateZ(-45deg);
}

.menu_card{
  background: #ffffff;
  padding: 5px 15px;
  position: relative;
  z-index: 1;
  /* padding-top: 40px; */
}

.manu_rankup_gage{
	width: 100%;
	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_white div:before{
	background-image: url('/wp-content/uploads/2024/03/icon_rank_white_heart.png');
}
.rank_limit.rank_blue div:before{
	background-image: url('/wp-content/uploads/2024/03/icon_rank_blue_heart.png');
}
.rank_limit.rank_green div:before{
	background-image: url('/wp-content/uploads/2024/03/icon_rank_green_heart.png');
}
.rank_limit.rank_red div:before{
	background-image: url('/wp-content/uploads/2024/03/icon_rank_red_heart.png');
}
.rank_limit.rank_gold div:before{
	background-image: url('/wp-content/uploads/2024/03/icon_rank_gold_heart.png');
}
.rank_limit.rank_rainbow div:before{
	background-image: url('/wp-content/uploads/2024/03/icon_rank_rainbow_heart.png');
}
.rank_limit.rank_barapan div:before{
	background-image: url('/wp-content/uploads/2024/03/icon_rank_barapan_heart.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_vip,
.userrank_vip .menu_card_box{
  background: conic-gradient(#373737, #232323, #222222, #262626, #333333, #383838, #353535, #383838, #333333, #252525, #202020, #4c4c4c, #303030, #393939, #313131, #252525, #282828, #373737, #353535, #232323, #242424, #393939, #2e2e2e, #252525, #252525, #232323, #383838, #393939, #373737) content-box;
}

.rank_limit.rank_diamond,
.userrank_diamond .menu_card_box{
  background: url('assets/img/diamond-bg.webp') ;
	background-position: center;
	background-size: cover;
}

.rank_limit.rank_platinum,
.userrank_platinum .menu_card_box{
  background: conic-gradient(#e9e9e9, #eee5e5, #fdfdfd, #cfcfcf, #e7e7e7, #f4f4f4, #dae3e6, #c6c6c6, #e2e2e2, #ebebeb, #c0c0c0, #bfbfbf, #d0d0d0, #d9d9d9, #eaeaea, #eaddea, #f1f1f1, #c7c7c7, #d5d5d5, #cfccdc, #c4c4c4, #d9d9d9, #cedbce, #c5c5c5, #f1f1f1, #cdcdcd, #d8d8d8, #d9d9d9, #e9e9e9) content-box;
}

.rank_limit.rank_gold,
.userrank_gold .menu_card_box{
background: conic-gradient(#edc800, #e3b600, #f3cf00, #ffe800, #ffe900, #ffeb00, #ffe000, #ebc500, #e0b100, #f1cc00, #fcdc00, #ffe500, #fad900, #eec200, #e7b900, #f7d300, #ffe800, #ffe300, #f5d100, #e6b900, #e3b600, #f4d000, #ffe400, #ebc600, #e3b600, #f6d500, #ffe900, #ffe90a, #edc800) content-box, linear-gradient(#f6d600, #f6d600) padding-box, radial-gradient(rgba(120, 120, 120, 0.9), rgba(120, 120, 120, 0) 70%) 50% bottom/80% 0.46875em no-repeat border-box
}

.rank_limit.rank_silver,
.userrank_silver .menu_card_box{
  background:conic-gradient(#d7d7d7, #c3c3c3, #cccccc, #c6c6c6, #d3d3d3, #d8d8d8, #d5d5d5, #d8d8d8, #d3d3d3, #c5c5c5, #c0c0c0, #bfbfbf, #d0d0d0, #d9d9d9, #d1d1d1, #c5c5c5, #c8c8c8, #d7d7d7, #d5d5d5, #cdcdcd, #c4c4c4, #d9d9d9, #cecece, #c5c5c5, #c5c5c5, #cdcdcd, #d8d8d8, #d9d9d9, #d7d7d7) content-box, linear-gradient(#d4d4d4, #d4d4d4) padding-box, radial-gradient(rgba(120, 120, 120, 0.9), rgba(120, 120, 120, 0) 70%) 50% bottom/80% 0.46875em no-repeat border-box
}


.userrank_vip .menu_card_box *{
	color: rgba(255, 255, 255, 0.5) !important;
	text-shadow: 0px 0px 3px #000000;
	mix-blend-mode: luminosity;
}

.userrank_silver .menu_card_box *,
.userrank_bronze .menu_card_box *{
	color: rgba(255, 255, 255, 0.9) !important;
	text-shadow: 0px 0px 3px #000000;
	mix-blend-mode: overlay;
}

.userrank_vip .menu_card_box .rank_badge{
	mix-blend-mode: color-burn;
	filter: grayscale(1);
	opacity: 0.3;
}
.userrank_vip .menu_card_box .menu_userrank{
	font-size: min(50px, 10vw);
}

.userrank_diamond .menu_card_box .rank_badge{
	mix-blend-mode: overlay;
	opacity: 0.5;
}
.userrank_diamond .menu_card_box *,
.userrank_platinum .menu_card_box *{
	color: rgba(0, 0, 0, 0.7) !important;
	text-shadow: 0px 0px 3px #ffffff;
	mix-blend-mode: color-burn;
}
.userrank_gold .menu_card_box *{
	color: rgba(0, 0, 0, 0.8) !important;
	text-shadow: 0px 0px 3px #ffffff;
	mix-blend-mode: color-burn;
}
.userrank_gold .menu_card_box .rank_badge{
	/* mix-blend-mode: normal; */
}

.userrank_gold .manu_rankup_gage span{
	background: rgb(79 79 79);
	mix-blend-mode: overlay;
}
.userrank_gold .manu_rankup_gage{
	background: rgba(255, 255, 255, 0.5);
	background: rgb(100 100 56 / 50%);
	mix-blend-mode: difference;
}

.userrank_diamond .manu_rankup_gage span,
.userrank_platinum .manu_rankup_gage span{
	background: rgba(0, 0, 0, 0.3);
	mix-blend-mode: overlay;
}

.userrank_vip .manu_rankup_gage span{
	background: #000000;
	mix-blend-mode: hard-light;
}

.userrank_vip .manu_rankup_gage{
	border: 1px solid rgba(255, 255, 255, 0.2);
}
.userrank_diamond .manu_rankup_gage,
.userrank_platinum .manu_rankup_gage{
	background: rgba(255, 255, 255, 0.7);
	background: rgba(0, 50, 50, 0.3);
	border: 1px solid rgba(0, 0, 0, 0.5);
	mix-blend-mode: overlay;
}

.userrank_silver .manu_rankup_gage span,
.userrank_bronze .manu_rankup_gage span{
	mix-blend-mode: normal;
	background: #000000;
}
.userrank_silver .manu_rankup_gage,
.userrank_bronze .manu_rankup_gage{
	background: #ffffff;
}
.rank_limit.rank_bronze,
.userrank_bronze .menu_card_box{
  background:conic-gradient(#d95641, #b14439, #b2453a, #d25645, #d56847, #d05441, #b85137, #b2453a, #c34f40, #df4647, #a94338, #c94943, #c85442, #a4413c, #d9543a, #d1564e, #ab4338, #bb4a3c, #dc5843, #b94839, #aa4237, #c24e42, #ce523f, #ab4338, #dd5944, #ca4d33, #ab4338, #cb503e, #d95641) content-box, linear-gradient(#ad3b36, #ad3b36) padding-box, radial-gradient(rgba(120, 120, 120, 0.9), rgba(120, 120, 120, 0) 70%) 50% bottom/80% 0.46875em no-repeat border-box
}

.rank_limit.rank_beginner,
.userrank_beginner .menu_card{
  background: #c9caca;
  background: #ffffff;
}
.rank_limit.rank_beginner strong,
.rank_limit.rank_beginner span,
.userrank_beginner .menu_userrank span{
  background: #c9caca;
  background-clip: text;
  color: transparent;
}

.menu_card_box{
  background: #ffffff;
  border-radius: 10px;
  /* display: flex; */
  gap: 10px;
  flex-direction: column;
  flex-wrap: wrap;
  /* padding: 15px; */
  height: 130px;
  /* align-content: flex-start; */
  position: relative;
  overflow: hidden;
  aspect-ratio: 2;
  box-sizing: border-box;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}
.menu_card_box .rank_badge{
  content: '';
  display: block;
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0px;
  bottom: 0px;
  background-image: url('assets/img/logo-only.webp');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  opacity: 0.2;
  /* z-index: -1; */
}
.cardicon_heart .menu_card_box .rank_badge,
.cardicon_star .menu_card_box .rank_badge{
	/* width: 50%; */
	/* height: 100%; */
	/* opacity: 0.2; */
	cursor: pointer;
}
.cardicon_star .menu_card_box .rank_badge{
	/* right: -20px; */
	/* bottom: -15px; */
}
.menu_card_box .rank_badge:hover{
	/* opacity: 1; */
}

.menu_card_box > div{
  /* width: 35%; */
  /* min-width: 180px; */
  z-index: 2;
}
.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 label{
	display: none;
}
.menu_rankup_point{
  display: none;
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
}
.menu_card_box:has(.menu_userrank) .menu_rankup_point{
  display: block;
}
.menu_card_box .card_left,
.menu_card_box .card_right{
  /* width: 35%; */
  /* min-width: 180px; */
  /* display: flex; */
  flex-direction: column;
  gap: 10px;
}
.menu_card_box .card_right{
  min-width: 120px;
}
.menu_card .menu_point{
  border-radius: 50px;
  display: flex;
  border: 1px solid #000000;
  align-items: center;
  justify-content: end;
  padding-right: 15px;
  padding-bottom: 0px;
  height: 25px;
  font-family: 'Aldrich','Noto Sans JP';
  font-weight: 600;
  display: none;
}
.menu_card a{
	display: flex;
	text-align: center;
	aspect-ratio: 2;
	gap: 6px;
	flex-direction: column;
	font-weight: bold;
	word-break: keep-all;
}
.menu_card .menu_point_add{
	color: var(--color-red);
}
.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;
	*/
}
.navi_logout i,
.menu_address i,
.menu_result 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: 'Aldrich','Noto Sans JP';
  font-weight: 600;
  display: block;
  font-size: min(35px,8vw);
  text-transform: uppercase;
  position: absolute;
  top: -3px;
  left: 0px;
}
.menu_card label + span{
  font-family: 'Aldrich','Noto Sans JP';
  font-weight: 600;
  display: block;
  font-size: 15px;
  text-shadow: 2px 2px 0px rgba(0,0,0,0.1)
}
.menu_card .menu_max_payout,
.menu_card .menu_gacha_count {
	display: none;	
}
.menu_card .menu_user_id{
	position: absolute;
	left: 10px;
	top: 40%;
	z-index: 3;
}
.menu_card .menu_user_id label{
	font-weight: bold;
	color: #aaaaaa;
}
.menu_card_box .card_left {
	position: absolute;
	right: 0px;
	width: 45%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 20px 10px;
	right: 10px;
	top: 20px;
}
.menu_card_box .card_left > *{
	width: calc( (100% - 10px) / 2 );
	font-size: min(10px, 1.8vw);
}
.menu_card_box .card_left i{
	display: inline-block;
	margin: auto;
	font-size: min(30px, 6vw);
}
.menu_card .menu_user_id #user_id {
	font-size: min(30px, 8vw);
	color: #666666;
	font-weight: normal;
	text-indent: -2px;
	/* text-indent: -0.5vw; */
}

.navi_logout,
.menu_address,
.menu_result{
	/*
  background: #000000;
  border-radius: 5px;
  margin: 0px 15px;
  height: 28px;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  line-height: 26px;
  padding: 0px 10px;
*/
}


.menu_invitation{
	margin: 0px 15px;
	background: #f0f0f0;
	border-radius: 10px;
	padding: 15px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.menu_invitation h3{
	font-size: 12px;
	text-align: center;
	width: 100%;
}
.inv_url{
	position: relative;
	width: 100%;
}
.inv_url h4{
	font-size: 10px;
	position: absolute;
	top: -5px;
	left: 5px;
	padding: 0px 5px;
	background: linear-gradient(0deg, #ffffff 45%, #f0f0f0 45%);
}
.inv_url input{
	background: #ffffff;
	border-radius: 5px;
	border: 1px solid #cccccc;
	display: block;
	width: 100%;
	padding:  0px 10px;
	height: 36px;
	outline: 0px !important;
}
.inv_url button{
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 10px;
	border: 0px;
	border-radius: 4px;
	background: var(--color-red);
	color: #ffffff;
	height: 26px;
	width: 50px;
	white-space: nowrap;
}
.inv_links img{
	width: 30px;
	height: auto;
}
.inv_count{
	font-size: 10px;
	width: 50%;
	display: flex;
	gap: 10px;
	align-items: center;
}
.inv_count span{
	display: inline-block;
	padding: 4px 10px;
	background:  #cccccc;
	border-radius: 5px;
}
.inv_info{
	font-size: 10px;
	margin-left: auto;
	border: 1px solid #999999;
	padding: 3px 10px;
	border-radius: 100px;
}
.inv_links{
	display: flex;
	width: 100%;
	border-top: 1px solid #cccccc;
	padding-top: 10px;
	flex-wrap: wrap;
	justify-content: center;
}
.inv_links h4{
	width: 100%;
	text-align: center;
	font-size: 10px;
	margin-bottom: 10px;
}

.menu_footer{
  margin-top: auto;
  padding: 15px;
  padding-top: 0px;
}
.menu_notice{
	margin-top: 10px;
  font-size: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.menu_notice li:first-child{
	width: 100%;
}
.menu_notice li{
  /* margin-top: 10px; */
}
.navi_logout:hover{
	top: 3px;
	box-shadow: none;
}
.navi_logout {
  width: 100%;
  display: block;
  margin: 0px;
  background: #eeeeee;
  color: #666666;
  border: 1px solid #cccccc;
  box-shadow: 0px 3px 0px #cccccc;
  position: relative;
  padding: 5px 10px;
  border-radius: 4px;
}
.navi_register,
.navi_login{
  background: var(--color-red);
  color: #ffffff;
  font-size: 12px;
  height: 24px;
  line-height: 21px;
  margin-top: -2px;
  width: 150px;
  font-weight: normal;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #ffffff;
  outline: 1px solid  #000000;
  box-shadow: 0px 3px 0px #000000;
}
.navi_register{
  background: #ffffff;
  color: #000000;
  border: 1px solid #ffffff;
  line-height: 18px;
  display: none;
}

.navi_register:hover,
.navi_login:hover{
	position: relative;
	opacity: 1;
	top: 3px;
	box-shadow: none;
}

.navi_login:before{
  content: "\f2bb";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  font-size: 11px;
  display: inline-block;
  vertical-align: middle;
  /* margin-left: 9px; */
  margin-top: -2px;
  margin-right: 5px;
}

.navi_register:before{
  content: "\f2bb";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 7px;
  margin-top: -1px;
  margin-right: 6px;
}

/* coin */
#charge_points{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#charge_points dd{
  width: calc( (100% - 40px) / 3);
}
@media screen and (max-width: 500px) {
	#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: 'Aldrich','Noto Sans JP';
  font-weight: bold;
}
#charge_points ul li:nth-child(2) label{
  /* display: none; */
  text-align: center;
  display: block;
  font-size: 13px;
  color: #999999;
  font-family: 'Aldrich','Noto Sans JP';
}

#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);
  -webkit-backdrop-filter: blur(3px);
  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: 'Aldrich','Noto Sans JP';
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
#payment_amount label{
	display: block;
	font-weight: normal;
	color: #999999;
	font-size: 14px;
}
#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: 4px;
  /* border: 0px; */
  height: 40px;
  font-size: 16px;
}
.popup_change_badge .buttons #btn_badge_select:hover,
#all_deliv_ok:hover,
.add_deliv_address:hover,
#all_change_confirm_ok:hover,
#card-button:hover,
.popup_change_badge .buttons .btn_cancel:hover,
#all_deliv_back:hover,
.add_address_cancel:hover,
#all_change_confirm_cancel:hover,
#card-cancel:hover{
	top: 3px;
	position: relative;
	box-shadow: none;
	opacity: 1;
}
.popup_change_badge .buttons #btn_badge_select,
#all_deliv_ok,
.add_deliv_address,
#all_change_confirm_ok,
#card-button{
  background: var(--color-red);
	border: 1px solid #ffffff;
	outline: 1px solid #000000;
	box-shadow: 0px 3px 0px #000000;
  display: block;
  color: #ffffff;
}

.popup_change_badge .buttons .btn_cancel,
#all_deliv_back,
.add_address_cancel,
#all_change_confirm_cancel,
#card-cancel{
  background: #cccccc;
  box-shadow: 0px 3px 0px #000000;
  border: 1px solid #cccccc;
  outline: 1px solid #000000;
  display: block;
  color: #666666;
}

.btn_payment_list{
  display: inline-block;
  background: #000000;
  color: #ffffff;
  padding: 10px 30px;
  border-radius: 4px;
  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: 'Aldrich','Noto Sans JP';
  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: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.coin_50{
  background: #ff1000;
  border-radius: 100px;
  box-shadow: 3px 3px 0px rgb(139 1 1);
}
.coin_50:before{
  background: #ffffff;
  border-radius: 100px;
  box-shadow: inset 3px 3px 0px rgb(169 0 0 / 20%);	
}
.coin_50 strong,
.coin_50 span{
	position: absolute;
	font-size: 14px;
	line-height: 1em;
	white-space: nowrap;
	color: #ff0000;
	font-weight: bold;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -100%);
    text-shadow: 3px 3px 0px rgb(169 0 0 / 20%);	
}
.coin_50 strong{
	top: 52%;
	transform: translate(-50%, -00%);
	font-size: 19px;
	text-shadow: 3px 3px 0px rgb(169 0 0 / 15%);
	filter: drop-shadow(0px 0px 6px #ffffff);
}
.coin_50 strong small{
	font-size: 12px;
}
.coin_500:after{
  content: '500';
}
.coin_1000:after{
  content: '1,000';
}
.coin_3000:after{
  content: '3,000';
}
.coin_5000:after{
  content: '5,000';
}
.coin_10000:after{
  font-size: 15px;
  content: '10,000';
}
.coin_30000:after{
  font-size: 15px;
  content: '30,000';
}
.coin_50000:after{
  font-size: 15px;
  content: '50,000';
}
.coin_100000:after{
  font-size: 13px;
  content: '100,000';
}
.coin_300000:after{
  font-size: 13px;
  content: '300,000';
}
.coin_500000:after{
  font-size: 13px;
  content: '500,000';
}
.coin_1000000{
}
.coin_1000000:after{
  font-size: 11px;
  content: '1,000,000';
}

#sns_header,
#header_banner{
  position: relative;
  overflow: hidden;
  padding-bottom: 20px;
}
#sns_header{
  padding-bottom: 10px;
}
#sns_header h2,
#header_banner h2{
  color: #ffffff;
  margin-top: 15px;
  margin-bottom: 15px;
}
#header_banner img{
  width: 100%;
}
#slick_slide_1{
  width: 80%;
  margin: auto;
  margin-top: 10px;
  /* max-width: 10000px; */
}
#slick_slide_1 .slick-list{
	overflow: visible !important;
}
#slick_slide_1 .slick-slide{
	border-radius: 10px;
	overflow: hidden;
	margin: 0px 10px;
}
#slick_slide_1 .slick-dots{
	display: flex;
	justify-content: center;
	gap: 10px;
	width: 100%;
}
#slick_slide_1 .slick-dots .slick-active button{
	background: var(--color-red);
}

#slick_slide_1 .slick-dots button{
	font-size: 1px;
	text-indent: -99999px;
	background: #999999;
	border: 0px;
	border-radius: 100px;
	padding: 0px;
	width: 7px;
	height: 7px;
	
}

#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; */
}


#top_gacha h2{
  color: var(--color-red);
  margin-top: 15px;
  margin-bottom: 15px;
	display: flex;
	align-items: center;
}
#top_gacha label{
  color: #000000;
}

#gacha_list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 30px;
}
#gacha_content,
.gacha_list_detail_image{
  margin-top: 20px;
  text-align: center;
}
#gacha_content img{
  display: block;
  margin: auto;
  width: 625px;
}
.gacha_list_detail_image img{
  width: 100%;
}
#gacha_list li{
  width: calc( (100% - 30px) / 2);
  position: relative;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 0px 4px rgba(0,0,0,0.25);
  padding: 10px 10px 15px;
}
#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;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}
.single-gacha #gacha_list li:before{
	margin-bottom: -10px;
	border-radius: 0px;
}
#gacha_list li.comming:before{
	filter: none;
	  background: rgba(255, 255, 255, 0.4);
}
#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{
  content: '';
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 50%;
  aspect-ratio: 3.68;
  background: url('assets/img/icon-comming.webp');
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: 11;
}
#gacha_list li.close .gacha_list_detail:before{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 50%;
  aspect-ratio: 3.68;
  background: url('assets/img/icon-closed.webp');
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: 11;
}




#gacha_list li{
	position: relative;
}
#gacha_list li.sold_out:after{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 50%;
  aspect-ratio: 3.619;
  background: url('assets/img/icon-soldout.webp');
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: 11;
}

.single-gacha #gacha_list li{
  width: 100%;
  /* margin-top: 10px; */
  border-radius: 0;
}
.single-gacha #gacha_list .gacha_eyecatch label{
  display: none;
}
#gacha_list .gacha_eyecatch:hover{
	opacity: 0.5;
}
.single-gacha #gacha_list .gacha_eyecatch{
	margin: -10px;
	margin-bottom: -20px;
	width: calc(100% + 20px);
	border-radius: 0px;
	opacity: 1 !important;
	touch-action: none;
}
.single-gacha .gacha_list_detail > div{
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.single-gacha .gacha_list_detail{
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100vw;
	padding: 10px;
	background: #ffffff;
	padding-top: 0px;
	z-index: 10;
}
#gacha_list .gacha_eyecatch{
  display: block;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  width: 100%;
	transition: 0.3s;
}
#gacha_list .gacha_eyecatch label{
  position: absolute;
  right: 10px;
  top: 10px;
  background: #ffffff;
  font-size: 10px;
  padding: 8px 15px;
  border-radius: 50px;
  display: none;
}
#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;
  display: 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;
  align-items: flex-end;
  font-family: 'Aldrich', 'Noto Sans JP';
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  text-shadow: 2px 2px 0px rgba(0,0,0,0.2);
  margin-top: 10px;
}
.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_mater_points i{
  display: inline-block;
  width: 22px;
  height: 22px;
  color: #ffffff;
  text-align: center;
  font-size: 17px;
  background: url('assets/img/coin-100.webp');
  background-size: 22px;
	position: relative;
	top: 2px;
	margin-right: 5px;
}
.gacha_list_buttons a strong,
.gacha_list_detail strong{
  font-size: min(5vw, 24px);
  display: inline-block;
  margin-right: 3px;
  font-weight: bold;
  white-space: nowrap;
}
.gacha_list_mater_last small{
	display: inline-block;
	margin-right: 5px;
}
.gacha_list_mater_last{
  margin-left: auto;
}
.gacha_list_mater_box{
  width: 100%;
  height: 5px;
  background: var(--color-red);
  border-radius: 10px;
  margin-top: 6px;
  position: relative;
  overflow: hidden;
}
.gacha_list_mater_bar{
  width: 100%;
  height: 5px;
  position: absolute;
  right: 0px;
  background: #ffffff;
  opacity: 0.7;
}
.gacha_list_mater_bar{
  width: 50%;
}

.gacha_list_buttons{
  margin-top: 7px;
  display: flex;
  gap: 10px;
  font-weight: bold;
}
.gacha_list_buttons a{
	width: 100%;
  background: #ffffff;
  border: 2px solid #000000;
  box-shadow: 0px 3px 0px #000000;
  box-sizing: content-box;
  color: var(--color-red);
  border-radius: 9px;
  text-align: center;
  height: 80px;
  line-height: 75px;
  position: relative;
  font-size: 10px;
  transition: 0s;
}
.gacha_list_buttons a:has(+ a),
.gacha_list_buttons a + a{
  width: calc( (100% - 10px) / 2);	
}
.gacha_list_buttons a i{
  font-size: 22px;
  position: absolute;
  left: 6px;
  top: 6px;
}
.gacha_list_buttons a.gacha_btn_ten{
  background: var(--color-red);
	box-shadow: 0px 3px 0px #000000, inset 0px 0px 0px 1px #ffffff;
  color: #ffffff;
}
.gacha_list_buttons a.gacha_btn_all{
  background: #FFD600;
	box-shadow: 0px 3px 0px #000000, inset 0px 0px 0px 1px #ffffff;
  color: #000000;
}
.gacha_list_buttons a:hover{
	opacity: 1;
	top: 3px;
	box-shadow: none;
}

.gacha_list_buttons a i{
	display: none;
}
.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: var(--color-red);
}
#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;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background: rgba(0,0,0,0.3);
  z-index: 300;
}
#popup_lot_number .popup_box h2{
	text-align: center;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 10px;
	font-size: 18.67px;
	margin-top: 15px;
}
#popup_lot_number .popup_box h2 label{
	display: block;
	font-size: 12px;
	margin-top: 5px;
	color: #666666;
}
#popup.popup_help .btn_popup_close,
#popup_lot_number .btn_close{
	position: absolute;
	top: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
	padding: 0px;
	border: 0px;
	background: transparent;
	fill: #cccccc;
	outline: 0px;
	box-shadow: none;
}
#popup.popup_help video{
	max-width: 100%;
}
#popup.popup_help h2{
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 10px;
	font-size: 18.67px;
	margin-top: 15px;
}
#popup.popup_help .btn_popup_close svg,
#popup_lot_number .btn_close svg{
	fill: #cccccc;
}
.wrap_lot_number_list span{
	display: flex;
	gap:  10px;
	justify-content: center;
	margin-left: -30px;
}
.wrap_lot_number_list span input{
	background: #eeeeee;
	height: 44px;
	width: 50px;
	border: 0px;
	border-radius: 5px;
	text-align: center;
	position: relative;
	outline: 0px;
	font-size: 28px;
	font-weight: bold;
}
.wrap_lot_number_list span input:focus{
	outline: 0px;
    background: #ffcccc;
}

#popup_payment .buttons{
	display: flex;
	height: 30px;
	gap: 10px;
}
#popup_payment .buttons button{
	width: calc( (100% - 10px) / 2);
}
.btn_red,
.btn_gray{
	position: relative;
	background: var(--color-red);
	color: #ffffff;
	font-weight: bold;
	border: 1px solid #ffffff;
	outline: 1px solid #000000;
	border-radius: 2px;
	box-shadow: 0px 3px 0px #000000;
}
.btn_gray{
	background: #cccccc;
	color: #666666
}
.btn_down:hover,
.btn_red:hover,
.btn_gray:hover{
	top: 3px;
	box-shadow: none !important;
  opacity: 1 !important;
}

#btn_lot_reset,
#btn_lot_cancel,
#btn_lot_gacha,
.wrap_lot_number #btn_add_lot_number,
#btn_random_lot_number{
	position: relative;
	min-width: 50px;
	border: 1px solid #ffffff;
	background: var(--color-red);
	color: #ffffff;
	border-radius: 2px;
	outline: 1px solid #000000;
	font-weight: bold;
	box-shadow: 0px 3px 0px #000000;
	height: 28px;
	margin-top: 2px;
	transition: 0s;
	white-space: nowrap;
    font-size: 16px;
    height: 40px;
}
#btn_random_lot_number{
	background: #ffd600;
	color: #000000;
	width: 100%;
}
#btn_random_lot_number[disabled],
#btn_lot_gacha[disabled]{
	background: #cccccc;
	color: #999999;
	opacity: 1;
}
.input_button_footer{
    display: flex;
    gap: 10px;
}

#btn_lot_reset{
    padding: 0px;
    white-space: nowrap;
    min-width: 5em;
    background: none;
    color: #000000;
}
#btn_lot_gacha{
    width: 100%;
}

#btn_random_lot_number:hover,
#popup_lot_number .input_buttons button:hover{
	top: 3px;
	box-shadow: none;
	opacity: 1;
}
div.input_button_random{
    position: relative;
    padding-bottom: 39px;

}
div.input_button_random small.help{
    display: inline-block;
    color: #0066ff;
    border: 1px solid  #000000;
    padding: 5px 10px;
    line-height: 1em;
    font-size: 10px;
    border-radius: 50px;
    position: absolute;
    right: 0px;
    bottom: 0px;
}
div.input_button_random small.help i{
    display: inline-block ;
    margin-right: 3px;
}

#popup_lot_number .popup_box{
    display: flex;
    gap: 10px;
    flex-direction: column;

}

#popup_lot_number h2 small{
	position: absolute;
	right: 20px;
	font-weight: normal;
	font-size: 10px;
	border: 1px solid #000000;
	padding: 3px 8px;
	border-radius: 100px;
}
#popup_lot_number h2 small i{
	display: inline-block;
	margin-right: 3px;
}
.wrap_lot_note{
	font-size: 10px;
	line-height: 15px;
	text-align: center;
}
.wrap_lot_note label{
	display: block;
	font-size: 10px;
	display: none;
}
.wrap_lot_number_list{
    position: relative;
    height: calc(100dvh - 420px);
    overflow: auto;
    display: block;
    /* padding-bottom: 30px; */
    margin: 0px -20px;

}
.wrap_lot_number_list dl{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	/* max-height: calc( 70dvh - 215px); */
	/* overflow-y: scroll; */
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 10px;
	margin-bottom:  30px;
}
.wrap_lot_number_list dt{
	width: 100%;
	position: sticky;
	top: 0px;
	background: #ffffff;
	z-index: 1;
	padding: 10px 0px 10px;
	margin-bottom: -10px;
}
.wrap_lot_number_list dd.template{
	display: none;
}
.wrap_lot_number_list dd{
	width: 100%;
}
.wrap_lot_number_list dd em.error{
	background: #ffdddd;
	font-size: 10px;
	color: var(--color-red);
	display: block;
	margin: auto;
	width: 140px;
	text-align: center;
	position: relative;
	left: -16px;
	padding: 3px 0px;
	margin-top: 5px;
	border-radius: 50px;
	white-space: nowrap;
}
.wrap_lot_number_list dd button{
    margin-left: auto;
    border: 0px;
    background: #cc3333;
    color: #ffffff;
    border-radius: 50%;
    width: 20px;
    min-width: 20px;
    max-width: 20px;
    height: 20px;
    min-height: 20px;
    max-height: 20px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    position: absolute;
    top: 12px;
    right: 15px;
}
.wrap_lot_number_list span.number_error{
	font-size: 10px;
	color: #ff0000;
	margin-top: 3px;
	background: #ffdddddd;
	display: inline-block;
	margin: auto;
	position: relative;
	left: calc(50% - 40px);
	width: 80px;
	border-radius: 100px;
	padding: 3px 10px;
	margin-left: -15px;
	text-align: center;
}

#popup_lot_number .input_buttons{
	margin-top: auto;
	display: flex;
	gap: 10px;
}
#popup_lot_number .input_buttons button{
	width: 50%;
}
#popup_lot_number .input_buttons #btn_lot_cancel{
	background: #cccccc;
	color: #666666;
}

#popup_payment_select.show,
#popup_payment.show,
#popup_lot_number.show,
#popup.show{
  opacity: 1;
  visibility: visible;
}
#popup_payment_select .title,
#popup_payment .title{
	text-align: center;
	font-family: 'Aldrich';
	margin-bottom: 10px;
}
#popup_payment .title{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#popup_payment .title h2{
	width: 100%;
}
#popup_payment_select .title h2,
#popup_payment .title h2{
	margin: 0px;
	font-size: 20px;
	font-weight: bold;
}
#popup_payment .title strong:has(+span),
#popup_payment .title label:has(+span),
#popup_payment_select .title strong:has(+span),
#popup_payment_select .title label:has(+span){
	text-decoration: line-through;
}
#popup_payment .title span:before,
#popup_payment_select .title span:before{
	content: '\2192';
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
	
}
#popup_payment .title span,
#popup_payment_select .title span{
	color: var(--color-red);
}
#popup_payment_select #coupon_description{
	margin-bottom: 10px;
	font-size: 12px;
	padding: 10px;
	border-radius: 5px;
	background: #eeeeee;
}
#popup_payment_select #coupon_description:empty{
	display: none;
}

#popup_payment .payment_coution {
	color: var(--color-red);
	font-size: 13px;
	text-align: center;
	line-height: 1.2;
}
.payment_list li{
	margin-bottom: 10px;
}

#popup_payment_select .coupon{
	margin-bottom: 10px;
	margin-top: 5px;
	position: relative;
}
#popup_payment_select .coupon label{
	font-size: 10px;
	position: absolute;
	top: -5px;
	background: #ffffff;
	padding: 0px 5px;
	left: 5px;
}
#popup_payment_select .coupon input{
	padding: 12px 10px 8px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	width: 100%;
	outline: none;
}
#popup_payment_select .coupon button{
	position: absolute;
	right: 0px;
	border-radius: 4px;
	border: 0px;
	background: #cccccc;
	height: 100%;
	padding: 0px 20px;
}

#popup_payment_select .payment_method > div {
	display: flex;
	width: 100%;
	justify-content: center;
	margin-bottom: 10px;
	padding: 10px;
	border-radius: 4px;
}
#popup_payment_select #amazon_pay_wrapper{
	padding: 0px;
}
#popup_payment_select .payment_method > div i {
	min-width: 20px;
	margin-right: 5px;
	display: block;
}
#popup_payment_select .payment_method > div svg {
	fill: #ffffff;
}
#popup_payment_select .popup_box{
	display: flex;
	flex-direction: column;
	max-height: 80vh;
	height: auto;
}

#btn_pay_select_cancel{
	padding: 5px 20px
}
.payment_select_button{
	text-align: center;
	padding-top: 5px;
	margin-top: auto;
}

.btn_payment_credit{
	background: #015aa0;
	color: #ffffff;
}

.btn_payment_paypay{
	background: #ff0033;
	color: #ffffff;
}
.btn_payment_paypay i img {
	height: 20px;
	width: auto;	
}

.btn_payment_amazon {
	border: 1px solid #000000;
	border-color: #a88734 #9c7e31 #846a29;
    background: linear-gradient(to bottom, #f7dfa5, #f0c14b);
}
.btn_payment_amazon i img {
	height: 16px;
	width: auto;
	margin-top: 3px;
	margin-bottom: -3px;
}

#btn_payment_bank{
	border: 1px solid #000000;
}
#btn_payment_konbini{
	border: 1px solid #000000;
}


#payment_paypay {
	display: flex;
	height: 28px;
	text-align: center;
	padding: 5px;
	border: 1px solid #ff0033;
	background: #ff0033;
	border-radius: 3px;
	position: relative;
	justify-content: center;
}
#payment_paypay span{
	color: #ffffff;
	font-size: 12px;
	position: relative;
	top: 1px;
}
#payment_paypay img {
	height: 100%;
	
}
#amazon_pay_button{
	width: 100% !important;
	max-height: 28px;
	overflow: hidden;
}
#amazon_pay_button .amazonpay-button-view3 {
  display: none;
}
#popup_payment_select .popup_box,
#popup_payment .popup_box,
#popup_lot_number .popup_box,
#popup_box{
  background: #ffffff;
  width: 600px;
  max-width: 95%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  padding: 20px;
  transition: 0.1s;
}
#popup_lot_number .popup_box{
	  height: 70vh;
}
#popup_payment .popup_box{
	max-height: 85vh;
}
#popup_lot_number .popup_box:has(input:focus) {
    top: 10px;
    transform: translate(-50%, 0%);

}
#popup_body{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
#popup_icon{
  width: 80px;
  height: 80px;
  border-radius: 100px;
}

.popup_bank_info #popup_msg > p strong {
	font-weight: bold;
	font-size: 20px;
}
.popup_bank_info #popup_msg .bank_info{
	margin: 20px 0px;
	display: inline-block;
}
.popup_bank_info #popup_msg .bank_info p {
	text-align: left;
	padding: 5px 0px 8px;
	border-bottom: 1px solid #cccccc;
}

.popup_bank_info #popup_icon,
.popup_help #popup_icon,
.confirm_invite #popup_icon{
  display: none;
}
.popup_help h2{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.popup_help p{
	text-align: left;
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 5px;
}
.popup_help p:has(input){
	text-align: center;
	margin-top: 10px;
}
.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: 82px;
  font-size: 60px;
  font-family: 'Aldrich','Noto Sans JP';
  font-weight: bold;
}
#popup_msg{
  text-align: center;
  width: 100%;
  line-height: 1.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;
}
.popup_loading #popup_icon:before{
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  border-radius: 100px;
  background: #ffffff;
}
@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: 'Aldrich','Noto Sans JP';
  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{
  margin: 20px 0px 100px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
#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);
  background: #ffffff;
	transition: 0.5s;
}
#item_list li label{
  display: flex;
  gap: 10px;
}
#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;
  left: 8px;
  bottom: 6px;
  color: var(--color-red);
  opacity: 0.3;
	transition: 0.5s;
}
#item_list li:has(input:checked) {
  border: 2px solid var(--color-red);
	border-radius: 4px;
}
#item_list li:has(input:checked) label:after {
  color: var(--color-red);
	opacity: 1;
}
#item_list li:has(input:checked) .item_list_point {
  /* color: var(--color-red); */
}

#item_list .item_list_box{
  width: 100%;
  /* position: relative; */
}
#item_list li .item_list_image{
	aspect-ratio: 0.7;
	position: relative;
	width: 100px;
	max-width: 20vw;
}
#item_list li .item_list_image_wrap{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	overflow: hidden;
}
#item_list li:first-child:last-child .item_list_image{
	width: 200px;
	max-width: 200px;
}
#item_list .item_list_image img{
  position: relative;
  border-radius: 6px;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#item_list .item_list_code{
	font-size: 12px;
}
#item_list .item_list_lot_num{
	font-weight: bold;
	font-weight: bold;
	margin-bottom: 8px;	
}
#item_list .item_list_name{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
  /* margin-right: 19px; */
  /* padding-left: 28px; */
  padding-right: 0px;
  white-space: break-spaces;
  word-break: break-all;
}
#item_list .item_list_point:before{
	content: '';
	display: block;
	position: absolute;
	width: calc(100% + 30px);
	height: 32px;
	bottom: -8px;
	right: -13px;
	background: #000000;
	border-radius: 5px;
	z-index: -1;
}
#item_list .item_list_point{
  position: absolute;
  transform: skew(-10deg);
  right: 10px;
  bottom: 0px;
  font-family: 'Aldrich','Noto Sans JP';
  font-weight: bold;
  font-size: 20px;
  line-height: 11px;
  z-index: 3;
  color: #ffffff;
}
#item_list .item_list_rarity._ span:before{
	content: '-';
}
#item_list .item_list_rarity{
  position: absolute;
  left: 35px;
  bottom: 7px;
}
#item_list .item_list_rarity span{
  display: inline-block;
  padding: 2px 20px;
  border-radius: 3px;
  font-size: 12px;
  border: 1px solid #000000;
  background: #ffffff;
}
#item_list .item_list_rarity small{
  display: inline-block;
  padding: 2px 0px;
  margin-left: 10px;
  font-size: 12px;
  background: #ffffff;
}
#item_list .item_list_limit{
  font-size: 10px;
  position: absolute;
  bottom: 2px;
  left: 25px;
  color: var(--color-red);
  display: none;
}

#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;
}
#deliv_point{
	position: relative;
}
#btn_result_allcheck{
  margin-left: auto;	
}
#btn_result_reset,
#btn_result_allcheck{
  position: relative;
  border-radius: 4px;
  opacity: 1;
  border: 0px;
  background: #ffffff;
  color: var(--color-red);
  font-size: 11px;
  padding: 0px 10px;
  box-sizing: content-box;
  border: 1px solid var(--color-red);
  outline: 0px;
  box-shadow: 0px 2px 0px #000000;
  transition: 0s;
  z-index: 51;
  height: 25px;
  line-height: 1em;
  margin-top: 1px;
}
#btn_result_reset:hover,
#btn_result_allcheck:hover{
	top: 2px;
	box-shadow: none;
	opacity: 1;
}
#btn_result_reset{
	color: #000000;
	border-color: #000000;
}
#gacha-result #body{
  padding-bottom: 280px;
}
#gacha-result #footer{
  display: none;
}
#deliv_mai{
  color: var(--color-red);
}

.gacha-result-link {
  text-align: center;
  display: none;
  margin-top: 20px;
}

.gacha-result-link a {
  display: block;
  padding: 10px 20px;
  border: 1px solid #000;
  margin: 10px auto;
  max-width: 200px;
  text-align: center;
}

.gacha-result-link .btn-retry {
  background-color: #FFD700;
  font-weight: bold;
}

.gacha-result-link .btn-my-items {
  background-color: #fff;
}


#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;
  flex-direction: column;
}
#deliv_buttons,
#deliv_point_to {
	display: flex;
	gap: 10px;
}
#popup_delivery #deliv_all_deliv{
  /* margin-left: auto; */
}
#popup_delivery button{
  border-radius: 4px;
}
#btn_all_change,
#btn_all_deliv{
  height: 34px;
  font-size: 12px;
  font-weight: bold;
  padding: 0px 8px;
  width: auto;
  background: #ffffff;
  position: relative;
}
#btn_all_change{
	position: relative;
	margin-left: auto;
	border-radius: 4px;
	opacity: 1;
	height: 33px;
	border: 0px;
	background: var(--color-red);
	color: #ffffff;
	border: 1px solid #ffffff;
	outline: 1px solid #000000;
	box-shadow: 0px 3px 0px #000000;
	transition: 0s;
	margin-top: 1px;
}

#btn_all_deliv{
  border: 1px solid #000000;
  color: #000000;
  box-shadow: 0px 3px 0px #000000;
  transition: 0s;
}

#deliv_note{
	font-size: 10px;
	text-align: center;
}
#deliv_buttons > div{
	width: calc( (100% - 10px)  / 2);
}
#deliv_buttons button{
	width: 100%;
}
#btn_all_deliv:hover,
#btn_all_change:hover{
	box-shadow: none;
	top: 3px;
	opacity: 1;
}
#re_gacha{
  /* display: none; */
  position: fixed;
  margin-top: auto;
  bottom: 131px;
  overflow: hidden;
  padding-bottom: 20px;
  width: 100%;
  z-index: 10;
  box-shadow: 0px -2px 5px rgba(0,0,0,0.1);
}
#re_gacha h2{
  margin-top: 10px;
  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);
  background: #ffffff;
}

#re_gacha .gacha_eyecatch,
#re_gacha .gacha_list_cards{
  display: none;
}
#popup_delivery #deliv_point label{
  display: none;
}
#popup_delivery #deliv_point{
  font-family: 'Aldrich','Noto Sans JP';
}
#popup_delivery #deliv_point dl{
  display: flex;
  flex-direction: column-reverse;
  font-weight: bold;
  font-size: 12px;
  white-space: normal;
}
#deliv_point_count{
  font-size: 19px;
  padding-top: 6px;
  display: inline-block;
}
#deliv_to{
  display: none;
}
.all_deliv_point{
  border: 1px solid #999999;
  border-radius: 4px;
  margin: 10px 0px;
  display: flex;
  height: 34px;
  line-height: 35px;
  font-family: 'Aldrich','Noto Sans JP';
  font-weight: normal;
  font-size: 14px;
  padding: 0px 20px;
  box-shadow: inset 2px 2px 0px rgba(0,0,0,0.1);
}
.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;
  border-radius: 100px;
  /* box-shadow: 3px 3px 0px rgb(221 165 0); */
  background: url('assets/img/coin-100.webp');
  background-size: 100%;
  position: relative;
  font-family: 'Aldrich','Noto Sans JP';
}
.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_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.empty_address{
	padding: 10px;
	color: #999999;
	font-size: 12px;
}
#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: 4px;
  font-weight: bold;
  font-size: 12px;
  border: 1px solid #ffffff;
  outline: 1px solid #000000;
  box-shadow: 0px 3px 0px #000000;
  position: relative;
	transition: 0s;
}
.btn_popup_close:hover,
#address_input .input_buttons button:hover,
#address_list .input_buttons button:hover{
	top: 3px;
	box-shadow: none;
}

#popup_address_save,
#address_list_deside{
  color: #ffffff;
  background: var(--color-red);
  border: 2px solid var(--color-red);
}
#popup_address_delete,
#address_list_add{
  color: #000000;
  background: #ffffff;
  border: 1px 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,
.tml-errors{
  font-size: 12px;
}
.tml{
  width: 600px;
  max-width: 95%;
  margin: 20px auto;
  box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
  padding: 20px;
  border-radius: 10px;
  background: #ffffff;
}
.tml-field-wrap:not(.tml-title-wrap, .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%;
  background: #ffffff;
}
.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-red);
}

.tml-indicator_hint-wrap{
  font-size: 12px;
}
.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-red);
}
.tml-field-wrap a{
  color: var(--color-red);
  text-decoration: underline;
}
.tml-field-wrap [name]:not(.tml-checkbox),
.input_field_wrap [name]{
  border: 0px;
  font-size: 16px;
  width: 100%;
  padding: 4px 7px;
  border-radius: 3px;
}
.input_field_wrap select[name]{
  padding-left: 3px;
}
.tml-field-wrap *:not([type="submit"]):focus,
.input_field_wrap *:focus{
  outline: 0px;
}
.tml-register .tml-login-link a,
.tml-button{
  background: var(--color-red);
  color: #ffffff;
  border-radius: 50px;
  font-size: 16px;
  border: 1px solid #ffffff !important;
  outline: 1px solid #000000;
  box-shadow: 0px 3px 0px #000000;
	transition: 0s;
}
.tml-button:hover{
	opacity: 1;
	position: relative;
	top: 3px;
	box-shadow: none;
}
.tml-register .tml-login-link,
.tml-links li.tml-register-link{
	margin-top: -5px;
}
.tml-register .tml-login-link a,
.tml-register .tml-submit-wrap .tml-button,
.tml-links li.tml-register-link a{
	border: 4px;
	border: 1px solid #000000;
	height: 34px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	box-shadow: 0px 3px 0px #000000;
	position: relative;
	color: #000000;
}
.tml-register .tml-login-link a{
	background: var(--color-red);
	color: #ffffff
}
.tml-links li.tml-register-link a:hover{
	top: 3px;
	box-shadow: none;
	opacity: 1;
}
.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: 'Aldrich','Noto Sans JP';
	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: #cccccc;
  display: inline-block;
  padding: 0px 15px;
  height: 24px;
  line-height: 19px;
  border-radius: 4px;
  border: 2px solid transparent;
}
#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: #eeeeee;
}
.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 tbody tr{
	background: #ffffff;
}
.history_tab_pages table tr td{
	color: #000000;
	position: relative;
}
.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: 4px;
  width: calc(100% - 4px);
  margin: auto;
  display: block;
  height: 32px;
  border: 1px solid #ffffff;
  outline: 1px solid #000000;
  box-shadow: 0px 3px 0px #000000;
	position: relative;
	transition: 0s;
}
#contact .cf7_buttons input:hover{
	top: 3px;
	opacity: 1;
	box-shadow: none;
}

#gacha_category{
  /* margin-bottom: 20px; */
  width: 100%;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  background: #ffffff;
  border-bottom: 1px solid #cccccc;
  position: sticky;
  top: 40px;
  z-index: 20;
}
#gacha_category dl{
  display: flex;
  gap: 10px;
}

#gacha_category dd a{
  /* background: #eeeeee; */
  display: block;
  font-size: 14px;
  padding: 0px 10px;
  line-height: 40px;
  text-align: center;
  white-space: nowrap;
}
#gacha_category dd.active a{
  color: var(--color-red);
	border-bottom: 1px solid var(--color-red);
	
}

#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: 'Aldrich','Noto Sans JP';
  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;
}
.comming .count_down{
  display: block;
}
.count_down{
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 10px);
  z-index: 10;
  text-align: center;
}
.count_down_text{
 display: none;
}
.count_down_base{
  font-family: 'Aldrich' !important;
  font-size: 50px;
  position: relative;
  height: 1em;
  width: 300px;
	/*
	text-shadow: 
		-1px 0px 0px #000000, 
		1px 0px 0px #000000,
		0px -1px 0px #000000,
		0px 1px 0px #000000,
		-1px -1px 0px #000000,
		-1px 1px 0px #000000,
		1px -1px 0px #000000,
		1px 1px 0px #000000,
		-4px 0px 0px #ffffff, 
		4px 0px 0px #ffffff,
		0px -4px 0px #ffffff,
		0px 4px 0px #ffffff,
		-4px -4px 0px #ffffff, 
		-4px 4px 0px #ffffff,
		4px -4px 0px #ffffff, 
		4px 4px 0px #ffffff,
		-7px 0px 0px #000000, 
		7px 0px 0px #000000,
		0px -7px 0px #000000,
		0px 7px 0px #000000,
		-7px -7px 0px #000000, 
		-7px 7px 0px #000000,
		7px -7px 0px #000000, 
		7px 7px 0px #000000,
		0px 0px 0px transparent;
	*/

}
.count_down_base > div{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 300px;
display: flex;
justify-content: center;
}
.count_down_base > div span{
	width: 35px;
	display: flex;	
	text-align: center;
	justify-content: center;
	align-items: center;
}
.count_down_base > div span:nth-child(3),
.count_down_base > div span:nth-child(6){
	width: 20px;
	align-items: flex-start;
}
.count_down_outline{
	-webkit-text-stroke: 14px #000000;
}
.count_down_whiteline{
	-webkit-text-stroke: 8px #ffffff;
}
.count_down_stroke{
	-webkit-text-stroke: 4px #000000;
}
.count_down_highlight{
  background: linear-gradient(140deg,
							  #ff0000 10%,
							  #ffff00 30%,
							  #00ff00 40%,
							  #00ffff 60%,
							  #0000ff 70%,
							  #ff00ff 80%);
  background-clip: text;
  color: transparent;
}
.count_down_front{
  background-color: transparent;
  color: transparent;
  margin-top: 0px;
  margin-left: 0px;
  text-shadow: -1px -1px 0px rgba(255,255,255,1);
  -webkit-background-clip: text;
     -moz-background-clip: text;
          background-clip: text;
}

#footer_news{
	padding-top: 30px;
	margin-top: 20px;
}
#footer_news .inner,
#footer_faq .inner{
	max-width: 100%;
}
#footer_news h2 a,
#footer_faq h2 a{
	margin-left: auto;
	font-size: 12px;
	font-weight: normal;
}
#footer_news,#footer_faq{
	background: #ffffff;
	padding-bottom: 20px;
}
#footer_news h2,
#footer_faq h2,
#footer_news li a,
#footer_faq dt label,
#footer_faq dd{
	padding: 10px;
	display: flex;
	font-size: 12px;
}
#footer_faq a,
#footer_news a{
	line-height: 1.2em;
	transition: 0.3s;
}
#footer_faq a:hover,
#footer_news a:hover{
	opacity: 0.5;
}
#footer_news h2,
#footer_faq h2{
	font-weight: bold;
}
#footer_news h2 i,
#footer_faq h2 i{
	margin-right: 5px;
	vertical-align: middle;
}
#footer_news time{
	background: #FFD600;
	height: 16px;
	font-size: 12px;
	line-height: 16px;
	padding: 0px 10px;
	border-radius: 5px;
	margin-right: 10px;
	margin-top: -1px;
}
#footer_faq dl,
#footer_news li{
	border-top: 1px solid #dddddd;
}
#footer_faq dt input{
	display: none;
}
#footer_faq dt label{
	align-items: center;
	font-weight: normal;
}
#footer_faq dt label i{
	margin-left: auto;
	display: flex;
	transform: scaleY(1);
	transition: 0.5s;
}
#footer_faq dt:has(input:checked) label i{
	transform: scaleY(-1);
}
#footer_faq dt label i:before{
	content: '';
	font-size: 1px;
	display: inline-block;
	width: 5px;
	height: 5px;
	border: 2px solid #999999;
	border-width: 2px 2px 0px 0px;
	transform: rotateZ(135deg);
}
#footer_faq dd{
	display: grid;
	grid-template-rows: 0fr;
	padding: 0px 10px;
	transition: 0.5s;
}
#footer_faq dd div{
	overflow: hidden;
}
#footer_faq dl{
	padding-bottom: 0px;
	transition: 0.5s;
}
#footer_faq dl:has(input:checked){
	padding-bottom: 20px;
}
#footer_faq dt:has(input:checked) + dd{
	grid-template-rows: 1fr;
	padding: 0px 10px;
}
#footer_faq dt:has(input:checked) + dd div{
}
#footer_faq{
	margin-bottom: -50px;
	padding-bottom: 20px;
}


@media screen and (max-width: 1100px) {
  .gacha_list_buttons{
  }
  .gacha_list_buttons a.gacha_btn_all{
  }
	#head .inner{
		max-width: 100%;
	}
  .inner{
    max-width: 95%;
  }

}
@media screen and (max-width: 750px) {
  #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: #333333;
    color: #ffffff;
  }
  #history_tab_page_point table tr td:nth-child(3){
    position: absolute;
    transform: translateY(calc(-100% + 1px));
  }
 #history_tab_page_point table tr td:nth-child(3):after{
	 content: 'coin';
	 font-size: 0.7em;
 }

}
@media screen and (max-width: 700px) {
  #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%;
  }

}


.wrap_lot_number_list small{
	display: inline-block;
	margin-left: 10px;
}

.wrap_lot_number_list dd{
	position: relative;
	animation-name: pop;
	animation-iteration-count: 1;
	animation-duration: 0.5s;
}
.wrap_lot_number_list dd.template + dd{
    margin-top: 10px;
}

#popup_lot_number[data-count="1"] .wrap_lot_number_list dl{
	height: 100%;
}
#popup_lot_number[data-count="1"] .wrap_lot_number_list dd.template + dd{
    margin-top: auto;
    margin-bottom: auto;
    padding-bottom: 0px;
    position: absolute;
    top: calc(50% - 40px);
}

.wrap_lot_number_list dd:last-child{
	padding-bottom: 100px;
}
@keyframes pop {
	0% {
		opacity: 0;
		transform: scale(0);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}


#video_container video{
  display: none;
}

#fincode_mode_test:after{
	content: 'Fincode:Test';
	display: block;
}
#amazon_sandbox_true:after{
	content: 'Amazon:Test';
	display: block;
}



.popup_konbini_info #popup_icon{
	display: none;
}
.konbini_title{
	margin-bottom: 10px;
}
.konbini_barcode img {
	width: 100%;
	height: auto;
	margin-top: 10px;
}
.konbini_footer,
.konbini_attention{
	font-size: 10px;
	letter-spacing: -0.5px;
	text-align: left;
	margin: 10px -10px 20px;
}
.konbini_term{
	text-align: right;
	margin-bottom: 20px;
  cursor: pointer;
}
.konbini_stores img{
	width: 100%;
	height: auto;
  cursor: pointer;
}
.normal_link {
  color: #0000ff;
  text-decoration: underline;
}
