@charset "UTF-8";
:root {
  --header-height-pc: 62px;
  --header-height-sp: 50px;
}

* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
  font-weight: inherit;
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  body,
  h1,
  h2,
  h3,
  h4,
  p,
  ul,
  ol,
  li,
  figure,
  blockquote,
  dl,
  dd {
    font-size: 14px;
  }
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  text-decoration-skip-ink: auto;
}

img,
picture {
  display: block;
  max-width: 100%;
}

img {
  height: auto;
  border: none;
}

input,
button,
textarea,
select {
  color: inherit;
  font: inherit;
}

input[type=submit], input[type=button] {
  cursor: pointer;
}

label,
button,
select {
  cursor: pointer;
}

input[type=radio] {
  margin: 0;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
table th {
  text-align: inherit;
  font-weight: inherit;
}

/* ========================= /
/  初期設定
/* =========================*/
html {
  height: 100%;
  font-size: 62.5%;
}

body {
  min-width: initial;
  height: 100%;
  color: #fff;
  background: #231004;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 1.75;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  overflow-wrap: break-word;
  word-wrap: break-word;
  line-break: normal;
  text-rendering: optimizeSpeed;
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 14px;
  }
}
body.--js-open {
  overflow: hidden !important;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

.body-inner {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  position: relative;
}

.main {
  flex: 1;
  display: block;
}

.dib {
  display: inline-block;
}

.form-reset,
input,
textarea,
select,
button {
  appearance: none;
  display: block;
  border: none;
  border-radius: 0;
  padding: 0;
  background: none;
  box-shadow: none;
}

.oHover {
  display: block;
  transition: 0.3s ease-out;
}
.oHover:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1024px) {
  .only-pc {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .only-sp {
    display: none;
  }
}

/* ========================= /
/  フォント
/* =========================*/
.barlow {
  font-family: "Barlow Condensed", sans-serif;
}

/* ========================= /
/  メニュー（SP）
/* =========================*/
#btn-menu {
  position: fixed;
  top: var(--header-height-pc);
  right: 0;
  z-index: 9999;
  width: 48px;
  height: 48px;
}
@media screen and (max-width: 428px) {
  #btn-menu {
    top: var(--header-height-sp);
  }
}
#btn-menu picture {
  position: absolute;
  top: 0;
}
#btn-menu #menu-close {
  visibility: hidden;
}

#sp-menu {
  display: none;
  position: fixed;
  top: var(--header-height-pc);
  left: 0;
  width: 100%;
  height: calc(100vh - var(--header-height-pc));
  padding: 20px 0;
  background: rgba(33, 144, 105, 0.96);
  opacity: 0;
  z-index: 9998;
}
@media screen and (max-width: 428px) {
  #sp-menu {
    top: var(--header-height-sp);
    height: calc(100vh - var(--header-height-sp));
  }
}
@media screen and (min-width: 1025px) {
  #sp-menu {
    display: none !important;
  }
}
#sp-menu .inr-menu {
  position: relative;
  height: 100%;
  padding: 30px 10px;
}
#sp-menu .inr-menu::before, #sp-menu .inr-menu::after {
  position: absolute;
  content: "";
  width: calc(100% - 20px);
  height: 30px;
  margin: auto;
}
#sp-menu .inr-menu::before {
  top: 0;
  background: url(../images/bg_frame_top_sp.webp) no-repeat center bottom;
  background-size: 100% auto;
}
#sp-menu .inr-menu::after {
  bottom: 0;
  background: url(../images/bg_frame_bottom_sp.webp) no-repeat center top;
  background-size: 100% auto;
}
#sp-menu .inr-menu .menu-list {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: url(../images/bg_frame_body_sp.webp) repeat-y center top;
  background-size: 100% auto;
}
#sp-menu .inr-menu ul {
  width: 72%;
  margin: 0 auto;
}
#sp-menu .inr-menu ul li {
  border-top: 1px dotted #fff;
}
#sp-menu .inr-menu ul li:first-child {
  border: none;
}
#sp-menu .inr-menu ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
}
#sp-menu .inr-menu ul li a picture {
  width: 58%;
  max-width: 360px;
}

