@charset "UTF-8";

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

.ring__img__box {
    position: relative;
    z-index: 1;
}

.ring__img__1 {
    position: absolute;
    top: 12rem;
    left: 1rem;
    width: 16rem;
    height: auto;
}

.ring__img__2 {
    position: absolute;
    top: 24rem;
    left: 3rem;
    bottom: 1rem;
    width: 4rem;
    height: auto;
}

.header_inner {
  /* position: fixed; */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 110rem;
  padding: 3.8rem 1rem 0;
  margin: 0 auto;
  z-index: 99;
}

.header_logo img {
  width: 28.2rem;
  height: auto;
}

@media screen and (max-width:699.98px) {

  .header_inner {
    width: 100%;
    max-width: fit-content;
    padding: 2.1rem 0 0;
  }

  .header_logo img {
    width: 20.3rem;
    height: auto;
  }

  .ring__img__1 {
    top: 2rem;
    left: 0rem;
  }

  .ring__img__2 {
    position: absolute;
    top: 14rem;
    left: 2rem;
  }

}