@charset "utf-8";

/*
Theme Name: chubouZero2024
Template: welcart_basic
Copyright 2024 株式会社クラウンコーポレーション
*/

/*!
* Bootstrap  v5.3.1 (https://getbootstrap.com/)
* Copyright 2011-2023 The Bootstrap Authors
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
/*!
* Bootstrap  v5.2.3 (https://getbootstrap.com/)
* Copyright 2011-2022 The Bootstrap Authors
* Copyright 2011-2022 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
/*! modern-normalize v2.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */


/* ============================================================
# CSS variables
============================================================ */

:root {
  /* --primary: #fb8b0a; */
  --primary: hsl(32 97% 51%);
  /* --primary-lt: #ffedd8; */
  --primary-lt: hsl(32 100% 92%);
  --secondary: hsl(32 5% 45%);

  --accent: #f41e55;
  --red: #e61111;
  --pink: #ffd2d2;

  --black: #000;
  --white: #fff;
  --gray-100: #f2f2f2;/* bg heading */
  --gray-200: #eee;/* footer,bread */
  --gray-300: #e6e6e6;/* heading */
  --gray-400: #cdcdcd;/* border */
  --gray-500: #989898;/* icon,arrow */
  --gray-600: #6d6d6d;/* arrow */

  --gray-700: #444;
  --gray-800: #333;
  --gray-900: #222;

  --body-font-family: var(--font-family-sans);
  --body-font-size: 1rem;
  --body-font-weight: 400;
  --body-line-height: 1.5;
  --body-color: #222;
  --body-bg: #fff;

  --border-width: 1px;
  --border-style: solid;
  --border-color: var(--gray-400);

  --link-color: hsl(32 97% 51%);
  --link-hover-color: hsl(32 100% 56%);

  --btn-color: #222;
  --btn-hover-color: #222;
  --btn-bg: #fafafa;
  --btn-hover-bg: #eee;
  --btn-border: #ccc;
  --btn-hover-border: #aaa;
  --btn-active-color: #222;
  --btn-active-bg: #eee;
  --btn-active-border-color: #aaa;

  --font-family-sans: "Noto Sans JP", sans-serif;
  --font-family-serif: serif;
  --font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;

  --space-g-3: clamp(0.75rem, 0.75rem + 0.333vw, 1rem);
  --space-g-4: clamp(1rem, 1rem + 0.667vw, 1.5rem);
  --space-g-5: clamp(1rem, 1rem + 2.667vw, 3rem);
  --space-g-6: clamp(1rem, 1rem + 4.667vw, 4.5rem);

  --space-m-3: clamp(0.75rem, 0.75rem + 0.333vw, 1rem);
  --space-m-4: clamp(1.25rem, 1.25rem + 0.333vw, 1.5rem);
  --space-m-5: clamp(1.5rem, 1.5rem + 2vw, 3rem);
  --space-m-6: clamp(2.5rem, 2.5rem + 2.667vw, 4.5rem);
  --space-m-7: clamp(3rem, 3rem + 4vw, 6rem);
  --space-m-8: clamp(3rem, 3rem + 6vw, 7.5rem);

  --space-p-3: clamp(0.75rem, 0.75rem + 0.333vw, 1rem);
  --space-p-4: clamp(1rem, 1rem + 0.667vw, 1.5rem);
  --space-p-5: clamp(1rem, 1rem + 2.667vw, 3rem);
  --space-p-6: clamp(1rem, 1rem + 4.667vw, 4.5rem);
  --space-p-7: clamp(1rem, 1rem + 6.667vw, 6rem);
  --space-p-8: clamp(1rem, 1rem + 10.667vw, 9rem);
}



/* ============================================================
# Reset
============================================================ */