/* ========================= /
/  共通パーツ
/* =========================*/
.inner {
  position: relative;
  width: 85%;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 2;
}
.inner .content-head {
  width: 100%;
}
.inner .content-body {
  position: relative;
  padding: 20px;
  background: #179069;
}
@media screen and (max-width: 1024px) {
  .inner .content-body {
    padding: 10px;
  }
}
.inner .content-body > picture img {
  width: 100%;
  height: auto;
}
.inner .content-body .body-inr {
  position: relative;
  padding: 20px 70px;
  background: url(../images/bg_frame_body.webp) repeat-y center top;
  background-size: contain;
}
@media screen and (max-width: 1024px) {
  .inner .content-body .body-inr {
    padding: 10px 15px;
    background: url(../images/bg_frame_body_sp.webp) repeat-y center top;
    background-size: 100% auto;
  }
}
.inner .content-body .list-caution {
  display: flex;
  flex-direction: column;
  margin-top: 32px;
}
@media screen and (max-width: 1024px) {
  .inner .content-body .list-caution {
    margin-top: 24px;
  }
}
.inner .content-body .list-caution li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px;
  font-size: 12px;
}
@media screen and (max-width: 1024px) {
  .inner .content-body .list-caution li {
    font-size: 10px;
  }
}
.inner .content-body .list-caution li::before {
  content: "※";
}

.band {
  position: relative;
  z-index: 11;
}

#main-contents {
  position: relative;
  background: #231004;
}

.parallax-bg {
  width: 100%;
  background: #231004;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  z-index: -1;
  max-width: 400px;
  filter: brightness(1);
}
@media screen and (max-width: 1024px) {
  .parallax-bg {
    max-width: 250px;
  }
}

.parallax-bg--01 {
  aspect-ratio: 610/1200;
  top: -150px;
  left: 0;
  background: url(../images/kirakira_left.webp) no-repeat left top;
  background-size: contain;
}

.parallax-bg--02 {
  aspect-ratio: 610/1200;
  right: 0;
  top: -200px;
  background: url(../images/kirakira_right.webp) no-repeat left top;
  background-size: contain;
}

.parallax-bg--03 {
  aspect-ratio: 610/1200;
  top: -200px;
  right: 0;
  background: url(../images/kirakira_right.webp) no-repeat left top;
  background-size: contain;
}

.parallax-bg--04 {
  aspect-ratio: 610/1200;
  bottom: 0px;
  left: 0;
  background: url(../images/kirakira_left.webp) no-repeat left top;
  background-size: contain;
}

/* ========================= /
/  MENU
/* =========================*/
#menu {
  position: sticky;
  top: 60px;
  left: 0;
  width: 100%;
  height: 65px;
  background: url(../images/bg_obi.webp) no-repeat center center;
  background-size: cover;
  z-index: 99;
}
#menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 74px;
  width: 90%;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
}
#menu ul li a {
  transition: 0.3s ease-out;
}

/* ========================= /
/  ヘッダー
/* =========================*/
/* ========================= /
/  フッター
/* =========================*/
.footer .footer_img {
  width: 100%;
}
.footer .footer_img picture {
  width: 90%;
  max-width: 1075px;
  margin: 0 auto;
}
.footer__txt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 65px;
  margin-top: 30px;
  background: url(../images/bg_obi.webp) no-repeat center center;
  background-size: cover;
  text-align: center;
}
.footer__copyright {
  font-size: 17px;
  line-height: 1;
}

