@charset "UTF-8";
.NotoSans {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}

.oswald {
  font-family: 'Oswald', serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.txt_yel {
  color: #ffe70e;
}

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #ffe70e));
  background: linear-gradient(transparent 80%, #ffe70e 80%);
}

.bg_gry,
.home_header #gnav {
  color: #333;
  width: 100%;
  max-width: 640px;
}

.header_right {
  width: 100%;
  max-width: 874px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}

.header_contact {
  width: 193px;
  height: 40px;
  font-size: 0.9rem;
  background: #fd7d33;
  border-radius: 20px;
  justify-content: center;
  display: flex;
  align-items: center;
  color: #fff !important;
  position: relative;
}

.header_contact img {
  position: absolute;
  left: 20px;
  width: 17px;
}

.bg_light_org {
  background: #eb8400;
  color: #fff;
}

.txt_light_org {
  color: #eb8400;
}

.bg_blue,
#gakki .btn_wrap_list a.bg_color,
#gakki #gnav,
#gakki header .header_inner .header_btn_list li.bg,
#gnav {
  color: #fff;
}

.txt_blue,
#gakki header .header_inner .tel_wrap .txt_color {
  color: #16529b;
}

.bg_org {
  background: #ed6214;
  color: #fff;
}

.txt_org {
  color: #ed6214;
}

.bg_grn,
#audio .btn_wrap .btn_wrap_list a.bg_color,
#audio #gnav,
#audio header .header_inner .header_btn_list li.bg {
  background: #206728;
  color: #fff;
}

.txt_grn,
#audio header .header_inner .tel_wrap .txt_color {
  color: #206728;
}

* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* 大枠 */
html,
body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch !important;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (max-width: 767px) {
  body.wrap {
    overflow: hidden;
  }
}
body #wrapper {
  height: auto;
}

#wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  #screen {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 200;
  }
  #main {
    padding-top: 50px;
  }
}
@media print {
  html,
  html body {
    overflow: visible !important;
  }
}
/* アクセシビリティ */
.guidance {
  left: -999px;
  position: absolute;
  width: 990px;
}

img {
  image-rendering: auto;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-box-shadow: #000 0 0 0;
  box-shadow: #000 0 0 0; /* ロールオーバー対応 */
}

img,
x:-moz-any-link,
x:default {
  box-shadow: #000 0 0 0; /* IE7対応 */
}

/* リンク */
a {
  display: inline-block;
}
a:link,
a:visited,
a:active {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
  opacity: 0.7;
  text-decoration: none !important;
}

.container {
  width: min(100%, 1040px);
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0 12px;
  }
}

.cf {
  padding-top: 50px;
  padding-bottom: 80px;
}

.sect_area {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .sect_area {
    padding: 30px 0;
  }
}

.lower_warp:not(:first-of-type) {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .lower_warp:not(:first-of-type) {
    margin-top: 30px;
  }
}

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

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

/* ▼ タイトル
--------------------------------------- */
.subject,
.sub_ttl,
.lower_ttl {
  font-size: 40px;
  font-weight: 900;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .subject,
  .sub_ttl,
  .lower_ttl {
    font-size: 26px;
  }
}

.subject {
  border-bottom: 6px solid #ffe70e;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .subject {
    border-width: 3px;
    padding-bottom: 5px;
    margin-bottom: 15px;
  }
}

.area_ttl {
  margin-bottom: 55px;
  font-size: 40px;
  text-align: center;
  font-weight: 900;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .area_ttl {
    margin-bottom: 25px;
    font-size: 26px;
  }
}

.sub_ttl {
  background: #16529b;
  border-bottom: 6px solid #ffe70e;
  padding: 14px 0;
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
}
.sub_ttl .br {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .sub_ttl {
    border-width: 4px;
    padding: 9px 12px;
    margin-bottom: 17px;
  }
}

.lower_ttl {
  margin-bottom: 35px;
  color: #16529b;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lower_ttl {
    margin-bottom: 15px;
  }
}

/* ▼ gakki */
#gakki .sub_ttl {
  background: #16529b;
}
#gakki .lower_ttl {
  color: #16529b;
}

/* ▼ audio */
#audio .sub_ttl {
  background: #206728;
}
#audio .lower_ttl {
  color: #206728;
}

