@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;600&display=swap");

* {
    box-sizing: border-box;
}

body {
    
}

.heart {
    position: fixed;
    top: -1vh;
    font-size: 2rem;
    transform: translateY(0);
    animation: fall 3s linear forwards;
    z-index: 20;
}

@keyframes fall {
    to {
        transform: translateY(210vh);
    }
}
/* @font-face
---------- ---------- ---------- ---------- ---------- */
@font-face {
  font-family: 'barlow-regular';
  src: url(../../font/Barlow-Regular.eot);
  src: url(../../font/Barlow-Regular.eot%3F) format('embedded-opentype'), url(../../font/Barlow-Regular.woff) format('woff'),
    url(../../font/Barlow-Regular.ttf) format('truetype');
}

@font-face {
  font-family: 'barlow-medium';
  src: url(../../font/Barlow-Medium.eot);
  src: url(../../font/Barlow-Medium.eot%3F) format('embedded-opentype'), url(../../font/Barlow-Medium.woff) format('woff'),
    url(../../font/Barlow-Medium.ttf) format('truetype');
}

@font-face {
  font-family: 'barlow-semibold';
  src: url(../../font/Barlow-SemiBold.eot);
  src: url(../../font/Barlow-SemiBold.eot%3F) format('embedded-opentype'), url(../../font/Barlow-SemiBold.woff) format('woff'),
    url(../../font/Barlow-SemiBold.ttf) format('truetype');
}

@font-face {
  font-family: 'barlow-bold';
  src: url(../../font/Barlow-Bold.eot);
  src: url(../../font/Barlow-Bold.eot%3F) format('embedded-opentype'), url(../../font/Barlow-Bold.woff) format('woff'),
    url(../../font/Barlow-Bold.ttf) format('truetype');
}

/* reset
---------- ---------- ---------- ---------- ---------- */
* {
  margin: 0;
  padding: 0;
}

ol,
ul,
li {
  list-style-type: none;
}

button {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10+ and Edge */
  user-select: none; /* Standard syntax */
}

/* ico_gacha
---------- ---------- ---------- ---------- ---------- */
.ico_gacha {
  display: inline-block;
  overflow: hidden;
  position: relative;
  padding: 0;
  font-size: 0;
  line-height: 0;
  background-image: url(../../images/gacha/common/ico_gacha.png);
  background-repeat: no-repeat;
  background-size: 260px 110px;
  text-indent: -9999px;
  vertical-align: top;
}

.ico_gacha_flag_crown {
  width: 36px;
  height: 52px;
  background-position: 0 0;
}

/* tit_gacha
---------- ---------- ---------- ---------- ---------- */
.tit_gacha_guide {
  width: 209px;
  height: 27px;
  background-position: -40px 0;
}

/* wrapper_gacha
---------- ---------- ---------- ---------- ---------- */
.wrapper_gacha {
  width: 712px;
  margin: 0 auto;
}

.wrapper_gacha .grp_gacha_tab {
  margin-top: 14px;
}

.wrapper_gacha .grp_gacha_utility {
  margin-top: 20px;
}

.wrapper_gacha .inner_gacha {
  margin: 40px 10px 0;
  padding-bottom: 60px;
}

/* legacy reset */
.wrapper_gacha .list_gacha_caution {
  padding-left: 0;
}

.wrapper_gacha .list_gacha_reward {
  padding-left: 0;
}

.wrapper_gacha .list_slot_original {
  padding-left: 0;
}

/* grp_gacha_tab
---------- ---------- ---------- ---------- ---------- */
.grp_gacha_tab {
  display: table;
  overflow: hidden;
  width: 100%;
  border-radius: 3px;
  table-layout: fixed;
}

.grp_gacha_tab .link_gacha_tab {
  display: table-cell;
  position: relative;
  padding: 11px 0 13px;
  border: 1px solid #c5d0dd;
  font-family: 'barlow-regular';
  font-size: 18px;
  color: #3c3c3c;
  background-color: #fff;
  text-align: center;
  text-decoration: none;
}