/* ========================= /
/  テキスト関連
/* =========================*/
@media screen and (min-width: 1024px) {
  .no-pc {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .no-tab {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .no-sp {
    display: none !important;
  }
}
/* ========================= /
/  ボタン
/* =========================*/
.js-fadeup {
  position: relative;
}
.js-fadeup .inner {
  opacity: 0;
}

main {
  position: relative;
  padding-top: 62px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  main {
    padding-top: 50px;
    overflow: hidden;
  }
}

#mv {
  position: relative;
  width: 100%;
  aspect-ratio: 1280/720;
  z-index: -1;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  #mv {
    aspect-ratio: 1080/1920;
  }
}
#mv.js-hide {
  opacity: 0;
}
#mv .mv__bg {
  width: 100%;
  position: fixed;
  top: 62px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  #mv .mv__bg {
    top: 50px;
  }
}
#mv .mv__video {
  width: 100%;
  vertical-align: middle;
}
#mv .mv__txt {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #mv .mv__txt {
    align-items: center;
  }
}
#mv .mv__ttl {
  position: relative;
  top: 40px;
  width: 53%;
  max-width: 750px;
}
@media screen and (max-width: 1024px) {
  #mv .mv__ttl {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
  }
}
#mv .mv__ttl img {
  width: 100%;
  height: auto;
}
#mv .mv__date {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 35.7%;
  max-width: 500px;
}
@media screen and (max-width: 1024px) {
  #mv .mv__date {
    top: auto;
    bottom: 30px;
    left: 0;
    right: 0;
    width: 80%;
    margin: 0 auto;
  }
}

#mv-lead {
  padding: 100px 0 825px;
  background: url(../images/lead-bg@2x.webp) no-repeat top center/cover;
  position: relative;
  z-index: 12;
}
@media screen and (max-width: 1024px) {
  #mv-lead {
    aspect-ratio: 1708/5564;
    padding: 32% 0 0;
    background-image: url(../images/lead-bg_sp@2x.webp);
  }
}
#mv-lead .lead__ttl {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #mv-lead .lead__ttl {
    width: 65%;
    max-width: 476px;
  }
}
#mv-lead .lead__ttl picture {
  display: inline-block;
}
#mv-lead .lead__ttl img {
  width: 100%;
}
#mv-lead .lead__para {
  max-width: 785px;
  margin: 77px auto 0;
}
@media screen and (max-width: 1024px) {
  #mv-lead .lead__para {
    width: 70%;
    max-width: 534px;
    margin: 20px auto 0;
  }
}
#mv-lead .lead__para img {
  width: 100%;
}

/* ========================= /
/  イベントスペース
/* =========================*/
#event-space {
  padding-top: 100px;
  z-index: 10;
  overflow-x: clip;
}
@media screen and (max-width: 1024px) {
  #event-space {
    padding-top: 40px;
  }
}
#event-space .event-space__main .title-elf {
  max-width: 305px;
}
@media screen and (max-width: 1024px) {
  #event-space .event-space__main .title-elf {
    max-width: 135px;
  }
}
#event-space .event-space__info {
  margin-top: 20px;
}
#event-space .event-space__info .title {
  font-size: 25px;
}
@media screen and (max-width: 1024px) {
  #event-space .event-space__info .title {
    margin-top: 4px;
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  #event-space .event-space__info p {
    margin-top: 4px;
    font-size: 14px;
  }
}
#event-space .event-space__tree {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(20%, 220px) minmax(44%, 441px) minmax(15%, 155px);
  gap: 50px;
  margin: 50px auto 0;
}
@media screen and (max-width: 1024px) {
  #event-space .event-space__tree {
    display: block;
    position: relative;
    width: 90%;
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 1024px) {
  #event-space .event-space__tree-chara {
    position: absolute;
    bottom: -20px;
    right: 82%;
    width: 34%;
    max-width: 176px;
  }
}
#event-space .event-space__tree-text {
  position: relative;
  top: 80px;
}
@media screen and (max-width: 1024px) {
  #event-space .event-space__tree-text {
    display: none;
  }
}
#event-space .event-space__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 90px;
}
@media screen and (max-width: 1024px) {
  #event-space .event-space__list {
    grid-template-columns: 1fr;
    gap: 50px;
    margin-top: 40px;
  }
}
#event-space .event-space__item01 .title-elf {
  max-width: 165px;
}
@media screen and (max-width: 1024px) {
  #event-space .event-space__item01 .title-elf {
    max-width: 84.5px;
  }
}
#event-space .event-space__item02 .title-elf {
  max-width: 317.5px;
}
@media screen and (max-width: 1024px) {
  #event-space .event-space__item02 .title-elf {
    max-width: 159px;
  }
}
#event-space .event-space__item03 .title-elf {
  max-width: 222.5px;
}
@media screen and (max-width: 1024px) {
  #event-space .event-space__item03 .title-elf {
    max-width: 110px;
  }
}
#event-space .event-space__item04 .title-elf {
  max-width: 305px;
}
@media screen and (max-width: 1024px) {
  #event-space .event-space__item04 .title-elf {
    max-width: 146px;
  }
}
#event-space .decoration {
  position: absolute;
  right: -80px;
  bottom: -50px;
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  #event-space .decoration {
    right: 10px;
    bottom: -80px;
    max-width: 168px;
  }
}

