@charset "utf-8";

html {
  scroll-behavior: smooth;
}
a,
a:link,
a:visited {
  color: unset;
  text-decoration: none;
}
a.anchor {
  display: block;
  padding-top: 92px;
  margin-top: -92px;
  position: relative;
  z-index: -1;
}

div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
span,
em,
i,
figure {
  box-sizing: border-box;
}
/* layout.css
------------------------------------------ */
/* HEADER
------------------------------------------ */
#HEADER {
  height: 80px;
  margin: 0;
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 99999;
}

#LOGO {
  margin: 0px 20px 0px;
}
/* #LOGO a {
} */
#LOGO a img {
  margin: 0;
  opacity: 1;
  width: unset;
  height: 100%;
}
.nav {
  height: 100%;
}
.ogp {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.nav p {
  margin-top: 0;
}
.nav .nav-box {
  display: flex;
  justify-content: space-between;
  height: 100%;
  max-width: 1400px;
  margin: 0 auto;
  overflow: hidden;
}
.nav .top-link {
  margin: unset;
  display: flex;
  min-width: 900px;
  align-items: center;
  /* overflow: hidden; */
}
.nav .top-link a {
  font-weight: bold;
  padding: 5em 1.5em 5em 0.5em;
  display: flex;
}
.nav .top-link .menu__nodown a {
  font-weight: bold;
  padding: 5em 0.5em;
  display: flex;
  margin-right: 0.5em;
  /* color: #014099; */
}
.nav .top-link a:hover {
  /* color: rgb(45, 206, 169); */
  transition: 0.3s;
  opacity: 1;
  background-color: #014099;
  color: #fff !important;
}
.nav .top-link .txt li {
  padding: 0 1.5em 0 0;
  display: inline;
  /*height: 80px;*/
}
.nav .top-link .txt li.menu__single {
  padding: unset;
  /* padding: 2em 2em 2em 1.5em; */
  background: #fff;
  color: #014099;
  display: flex;
  align-items: center;
  position: inherit;
}
.nav .top-link .txt li.menu__single:hover > * {
  background: #014099;
  color: #fff;
  z-index: 999;
}

/* ヘッダーのグラデーション */
.nav .top-link .txt li.menu__single:hover > ul {
  background: #014099;
  background: linear-gradient(
    180deg,
    rgba(1, 64, 153, 1) 0%,
    rgb(1 64 153 / 60%) 70%,
    rgb(1 64 153 / 25%) 90%,
    rgb(1 64 153 / 10%) 95%,
    rgba(1, 64, 153, 0) 100%
  );
  color: #fff;
  z-index: 999;
  margin-top: 0;
}
/* ヘッダーのグラデーション */

.nav .top-link a:hover {
  /* color: rgb(45, 206, 169); */
  transition: 0.3s;
  opacity: 1;
  background-color: #014099;
  color: #fff !important;
  overflow: visible !important;
}
.nav .top-link .menu__single a {
  overflow: hidden;
}
.nav .top-link .menu__single a::after {
  position: absolute;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border: solid 1.7px #014099;
  border-top: unset;
  border-left: unset;
  transform: rotate(45deg);
  right: 0.5em;
  margin-top: -0.3em;
}
.nav .top-link .menu__single:hover a::after {
  border: solid 1.7px #fff;
  border-top: unset;
  border-left: unset;
  transition: 0.3s;
}
.nav .top-link .menu__second-level a::after {
  content: unset;
}
.nav .top-link .txt li.menu__nodown {
  margin: unset;
  padding: unset;
  overflow: hidden;
  color: #014099;
  /* height: 80px; */
}
.nav .top-link .txt li.menu__nodown:hover {
  color: #fff;
}
.nav .top-link .txt li.toiawase {
  position: relative;
  margin: unset;
  /* padding: 2px 2.5em 2px 0.5em;
  background: #014099; */
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 80px;
}
.nav .top-link .txt li.toiawase a::after {
  position: absolute;
  content: "";
  width: 2em;
  height: 1em;
  background-image: url(/ja/common/img/mail.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  right: 2em;
  margin-top: 0.3em;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg)
    brightness(102%) contrast(102%);
}
.nav .top-link .txt li.toiawase a {
  color: #fff;
  padding: 2px 2.5em 2px 0.5em;
  background: #014099;
}
.nav .top-link .txt li.toiawase a:hover {
  color: #014099 !important;
  background: unset;
  transition: unset;
  padding: 1px;
  padding-right: calc(2.5em - 1px);
  padding-left: calc(0.5em - 1px);
  border: solid #014099 1px;
}
.nav .top-link .txt li.toiawase a:hover::after {
  filter: invert(18%) sepia(59%) saturate(3094%) hue-rotate(203deg)
    brightness(92%) contrast(108%);
  /* transition: 0.3s; */
}
.nav .top-link .txt .menu__single a {
  /* display: block; */
  display: flex;
  align-items: center;
  /* color: #014099; */
  position: relative;
  overflow: hidden;
  /* color: #014099; */
}
.nav .top-link .txt .menu__single a:hover {
  color: #fff;
}
.nav .top-link .txt {
  display: flex;
  /* overflow: hidden; */
  align-items: center;
  padding-inline-start: unset;
}
.nav .top-link .lang {
  margin: 0 1.5em 0 0;
  display: flex;
  padding: unset;
}
.nav .top-link .lang li {
  display: inline;
  margin: 1.8em 0 2em;
  font-size: 16px;
}
.nav .top-link .lang li:first-child {
  position: relative;
  margin-right: 0.5em;
}
.nav .top-link .lang li:first-child::after {
  position: absolute;
  content: "/";
  top: -0.2em;
  right: -0.4em;
  color: #d5d5d5;
  font-size: 1.2em;
}

.nav .top-link .lang li b {
  line-height: 16px;
  padding: 5px 6px;
  color: #014099;
  display: block;
  border-radius: 60px;
}
.nav .top-link .lang li a {
  line-height: 15px;
  padding: 6px;
  height: 15px;
  display: block;
  color: #d5d5d5;
  font-size: 16px;
  border-radius: 50px;
}
.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  /* background-color: rgba(0, 0, 0, 0.5); */
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.5s;
}
.overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.menu-trigger {
  display: none;
  width: 36px;
  height: 28px;
  vertical-align: middle;
  cursor: pointer;
  position: absolute;
  top: 24px;
  right: 30px;
  z-index: 100;
}
.menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #c7c7c7;
  transition: all 0.5s;
}
.menu-trigger.active span {
  background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(12px) rotate(-45deg);
}
.menu-trigger span:nth-of-type(2) {
  top: 12px;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-12px) rotate(45deg);
}