/* ▼ ボタン
--------------------------------------- */
.btn {
  width: min(100%, 420px);
  margin: 50px auto 0;
}
.btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  background: #eb8400;
  border-radius: 10px;
  height: 100px;
  padding: 0 80px 0 34px;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  position: relative;
  -webkit-box-shadow: 3px 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 0 6px rgba(0, 0, 0, 0.2);
}
.btn .arrow {
  background: #fff;
  width: 50px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  right: 20px;
}
.btn .arrow::before {
  border-width: 9px 0 9px 12px;
}
@media screen and (max-width: 767px) {
  .btn {
    width: min(100%, 275px);
    margin-top: 30px;
  }
  .btn a {
    border-radius: 7px;
    height: 65px;
    padding: 0 50px 0 15px;
    font-size: 16px;
  }
  .btn .arrow {
    width: 33px;
    right: 10px;
  }
  .btn .arrow::before {
    border-width: 6px 0 6px 8px;
  }
}
.btn.small,
.btn.back {
  width: min(100%, 275px);
}
.btn.small a,
.btn.back a {
  border-radius: 7px;
  height: 65px;
  padding: 0 50px 0 15px;
  font-size: 16px;
}
.btn.small a .arrow,
.btn.back a .arrow {
  width: 33px;
  right: 10px;
}
.btn.small a .arrow::before,
.btn.back a .arrow::before {
  border-width: 6px 0 6px 8px;
}
.btn.back a {
  padding: 0 15px 0 50px;
}
.btn.back a .arrow {
  padding: 0 1% 0 0;
  right: auto;
  left: 10px;
}
.btn.back a .arrow::before {
  border-width: 6px 8px 6px 0;
  border-color: transparent #16529b transparent transparent;
}

.btn2 {
  width: min(100%, 320px);
  margin: 35px auto 0;
}
.btn2 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  background: #a0d5ee;
  border-radius: 10px;
  height: 63px;
  padding: 0 34px;
  color: #006ab6;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.btn2 .arrow {
  background: #006ab6;
  width: 25px;
  aspect-ratio: 1/1;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 18px;
}
.btn2 .arrow::before {
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
@media screen and (max-width: 767px) {
  .btn2 {
    width: min(100%, 300px);
    margin-top: 22px;
  }
  .btn2 a {
    border-radius: 3px;
    height: 60px;
    font-size: 15px;
  }
  .btn2 .arrow {
    width: 23px;
    left: 15px;
  }
  .btn2 .arrow::before {
    width: 6px;
    height: 6px;
  }
}

.btn_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 20px;
  margin-top: 50px;
}
.btn_col .btn {
  width: auto;
  margin: 0;
}
.btn_col .btn a {
  height: 80px;
  padding: 0 70px 0 20px;
  font-size: 20px;
}
.btn_col .btn .arrow {
  width: 30px;
}
.btn_col .btn .arrow::before {
  border-width: 5.5px 0 5.5px 7px;
}
@media screen and (max-width: 767px) {
  .btn_col {
    display: block;
    margin-top: 30px;
  }
  .btn_col .btn {
    width: min(100%, 290px);
    margin: 0 auto;
  }
  .btn_col .btn:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .btn_col .btn a {
    border-radius: 7px;
    height: 65px;
    padding: 0 50px 0 15px;
    font-size: 16px;
  }
  .btn_col .btn a .arrow {
    width: 33px;
    right: 10px;
  }
  .btn_col .btn a .arrow::before {
    border-width: 6px 0 6px 8px;
  }
}

.more {
  margin-top: 20px;
}
.more a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
  background: #006ab6;
  height: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  align-items: center;
  -webkit-box-shadow: 3px 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 0 6px rgba(0, 0, 0, 0.2);
  position: relative;
}
.more a::after {
  content: '';
  width: 11px;
  height: 11px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 30px;
}
@media screen and (max-width: 767px) {
  .more {
    margin-top: 10px;
  }
  .more a {
    height: 36px;
    font-size: 13px;
  }
  .more a::after {
    width: 9px;
    height: 9px;
    border-width: 1px;
    right: 20px;
  }
}

/* ▼ gakki */
#gakki .btn a {
  background: #ed6214;
}
#gakki .btn.back a .arrow::before {
  border-color: transparent #16529b transparent transparent;
}
#gakki .arrow::before {
  border-color: transparent transparent transparent #16529b;
}
#gakki .more a {
  background: #16529b;
}

/* ▼ audio */
#audio .btn a {
  background: #ed6214;
}
#audio .btn.back a .arrow::before {
  border-color: transparent #206728 transparent transparent;
}
#audio .arrow::before {
  border-color: transparent transparent transparent #206728;
}
#audio .more a {
  background: #206728;
}