/* ========================= /
/  レストランエリア
/* =========================*/
#restaurant-area {
  padding-top: 123px;
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 1024px) {
  #restaurant-area {
    margin-top: 65px;
    padding-top: 60px;
  }
}
#restaurant-area .restaurant-area__info {
  margin-top: 20px;
}
#restaurant-area .restaurant-area__info .title {
  font-size: 25px;
}
@media screen and (max-width: 1024px) {
  #restaurant-area .restaurant-area__info .title {
    font-size: 16px;
  }
}
#restaurant-area .restaurant-area__info .detail {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 26px;
}
@media screen and (max-width: 1024px) {
  #restaurant-area .restaurant-area__info .detail {
    margin-top: 10px;
  }
}
#restaurant-area .restaurant-area__info .text {
  margin-top: 25px;
}
@media screen and (max-width: 1024px) {
  #restaurant-area .restaurant-area__info .text {
    margin-top: 10px;
  }
}
#restaurant-area .restaurant-area__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  #restaurant-area .restaurant-area__list {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
}
#restaurant-area .list-caution {
  margin-top: 100px;
}

/* ========================= /
/  クリスマス・エルフ
/* =========================*/
#christmas-elf {
  padding-top: 123px;
  z-index: 8;
}
@media screen and (max-width: 1024px) {
  #christmas-elf {
    padding-top: 50px;
  }
}
#christmas-elf .christmas-elf__info .kv {
  width: calc(100% + 40px);
}
@media screen and (max-width: 1024px) {
  #christmas-elf .christmas-elf__info .kv {
    position: relative;
    left: -10px;
    width: calc(100% + 20px);
    max-width: 600px;
    margin: 0 auto;
  }
}
#christmas-elf .christmas-elf__info .profile {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 60px;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  #christmas-elf .christmas-elf__info .profile {
    grid-template-columns: 1fr;
  }
}
#christmas-elf .christmas-elf__info .profile > div {
  display: contents;
}
@media screen and (max-width: 1024px) {
  #christmas-elf .christmas-elf__info .profile > div {
    display: block;
  }
}
#christmas-elf .christmas-elf__info .profile > div .name {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  grid-row: 1;
  font-size: 17px;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  #christmas-elf .christmas-elf__info .profile > div .name span {
    display: none;
  }
}
#christmas-elf .christmas-elf__info .profile > div .text {
  grid-row: 2;
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding-top: 45px;
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  #christmas-elf .christmas-elf__info .profile > div .text {
    width: 100%;
  }
}
#christmas-elf .christmas-elf__info .profile > div .text::before {
  position: absolute;
  top: 0;
  content: "";
  width: 100%;
  height: 4px;
  background: url(../images/border.webp) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 1024px) {
  #christmas-elf .christmas-elf__info .profile > div .text::before {
    display: none;
  }
}
#christmas-elf .christmas-elf__info .profile__wand .name {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  #christmas-elf .christmas-elf__info .profile__wand .name {
    max-width: none;
  }
}
@media screen and (max-width: 1024px) {
  #christmas-elf .christmas-elf__info .profile__wand .text {
    padding-top: 5px;
  }
}
#christmas-elf .christmas-elf__info .profile__chris .name {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  #christmas-elf .christmas-elf__info .profile__chris .name {
    max-width: none;
  }
}
@media screen and (max-width: 1024px) {
  #christmas-elf .christmas-elf__info .profile__chris .text {
    padding-top: 5px;
  }
}
#christmas-elf .christmas-elf__info .profile__gii .name {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  #christmas-elf .christmas-elf__info .profile__gii .name {
    max-width: none;
  }
}
@media screen and (max-width: 1024px) {
  #christmas-elf .christmas-elf__info .profile__gii .text {
    padding-top: 20px;
  }
}
#christmas-elf .christmas-elf__dictionary {
  margin-top: 120px;
}
@media screen and (max-width: 1024px) {
  #christmas-elf .christmas-elf__dictionary {
    margin-top: 70px;
  }
}
@media screen and (max-width: 1024px) {
  #christmas-elf .christmas-elf__dictionary .title {
    width: 100%;
    max-width: 580px;
    margin: 50px auto 0;
  }
}
#christmas-elf .christmas-elf__dictionary .lead {
  margin-top: 42px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #christmas-elf .christmas-elf__dictionary .lead {
    margin-top: 20px;
    font-size: 12px;
  }
}
#christmas-elf .christmas-elf__dictionary .table {
  max-width: 640px;
  margin: 34px auto 0;
}
@media screen and (max-width: 1024px) {
  #christmas-elf .christmas-elf__dictionary .table {
    width: 100%;
    margin: 20px auto 0;
  }
}
#christmas-elf .christmas-elf__dictionary .text {
  margin-top: 15px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #christmas-elf .christmas-elf__dictionary .text {
    font-size: 14px;
  }
}
#christmas-elf .list-caution {
  margin-top: 56px;
}
@media screen and (max-width: 1024px) {
  #christmas-elf .list-caution {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1024px) {
  #christmas-elf .decoration {
    position: absolute;
    left: 30px;
    bottom: -100px;
    max-width: 70px;
    z-index: 3;
  }
}