nav.spmenu {
  width: 92vw;
  height: 100%;
  padding-top: 40px;
  background-color: rgb(16, 69, 153, 0.95);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  transform: translate(100vw);
  transition: all 0.5s;
}
nav.open {
  transform: translateZ(0);
}
nav ul {
  padding-inline-start: unset;
}
nav li {
  color: #fff;
  text-align: center;
  padding: 0;
  /* height: 80px; */
}

.nav .menu__single {
  height: 100%;
}
.menu > li.menu__single {
  position: relative;
}

li.menu__single ul.menu__second-level {
  display: none;
  top: 80px;
  z-index: 99999;
  position: absolute;
  width: 100vw;
  left: 0;
  background: rgba(1, 64, 153, 0.99);
  justify-content: center;
  align-items: center;
  padding: 0 0 48px;
  /* padding: 48px 0; */
  transition-duration: 0.3s;
  transition-delay: 0.3s;
}
li.menu__single:hover ul.menu__second-level {
  display: flex;
  flex-wrap: wrap;
}
li.menu__single ul.menu__second-level:hover {
  display: flex;
}
.nav li.menu__single ul.menu__second-level li {
  line-height: 1;
  display: block;
  font-size: 15px;
  padding: 0;
  margin: 0;
}
li.menu__single ul.menu__second-level li a {
  color: #014099;
  padding: 2em 2em;
  margin: 1em;
  background-color: #fff;
  border: 1px solid #fff;
  font-size: 16px;
}
li.menu__single ul.menu__second-level_product li a {
  padding: 2em 1em;
}