/* ▼▼▼ ヘッダー
====================================================== */
header {
  width: 100%;
  overflow: hidden;
}
header #site_title {
  overflow: hidden;
}
header #site_title img {
  width: min(33.4vw, 192px);
}
@media screen and (max-width: 767px) {
  header #site_title img {
    width: min(100%, 169px) !important;
  }
}
header .header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 30px;
  width: min(100%, 1440px);
  height: 70px;
  padding: 0 20px;
  margin: 0 auto;
  justify-content: space-between;
}
header .header_inner .tel_wrap {
  margin-left: auto;
  font-size: 13px;
  font-weight: bold;
}
header .header_inner .tel_wrap .tel {
  background: url(../img/icon_tel_blue2.png) no-repeat left center/26px;
  padding-left: 35px;
  margin: 0 0 3px;
  font-size: min(3.2vw, 32px);
  font-weight: 900;
  line-height: 1;
}
header .header_inner .tel_wrap .txt_color {
  color: #006ab6;
}
header .header_inner .tel_wrap .txt_color:not(.tel) {
  text-indent: -0.5em;
}
header .header_inner .btn_web a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 8px;
  width: 170px;
  height: 60px;
  padding-left: 25px;
  color: #fff;
  line-height: 1.2;
  font-weight: bold;
  font-size: 20px;
  -webkit-box-shadow: 3px 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 0 6px rgba(0, 0, 0, 0.2);
  position: relative;
}
header .header_inner .btn_web a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  border: 2px solid #ed6214;
  border-radius: 50%;
  width: 60px;
  aspect-ratio: 1/1;
  color: #ed6214;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.05em;
  position: absolute;
  top: -12px;
  left: -12px;
}
header .header_inner .btn_web a span small {
  font-weight: 900;
}
header .header_inner .btn_web a small {
  font-size: 13px;
  font-weight: 500;
}
header .header_inner .btn_web a.bg_light_org span {
  border-color: #eb8400;
  color: #eb8400;
}
header .header_inner .header_btn_list li.bg {
  background: #006ab6;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .header_contact {
    width: 130px;
    padding-left: 12px;
  }
  .header_contact img {
    left: 8px;
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    overflow: visible;
  }
  header #site_title {
    overflow: hidden;
  }
  header #site_title img {
    width: min(43.7vw, 163px);
  }
  header .header_inner {
    background: #fff;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0 2.9vw;
    width: 100%;
    height: 50px;
    padding: 0 50px 0 min(2.6vw, 12px);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
  }
  header .header_inner .header_btn_list {
    display: grid;
    grid-template-columns: repeat(2, min(17.8vw, 67px));
    gap: 0 min(0.8vw, 6px);
  }
  header .header_inner .header_btn_list li {
    border-radius: 8px;
    -webkit-box-shadow: 3px 0 6px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 0 6px rgba(0, 0, 0, 0.2);
  }
  header .header_inner .header_btn_list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: min(10.6vw, 40px);
    font-size: min(3.46vw, 13px);
  }
}

.menu {
  display: none;
}
@media screen and (max-width: 767px) {
  .menu {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2000;
  }
  .menu .icon {
    display: block;
    width: 25px;
    height: 3px;
    background: #0a2e1d;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .menu .icon::before,
  .menu .icon::after {
    content: '';
    width: 25px;
    height: 3px;
    background: #0a2e1d;
    position: absolute;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    right: 0;
  }
  .menu .icon::before {
    top: -8px;
  }
  .menu .icon::after {
    bottom: -8px;
  }
  .menu .icon span:before {
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  }
  .menu .icon.active {
    background: transparent;
  }
  .menu .icon.active::before {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 0;
    right: 0;
  }
  .menu .icon.active::after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 0;
    right: 0;
  }
}

/* グローバルナビゲーション */
#gnav {
  overflow: hidden;
}
#gnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}
#gnav ul li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
}
#gnav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  font-weight: bold;
  text-align: center;
  font-size: 0.95rem;
}
@media screen and (max-width: 767px) {
  #gnav {
    display: block !important;
    background: #eceff2;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    float: none;
    width: 100%;
    max-height: 100vh;
    padding-top: 50px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    overflow: auto;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  #gnav.open {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  #gnav ul {
    display: block;
    padding: 0;
  }
  #gnav ul li {
    width: 100%;
    max-width: 100%;
    border: none !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto;
    text-indent: 0;
  }
  #gnav ul li:last-child {
    border: none !important;
  }
}

@media screen and (max-width: 767px) {
  .home_header #site_title img {
    width: min(100%, 139px) !important;
  }
}
.home_header #gnav ul li {
  border-color: #fff;
}
.home_header #gnav ul li:last-child {
  border-color: #fff;
}

/* ▼ gakki */
#gakki header #site_title img {
  width: min(33.4vw, 334px);
}
@media screen and (max-width: 767px) {
  #gakki header .header_inner {
    gap: 0 10px;
  }
}
#gakki header .header_inner .tel_wrap .tel {
  background: url(../img/icon_tel_blue.png) no-repeat left center/26px;
}
#gakki header .header_inner .btn_web a span {
  border: 2px solid #ed6214;
}
@media screen and (max-width: 767px) {
  #gakki .menu .icon {
    background: #16529b;
  }
  #gakki .menu .icon::before,
  #gakki .menu .icon::after {
    background: #16529b;
  }
}
#gakki #gnav ul li {
  border-left: 1px solid #768ec0;
}
#gakki #gnav ul li:last-child {
  border-right: 1px solid #768ec0;
}