.grp_gacha_tab .link_gacha_tab:before {
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  z-index: 1;
  width: 1px;
  background-color: #c5d0dd;
  content: '';
}

.grp_gacha_tab .link_gacha_tab:first-child:before {
  display: none;
}

.grp_gacha_tab .link_gacha_tab.current {
  z-index: 1;
  font-family: 'barlow-medium';
  color: #fff;
  border-color: #5498d9;
  background-color: #5498d9;
}

.grp_gacha_tab .link_gacha_tab.current:before {
  background-color: #5498d9;
}

.grp_gacha_tab .link_gacha_tab.current + .link_gacha_tab:before {
  background-color: transparent;
}

/* grp_gacha_utility
---------- ---------- ---------- ---------- ---------- */
.grp_gacha_utility {
  margin-right: 10px;
  margin-left: 10px;
  padding-bottom: 11px;
  border-bottom: 1px solid #c5d0dd;
}

.inner_gacha_utility {
  display: inline-block;
  margin-left: 16px;
  vertical-align: middle;
}

.grp_gacha_utility .tit_gacha_utility {
  display: inline-block;
  position: relative;
  top: 3px;
  font-family: 'barlow-regular';
  font-weight: normal;
  font-size: 18px;
  vertical-align: middle;
  letter-spacing: 0.25px;
}

.grp_gacha_utility .link_gacha_utility {
  display: inline-block;
  position: relative;
  margin-left: 11px;
  padding-left: 12px;
  font-family: 'barlow-regular';
  font-size: 18px;
  color: #3c3c3c;
  vertical-align: middle;
  text-decoration: none;
}

.grp_gacha_utility .link_gacha_utility:first-child {
  margin-left: 0;
  padding-left: 0;
}

.grp_gacha_utility .link_gacha_utility:before {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 12px;
  margin-top: -4px;
  background-color: #ccc;
  content: '';
}

.grp_gacha_utility .link_gacha_utility:first-child:before {
  display: none;
}

.grp_gacha_utility .link_gacha_utility.current {
  font-family: 'barlow-medium';
  font-size: 22px;
  color: #5498d9;
}

/* grp_gacha_half
---------- ---------- ---------- ---------- ---------- */
.grp_gacha_half {
  font-size: 0;
}

.inner_gacha_half {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  text-align: right;
}

.inner_gacha_half:first-child {
  text-align: left;
}

/* grp_gacha_opt
---------- ---------- ---------- ---------- ---------- */
.grp_gacha_opt {
  display: inline-block;
  position: relative;
  z-index: 1;
  min-width: 164px;
  width: 30%;
  height: 31px;
  border: 1px solid #c5d0dd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  background-position: 100% 50%;
  text-align: left;
}

.grp_gacha_opt .lab_gacha_opt {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  padding: 0 10px;
  font-size: 0;
}

.grp_gacha_opt .ico_gacha_opt {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 10px;
  height: 5px;
  margin-top: -2px;
  background-position: -40px -50px;
}

.grp_gacha_opt .txt_gacha_opt {
  display: inline-block;
  margin-left: 16px;
  font-family: 'barlow-regular';
  font-size: 14px;
  line-height: 29px;
  vertical-align: middle;
  letter-spacing: 1px;
}

.grp_gacha_opt .gacha_opt {
  width: 100%;
  height: 29px;
  border: 0 none;
  font-family: inherit;
  line-height: 28px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

/* grp_gacha_guide
---------- ---------- ---------- ---------- ---------- */
.grp_gacha_guide {
  position: relative;
  padding: 29px 0 39px 29px;
  border: 2px solid #bcbcbc;
  border-radius: 0 0 10px 10px;
  background-color: #fff;
}

.grp_gacha_guide:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 6px;
  border-radius: 0 0 3px 3px;
  background-color: #e5e5e5;
  content: '';
}

.grp_gacha_guide .tit_gacha_guide {
  margin-left: 2px;
}

.grp_gacha_guide .desc_gacha_guide {
  font-family: 'barlow-regular';
  font-size: 16px;
  color: #898989;
  letter-spacing: 0.15px;
  text-indent: 3px;
}