li.menu__single ul.menu__second-level li a img {
  width: auto;
  height: 32px;
}
li.menu__single ul.menu__second-level div {
  display: flex;
  padding: 40px 0;
  position: relative;
}
li.menu__single ul.menu__second-level hr {
  height: 0;
  padding: 0;
  border: 0;
  margin-top: 1em !important;
  border-top: 1px solid #bbb;
}
li.menu__single ul.menu__second-level .category_name {
  position: absolute;
  top: 0;
  padding: unset;
  width: 100%;
  margin: 0 1em 0;
}
li.menu__single ul.menu__second-level h4 {
  color: #fff;
  display: flex;
  position: static;
  top: 0;
}
li.menu__single ul.menu__second-level h4::after {
  position: absolute;
  content: "";
  height: 20px;
  margin-bottom: -20px;
  border-top: #fff 1px solid;
  border-right: #fff 1px solid;
  right: 2em;
  top: 30px;
}
li.menu__single ul.menu__second-level h4.feed::after {
  width: calc(100% - 17em);
}
li.menu__single ul.menu__second-level h4.agri::after {
  width: calc(100% - 8em);
}
li.menu__single ul.menu__second-level h4.circulation::after {
  width: calc(100% - 7em);
}
/* li.menu__single ul.menu__second-level li.calsporin_series {
} */
li.menu__single ul.menu__second-level li.calsporin_series a {
  padding: 2.5em 1em 1.5em;
  position: relative;
}
li.menu__single ul.menu__second-level li.calsporin_series a::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  background: url("/ja/common/logo/calsporinseries_2.png") no-repeat center;
  background-size: contain;
  height: 11px;
  top: 1em;
  left: 0;
  z-index: 3;
}
li.menu__single ul.menu__second-level li.calsporin_series a:hover::before {
  filter: invert(150%) sepia(150%) saturate(0%) hue-rotate(288deg)
    brightness(102%) contrast(102%);
}

li.menu__single:hover ul.menu__second-level li a:hover {
  background-color: #014099;
}
li.menu__single:hover ul.menu__second-level li a:hover img {
  filter: invert(150%) sepia(150%) saturate(0%) hue-rotate(288deg)
    brightness(102%) contrast(102%);
  opacity: 1;
}

li.menu__single:hover ul.menu__second-level h3 {
  font-size: 20px;
  margin: 10px 0;
  color: #000;
}

