﻿@charset "UTF-8";
/*
* Don't Delete
* Login Common - Change as needed
*/
.custom-login {
  /*background: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0)), url(../../img/footer.jpg);*/
  background-size:cover;
  background-repeat: no-repeat;
  background-position: bottom;
  background-attachment: fixed;
}
/*
* Don't Delete
* Register Common - Change as needed
*/
.costom-register {
  max-width: 1024px;
  margin-top: 2.5rem;
}
.costom-register h2 {
  font-size: 1.25rem;
  margin-bottom: 15px;
}
.badge-require {
  border: 1px solid #ea0000;
  color: #ea0000;
  background-color: #fff;
}
.badge-optional {
  border: 1px solid #00bcff;
  color: #00bcff;
  background-color: #fff;
}

/*
* Don't Delete - Change as needed
* StepBar Common
*/
.stepBar {
  display: flex;
  max-width: 100%;
  position: relative;
  margin: 20px auto;
  text-align: center;
  padding-left: 0;
}
.stepBar li {
  font-size: 12px;
  list-style: none;
  position: relative;
  width: 33.333%;
}
.stepBar li:after {
  background: rgba(0, 0, 0, 0.3);
  content: "";
  width: calc(100% - 30px);
  height: 2px;
  position: absolute;
  left: calc(-50% + 15px);
  top: 14px;
}
.stepBar li:first-child:after {
  display: none;
}
.stepBar li span {
  height: 30px;
  width: 30px;
  font-size: 20px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  display: inline-block;
  margin-bottom: 5px;
  line-height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.stepBar .visited:after, .stepBar .visited span {
  background: rgba(32, 168, 216, 1);
}

/*
* Don't Delete - Change as needed
* RadioButton Button Style
*/
.form-check-btn {
  margin-right: 0;
}
.form-check-btn input[type="radio"],
.form-check-btn input[type="checkbox"] {
  display: none;
}
.form-check-btn input[type="radio"]:checked + label,
.form-check-btn input[type="checkbox"]:checked + label { 
  background-color: #E61E5A ;
  color: #fff;
}
.form-check-btn .aspNetDisabled + label,
.form-check-btn .aspNetDisabled + label:active {
  color: #E61E5A !important;
  background-color: transparent!important;
  opacity: 0.65!important;
  cursor:not-allowed;
}

/*credit list- delete btn style*/
.position-badge-credit {
  position:absolute!important;
  top: -5px!important;
  right: -6px!important;
}
.position-badge-credit i {
  font-size: 15px;
}

/*
* Common Style
*/
/* Blink Common */
.blinking{
  -webkit-animation:blink 1.5s ease-in-out infinite alternate;
  -moz-animation:blink 1.5s ease-in-out infinite alternate;
  animation:blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
  0% {opacity:0;}
  80% {opacity:1;}
  100% {opacity:1;}
}
@-moz-keyframes blink{
  0% {opacity:0;}
  80% {opacity:1;}
  100% {opacity:1;}
}
@keyframes blink{
  0% {opacity:0;}
  80% {opacity:1;}
  100% {opacity:1;}
}
.border-hover {
 border-bottom: solid 2px #d4d4d4 ;
}
.border-hover:hover{
 border-bottom: solid 2px #167495;
}

/*PLACE HOLDER*/
::placeholder {
  font-size: 0.75em;
  font-style: italic;
  color: #ffafaf !important;
}
input:focus::placeholder{
  position:absolute;
  top: 4px;
  transition: 0.6s;
}

 .header-ttl{
   font-size: 40px;
 }
 @media (max-width: 768px){
  .header-ttl {
    font-size: 20px;
  }
}

.custom-mainbg{
  background-image:url(../../img/mainbg.jpeg);
  background-attachment: fixed;
  background-size: cover;
 }
@media (max-width: 768px){
    .custom-mainbg {
      background-position:top center;
      background-size: cover;
    }
  }

.custom-bg{
  background-image:url(../../img/bg.png)!important;
  background-position:top right;
  background-repeat:repeat-y;
  /*background-attachment: fixed;*/
  background-size: 50%;
  transition: 0.6s;
}
.custom-tag{
  padding: 8px 16px;
  border-radius: 12px;
  display: inline-block;
}

.card-brand-logo-size{
  height:55px;
}
@media (max-width: 768px){
  .card-brand-logo-size{
    height:40px;
  }
}
.custom-pale-bgc-blue {
  background-color: #6CA5C3;
}
.custom-pale-bgc-green {
  background-color: #52B2AE;
}
.custom-pale-bgc-khaki{
  background-color: #99B5B1;
}
.custom-authcode-item{
  width: 70px !important;
  height: 70px !important;
  margin: 0 12px;
  border-radius: 12px;
  font-size: 24px;
  text-align: center;
  border: 1px solid #a7a7a7;
}
@media (max-width: 768px) {
  .custom-authcode-item {
    width: 10vw !important;
    height: 10vw !important;
    border-radius: 8px;
    font-size: 20px;
    margin: 0;
  }
}
.signup-bg {
  background-image: url(../../img/signup_bg.png);
  background-position: center;
  background-size: cover;
  padding: 48px 0;
}
.service-item{
  position: relative;
}
@media (max-width: 768px) {
  .service-item {
    padding: 0;
  }
}
.invalid-ttl{
  display: none;
  font-size: 18px;
}
@media (max-width: 768px) {
  .invalid-ttl {
    display: none;
    font-size: 12px;
  }
}

.invalid-item.on .invalid-ttl{
  display: block;
  color: #fff;
  font-weight: bold;
  transform: rotate(-15deg);
} 
.invalid-item{
  transition: 0.9s;
}
.invalid-item.on {
  position: absolute;
  background-color: rgba(0,0,0,0.75);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.step-now {
text-transform: uppercase;
font-weight: bold;
font-style: italic;
}
.glass-effect {
  background: rgba(210,210,210,0.3);
  box-shadow: 0px 0px 30px 0px #000000 inset;
  background-image:  -webkit-linear-gradient(45deg,transparent 65%,rgba(255,255,255,.6) 100%,rgba(255,255,255,.2) 80%,transparent 50%);
  border:1px solid rgba(210,210,210,0.1);
  color: #fff;
}
.pfh-bg{
  background-image: url(../../img/pfh-bg.png);
}

.border-gold {
    border: solid 1px;
    border-image: linear-gradient(to right,#E5C373 0%,#B38106 100%);
    border-image-slice: 1;
}
.border-bottom-gold {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: solid 1px;
    border-image: linear-gradient(to right,#E5C373 0%,#B38106 100%);
    border-image-slice: 1;
  }
  .bg-adambit {
    background-image: url(../../img/logo-xgain-bg.jpg);
    background-size: 76px;
    background-repeat: no-repeat;
    background-position: 98% 9px;
    background-color: #000;
    color: #fff;
  }
@media (max-width: 400px) {
  .bg-adambit {
    background-image: url(../../img/logo-xgain-bg.jpg);
    background-size: 20vw;
    background-repeat: no-repeat;
    background-position: 95% 12px;
    background-color: #000;
    color: #fff;
  }
}

.bg-adambit2{
  background-image: url(../../img/adamxgainclear.png);
  background-size: 110px;
  background-repeat: no-repeat;
  background-position: 98% 95%;
  background-color: #000;
  color: #fff;
}

.custom-bg-gold{
background: rgba(172,141,55,1);
background: linear-gradient(90deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
}


.talk-box {
    width: calc(100% - 96px);
    position: relative;
    z-index: 2;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
}
.talk-box.send-talk{
  background-color: #7ef159;
  color:#000;
}
.talk-box.receive-talk{
  background-color: #565656;
  color:#fff;
}

 .talk-right::after {
    content: '';
    position: absolute;
    z-index: 3;
    top: 20px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    right: -15px;
    left: auto;
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #7ef159;
}
 .talk-left::before {
    content: '';
    position: absolute;
    z-index: 3;
    top: 20px;
    left: -15px;
    display: block;
    width: 0;
    height: 0;
    border-width: 15px 15px 15px 0;
    border-style: solid;
    border-color: transparent #565656 transparent transparent;
}
 .message-title{
   font-size: 16px;
 }
 @media screen and (max-width: 960px) {
    .talk-box{
        width: calc(100% - 65px);
    }
    .message-title{
      font-size: 12px;
    }
}
 .read-talkbadge{
     left: -40px;
 }

 .text-blue{
   color: #4169e1;
 }
 .text-running{
  color: #4169e1;

}
.pc_area {
  display: block;
}

.phone_area {
  display: none;
}

@media screen and (max-width:768px) {
  .pc_area {
    display: none;
  }

  .phone_area {
    display: block;
  }
}

.mapIconToolTip{
  width: 100%;
}
.mapIconToolTip tr:nth-child(n + 4) td{
  border: 1px solid #ccc;
  padding:5px;
}
.mapIconToolTip tr:nth-child(n + 4) td:first-child,
.mapIconToolTip tr:nth-child(4){
  background-color: var(--dark);
  color: #fff;
}
.custom-xgain-btn{
  color: #fff; 
  background-color: #68b475; 
  border-color: #68b475;
}
/*レスポンシブテーブル*/
.responsive-table th {
  width: 30%;
  background: #f0f3f5;
  border: solid 1px #c8ced3;
  padding: 10px;
}

.responsive-table td {
  border: solid 1px #c8ced3;
  padding: 10px;
}

@media screen and (max-width: 567px) {
  .responsive-table tr:last-child {
    border-bottom: solid 1px #c8ced3;
    width: 100%;
  }

  .responsive-table th,
  .responsive-table td {
    border-bottom: none;
    display: block;
    width: 100%;
  }
}
/*チケット*/
.ticket{
  width: 100%;
  min-width: 200px;
  height: 120px;
  background: #fff;
  display: flex;
  border: 1px solid #d2d2d2;
}
.ticket-left{
  width: 65%;
  height: 100%;
  background: #ffe2ea;
  position: relative;
}
.ticket-left::before{
  position: absolute;
  content: "";
  z-index: 3;
  top: -10px;
  left: 20px;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background: #fff;
}
.ticket-left::after{
  position: absolute;
  content: "";
  z-index: 2;
  bottom: -10px;
  left: 20px;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background: #fff;
}
.ticket-left h2 {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 12px;
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-weight: bold;
  color: #E61E5A;
}
.ticket-left div {
  position: absolute;
  z-index: 0;
  left: 28px;
  top: 0px;
  width: 120px;
  height: 1px;
  background-image: linear-gradient(to right, #bebebe, #bebebe 6px, transparent 6px);
  background-size: 10px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
  transform: rotate(90deg);
  transform-origin: left top;
}
.ticket-right{
  width: 35%;
  min-width: 82px;
  height: 100%;
  position: relative;
}
.ticket-right p{
  position: absolute;
  z-index: 2;
  top: 8px;
  left: 8px;
  color: #000;
  opacity: 0.7;
  font-size: 14px;
  letter-spacing: 1px;
  writing-mode: vertical-lr;
}
.ticket-right a {
  position: absolute;
  z-index: 2;
  bottom: 8px;
  right: 8px;
  font-size: 12px;
}
.text-lightblue {
  color: #02fdfd;
}
.text-purple {
  color: #7a02fd;
}

.exp-bar-bar {
  margin: 0 0 10px;
  overflow: hidden;
  padding-right: 24px; /* Separate bars from container */
}

.exp-number-wrapper {
  width: 100%;
  z-index: 10;
}

.exp-number-mark {
  text-align: center;
  background-color: rgb(22,23,29);
  padding: 0 8px;
  position: absolute;
  bottom: 0;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  font-family: Open Sans, sans-serif;
  font-size: 11px;
  line-height: 36px;
  height: 36px;
  letter-spacing: 0px;
  font-weight: 600;
  font-style: normal;
  text-transform: none;
  color: #ffffff;
  top: 40px;
  border-radius: 4px;
}

.exp-content-outter {
  height: 12px;
  background-color: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 0 1.2rem #00aad4;
}

.exp-content {
  height: 36px;
  background: rgb(138,97,248);
  background: -moz-linear-gradient(left, rgba(97,244,248,1) 0%, rgba(95,120,236,1) 100%);
  background: -webkit-linear-gradient(left, rgba(97,244,248,1) 0%,rgba(95,120,236,1) 100%);
  background: linear-gradient(to right, rgba(97,244,248,1) 0%,rgba(95,120,236,1) 100%);
  width: 0%; /* Initial value */
}

.neon {
  color: #fff;
  text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ff00de, 0 0 35px #ff00de, 0 0 40px #ff00de, 0 0 50px #ff00de, 0 0 75px #ff00de;
}
.effect {
  font-family: serif;
  margin: 0px;
  color: #fff;
  text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ff00de, 0 0 35px #ff00de, 0 0 40px #ff00de, 0 0 50px #ff00de, 0 0 75px #ff00de;
}

.effect:after{
	color: #ff00de;
    z-index: -1;
    filter: blur(15px);
}

.effect:before{
	width: 100%;
	height: 100%;
	background: #ff00de;
	z-index: -2;
	opacity: 0.7;
    filter: blur(50px);
}

.serif{
  font-family: serif;
}

.effect-border {
  box-shadow: 0 0 0.2rem #fff, 0 0 0.2rem #fff, 0 0 2rem #fe13e8, 0 0 0.8rem #fa13fe, 0 0 2.8rem #fe13e8, inset 0 0 1.3rem #e913fe;
}