*,
::before,
::after {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
::selection {
  background: hsl(182 60% 50% / 0.4);
  text-shadow: none;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
}
body {
  background-color: var(--body-bg);
  color: var(--body-color);
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
  margin: 0;
  text-align: left;
}
hr {
  border: 0;
  border-top: 1px solid var(--border-color);
  color: inherit;
  height: 0;
  margin: 1.5rem 0;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0.5rem;
  text-wrap: balance;
}
h1, .h1 {
  font-size: clamp(1.4375rem, 1.325rem + 0.9vw, 2rem);
}
h2, .h2 {
  font-size: clamp(1.375rem, 1.3rem + 0.6vw, 1.75rem);
}
h3, .h3 {
  font-size: clamp(1.3125rem, 1.275rem + 0.3vw, 1.5rem);
}
h4, .h4 {
  font-size: clamp(1.125rem, 1.1rem + 0.25vw, 1.3125rem);
}
h5, .h5 {
  font-size: clamp(1rem, 0.975rem + 0.2vw, 1.125rem);
}
h6, .h6 {
  font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1rem);
}
p {
  font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1rem);
  line-height: 1.8;
  margin-top: 0;
  margin-bottom: 1.5rem;
  text-wrap: pretty;
}
abbr[title] {
  text-decoration: underline dotted;
}
ol, ul {
  padding-left: 2rem;
}
ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1.5rem;
}
ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
li, dt, dd {
  font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1rem);
}
b, strong {
  font-weight: bolder;
}
small, .small {
  font-size: 0.875em;
  font-weight: lighter;
}
mark, .mark {
  background-color: #ff0;
  color: #000;
  padding: 0.2em;
}
sub, sup {
  font-size: 0.75em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: var(--link-color);
  text-decoration: underline;
}
a:hover {
  color: var(--link-hover-color);
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre, code, kbd, samp {
  font-family: var(--font-monospace);
  font-size: 1em;
}
figure {
  margin: 0 0 1.5rem;
}
img, svg {
  vertical-align: middle;
}
img {
  height: auto;
  max-width: 100%;
}
table {
  border-collapse: collapse;
  border-color: inherit;
  margin-bottom: 1.5rem;
  text-indent: 0;
}
caption {
  caption-side: bottom;
  color: #666;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: left;
}
thead, tbody, tfoot, tr, td, th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
input, button, select, optgroup, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
button, select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
:-moz-focusring {
  outline: 1px dotted ButtonText;
}
:-moz-ui-invalid {
  box-shadow: none;
}
textarea {
  overflow: auto;
  resize: vertical;
}
legend {
  padding: 0;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  cursor: pointer;
  display: list-item;
}


/* ## WelCart打消し用
======================================== */

/* a:focus {
  outline: medium solid;
} */
header {
  border: none;
  margin: 0;
}
footer {
  background-color: var(--body-bg);
  color: var(--body-color);
  padding: 0;
}



/* ============================================================
# Layout
============================================================ */

.container {
  margin-left: auto;
  margin-right: auto;
  width: min(100% - 15px * 2, 1200px);
}

/*
メンバーページの会員情報編集機能に関連する対応
https://www.welcart.com/archives/techinfo/techinfo-20240808
*/

#primary.site-content > main#content {
  margin-left: auto;
  margin-right: auto;
  width: min(100% - 15px * 2, 1200px);
}



/* ============================================================
# Content
============================================================ */

/* ## Typography
======================================== */

/* ### Lists
---------------------------------------- */

.list_unstyled {
  padding-left: 0;
  list-style: none;
}
.list_disc {
  padding-left: 2rem;
}
.list_disc li {
  list-style: disc;
}



/* ## Images
======================================== */



/* ## Figures
======================================== */

.figure {
  display: inline-block;
}
.figure__img {
  margin-bottom: 0.375rem;
  line-height: 1;
}
.figure__caption {
  font-size: 0.875em;
  color: #666;
}



/* ## Tables
======================================== */

.table {
  background-color: var(--body-bg);
  border: 1px solid var(--gray-400);
  color: var(--body-color);
  vertical-align: top;
  width: 100%;
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

.table th, .table td {
  border: 1px solid var(--gray-400);
  font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1rem);
  padding: 1em 0.75em;
}
.table th {
  background-color: var(--gray-100);
  font-weight: 400;
}
.table td > p {
  line-height: 1.5;
}
.table td > p:last-child {
  margin-bottom: 0;
}
.table_sm th, .table_sm td {
  font-size: clamp(0.813rem, 0.8rem + 0.1vw, 0.875rem);
  padding: 0.5em;
}



