/* =========================================================
body
========================================================= */
body {
  background: #fff;
  color: #1D1D1D;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  word-break: break-word;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

input,
button,
textarea,
select {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

*:before, *:after {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}
img.w100 {
  width: 100%;
}

a {
  text-decoration: none;
}

.en {
  font-family: "kit-rounded", sans-serif;
  font-weight: 700;
  font-style: italic;
}

@media (max-width: 768px) {
  .pc-br {
    display: none;
  }
}
@media (min-width: 769px) {
  .pc-br {
    display: inline;
  }
}

@media (max-width: 768px) {
  .sp-br {
    display: inline;
  }
}
@media (min-width: 769px) {
  .sp-br {
    display: none;
  }
}

@media (max-width: 768px) {
  .pc-disp {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .sp-disp {
    display: none !important;
  }
}

@media (hover: hover) {
  .opacity-link {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .opacity-link:hover {
    opacity: 0.6;
  }
}
@media (hover: hover) {
  .underline-link {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .underline-link:hover {
    text-decoration: underline;
  }
}
/* =========================================================
common parts
========================================================= */
.wrapper {
  position: relative;
  min-width: 320px;
}
@media (min-width: 769px) {
  .wrapper {
    padding-left: 106px;
    overflow: hidden;
  }
}

section {
  width: 100%;
}

main {
  line-height: 1.5;
  background: #fff;
}

/* =========================================================
animation fade fadeup
========================================================= */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out;
}
.fade.is-active {
  opacity: 1;
}

.fadeup {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out, transform 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out, transform 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
}
.fadeup.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fadein {
  opacity: 0;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
  -webkit-transition: opacity 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out, transform 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out, transform 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
}
.fadein.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/*------------------------------------------
.img__bedding,
.img__peak
------------------------------------------*/
.img__bedding,
.img__peak {
  width: 100%;
  height: 100%;
}
.img__bedding > img,
.img__peak > img {
  width: 100%;
  height: 100%;
}

.img__bedding {
  -webkit-filter: brightness(1.2) blur(13px);
          filter: brightness(1.2) blur(13px);
}
.img__bedding > img {
  -o-object-fit: cover;
     object-fit: cover;
}

.img__peak {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.img__peak > img {
  -o-object-fit: contain;
     object-fit: contain;
}

/*------------------------------------------
fix__bg
------------------------------------------*/
.fix__bg {
  pointer-events: none;
  position: fixed;
  width: 100%;
  height: 100lvh;
  background: url(../images/common/bg_sp.png) repeat center top/375px 903px;
  top: 0;
  left: 0;
}
@media (min-width: 769px) {
  .fix__bg {
    background: url(../images/common/bg_pc.png) repeat top left/1260px 968px;
    left: 106px;
  }
}

/*------------------------------------------
wysiwyg
------------------------------------------*/
.wysiwyg {
  word-break: break-all;
  line-height: 1.75;
  letter-spacing: 0.05em;
}

.wysiwyg *,
.wysiwyg ::before,
.wysiwyg ::after {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.wysiwyg img {
  width: initial;
}

.wysiwyg h1 {
  font-size: 2em;
  font-weight: 600;
}

.wysiwyg h2 {
  font-size: 1.5em;
  font-weight: 600;
}

.wysiwyg h3 {
  font-size: 1.17em;
  font-weight: 600;
}

.wysiwyg h4 {
  font-weight: 600;
}

.wysiwyg h5 {
  font-size: 0.83em;
  font-weight: 600;
}

.wysiwyg h6 {
  font-size: 0.67em;
  font-weight: 600;
}

.wysiwyg hr {
  display: block;
}

.wysiwyg a {
  text-decoration: underline;
}

@media (hover: hover) {
  .wysiwyg a:hover {
    text-decoration: none;
  }
}
.wysiwyg strong,
.wysiwyg b {
  font-weight: 600;
}

.wysiwyg em {
  font-style: italic;
}

.wysiwyg ul,
.wysiwyg ol {
  padding-left: 1.5em;
}

.wysiwyg ul {
  list-style: disc;
}

.wysiwyg ol {
  list-style: decimal;
}

.wysiwyg p {
  font-weight: 400;
  color: #1D1D1D;
  line-height: 2;
}
@media (max-width: 768px) {
  .wysiwyg p {
    font-size: 13px;
  }
}
.wysiwyg p > a {
  color: #8D8D8D;
  font-size: 13px;
}
@media (min-width: 769px) {
  .wysiwyg p > a {
    font-size: 16px;
  }
}

/*------------------------------------------
header__container
------------------------------------------*/
.header__container {
  background: #1D1D1D;
  color: #FFFFFF;
  width: 100%;
  height: 52px;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 101;
}
@media (min-width: 769px) {
  .header__container {
    width: 106px;
    height: 100vh;
    position: fixed;
    padding: 30px 0 40px;
  }
}
.header__container .inner {
  padding: 0 20px 0 15px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (min-width: 769px) {
  .header__container .inner {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.header__container .h__logo {
  width: 147px;
}
@media (min-width: 769px) {
  .header__container .h__logo {
    width: 70px;
  }
}
.header__container .h__meau {
  width: 20px;
  height: 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
@media (min-width: 769px) {
  .header__container .h__meau {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding-top: 18px;
    left: 0;
    right: 0;
  }
}
.header__container .h__meau::before, .header__container .h__meau::after {
  content: "";
  background: #FFFFFF;
  width: 100%;
  height: 1.5px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.header__container .h__meau::before {
  top: 0;
}
.header__container .h__meau::after {
  top: 8px;
}
.header__container .h__meau .txt {
  line-height: 1;
  text-align: center;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-weight: 700;
  font-size: 14px;
}
@media (max-width: 768px) {
  .header__container .h__meau .txt {
    display: none;
  }
}
.header__container .h__meau.is-open::before, .header__container .h__meau.is-open::after {
  top: 4px;
}
.header__container .h__meau.is-open::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header__container .h__meau.is-open::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.header__container .h__btm {
  width: 104px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media (min-width: 769px) {
  .header__container .h__btm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 20px;
    height: 138px;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .header__container .h__btm {
    margin-right: 40px;
  }
}
.header__container .h__btm .h__search,
.header__container .h__btm .h__la {
  position: relative;
}
@media (max-width: 768px) {
  .header__container .h__btm .h__search,
  .header__container .h__btm .h__la {
    padding-left: 24px;
  }
}
@media (max-width: 768px) {
  .header__container .h__btm .h__search,
  .header__container .h__btm .h__la {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header__container .h__btm .h__search::before,
.header__container .h__btm .h__la::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
}
@media (min-width: 769px) {
  .header__container .h__btm .h__search::before,
  .header__container .h__btm .h__la::before {
    right: 0;
  }
}
@media (max-width: 768px) {
  .header__container .h__btm .h__search::before,
  .header__container .h__btm .h__la::before {
    bottom: 0;
  }
}
@media (min-width: 769px) {
  .header__container .h__btm .h__search {
    padding-top: 20px;
    text-align: center;
  }
}
.header__container .h__btm .h__search::before {
  width: 18px;
  height: 18px;
  background: url(/assets/images/common/icon_search.png) no-repeat center/100%;
}
@media (min-width: 769px) {
  .header__container .h__btm .h__la {
    padding-top: 24px;
  }
}
.header__container .h__btm .h__la::before {
  width: 19px;
  height: 19px;
  background: url(/assets/images/common/icon_la.png) no-repeat center/100%;
}
@media (max-width: 768px) {
  .header__container .h__btm .h__la .txt {
    padding-top: 7px;
  }
}
.header__container .h__btm .txt {
  display: inline-block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 1;
  font-size: 12px;
}
@media (min-width: 769px) {
  .header__container .h__btm .txt {
    font-weight: 700;
    font-size: 14px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}

/*------------------------------------------
gnav__container
------------------------------------------*/
.gnav__container {
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  height: 100lvh;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
}
.gnav__container .gnav__close--bg {
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0;
  left: 0;
}
@media (min-width: 769px) {
  .gnav__container .gnav__wrap--menu,
  .gnav__container .gnav__wrap--search,
  .gnav__container .gnav__wrap--lang {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    -webkit-transition: width 0.5s cubic-bezier(0.77, 0, 0.175, 1), -webkit-clip-path 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: width 0.5s cubic-bezier(0.77, 0, 0.175, 1), -webkit-clip-path 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: clip-path 0.5s cubic-bezier(0.77, 0, 0.175, 1), width 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: clip-path 0.5s cubic-bezier(0.77, 0, 0.175, 1), width 0.5s cubic-bezier(0.77, 0, 0.175, 1), -webkit-clip-path 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  }
}
@media (max-width: 768px) {
  .gnav__container .gnav__wrap--menu,
  .gnav__container .gnav__wrap--search,
  .gnav__container .gnav__wrap--lang {
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
    -webkit-transition: height 0.5s cubic-bezier(0.77, 0, 0.175, 1), -webkit-clip-path 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: height 0.5s cubic-bezier(0.77, 0, 0.175, 1), -webkit-clip-path 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: clip-path 0.5s cubic-bezier(0.77, 0, 0.175, 1), height 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: clip-path 0.5s cubic-bezier(0.77, 0, 0.175, 1), height 0.5s cubic-bezier(0.77, 0, 0.175, 1), -webkit-clip-path 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  }
}
.gnav__container.is-open {
  opacity: 1;
  pointer-events: auto;
}
.gnav__container.is-open .gnav__close--bg {
  opacity: 1;
}
.gnav__container.is-open .gnav__wrap--menu.is-open,
.gnav__container.is-open .gnav__wrap--search.is-open,
.gnav__container.is-open .gnav__wrap--lang.is-open {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

[class*=gnav__wrap] {
  color: #fff;
  background: #1D1D1D;
  min-height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 769px) {
  [class*=gnav__wrap] {
    width: 610px;
    padding-left: 106px;
  }
}
@media (max-width: 768px) {
  [class*=gnav__wrap] {
    width: 100%;
    padding: 52px 24px 100px 23px;
  }
}

@media (max-width: 768px) {
  .gnav__wrap--menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 769px) {
  .gnav__wrap--menu .list__items {
    margin-left: 126px;
  }
}
.gnav__wrap--menu .list__items > li {
  margin-bottom: 15px;
}
@media (min-width: 769px) {
  .gnav__wrap--menu .list__items > li {
    margin-bottom: 24px;
  }
}
@media (min-width: 769px) {
  .gnav__wrap--menu .list__items > li > a {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .gnav__wrap--menu .list__items > li > a:hover {
    opacity: 0.6;
  }
}
.gnav__wrap--menu .list__items > li > a > span {
  display: block;
}
.gnav__wrap--menu .list__items > li > a .ja {
  line-height: 2;
  font-size: 11px;
}
@media (min-width: 769px) {
  .gnav__wrap--menu .list__items > li > a .ja {
    font-size: 12px;
  }
}
.gnav__wrap--menu .list__items > li > a .en {
  line-height: 1.8;
  font-size: 18px;
}
@media (min-width: 769px) {
  .gnav__wrap--menu .list__items > li > a .en {
    font-size: 28px;
  }
}
.gnav__wrap--menu .list__items > li > a .en.icon--blank {
  display: inline-block;
  position: relative;
  padding-right: 24px;
}
.gnav__wrap--menu .list__items > li > a .en.icon--blank::after {
  content: "";
  background: url(/assets/images/common/icon_blank.svg) no-repeat center/100%;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 15px;
  margin: auto;
}
@media (max-width: 768px) {
  .gnav__wrap--menu .list__items > li > a .en.icon--blank::after {
    bottom: 10px;
  }
}
.gnav__wrap--menu .list__items > li:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .gnav__wrap--search {
    min-height: 175px;
    padding: 52px 24px 60px 23px;
  }
}
.gnav__wrap--search .search__cnt {
  width: 100%;
}
@media (min-width: 769px) {
  .gnav__wrap--search .search__cnt {
    margin-left: 70px;
  }
}
@media (max-width: 768px) {
  .gnav__wrap--search .search__cnt {
    padding-top: 30px;
  }
}
.gnav__wrap--search .search__cnt .ttl {
  text-align: center;
  font-size: 16px;
  margin-bottom: 10px;
}
.gnav__wrap--search .search__block {
  width: 328px;
  margin: 0 auto;
  border-radius: 25px;
  overflow: hidden;
}
@media (min-width: 769px) {
  .gnav__wrap--search .search__block {
    width: 360px;
  }
}
.gnav__wrap--search .search__block .search__form .wrap {
  position: relative;
}
.gnav__wrap--search .search__block .search__form input[type=text] {
  background: #FFFFFF;
  color: #1D1D1D;
  width: 100%;
  letter-spacing: 0.1em;
  height: 50px;
  padding: 0 20px 0 30px;
  font-size: 13px;
}
.gnav__wrap--search .search__block .search__form input[type=submit] {
  white-space: nowrap;
  background: url(/assets/images/common/icon_search_2.png) no-repeat center/100%;
  text-indent: 100%;
  overflow: hidden;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 23px;
  height: 23px;
  right: 20px;
}

@media (max-width: 768px) {
  .gnav__wrap--lang {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 769px) {
  .gnav__wrap--lang .la__cnt {
    margin-left: 126px;
  }
}
.gnav__wrap--lang .la__cnt .ttl {
  line-height: 1.4;
  font-size: 18px;
  margin-bottom: 42px;
}
@media (min-width: 769px) {
  .gnav__wrap--lang .la__cnt .ttl {
    font-size: 24px;
  }
}
.gnav__wrap--lang .la__cnt .la__list > li {
  margin-bottom: 24px;
}
.gnav__wrap--lang .la__cnt .la__list > li > a {
  display: block;
  line-height: 1.7;
  font-size: 16px;
}
@media (min-width: 769px) {
  .gnav__wrap--lang .la__cnt .la__list > li > a {
    font-size: 18px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .gnav__wrap--lang .la__cnt .la__list > li > a:hover {
    opacity: 0.6;
  }
}
.gnav__wrap--lang .la__cnt .la__list > li:last-child {
  margin-bottom: 0;
}

/*------------------------------------------
footer
------------------------------------------*/
.footer__container {
  background: #1D1D1D;
  color: #FFFFFF;
  padding: 40px 0;
  position: relative;
}
@media (min-width: 769px) {
  .footer__container {
    padding: 80px 0;
  }
}
.footer__container .inner {
  padding: 0 24px 0 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
@media (min-width: 769px) {
  .footer__container .inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 126px 0 83px;
  }
}
.footer__container .inner .f__left {
  width: 100%;
}
@media (min-width: 769px) {
  .footer__container .inner .f__left {
    max-width: 470px;
  }
}
.footer__container .inner .f__left .logo {
  width: 124px;
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .footer__container .inner .f__left .logo {
    width: 240px;
    margin-bottom: 42px;
  }
}
.footer__container .inner .f__left .f__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 18px;
}
@media (min-width: 769px) {
  .footer__container .inner .f__left .f__list {
    gap: 20px 18px;
  }
}
.footer__container .inner .f__left .f__list > li {
  width: 100%;
}
@media (min-width: 769px) {
  .footer__container .inner .f__left .f__list > li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 20px;
    padding-right: 18px;
    border-right: 1.5px solid #818181;
  }
}
.footer__container .inner .f__left .f__list > li > a {
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__container .inner .f__left .f__list > li > a .txt {
  position: relative;
  padding-right: 20px;
  font-weight: 400;
  font-size: 12px;
}
@media (min-width: 769px) {
  .footer__container .inner .f__left .f__list > li > a .txt {
    font-size: 14px;
  }
}
.footer__container .inner .f__left .f__list > li > a .txt::after {
  content: "";
  background: url(/assets/images/common/icon_blank.svg) no-repeat center/100%;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media (min-width: 769px) {
  .footer__container .inner .f__left .f__list > li:nth-child(3) {
    border-right: none;
  }
}
.footer__container .inner .f__right {
  width: 100%;
}
@media (min-width: 769px) {
  .footer__container .inner .f__right {
    width: 360px;
  }
}
.footer__container .inner .f__right .f__bnr {
  width: 248px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .footer__container .inner .f__right .f__bnr {
    width: 100%;
  }
}
.footer__container .inner .f__right .f__bnr > li {
  width: calc(50% - 7px);
}
@media (min-width: 769px) {
  .footer__container .inner .f__right .f__bnr > li {
    width: calc(50% - 10px);
  }
}
.footer__container .inner .f__right .f__bnr > li > a {
  display: block;
}
.footer__container .inner .f__right .copyright {
  font-size: 10px;
  text-align: center;
  margin-top: 30px;
}
@media (min-width: 769px) {
  .footer__container .inner .f__right .copyright {
    text-align: right;
    margin-top: 130px;
  }
}

.pagetop {
  display: none;
  cursor: pointer;
  position: fixed;
  z-index: 11;
  width: 36px;
  height: 36px;
  right: 20px;
  bottom: 20px;
}
@media (min-width: 769px) {
  .pagetop {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .pagetop:hover {
    opacity: 0.6;
  }
}
@media (max-width: 768px) {
  .pagetop {
    right: 10px;
    bottom: 10px;
  }
}
.pagetop::after {
  content: "";
  background: url(/assets/images/common/btn_pagetop.png) no-repeat center/100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}