/* ▼ audio */
#audio header #site_title img {
  width: min(38.8vw, 388px);
}
#audio header .header_inner .tel_wrap .tel {
  background: url(../img/icon_tel_grn.png) no-repeat left center/26px;
}
#audio header .header_inner .btn_web a span {
  border: 2px solid #ed6214;
}
@media screen and (max-width: 767px) {
  #audio .menu .icon {
    background: #206728;
  }
  #audio .menu .icon::before,
  #audio .menu .icon::after {
    background: #206728;
  }
}
#audio #gnav ul li {
  border-left: 1px solid #4c8152;
}
#audio #gnav ul li:last-child {
  border-right: 1px solid #4c8152;
}

/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
====================================================== */
#main {
  margin: 0 auto;
  clear: both;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .menu_fixed {
    position: fixed;
    width: 100%;
    height: 100%;
  }
}

.btn_wrap_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 40px;
  width: min(100%, 720px);
  margin: 0 auto;
}
.btn_wrap_list a {
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  min-height: 133px;
  color: #fff;
  font-weight: bold;
  -webkit-box-shadow: 3px 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 0 6px rgba(0, 0, 0, 0.2);
}
.btn_wrap_list a.bg_color {
  background: #006ab6;
}
.btn_wrap_list a.bg_color .txt_color {
  color: #006ab6;
}
.btn_wrap_list a.bg_color p,
.btn_wrap_list a.bg_blue p,
#gakki .btn_wrap_list a.bg_color p,
.btn_wrap_list a#gnav p,
.btn_wrap_list #gakki a#gnav p,
#gakki .btn_wrap_list a#gnav p {
  background: url(../img/icon_tel.png) no-repeat left center/26px;
  padding-left: 35px;
}
.btn_wrap_list a.bg_org p,
.btn_wrap_list a.bg_color2 p {
  background: url(../img/icon_mail.png) no-repeat left center/30px;
  padding-left: 40px;
}
.btn_wrap_list a.bg_color2 {
  background: #eb8400;
}
.btn_wrap_list a.bg_color2 .txt_color {
  color: #eb8400;
}
.btn_wrap_list a p,
.btn_wrap_list a span {
  text-align: center;
}
.btn_wrap_list a p {
  font-size: 26px;
  font-weight: 900;
}
.btn_wrap_list a .bg {
  background: #fff;
  border-radius: 13px;
  padding: 0 20px;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .btn_wrap > p {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .btn_wrap .btn_wrap_list {
    gap: 0 10px;
    font-size: 10px;
    width: min(100%, 350px);
  }
  .btn_wrap .btn_wrap_list a {
    border-radius: 4px;
    min-height: 80px;
    padding: 5px;
  }
  .btn_wrap .btn_wrap_list a.bg_blue p,
  .btn_wrap #gakki .btn_wrap_list a.bg_color p,
  #gakki .btn_wrap .btn_wrap_list a.bg_color p,
  .btn_wrap .btn_wrap_list a#gnav p,
  .btn_wrap .btn_wrap_list #gakki a#gnav p,
  #gakki .btn_wrap .btn_wrap_list a#gnav p,
  .btn_wrap .btn_wrap_list a.bg_color p {
    background-size: 18px;
    background-position: left top 6px;
    padding-left: 22px;
  }
  .btn_wrap .btn_wrap_list a.bg_org p,
  .btn_wrap .btn_wrap_list a.bg_color2 p {
    background-size: 18px;
    background-position: left top 7px;
    padding-left: 22px;
  }
  .btn_wrap .btn_wrap_list a p {
    font-size: 17px;
  }
  .btn_wrap .btn_wrap_list a .bg {
    padding: 0 10px;
  }
}
.btn_wrap.float .btn_wrap_list a,
.btn_wrap.inner .btn_wrap_list a,
.btn_wrap.bg .btn_wrap_list a {
  min-height: 80px;
}
.btn_wrap.float .btn_wrap_list a span,
.btn_wrap.inner .btn_wrap_list a span,
.btn_wrap.bg .btn_wrap_list a span {
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .btn_wrap.float .btn_wrap_list a,
  .btn_wrap.inner .btn_wrap_list a,
  .btn_wrap.bg .btn_wrap_list a {
    min-height: 45px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 6px 0 5px 7%;
  }
  .btn_wrap.float .btn_wrap_list a p,
  .btn_wrap.inner .btn_wrap_list a p,
  .btn_wrap.bg .btn_wrap_list a p {
    background-position: left center !important;
    width: 100%;
    font-size: 16px;
    text-align: left;
    line-height: 1.3;
  }
  .btn_wrap.float .btn_wrap_list a span,
  .btn_wrap.inner .btn_wrap_list a span,
  .btn_wrap.bg .btn_wrap_list a span {
    width: 100%;
    font-weight: bold;
    text-align: left;
    padding-left: 22px;
  }
}
.btn_wrap.float {
  background: #a0d5ee;
  padding: 20px;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 2000;
}
@media screen and (max-width: 767px) {
  .btn_wrap.float {
    padding: 13.5px 12px;
  }
}
.btn_wrap.bg {
  background: url(../img/btn_wrap_bg.jpg) no-repeat center/cover;
  padding: 15px 30px 18px;
  margin-top: 50px;
  text-align: center;
  position: relative;
}
.btn_wrap.bg::after {
  content: '';
  background: url(../img/character.png) no-repeat center top/contain;
  width: 110px;
  height: 100%;
  position: absolute;
  top: 15px;
  right: 20px;
  pointer-events: none;
}
.btn_wrap.bg > p {
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
}
.btn_wrap.bg > p.red {
  background: #e42020;
  border-radius: 5px;
  display: inline-block;
  padding: 5px 10px 5px 19px;
  margin-bottom: 15px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
.btn_wrap.bg .btn_wrap_list {
  gap: 10px;
}
@media screen and (max-width: 1000px) {
  .btn_wrap.bg {
    text-align: left;
  }
  .btn_wrap.bg::after {
    background-position: center bottom;
    width: min(16vw, 160px);
    top: auto;
    bottom: 18px;
  }
  .btn_wrap.bg > p {
    text-align: left;
  }
  .btn_wrap.bg .btn_wrap_list {
    grid-template-columns: 1fr;
    width: min(100%, 300px);
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .btn_wrap.bg {
    padding: 14px 12px 7px;
    margin-top: 30px;
  }
  .btn_wrap.bg::after {
    width: 114px;
    right: 12px;
    bottom: 7px;
  }
  .btn_wrap.bg > p {
    margin-bottom: 12px;
    font-size: 18px;
  }
  .btn_wrap.bg > p.red {
    border-radius: 2.5px;
    padding: 5px 7px 5px 10px;
    margin-bottom: 10px;
    font-size: 12px;
  }
  .btn_wrap.bg .btn_wrap_list {
    gap: 5px;
    width: min(100%, 170px);
  }
}
.btn_wrap.inner {
  background: rgba(245, 216, 80, 0.75);
  border-radius: 10px;
  padding: 20px 30px;
  margin-top: 50px;
  width: 100%;
}
.btn_wrap.inner .btn_wrap_list {
  gap: 0 10px;
}
@media screen and (max-width: 767px) {
  .btn_wrap.inner {
    border-radius: 0;
    padding: 13.5px 12px;
    margin: 30px -12px 0;
    width: calc(100% + 24px);
  }
}

.buying_list li {
  display: grid;
  grid-template-columns: 1fr 1.75fr;
  gap: 0 50px;
  background: #fff;
  border-radius: 10px;
  padding: 20px 30px;
  font-weight: 900;
  line-height: 1.3;
}
.buying_list li:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .buying_list li {
    display: block;
    border-radius: 5px;
    padding: 13px 28px;
  }
  .buying_list li:not(:last-child) {
    margin-bottom: 10px;
  }
  .buying_list li .img {
    width: 155px;
    margin: 0 auto;
  }
}
.buying_list li .notes {
  color: #a6a6a6;
  font-size: 12px;
}
.buying_list li .notes:not(:first-of-type) {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .buying_list li .notes {
    font-size: 10px;
  }
}
.buying_list li .item_name {
  margin-top: 5px;
  font-size: 20px;
}
.buying_list li .item_name.condition::after {
  content: '美品';
  display: block;
  border-radius: 13px;
  background: #e42020;
  padding: 2px 0 2.5px;
  margin-top: 10px;
  width: 65px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .buying_list li .item_name.condition::after {
    width: 50px;
    margin-top: 8px;
    font-size: 12px;
  }
}
.buying_list li .price {
  color: #e42020;
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .buying_list li .price {
    font-size: 30px;
  }
}
.buying_list li .region {
  margin-top: 10px;
  color: #a6a6a6;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .buying_list li .region {
    font-size: 10px;
  }
}

.glid_col3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  word-break: break-all;
}
.glid_col3 a {
  display: block;
}
@media screen and (max-width: 767px) {
  .glid_col3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.img_fit {
  width: 100%;
  aspect-ratio: 1/0.6;
}
.img_fit img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4px;
}
.wp-pagenavi span,
.wp-pagenavi a {
  border: 1px solid rgba(0, 106, 182, 0.6);
  border-radius: 4px;
  padding: 0 10px;
  height: 30px;
  line-height: 28px;
  color: #006ab6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi span,
  .wp-pagenavi a {
    height: 35px;
    line-height: 33px;
    font-size: 19px;
  }
}
.wp-pagenavi .current {
  border-color: #006ab6;
  background: #006ab6;
  color: #fff;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  padding: 0 5px;
}
.wp-pagenavi .previouspostslink::before {
  content: '<<';
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi .previouspostslink::before {
    font-size: 14px;
  }
}
.wp-pagenavi .nextpostslink::after {
  content: '>>';
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi .nextpostslink::after {
    font-size: 14px;
  }
}

