[v-block] {
  display: none;
}

a.navLink {
  color: #efefef;
  position: relative;
  height: 54px;
  width: 54px;
  text-align: center;
  line-height: 54px;
  display: block;
  font-size: 1.2rem;
}

a.navLink2 {
  color: #efefef;
  position: relative;
  height: 54px;
  width: 30px;
  text-align: center;
  line-height: 54px;
  display: block;
  font-size: 1.2rem;
}

a.navLink span {
  position: absolute;
  opacity: 0;
  transition: transform 400ms ease-out;
  margin-left: 24px;
  box-shadow: 2px 4px 3px 1px rgba(0,0,0,0.2);
}

.navLink soan::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #000;
  left: -12px;
  top: 33%;
}

.navLink span:hover {
  background: #000!important;
}

.navLink:hover {
  color: var(--bs-info-border-subtle);
  /*box-shadow: 1px 2px 3px #25e60b;*/
  /*background: rgba(1,247,166);*/
  /*background: radial-gradient(rgba(1,247,166,1) 0%, rgb(0,0,0,1) 59%);*/
}

.navLink:hover span {
  opacity: 1;
  width: 240px;
  transform: translateX(12px);
  background: var(--bs-light-text-emphasis);
  font-size: 16px;
  border-radius: 20px;
  /*border-left: 4px solid #000;*/
  padding: 0px 12px 0 12px;
}

.navUL {
  background: rgba(205,45,253);
  /*box-shadow: -6px 12px 5px 2px rgba(145,145,145,05);*/
}

.navTop {
  /*visibility: hidden;*/
  opacity: 0;
  transition: all 0.4s;
}

.marquee {
  display: flex;
  overflow: hidden;
  gap: 1rem;
  position: relative;
  user-select: none;
}

.track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 60s linear infinite;
}

.marquee-content {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  min-width: 100%;
  gap: 1rem;
}

.marquee-content-client {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  min-width: 100%;
  gap: 1rem;
  /*height: 70px;*/
}

.fit-cover-ver {
  object-fit: cover;
}

@media (max-width: 768px) {
  sectionpad, .sectionpad {
    scroll-margin-top: 100px;
    height: 300px;
  }
}

.tnc02 {
  margin-bottom: 0.8rem;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 0.8rem;
}

.tnc04 {
  list-style-type: lower-roman;
}

.tnc05 {
  list-style-type: lower-alpha;
}

.tnc06 {
  font-weight: 400;
  font-size: 1rem;
}

.tnc01 {
  list-style-type: upper-alpha;
  margin-bottom: 1rem;
  line-height: 1.6rem;
}

.tnc00 {
  font-size: 21px;
  font-weight: 600;
}

.tnc03 {
  list-style-type: lower-alpha;
  margin-top: 0.6rem;
}

.cookie-disclaimer {
  background: #000000;
  color: #FFF;
  opacity: 0.8;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 2;
  height: fit-content;
  /*position: fixed;*/
}

.cookie-disclaimer .container {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.cookie-disclaimer .cookie-close {
  float: right;
  padding: 10px;
  cursor: pointer;
}

.manual-height02 {
  min-height: 120px;
}

.manual-height {
  min-height: 80px;
}

.manual-height03 {
  min-height: 160px;
}

.manual-height04 {
  min-height: 240px;
}

@media (max-width: 768px) {
  .height-nil {
    min-height: auto;
  }
}

._article a {
  color: #13ad9d;
}

._article a span {
  color: #13ad9d;
}

._vertical {
  display: table-cell;
  vertical-align: middle;
}

._rate {
  text-align: center;
  font-size: 18px!important;
  font-weight: bold;
}

sup {
  cursor: pointer;
}