html {
  font-size: 62.5%;
  /* font-size: 10px; */
}

.navigator {
  width: 100%;
  height: 11rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 999;
}

.navigator ul {
  display: grid;
  grid-template-columns: repeat(8, minmax(0px, 1fr));
  width: 100rem;
  height: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.navigator li {
  height: 11rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  cursor: pointer;
  gap: 0.5rem;

  &::after {
    content: '';
    width: 2px;
    height: 50%;
    background-color: #d5d5d5;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  &:nth-of-type(1) {
    background-color: var(--color-bg);

    &::after {
      display: none;
    }

    & img {
      width: 100%;
    }
  }
}

.navigator li:not(.navigator li:nth-of-type(1)) {
  &.active,
  &:hover {
    background: #c7a773;
    background: radial-gradient(circle, rgba(199, 167, 115, 1) 0%, rgba(235, 224, 202, 1) 100%);
  
    & * {
      color: #fff;
    }
  }
}
.navigator li * {
  line-height: 1.3;
  text-align: center;
  color: #6D6E70;
}

.navigator li .price {
  font-size: 2rem;
  font-weight: 900;
}

.navigator li p {
  font-size: 1.4rem;
}

.landing {
  width: 100rem;
  margin: 0 auto;
}

.landing img {
  display: none;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.landing img.active {
  display: block;
}

.floating {
  position: fixed;
  top: 160px;
  transform: translateY(0) translateX(-50%);
  left: calc(50% - 690px);
  flex-direction: column;
  max-width: 240px;
  width: 24rem;
  gap: 1rem;
}

.floating .btn-item:not(.btn-item:nth-of-type(1)) {
  height: 6rem;
  border-radius: 500px;
  overflow: hidden;
  box-shadow: rgba(99, 99, 99, 0.3) 1px 3px 3px 0px;
  border: 1px solid #fff;
}

.floating .btn-item._web {
  background: #E68488;
  background: linear-gradient(0deg, rgba(230, 132, 136, 1) 0%, rgba(237, 179, 180, 1) 100%);
}

.floating .btn-item._line {
  background: #57BF63;
  background: linear-gradient(0deg, rgba(87, 191, 99, 1) 0%, rgba(144, 216, 153, 1) 100%);
}

.floating .btn-item,
.floating .btn-item a,
.floating .btn-item img {
  width: 100%;
}

.floating .btn-item a { 
  height: 100%;
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  line-height: 1;
}

.floating .btn-item:nth-last-of-type(1) a {
  font-size: 1.6rem;
}

.floating .btn-item span {
  line-height: 1;
  color: #ffffff !important;
}

.floating .btn-item span:not(.btn-item:nth-last-of-type(1) span) {
  width: 9rem;
}

.floating .btn-item img.arrow {
  width: 20px;
}

.floating_mo-only {
  display: none;
}

@media screen and (max-width: 690px) {
  .navigator li.logo img {
    width: 65%;
  }
}

@media screen and (min-width: 691px) and (max-width: 820px) {
  .navigator li.logo img {
    width: 50%;
  }
}

@media screen and (max-width: 820px) {
  html {
    font-size: 40%;
    /* font-size: 6.4px; */
  }

  .navigator {
    height: fit-content;
  }

  .navigator ul {
    width: 100%;
    grid-template-columns: repeat(4, minmax(0px, 1fr));
  }
  
  .navigator li {
    height: 13rem;
    background: #fff;

    &:nth-of-type(4)::after,
    &:nth-of-type(8)::after {
      display: none;
    }
  }

  .navigator li .price {
    font-size: 2.5rem;
  }
  
  .navigator li p {
    font-size: 2rem;
  }
  
  .landing {
    width: fit-content;
    max-width: 100%;
    margin: 0 auto; 
  }
  
  .landing img {
    object-fit: cover;
  }
  
  .floating_mo-only {
    width: 100%;
  }
}

@media screen and (min-width: 820px) {
  .floating_mo-only {
    width: 100rem;
    margin: 0 auto;
  }
}

@media (min-width: 821px) and (max-width: 1024px) {
  html {
    font-size: 50%;
    /* font-size: 8px; */
  }
}

@media screen and (max-width: 1668px) {
  .floating {
    display: none;
  }

  .landing {
    position: relative;
    padding-bottom: 9rem;
    background-color: #25221B;
  }

  .floating_mo-only {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 9.7rem;
    padding: 0 1rem 1rem 1rem;
  }
  
  .floating_mo-only a._ins {
    position: fixed;
    bottom: 11.5rem;
    right: 1.56rem;
    width: 7.6rem;
    height: 7.6rem;
    border-radius: 500px;
    overflow: hidden;
    background: #833AB4;
        
    background: rgb(249, 206, 52);
    background: linear-gradient(90deg, rgba(249, 206, 52, 1) 0%, rgba(238, 42, 123, 1) 50%, rgba(98, 40, 215, 1) 100%);
  }

  .floating_mo-only ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 100%;
    gap: 1rem;
  }
  
  .floating_mo-only ul li {
    width: calc(100% / 3);
    height: 100%;
    border-radius: 1rem;
    background-color: #fff;
  }
  
  .floating_mo-only ul li._web {
    box-shadow: rgba(237, 179, 180, 1) 0px 50px 100px -20px, #e68488 0px 30px 60px -30px, rgba(230, 132, 136, 1) 0px -2px 6px 0px inset;

    & span {
      font-size: 2.6rem;
      color: #e68488;
    }
  }

  .floating_mo-only ul li._line {
    box-shadow: #91e8c2 0px 50px 100px -20px, #388d57 0px 30px 60px -30px, rgb(87, 199, 125) 0px -2px 6px 0px inset;

    & span {
      color: #388d57;
    }
  }
  
  .floating_mo-only ul li._line span.fs {
    font-size: 2.6rem;
  }
  
  .floating_mo-only ul li span {
    font-size: 2.1rem;
    text-align: center;
  }
}