/* ▼ gakki */
#gakki .btn_wrap:not(.bg):not(.mv):not(.float) {
  background: #f5d850;
}
#gakki .btn_wrap.float {
  background: rgba(245, 216, 80, 0.75);
}
#gakki .wp-pagenavi .current,
#gakki .wp-pagenavi .page {
  border: 2px solid #16529b;
}
#gakki .wp-pagenavi .current {
  background: #16529b;
  color: #fff;
}
#gakki .wp-pagenavi .page {
  color: #16529b;
}
#gakki .wp-pagenavi .previouspostslink::before,
#gakki .wp-pagenavi .nextpostslink::before {
  border: 2px solid #16529b;
}

/* ▼ audio */
#audio .btn_wrap:not(.bg):not(.mv) {
  background: #341908;
  color: #fff;
}
#audio .btn_wrap.bg::after {
  background-image: url(../img/audio/character.png);
}
#audio .wp-pagenavi .current,
#audio .wp-pagenavi .page {
  border-color: #206728;
}
#audio .wp-pagenavi .current {
  background: #206728;
}
#audio .wp-pagenavi .page {
  color: #206728;
}
#audio .wp-pagenavi .previouspostslink::before,
#audio .wp-pagenavi .nextpostslink::before {
  border-color: #206728;
}