/* ========================= /
/  イベント
/* =========================*/
#event {
  position: relative;
  padding-top: 100px;
  z-index: 7;
}
@media screen and (max-width: 1024px) {
  #event {
    margin-top: 65px;
    padding-top: 60px;
  }
}
#event .body-inr {
  padding-bottom: 60px;
}
#event .event__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#event .event__item {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 15px;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  #event .event__item {
    gap: 20px;
  }
}
#event .event__box {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  #event .event__box {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0;
  }
}
@media screen and (max-width: 1024px) {
  #event .event__box:nth-child(n+2) {
    border-top: 1px dotted #000;
  }
}
#event .event__box:nth-child(n+2) .event__info {
  position: relative;
}
#event .event__box:nth-child(n+2) .event__info:before {
  display: block;
  position: absolute;
  top: -8px;
  content: "";
  width: 100%;
  height: 0;
  border-top: 1px dotted #000;
}
@media screen and (max-width: 1024px) {
  #event .event__box:nth-child(n+2) .event__info:before {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  #event .event__box picture,
  #event .event__box img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1024px) {
  #event .event__box picture {
    margin-top: 20px;
  }
}
#event .event__info {
  color: #000;
}
#event .event__date {
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  color: #000;
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  #event .event__date {
    border-bottom: 2px solid #000;
    font-size: 18px;
  }
}
#event .event__name {
  padding-top: 20px;
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  #event .event__name {
    font-size: 18px;
  }
}
#event .event__description {
  margin-top: 35px;
}
@media screen and (max-width: 1024px) {
  #event .event__description {
    margin-top: 15px;
  }
}
#event .decoration {
  position: absolute;
  right: 65px;
  bottom: 0;
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  #event .decoration {
    right: 50px;
    max-width: 110px;
  }
}

/* ========================= /
/  キャンペーン
/* =========================*/
#campaign {
  position: relative;
  padding-top: 100px;
  z-index: 6;
}
@media screen and (max-width: 1024px) {
  #campaign {
    margin-top: 65px;
    padding-top: 60px;
  }
}

/* ========================= /
/  ページトップ
/* =========================*/
#pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  cursor: pointer;
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  visibility: hidden;
}
@media screen and (max-width: 1024px) {
  #pagetop {
    width: 50px;
  }
}
#pagetop a {
  display: block;
  transition: 0.3s ease-out;
}
#pagetop a:hover {
  opacity: 0.7;
}
