@charset "UTF-8";
@import url(common.css);

/* ===============================================
 Setting
=============================================== */
html {
  font-size: 2.66667vw;
}

/* PC
------------------------------------------*/
.sp-none {
  display: none !important;
}

/* Sub Contents Fixed
------------------------------------------*/
.sub-contents-fixed {
  display: none;
}

/* Main Contents
------------------------------------------*/
.main-contents-container {
  background: var(--color-bg);
}

/*===============================================
  wrapper
===============================================*/
#wrapper {
  overflow: hidden;
}

/*Page Top
------------------------------------------*/
#pagetop {
  display: block;
  width: 4.5rem;
  position: fixed;
  right: -1px;
  bottom: 6.2rem;
  z-index: 50;
}
#pagetop img {
  width: 100%;
  aspect-ratio: 1;
  transition: all 0.3s ease-out;
}
#pagetop:hover img {
  transform: translateY(-0.4rem);
}