.box-dots {
  border: dotted 2px #0f5cd2;
  padding: 1em;
}
.n2022 .box-dots p {
  padding: 0;
  margin-top: 0;
}
.box-dots h2 {
  text-align: center;
}
.series {
  text-align: center;
  padding: 0.5em;
  background: #def0ff;
  border-radius: 20px;
}
.plist-flex {
  padding: 40px 40px 0 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.plist-item {
  margin: 0 0 40px 0;
  background: #fff;
  border-radius: 20px;
  width: 200px;
  position: relative;
  height: fit-content;
}
.plist-item h4 {
  margin-top: 0;
  text-align: center;
}
.plist-item a {
  display: block;
  position: relative;
}
.plist-photo img {
  border-radius: 0 0 20px 20px;
  width: 100%;
}
.plist-item span {
  display: inline-block;
  margin: 10px 5px 0 0;
  background: #dfdfdf;
  padding: 0 10px;
}
.plist-box {
  padding: 20px;
  position: relative;
  text-align: center;
}
.plist-box img {
  padding-top: 10px;
}
.blue_text_link {
  display: flex;
  position: relative;
  justify-content: center;
  width: 35%;
  min-width: 260px;
  background: #014099;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin: 0 auto;
}

.blue_text_link::before {
  content: "";
  display: inline-block;
  border-color: inherit;
  border-style: solid;
  border-width: 0 2px 2px 0;
  width: 9px;
  height: 9px;
  vertical-align: middle;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  transition: border-color 0.3s ease;
  color: #fff;
}

.blue_text_link a {
  width: 100%;
  text-align: center;
  padding: 15px 0;
  padding-right: 15px;
}
/*.plist-box::before{
	content: "";
	width: 20px;
  	height: 20px;
	background-image: url( "/common/img/link-icon.svg" );
	background-repeat: no-repeat;
    background-size: 20px;
	position: absolute;
	right: 15px;
	top: 50%;
}*/

/* FOOTER
------------------------------------------ */
#FOOTER {
  background: none #d9e9ff;
  overflow: hidden;
  margin-top: 30px;
}

#FOOTER .box-foot {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 0 auto;
  justify-content: space-evenly;
}

#FOOTER .foot-item {
  width: fit-content;
  text-align: left;
  margin: 0 30px;
  padding-bottom: 30px;
}

#FOOTER .foot-item h2 {
  font-size: 20px;
  font-weight: bold;
  color: #014099;
  text-align: left;
  margin: 32px 0 16px;
}
#FOOTER .item-item {
  margin-left: 1.4em;
}
#FOOTER .item-item p {
  margin-top: 8px;
  font-weight: normal;
}
#FOOTER .foot-item ul {
  color: #014099;
  padding-inline-start: unset;
}
#FOOTER .foot-item a:hover {
  text-decoration: underline;
  opacity: 1;
}
#FOOTER .foot-item ul li a {
  color: #014099;
  line-height: 2.5;
  font-size: 15px;
  position: relative;
  font-weight: normal;
}
#FOOTER .co-info li a {
  padding-right: 1.5em;
  position: relative;
  color: #014099;
}
#FOOTER .foot-item li a.sitemap::after {
  content: "";
  width: 19px;
  height: 19px;
  background-image: url(/common/img/link-icon.svg);
  background-repeat: no-repeat;
  background-size: 14px;
  position: absolute;
  right: -20px;
  top: 0;
  background-position: center;
}
#FOOTER .foot-item ul li a.toiawase {
  color: #fff;
  padding: 2px 2.5em 2px 0.5em;
  background: #014099;
  position: relative;
}
#FOOTER .foot-item ul li a.toiawase:hover {
  opacity: 0.8;
  text-decoration: none;
}
#FOOTER .foot-item ul li a.toiawase::after {
  position: absolute;
  content: "";
  width: 2em;
  height: 1em;
  background-image: url(/ja/common/img/mail.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  right: 0.3em;
  margin-top: 0.7em;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg)
    brightness(102%) contrast(102%);
}
#FOOTER .co-info li a:hover {
  opacity: 0.6;
}

#FOOTER .co-info li a::after {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url("/common/img/link-tab.svg");
  background-repeat: no-repeat;
  background-size: 15px;
  position: absolute;
  right: 0;
  top: 0;
}
#FOOTER .co-info {
  font-size: 14px;
  margin-top: 20px;
}
#FOOTER .co-name {
  margin: 0 30px;
}

#FOOTER .copyright {
  text-align: right;
  margin: unset;
  font-size: 12px;
  color: #014099;
}

.item-item {
  margin-left: 2.5em;
  /* border-left: 1.3px #014099 solid;
  padding-left: 0.5em; */
}

#sitemap #feed .feed-sidenav ul,
li {
  font-weight: normal;
}

.item-item li a {
  font-weight: 500;
}