/* ▼ パンくず
--------------------------------------- */
#path {
  background: #c5cacf;
  padding: 15px 20px;
  font-size: 14px;
  overflow: hidden;
}
#path ol {
  width: min(100%, 1000px);
  margin: 0 auto;
}
#path ol li {
  float: left;
}
#path ol li:not(:last-child):after {
  content: '＞';
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  #path {
    padding: 12px;
    font-size: 8px;
  }
  #path ol li:not(:last-child):after {
    margin: 0 3px;
  }
}

/* ▼ gakki */
#gakki #path {
  background: #c4e7fa;
}
#gakki #path ol {
  color: #16529b;
}

/* ▼ audio */
#audio #path {
  background: #f1efe2;
}
#audio #path ol {
  color: #206728;
}

/* ▼ 中面
--------------------------------------- */
.contents_wrap {
  display: grid;
  grid-template-columns: 1fr 200px;
  gap: 25px 30px;
  width: min(100%, 1040px);
  padding: 35px 20px 105px;
  margin: 0 auto;
}
.contents_wrap.reverse {
  grid-template-columns: 220px 1fr;
}
.contents_wrap.reverse .contents {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.contents_wrap.reverse aside {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
@media screen and (max-width: 767px) {
  .contents_wrap {
    padding: 0 0 40px;
    display: block;
  }
  .contents_wrap aside {
    padding: 40px 12px 0;
  }
  .contents_wrap.reverse {
    padding: 10px 12px 40px;
  }
  .contents_wrap.reverse .contents {
    padding-bottom: 25px;
  }
  .contents_wrap.reverse aside {
    padding: 0;
  }
}

.item_nav {
  margin-bottom: 20px;
  font-weight: bold;
}
.item_nav li {
  display: table;
  border-bottom: 1px solid #f0f0f0;
  width: 100%;
}
.item_nav li a {
  display: table-cell;
  background-repeat: no-repeat;
  background-size: 65px;
  background-position: left center;
  padding: 0 30px 0 65px;
  height: 80px;
  vertical-align: middle;
  position: relative;
}
.item_nav li a .arrow {
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  right: 10px;
}
.item_nav li.active a {
  background-color: #fff9c7;
}
@media screen and (max-width: 767px) {
  .item_nav {
    border-top: 2px solid #f0f0f0;
  }
  .item_nav li {
    border-width: 2px;
  }
  .item_nav li a {
    background-size: 45px;
    background-position: left 14px center;
    padding-left: 73px;
    height: 60px;
  }
}

.area_nav {
  margin-bottom: 30px;
  font-weight: bold;
}
.area_nav li {
  display: table;
  width: 100%;
}
.area_nav li:not(:last-child) {
  margin-bottom: 10px;
}
.area_nav li a {
  background: #f0f0f0;
  border-radius: 5px;
  display: table-cell;
  height: 50px;
  padding: 0 20px;
  vertical-align: middle;
  position: relative;
}
.area_nav li a .arrow {
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  right: 10px;
}
.area_nav li.active a {
  background: #fff9c7;
}
@media screen and (max-width: 767px) {
  .area_nav li:not(:last-child) {
    margin-bottom: 5px;
  }
  .area_nav li a {
    height: 55px;
  }
}

.arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #c4e7fa;
  border-radius: 50%;
  width: 20px;
  padding-left: 1%;
  aspect-ratio: 1/1;
}
.arrow::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 5px;
  border-color: transparent transparent transparent #1976d2;
}