/* ## Forms
======================================== */

/* ラベルとボックスを縦に並べるときに使う */
/*label*/.formLabel {
  display: inline-block;
  margin-bottom: 0.5rem;
}

/* フォームに添えるテキスト */
.formText {
  margin-bottom: 0.25rem;
  font-size: 0.875em;
  color: var(--primary);
}

/* ### form control
---------------------------------------- */

.formControl {
  display: block;
  width: 100%;
  padding: 0.375em 0.75em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #222;
  background-color: var(--gray-100);
  background-clip: padding-box;
  border: 1px solid hsl(32 15% 80%);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 4px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.formControl:focus {
  color: #222;
  background-color: #fff;
  border-color: hsl(32 70% 70%);
  outline: 0;
  box-shadow: 0 0 0 0.2rem hsl(32 100% 50% / 0.25);
}
.formControl::placeholder {
  color: #999;
}
.formControl[type=file] {
  cursor: pointer;
  overflow: hidden;
}
/* [type=file]のもの用 */
.formControl::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #222;
  background-color: #eee;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

textarea.formControl {
  min-height: calc(1.5em + 0.75rem + 2px);
}

input[type="text"].formControlPlaintext,
.formControlPlaintext {
  display: block;
  width: 100%;
  padding: 0.375em 0;
  font-size: 1rem;
  font-weight: 400;
  /* margin-bottom: 0; */
  line-height: 1.5;
  color: #222;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
input[type="text"].formControlPlaintext:focus,
.formControlPlaintext:focus {
  outline: 0;
}

/* ### form select
---------------------------------------- */

.formSelect {
  display: block;
  width: 100%;
  padding: 0.375em 2.25em 0.375em 0.75em;
  -moz-padding-start: calc(0.75em - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #222;
  background-color: var(--gray-100);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75em center;
  /* background-size: 16px 12px; */
  background-size: 16px 14px;
  border: 1px solid hsl(32 15% 80%);
  border-radius: 4px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.formSelect:focus {
  border-color: hsl(32 70% 70%);
  outline: 0;
  box-shadow: 0 0 0 0.2rem hsl(32 100% 50% / 0.25);
}
.formSelect[multiple],
.formSelect[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.formSelect {
  cursor: pointer;
}


/* ### form check
---------------------------------------- */

.formCheck {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.formCheck .formCheck__input {
  float: left;
  margin-left: -1.5em;
}
.formCheck_inline {
  display: inline-block;
  margin-right: 16px;
}
.formCheck_reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.formCheck_reverse .formCheck__input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.formCheck__input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: var(--gray-100);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgb(0 0 0 / 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.bg-gray-100 .formCheck__input {/* 調整 */
  background-color: var(--white);
}
.formCheck__input[type=checkbox] {
  border-radius: 4px;
}
.formCheck__input[type=radio] {
  border-radius: 50%;
}
.formCheck__input:active {
  filter: brightness(90%);
}
.formCheck__input:focus {
  border-color: hsl(32 70% 70%);
  outline: 0;
  box-shadow: 0 0 0 0.2rem hsl(32 100% 50% / 0.25);
}
.formCheck__input:checked {
  background-color: hsl(32 80% 50%);
  border-color: hsl(32 80% 50%);
}
.formCheck__input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.formCheck__input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}


/* WelCart打消し用 */
.ex_contact__formTable input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.ex_contact__formTable input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}




/* ============================================================
# Main frame (Common)
============================================================ */

/* ## Site header
======================================== */

.siteHeaderLogo {
  width: 141px;
}
@media (min-width: 576px) {
  .siteHeaderLogo {
    width: 180px;
  }
}
@media (min-width: 768px) {
  .siteHeaderLogo {
    width: 240px;
  }
}
@media (min-width: 992px) {
  .siteHeaderLogo {
    width: 282px;
  }
}


/* ## Global nav for desktop
======================================== */

.globalNav {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding-left: 0;
}

.globalNav__item {
  border-right: 1px solid var(--border-color);
  padding: 0 1em;
}
.globalNav__item:first-child {
  border-left: 1px solid var(--border-color);
}

.globalNav__link {
  background-color: var(--white);
  color: var(--body-color);
  display: block;
  font-weight: 500;
  line-height: 1.5;
  padding: 0.75em 0.5em;
  text-decoration: none;
  transition: background-color 0.15s, border-bottom-color 0.15s, color 0.15s;
}
@media (hover: hover) {
  .globalNav__link:hover {
    background-color: var(--primary);
    color: var(--white);
    text-decoration: none;
  }
}
.globalNav__link:focus {
  background-color: var(--primary);
  color: var(--white);
}

.globalNav__link_active,
.globalNav__link_active:focus {
  background-color: var(--primary);
  color: var(--white);
}
@media (hover: hover) {
  .globalNav__link_active:hover {
    background-color: var(--primary);
    color: var(--white);
  }
}

/* テストサイト用 */
.page-id-56 .globalNav__item:nth-of-type(6) .globalNav__link,
.page-id-54 .globalNav__item:nth-of-type(5) .globalNav__link,
.page-id-52 .globalNav__item:nth-of-type(3) .globalNav__link,
.page-id-50 .globalNav__item:nth-of-type(2) .globalNav__link,
.home .globalNav__item:nth-of-type(1) .globalNav__link {
  background-color: var(--primary);
  color: var(--white);
}


/* ### Nav btn
---------------------------------------- */

.siteHeader__navBtn {
  transition: background-color 0.15s, color 0.15s, right 0.3s, top 0.3s;
  /* 3本バーの配置 */
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 6px;
  justify-content: center;
  /* そのままの位置でモーダルの上位レイヤーに表示するため */
  position: relative;
  z-index: 110;
}
.siteHeader__navBtn.isOpen {
  position: fixed;
  right: 12px;
  top: 12px;
}

/* 3本バー */
.navBtn__bar {
  background-color: var(--primary);
  border-radius: 2px;
  height: 3px;
  width: 32px;
  transition: background-color 0.15s, opacity 0.15s, transform 0.15s, height 0.15s, width 0.15s;
}
.siteHeader__navBtn.isOpen .navBtn__bar {
  background-color: var(--accent);
  height: 4px;
  width: 36px;
}
.siteHeader__navBtn.isOpen .navBtn__bar:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}
.siteHeader__navBtn.isOpen .navBtn__bar:nth-of-type(2) {
  opacity: 0;
}
.siteHeader__navBtn.isOpen .navBtn__bar:nth-of-type(3) {
  transform: translateY(-10px) rotate(45deg);
}


/* ### カートボタン用
---------------------------------------- */

.welcart_cartBtn {
  position: relative;
}
.welcart_cartBtn .total-quant {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #f41e55;
  color: var(--white);
  font-weight: 700;
  text-align: center;
  vertical-align: text-bottom;
}


/* ## Overlay nav
======================================== */

/* modal */
.modalNav {
  background-color: var(--white);
  border: 2px solid var(--primary);
  padding: 24px;

  margin-left: auto;
  margin-right: auto;
  width: calc(100vw - 15px * 2);

  /* 配置を固定でナビ内をスクロールにする */
  position: fixed;
  max-height: calc(100vh - 30px);
  max-height: calc(100svh - 30px);
  overflow-y: auto;

  top: 15px;
  left: 0;
  right: 0;
  z-index: 100;

  /* スライドイン */
  opacity: 0;
  transform: translateY(calc(-50vh)) scale(0.8);
  transition: opacity 0.15s, transform 0.15s;
  pointer-events: none;
}
.modalNav.isOpen {
  opacity: 1;
  pointer-events: auto;

  /* スライドイン */
  transform: none;
  transition: opacity 0.15s, transform 0.3s;
}

/* mask */
.modalNavMask {
  background-color: hsl(0 0% 100% / 0.8);
  position: fixed;
  inset: 0;
  z-index: 90;

  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}
.modalNavMask.isOpen {
  opacity: 1;
  pointer-events: auto;
}

.modalNavLink {
  border-bottom: 1px solid var(--border-color);
  color: var(--body-color);
  display: block;
  font-weight: 700;
  padding: 1em 0.5em 1em 1em;
  text-decoration: none;
}
.modalNavLink::before {
  border-color: currentColor currentColor transparent transparent;
  border-style: solid;
  border-width: 2px 2px 0 0;
  color: var(--primary);
  content: "";
  display: inline-block;
  height: 0.5em;
  width: 0.5em;
  margin-right: 0.75em;
  transform: rotate(45deg);
}



/* ## Breadcrumb
======================================== */

@media not all and (min-width: 768px) {
  .breadcrumb {
    display: none;
  }
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.breadcrumb__item {
  font-size: 0.75rem;
}
.breadcrumb__item + .breadcrumb__item {
  padding-left: 0.5em;
}
.breadcrumb__item + .breadcrumb__item::before {
  color: #666;
  content: ">\00a0";
  float: left;
  padding-right: 0.5em;
}
.breadcrumb__item a {
  text-decoration: none;
}
.breadcrumb__item_current {
  color: #666;
}



/* ## Site content
======================================== */

/* #main, */
.siteContent__row {
  display: grid;
  gap: 50px;
}

@media (min-width: 992px) {
  /* #main, */
  .siteContent__row {
    grid-template-columns: 250px 1fr;
  }
  /* #primary, */
  .siteContent__main {
    order: 2;
  }
  /* #secondary, */
  .siteContent__aside {
    order: 1;
  }
}



/* ## Site footer
======================================== */

/* ### Footer nav
---------------------------------------- */

.footerNavLink {
  color: var(--body-color);
  display: block;
  font-weight: 500;
  padding: 0.2em 0.5em;
  text-decoration: none;
  transition: background-color 0.15s;
}
@media (hover: hover) {
  .footerNavLink:hover {
    background-color: var(--white);
    color: var(--body-color);
  }
}
.footerNavLink:focus {
  background-color: var(--white);
  color: var(--body-color);
}
.footerNavLink::before {
  content: url("./img/common/footer_nav_icon.svg");
  display: inline-block;
  padding-right: 0.25em;
  vertical-align: middle;
}



/* ## Go top
======================================== */
.goTopTarget {
  height: 300px;/*出現までのスクロール量*/
  position: absolute;
  visibility: hidden;
}

.goTop {
  opacity: 0;
  position: fixed;
  right: clamp(16px, 12.8px + 0.9vw, 24px);
  bottom: clamp(16px, 12.8px + 0.9vw, 24px);
  transition: opacity 0.3s;
  pointer-events: none;
  z-index: 10;
}
.goTop.scrolled {
  opacity: 1;
  pointer-events: auto;
}

.goTop__link {
  background-color: rgb(255 255 255 / 0.5);
  border: 2px solid var(--primary);
  border-radius: 50%;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 0.35);
  color: var(--primary);
  display: inline-block;
  padding-top: 6px;
  text-align: center;
  text-decoration: none;
  transition: border 0.15s, color 0.15s, padding-top 0.15s, filter 0.15s;
  height: 44px;
  width: 44px;
}
@media (hover: hover) {
  .goTop__link:hover {
    border: 2px solid var(--primary);
    color: var(--primary);
    padding-top: 4px;
    filter: brightness(1.1);
  }
}
.goTop__link:focus {
  border: 2px solid var(--primary);
  color: var(--primary);
  padding-top: 4px;
  filter: brightness(1.1);
}

.goTop__icon {
  border-color: currentColor currentColor transparent transparent;
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-radius: 0 2px 0 0;
  color: currentcolor;
  display: inline-block;
  height: 8px;
  width: 8px;
  transform: rotate(-45deg);
}