.grp_gacha_guide .list_gacha_guide {
  padding-top: 18px;
}

.grp_gacha_guide + .list_gacha_caution {
  margin-top: 17px;
}

/* list_gacha_guide
---------- ---------- ---------- ---------- ---------- */
.list_gacha_guide {
  margin: -14px 0 0 -12px;
  font-size: 0;
}

.list_gacha_guide li {
  display: inline-block;
  width: 148px;
  height: 133px;
  margin: 14px 0 0 12px;
  padding: 24px 0 0;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  background-color: #ededed;
  vertical-align: top;
  text-align: center;
}

.list_gacha_guide li .ico_gacha_number {
  display: inline-block;
  width: 25px;
  height: 15px;
  background-position: -40px -30px;
}

.list_gacha_guide li + li .ico_gacha_number {
  background-position: -70px -30px;
}

.list_gacha_guide li + li + li .ico_gacha_number {
  background-position: -100px -30px;
}

.list_gacha_guide li + li + li + li .ico_gacha_number {
  background-position: -130px -30px;
}

.list_gacha_guide .txt_gacha_guide {
  display: block;
  margin-top: 5px;
  font-family: 'barlow-regular';
  font-size: 16px;
  line-height: 1.133333333333333;
  letter-spacing: 0.1px;
}

.list_gacha_guide .ico_gacha_start.small {
  margin-top: 3px;
}

.list_gacha_guide .link_gacha_guide {
  display: inline-block;
  margin-top: 8px;
  padding: 2px 14px 4px;
  border-radius: 2px;
  font-family: 'barlow-regular';
  font-size: 12px;
  color: #fff;
  background-color: #717c99;
  text-decoration: none;
  text-transform: uppercase;
}

/* list_gacha_caution
---------- ---------- ---------- ---------- ---------- */
.list_gacha_caution li {
  position: relative;
  margin-top: 7px;
  padding-left: 8px;
  font-family: 'barlow-regular';
  font-size: 14px;
  color: #3c3c3c;
  letter-spacing: 0.05px;
}

.list_gacha_caution li:before {
  position: absolute;
  top: 8px;
  left: 1px;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #3c3c3c;
  content: '';
}

.list_gacha_caution + .grp_gacha_reward {
  margin-top: 58px;
}

/* grp_gacha_reward
---------- ---------- ---------- ---------- ---------- */
.grp_gacha_reward {
  padding: 21px 12px 21px 13px;
  background-color: #f4f4f4;
}

.grp_gacha_reward.white {
  background-color: #fff;
}

.grp_gacha_reward + .grp_gacha_reward {
  margin-top: 20px;
}

/* list_gacha_reward
---------- ---------- ---------- ---------- ---------- */
.list_gacha_reward {
  margin: -20px 0 0 -9px;
  font-size: 0;
}

.list_gacha_reward li {
  display: inline-block;
  position: relative;
  width: 160px;
  margin: 22px 0 0 9px;
  vertical-align: top;
}

.list_gacha_reward .ico_gacha_flag_crown {
  position: absolute;
  top: -2px;
  left: 8px;
}

.list_gacha_reward .link_gacha_reward {
  display: block;
  height: 249px;
  padding-top: 37px;
  border: 1px solid #e2e0e0;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  text-align: center;
  text-decoration: none;
}

.list_gacha_reward .link_gacha_reward.gold {
  border-color: #e3cf8f;
  background-color: #ffe79b;
}

.list_gacha_reward .link_gacha_reward.azure {
  border-color: #c2c8d3;
  background-color: #d9dfeb;
}

.list_gacha_reward .thumb_gacha_reward {
  display: inline-block;
  overflow: hidden;
  width: 98px;
  height: 98px;
  margin: 0 auto;
  border: 1px solid #170000;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.list_gacha_reward .img_gacha_reward {
  width: 100%;
  border: 0 none;
}

.list_gacha_reward .txt_gacha_reward {
  display: block;
  margin-top: 19px;
  font-family: 'barlow-medium';
  font-size: 14px;
  line-height: 1.428571428571429;
  color: #3c3c3c;
}