.attention {
  background: url(../img/attention.png) no-repeat center top 38px/114px;
  border: 3px solid #f0f0f0;
  border-radius: 10px;
  padding: 170px 0 30px;
  text-align: center;
  line-height: 1.3;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .attention {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: 75px;
    background-position: left 40px center;
    padding: 0 12px 0 140px;
    height: 100px;
    text-align: left;
  }
}

aside .nav_ttl {
  border-bottom: 4px solid #006ab6;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  aside .nav_ttl {
    border-width: 2px;
    padding-bottom: 3px;
    margin-bottom: 23px;
    color: #006ab6;
    font-size: 21px;
  }
}
aside .column {
  margin-bottom: 28px;
}
aside .column li:not(:last-child) {
  margin-bottom: 17px;
}
aside .column li a {
  background: #fff;
  border-radius: 4px;
  display: block;
  padding: 10px;
}
aside .column li a .img {
  border-radius: 4px;
  overflow: hidden;
}
aside .column li a p {
  margin-top: 5px;
  font-size: 14px;
  height: 5em;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  aside .column li a {
    display: grid;
    grid-template-columns: 133px 1fr;
    gap: 0 15px;
    padding: 0;
  }
  aside .column li a p {
    margin: 0;
  }
}

/* ▼ gakki */
#gakki .item_nav li:nth-child(1) a {
  background-image: url(../img/gakki/nav1.png);
}
#gakki .item_nav li:nth-child(2) a {
  background-image: url(../img/gakki/nav2.png);
}
#gakki .item_nav li:nth-child(3) a {
  background-image: url(../img/gakki/nav3.png);
}
#gakki .item_nav li:nth-child(4) a {
  background-image: url(../img/gakki/nav4.png);
}
#gakki .item_nav li:nth-child(5) a {
  background-image: url(../img/gakki/nav5.png);
}
#gakki .item_nav li:nth-child(6) a {
  background-image: url(../img/gakki/nav6.png);
}
#gakki .item_nav li:nth-child(7) a {
  background-image: url(../img/gakki/nav7.png);
}
#gakki .item_nav li:nth-child(8) a {
  background-image: url(../img/gakki/nav8.png);
}

/* ▼ audio */
#audio .item_nav li:nth-child(1) a {
  background-image: url(../img/audio/nav1.png);
}
#audio .item_nav li:nth-child(2) a {
  background-image: url(../img/audio/nav2.png);
}
#audio .item_nav li:nth-child(3) a {
  background-image: url(../img/audio/nav3.png);
}
#audio .item_nav li:nth-child(4) a {
  background-image: url(../img/audio/nav4.png);
}
#audio .item_nav li:nth-child(5) a {
  background-image: url(../img/audio/nav5.png);
}
#audio .item_nav li:nth-child(6) a {
  background-image: url(../img/audio/nav6.png);
}
#audio .item_nav li:nth-child(7) a {
  background-image: url(../img/audio/nav7.png);
}
#audio .item_nav li:nth-child(8) a {
  background-image: url(../img/audio/nav8.png);
}
#audio .item_nav li a .arrow {
  background: #f1efe2;
}
#audio .area_nav li a .arrow {
  background: #fff;
}

