@charset "UTF-8";

html,body {
  height:100%;
  font-family: 'Noto Sans JP', sans-serif;
  background-image: url('../images/bg.png');
  background-size: cover;
  background-position: center bottom;
  background-color: #F7F7F7;
}

.contentsWrap {
  margin-top: -5px;
  display: flex;
  flex-flow: column;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/*top*/


.right {
  width: 430px;
  height: auto;
  flex-flow: column;
  border-radius: 20px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1); 
}

form {
  padding: 35px 35px;
}

.close-icon {
  width: 15px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.directions-modal-wrapper {
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(139, 139, 139, 0.5);
  z-index: 100;
  display: none;
}

.modal {
  margin: auto;
  background-color: #fff;
  height: 300px;
  width: 350px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.05); 
  border-radius: 20px;
}

.modal h2 {
  font-weight: 700;
  color: #FF7D41;
  font-size: 16px;
  letter-spacing: 1px;
}

.modal p {
  font-weight: 400;
  color: #8B8B8B;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 20px;
}

.meishi {
  width: 260px;
  padding: 13px 0 9px;
}

.arrow {
  position: absolute;
  top: 75px;
  right: 20px;
  width: 20px;
}

.logo-image {
  height: 25px;
  position: absolute;
  bottom: 13px;
  left: 15px;
}

.date {
  letter-spacing: 1px;
  margin-bottom: 150px;
}

.login-title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 40px;
  color: #FF7D41;
}

.error-title {
  text-align: center;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 40px;
  color: #FF7D41;
}

.form-text {
  font-weight: 400;
  width: 350px;
  height: 60px;
  border-bottom: 2px solid #FF7D41;
  margin-bottom: 20px;
  text-align: center;
  color: #0F1419;
  font-size: 16px;
  position: relative;
}

.clear-icon {
  top: 118px;
  right: 50px;
  position: absolute;
  display: none;
}

.form-text:valid + .clear-icon {
  display: block;
}

::placeholder {
  color: #BDBDBD;
  font-size: 16px;
}

.login-button {
  font-weight: 700;
  color: #fff;
  background-color: #FF7D41;
  text-align: center;
  width: 350px;
  height: 60px;
  line-height: 60px;
  border-radius: 10px;
  text-decoration: none;
  letter-spacing: 2px;
  font-size: 18px;
}

.right a {
  display: block;
}

.btn2 {
  font-weight: 700;
  color: #BDBDBD;
  border: 2px solid #BDBDBD;
  text-align: center;
  width: 350px;
  height: 45px;
  line-height: 35px;
  border-radius: 10px;
  letter-spacing: 1px;
  position: relative;
  margin-top: 25px;
  margin-bottom: 15px;
}

.gray-button a {
  display: block;
}

.gray-question {
  width: 18px;
  transform: translateY(-40%);
  margin-left: 3px;
}

.coupon-order a {
  display: block;
}

.coupon-order {
  text-align: center;
  background-color: #BDBDBD;
  color: #fff;
  width: 350px;
  height: 45px;
  line-height: 45px;
  border-radius: 10px;
  letter-spacing: 0.5px;
  font-weight: 600;
  font-size: 15px;
}

.whitearrow-icon {
  margin-left: 3px;
  width: 18px;
  transform: translateY(-280%);
}


/*top_error*/

.clear-title {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  line-height: 30px;
  letter-spacing: 1px;
  margin-bottom: 25px;
  color: #FF7D41;
}

/*ranking*/

.update {
  background-color: #8b8b8b;
  right: 0;
  color: #fff;
  padding: 12px 15px 8px;
  position: absolute;
  border-bottom-left-radius: 20px;
}

.hint-bubble {
  display: none;
  cursor: pointer;
}

.tooltip-text {
  width: 250px;
  height: auto;
  white-space: normal;
  position: absolute;
  text-align: center;
  transform: translateX(50%);
  padding: 10px 15px;
  font-size: 14px;
  line-height: 20px;
  background-color: #fff;
  color: #8b8b8b;
  font-weight: 400;
  letter-spacing: 0.5px;
  border-radius: 5px;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.05); 
  z-index: 100;
}

.tooltip-text::before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  border: 7px solid transparent;
  border-bottom: 7px solid #fff;
}

.tooltip-text2 {
  width: 250px;
  height: auto;
  white-space: normal;
  position: absolute;
  text-align: center;
  transform: translateX(50%);
  padding: 10px 15px;
  font-size: 14px;
  line-height: 20px;
  background-color: #f0f0f0;
  color: #8b8b8b;
  font-weight: 400;
  letter-spacing: 0.5px;
  border-radius: 5px;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.05); 
  z-index: 100;
}

.tooltip-text2::before {
  content: '';
  position: absolute;
  top: 40%;
  right: 100%;
  border: 7px solid transparent;
  border-top: 7px solid #f0f0f0;
  margin-left: -7px;
  transform: rotate(90deg)
}

#orange-tooltip {
  left: -95px;
  top: 45px;
}

#mint-tooltip {
  top: 45px;
  right: 155px;
}

#bottom-orange-tooltip {
  left: 50px;
  bottom: 60px;
}

#bottom-mint-tooltip {
  bottom: 5px;
  left: 20px;
}

.update-icon {
  width: 14px;
}

.update p {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
}

.ranking-performance {
  margin-top: 10px;
  width: 640px;
  height: 390px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ranking-performance-title {
  margin-left: 5px;
  margin-bottom: 5px;
  width: 100%;
  font-weight: 700;
  color: #8B8B8B;
  text-align: center;
  letter-spacing: 1px;
  font-size: 16px;
}

.update-date {
  background-color: #8B8B8B;
  color: #fff;
  padding: 1px 6px 3px 6px;
  border-radius: 5px;
}

.ranking-container {
  color: #fff;
  height: auto;
}

.head {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 100px;
}

.ranking-orange {
  position: relative;
  background-color: #FF7D41;
  padding: 15px 20px 13px;
  flex-flow: column;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1); 
}

.ranking-mint {
  position: relative;
  background-color: #3CDCBE;
  padding: 15px 20px 13px;
  flex-flow: column;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1); 
}

.performance {
  width: 640px;
  background: #fff;
  flex-flow: column;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1); 
  position: relative;
  padding: 2px 30px 4px;
}

.question-icon {
  width: 16px;
}

.arrow-icon {
  width: 13px;
}

.right-arrow-icon {
  width: 15px;
}

.numbers {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 40px;
}

.ken {
  font-weight: 700;
  font-size: 24px;
}

.numerator {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 32px;
}

.denominator {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 25px;
}

.category {
  font-weight: 500;
  font-size: 16px;
}

.divider {
  background: #fff;
  width: 270px;
  height: 1.5px;
  margin: 0 0 5px;
  display: inline-block;
}

.fraction {
  margin-top: 8px;
  text-align: center;
}

.title {
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  color: #0F1419;
}

.line {
  border-bottom: solid 1px #e6e6e6;
}

table {
  border-spacing: 0;
  width: 100%;
}

table th {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #8b8b8b;
}

table td {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #0F1419;
}

table th, table td {
  text-align: center;
  padding: 16px 0;
}

.coupon-numbers {
  width: 22%;
}

.align-left-orange {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #FF7D41;
  text-align: left;
  padding: 16px 0;
}

.align-left-mint {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #3CDCBE;
  text-align: left;
  padding: 16px 0;
}