.n2022 .item-series {
  display: inline-block;
  background: #fff;
  font-size: 12px;
  margin: 1em 0 0 0px;
  padding: 0 0.3em;
}

#sitemap #FOOTER .foot-item h2 {
  font-size: 20px;
  font-weight: bold;
  color: #014099;
  text-align: left;
  margin-bottom: 10px;
}

#sitemap #FOOTER .foot-item ul li a,
#sitemap #FOOTER .foot-item ul li a:link,
#sitemap #FOOTER .foot-item ul li a:visited {
  font-size: 14px;
}

#FOOTER .foot-item ul li a:hover {
  text-decoration: underline;
}

@media (max-width: 1350px) {
  #LOGO {
    margin: 10px 0 10px 10px;
  }
  #LOGO a img {
    width: unset;
    height: 100%;
  }
  .nav .top-link {
    min-width: 745px;
  }
  .nav .top-link a {
    font-size: 13px;
  }
  #HEADER
    .nav
    .top-link
    .txt
    li.menu__single:hover
    ul.menu__second-level
    div
    li.calsporin_series::before {
    top: 0.4em;
    left: 0.4em;
  }
}
@media (max-width: 1240px) {
  .nav .top-link a {
    font-size: 11px;
  }
}
@media (max-width: 1023px) {
  /* nav li {
    height: auto;
  } */
  .nav .top-link .lang li {
    margin: unset;
  }
  .nav .top-link .lang li b {
    background: #fff;
  }

  .nav .top-link {
    min-width: inherit;
  }
  .nav .top-link a {
    font-size: 15px;
    color: #fff;
    padding: 10px;
    justify-content: center;
  }
  .nav .top-link .lang li a {
    color: #d5d5d5;
  }
  .nav .top-link .txt {
    display: none;
    animation: show 1s linear 0s;
  }
  .nav .top-link .lang {
    margin: 0 6em 0 0;
  }
  .nav .top-link .open .lang {
    margin: 2em auto;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .menu-trigger {
    display: block;
  }

  nav.spmenu {
    overflow-y: auto;
    padding-bottom: 80px;
    box-sizing: border-box;
  }

  .spmenu li {
    border-bottom: 1px dashed #77c;
    padding: 8px 8px 16px;
    box-sizing: border-box;
  }
  .spmenu_sub {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .spmenu li ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .spmenu li ul.spmenu_s {
    flex: 0 0 150px;
  }
  .spmenu li ul li.spmenu_m {
    flex: 0 0 100%;
    font-size: 12px;
    padding: 16px 0 0;
  }
  .spmenu li ul li {
    flex: 0 0 auto;
    padding: 8px 8px;
    border: 0;
  }
  .spmenu li ul li img {
    height: 32px;
  }
  .spmenu li.calsporin_series a {
    position: relative;
  }
  .spmenu li.calsporin_series a::before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    background: url("/ja/common/logo/calsporinseries_2.png") no-repeat center;
    background-size: contain;
    height: 11px;
    top: 4px;
    left: 0;
    z-index: 3;
    display: none;
  }
  .nav .top-link .spmenu li ul li a {
    display: block;
    background: #fff;
    padding: 8px;
    color: #014099;
  }

  .spmenu_sub_product li.calsporin_series a {
    padding: 24px 8px 8px;
  }
}
@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
  /* .blue_text_link {
  } */
  #FOOTER .box-foot {
    padding: 1em;
  }
  .nav .top-link .lang li:first-child::after {
    content: unset;
  }
  #FOOTER .foot-item {
    width: 100%;
  }
  #FOOTER .foot-item h2 {
    font-size: 18px;
  }
  #FOOTER .foot-item h3 {
    font-size: 16px;
  }
  #FOOTER .foot-item ul li {
    font-size: 16px;
  }
  #FOOTER .copyright {
    text-align: center;
  }
}

/* --------カリターミックスSOON表示-------- */