/* ▼ faq
----------------------------------------*/
#faq dl {
  border: 2px solid #006ab6;
  border-radius: 8px;
  padding: 0 40px;
}
#faq dl:not(:last-of-type) {
  margin-bottom: 24px;
}
#faq dl dt,
#faq dl dd {
  padding: 40px 0;
}
#faq dl dt {
  display: grid;
  grid-template-columns: 50px 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 40px;
  color: #16529b;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  position: relative;
  cursor: pointer;
}
#faq dl dt::before {
  content: 'Q.';
  font-size: 30px;
  line-height: 1;
}
#faq dl dt > span {
  background: #16529b;
  border-radius: 50%;
  width: 36px;
  aspect-ratio: 1/1;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  right: 0;
}
#faq dl dt > span::before,
#faq dl dt > span::after {
  content: '';
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
#faq dl dt > span::before {
  border-top: 2px solid #fff;
  width: 14px;
}
#faq dl dt.open span:after {
  border-left: 2px solid #fff;
  height: 14px;
}
#faq dl dd {
  display: none;
  border-top: 2px solid #006ab6;
}
#faq dl dd .answer_txt {
  display: grid;
  grid-template-columns: 50px 1fr;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-weight: 500;
}
#faq dl dd .answer_txt > span {
  color: #ed6214;
  font-size: 30px;
  line-height: 1;
}
#faq dl dd .answer_txt .add_area_txt p:not(:last-of-type) {
  margin-bottom: 1.3em;
}
@media screen and (max-width: 767px) {
  #faq dl {
    border-radius: 4px;
    padding: 0 12px;
  }
  #faq dl:not(:last-of-type) {
    margin-bottom: 15px;
  }
  #faq dl dt,
  #faq dl dd {
    padding: 21px 0;
  }
  #faq dl dt {
    display: grid;
    grid-template-columns: 40px 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 40px;
    font-size: 16px;
  }
  #faq dl dt::before {
    font-size: 28px;
  }
  #faq dl dt > span {
    width: 26px;
  }
  #faq dl dt > span::before {
    width: 12px;
  }
  #faq dl dt.open span:after {
    height: 12px;
  }
  #faq dl dd .answer_txt {
    grid-template-columns: 40px 1fr;
  }
  #faq dl dd .answer_txt > span {
    font-size: 28px;
  }
}

/* ▼ gakki */
#gakki #faq dl {
  border-color: #16529b;
}
#gakki #faq dl dt {
  color: #16529b;
}
#gakki #faq dl dt > span {
  background: #16529b;
}
#gakki #faq dl dd {
  border-color: #16529b;
}
#gakki #faq dl dd .answer_txt > span {
  color: #ed6214;
}

/* ▼ audio */
#audio #faq dl {
  border-color: #206728;
}
#audio #faq dl dt {
  color: #206728;
}
#audio #faq dl dt > span {
  background: #206728;
}
#audio #faq dl dd {
  border-color: #206728;
}

/* ▼ システム
--------------------------------------- */
.disabled {
  opacity: 0.5;
  pointer-events: none;
}

/* ▼▼▼ フッター
===================================== */
footer {
  background: #9e9abf;
  width: 100%;
  padding: 30px 0px 0px;
  clear: both;
  color: #fff;
}
footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  max-width: 800px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr); /* 2列 */
  grid-template-rows: repeat(1, auto); /* 3行（自動で高さ調整） */
  margin-top: 50px;
}
footer li {
  padding: 0 20px;
  text-align: center;
  border-right: 1px solid #fff;
}
footer li:last-of-type {
  border-right: 0px;
}
footer #copyright {
  background: #9e9abf;
  margin-top: 0px;
  padding: 10px 0;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 25px 0 0;
    font-size: 12px;
  }
  footer ul {
    grid-template-columns: repeat(2, 1fr); /* 2列 */
    grid-template-rows: repeat(3, auto); /* 3行（自動で高さ調整） */
    margin-top: 20px;
  }
  footer ul {
    gap: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
  }
  footer ul li {
    border-bottom: 0px solid currentColor;
    border-right: 0px;
  }

  footer ul li:nth-child(-n + 2) {
    border-top: 0px solid currentColor;
  }
  footer ul li a {
    display: block;
    padding: 16px 12px;
  }
  footer #copyright {
    margin-top: 20px;
    font-size: 10px;
    text-align: center;
  }
}

#footer_inner {
  width: min(100%, 1000px);
  margin: 0 auto;
  position: relative;
}
#footer_inner::before {
  content: '';
  background: url(../img/gakki/character.png) no-repeat center/contain;
  width: 120px;
  height: 128px;
  position: absolute;
  top: -60px;
  right: 0;
}

#footer_inner img {
  display: block;
  width: 192px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #footer_inner::before {
    display: none;
  }
}

/* ▼ gakki */
#gakki footer {
  background: #16529b;
}

/* ▼ audio */
#audio footer {
  background: #206728;
}
#audio #footer_inner::before {
  background-image: url(../img/audio/character.png);
}
@media screen and (max-width: 767px) {
  #audio #copyright {
    background-image: url(../img/audio/character.png);
  }
}

/* ▼ ページ上部へ戻る
--------------------------------------- */
.privacy-policy-link {
  margin-top: 20px;
  text-align: center;
}
.pagetop {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  bottom: 70px;
  right: 20px;
  z-index: 2000;
  position: fixed;
  cursor: pointer;
}
.pagetop::before,
.pagetop::after {
  content: '';
  position: absolute;
  left: 50%;
}
.pagetop::after {
  width: 10px;
  height: 10px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
  top: 20px;
}
.pagetop::before {
  border-left: 2px solid #fff;
  height: 12px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
}
@media screen and (max-width: 767px) {
  .pagetop {
    width: 45px;
    height: 45px;
    bottom: 85px;
    right: 12px;
  }
  .pagetop::after {
    top: 18px;
  }
}