/* body div:has(> a:not([href])) {
  position: relative;
}
body div:has(> a:not([href]))::after {
  position: absolute;
  content: "情報更新中";
  font-weight: bold;
  font-size: 24px;
  font-weight: 600;
  width: 100%;
  height: 100%;
  display: flex;
  background: #cccc;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
}
body div > a:not([href]) {
  color: #bbb;
  opacity: 0.6;
  background: #eee;
}
body #second-category li:has(> a:not([href])) {
  position: relative;
  width: fit-content;
}
body #second-category li:has(> a:not([href]))::after {
  position: absolute;
  content: "情報更新中";
  font-weight: bold;
  width: 100%;
  height: 100%;
  display: flex;
  background: #cccd;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  font-size: 130%;
}
body #second-category li > a:not([href]) {
  color: #bbb;
  opacity: 0.6;
  background: #eee;
}
body #second-category li > a:not([href]):hover {
  opacity: unset;
  cursor: unset;
}

body li.calsporin_series:has(> a:not([href])) {
  position: relative;
}
body li.calsporin_series:has(> a:not([href]))::after {
  position: absolute;
  content: "情報更新中";
  font-weight: bold;
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  display: flex;
  background: #fffd;
  top: 1rem;
  left: 1rem;
  align-items: center;
  color: #000;
  justify-content: center;
  font-size: 130%;
  z-index: 5;
}
body li.calsporin_series > a:not([href]) {
  color: #bbb;
  background: #eee;
}

body li.calsporin_series > a:not([href]):hover {
  opacity: unset;
  cursor: unset;
}

body p.link-item-product:has(> a:not([href])) {
  position: relative;
}
body p.link-item-product:has(> a:not([href]))::after {
  position: absolute;
  content: "情報更新中";
  font-weight: bold;
  width: 100%;
  height: 100%;
  display: flex;
  background: #cccc;
  top: 0;
  left: 0;
  align-items: center;
  color: #000;
  justify-content: center;
  font-size: 130%;
  border-radius: 100vw;
}
body p.link-item-product > a:not([href]) {
  color: #bbb;
  background: #eee;
}

body p.link-item-product > a:not([href]):hover {
  opacity: unset;
  cursor: unset;
}

#FOOTER .foot-item ul li a:not([href]) {
  color: #038;
  opacity: 0.45;
  text-decoration: line-through;
  user-select: none;
}
#FOOTER .foot-item ul li a:not([href])::after {
  content: "情報更新中";
  font-weight: bold;
  font-size: 0.75em;
  display: inline-block;
  padding: 0.3em 0.5em 0.2em;
  color: #fff;
  line-height: 1;
  background: #000;
  border-left: 0.5em #d9e9ff solid;
  z-index: 5;
  position: relative;
  left: -0.5em;
}
#FOOTER .foot-item ul li a:not([href]):hover {
  cursor: unset;
} */
/* body div a:not([href]):hover::after {
  content: unset;
} */
/* --------カリターミックスSOON表示-------- */
#to_top {
  display: flex;
  position: fixed;
  bottom: 1%;
  right: 1%;
  width: 4em;
  height: 4em;
  background: rgb(41 116 230 / 50%);
  border-radius: 4em;
  transition: 0.3s;
  justify-content: center;
  align-items: center;
  opacity: 0;
  box-sizing: border-box;
  border: 0.25em solid rgb(128 171 236 / 0%);
}
#to_top::after {
  content: "";
  position: absolute;
  width: 1.25em;
  height: 1.25em;
  border-top: 0.5em solid #fff;
  border-left: 0.5em solid #fff;
  rotate: 45deg;
  margin-bottom: -0.55em;
}

#to_top.appearance {
  opacity: 1;
}

#to_top.appearance:hover {
  background: #fff;
  border: 0.25em solid rgb(128 171 236);
}
#to_top.appearance:hover::after {
  border-color: rgb(128 171 236);
}
