@charset "UTF-8";

amp-sidebar {
  display: none;
}

amp-sidebar[side] {
  width: 320px;
}

.l-global_header {
  background-color: var(--COLOR_WHITE);
  display: contents;
}

.l-global_header .c-nav__main-item {
  display: inline-block;
  vertical-align: top;
}

.l-global-footer {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: var(--COLOR_BLACK_3);
}

.l-global-footer__copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  color: var(--COLOR_WHITE);
}

.l-global-footer__copyright p {
  color: var(--COLOR_WHITE);
  font-size: 14px;
}

.p-global_header__main_nav {
  padding: 10px 0;
  background: var(--COLOR_WHITE);
}

.p-inner__global_header__main_nav {
  display: flex;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.p-inner__global_header__main_nav .header-menu {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 8px;
  align-items: center;
  padding-left: 0px;
}

.p-inner__sub_nav input[type="checkbox"]:checked+.p-sub_nav__list-wrapper .p-sub_nav__list {
  overflow: unset;
  height: unset;
  position: relative;
}

.p-inner__sub_nav input[type="checkbox"]:checked+.p-sub_nav__list-wrapper+.c-nav__main-item-search {
  display: block;
}

.p-inner__sub_nav input[type="checkbox"]:checked+.p-sub_nav__list-wrapper .p-sub_nav__dropdown .p-sub_nav__dropdown-other svg {
  transform: rotate(-180deg);
}

.p-header__brand {
  min-width: 180px;
  height: auto;
  margin: 0;
  font-size: initial;
}

.header-menu {
  display: flex;
  margin-top: 0 0 0 8px;
  align-items: center;
}

.header-menu li {
  font-size: 15px;
}

.header-menu li:nth-child(1) {
  width: 150px;
}

.header-menu li:nth-child(2) {
  width: 160px;
  margin-left: 100px;
}

.header-menu li:nth-child(3) {
  width: 80px;
}

.header-menu li:nth-child(4) {
  width: 160px;
}

.header-menu li a {
  display: block;
  color: var(--COLOR_BLACK_1);
  position: relative;
  transition: color .25s ease;
}

.header-menu li a:hover {
  color: var(--COLOR_RED);
}

.header-menu:not(.header-menu--event) li:nth-child(1) .header-item-name {
  padding-left: 0px;
  width: 150px;
}

.header-menu:not(.header-menu--event) li:nth-child(2) .header-item-name {
  padding-left: 40px;
  width: 150px;
}

.header-menu:not(.header-menu--event) li:nth-child(3) .header-item-name {
  padding-left: 32px;
  width: 100px;
}

.header-menu:not(.header-menu--event) li:nth-child(4) .header-item-name {
  padding-left: 36px;
  width: 160px;
}

.header-menu .header-item-icon {
  width: auto;
  height: 20px;
  position: absolute;
  top: auto;
}

.header-menu .header-item-icon .cls-1 {
  fill: none;
}

.header-menu .header-item-icon .cls-2 {
  clip-path: url(#clippath);
}

.header-menu .header-item-icon .cls-3 {
  fill: #1f1f1f;
}

.header-menu .header-item-icon svg {
  width: auto;
  height: 20px;
  vertical-align: baseline;
}

.header-menu .header-item-name {
  margin-top: 0;
  font-size: 15px;
}

.header-menu--event {
  font-size: 16px;
  font-weight: 500;
  color: #0e1a40;
  margin-top: 0;
}

.header-menu--event li {
  margin-left: 0;
  background: #f7f3a6;
  padding: 4px 8px;
  border-radius: 5px;
  margin-left: 0;
}

.header-menu-nologin {
  height: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
}

.header-vertical-line {
  border-left: 1px solid var(--COLOR_GRAY_1);
  height: 24px;
  margin: auto 17px;
}

.header-other {
  display: flex;
  margin-left: auto;
  align-items: center;
  display: flex;
  right: 0;
}

.header-signup {
  display: flex;
  margin-right: 10px;
  display: flex;
}

.header-signup .header-head {
  position: relative;
  font-size: 16px;
  font-size: 16px;
}

.header-signup .header-head svg {
  position: absolute;
  top: 0.05em;
  left: -24px;
  width: 15px;
}

.header-signup .header-body {
  border: 1px solid #222;
  border-radius: 30px;
  padding: 4px 8px 6px;
  margin-left: 10px;
  display: flex;
  margin-left: 10px;
  display: flex;
}

.header-signup .header-body div {
  position: relative;
  padding: 0 10px;
}

.header-signup .header-body div a {
  color: var(--COLOR_BLACK_1);
  text-decoration: none;
  transition: color .25s ease;
  color: var(--COLOR_BLACK_1);
  text-decoration: none;
  white-space: nowrap;
}

.header-signup .header-body div a:hover {
  color: var(--COLOR_RED);
}

.header-signup .header-body div:before {
  content: '';
  width: 1px;
  height: 24px;
  background-color: #B3B3B3;
  position: absolute;
  left: 0;
}

.header-signup .header-body div:first-child:before {
  display: none;
}

.header-signup .header-bodyd div {
  position: relative;
  padding: 0 10px;
}

.header-signup dd div a {
  color: var(--COLOR_BLACK_1);
  text-decoration: none;
}

.header-button {
  display: flex;
  align-items: center;
}

.header-button a {
  font-size: 16px;
  color: var(--COLOR_WHITE);
  text-decoration: none;
  display: block;
  border-radius: 50px;
  padding: 4px 18px 6px;
}

.header-button--login a {
  background-color: var(--COLOR_BLACK_1);
  transition: background-color .25s ease, color .25s ease;
  white-space: nowrap;
}

.header-button--login a:hover {
  background-color: var(--COLOR_RED);
  color: var(--COLOR_WHITE);
}

.header-button--logout a {
  background-color: #939597;
}

.header-head a {
  color: var(--COLOR_BLACK_2);
}

.header-head a:hover {
  color: var(--COLOR_RED);
  transition: color .25s ease;
}

.p-sub_nav {
  background: var(--COLOR_BLACK_3);
  color: #0e1a40;
  position: sticky;
  top: 0;
  z-index: 999;
}

.p-sub_nav-sp {
  display: none;
}

.p-sub_nav .p-inner__sub_nav {
  position: relative;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
  box-sizing: content-box;
}

.p-sub_nav #sub-menu {
  display: none;
}

.p-sub_nav__dropdown {
  position: absolute;
  top: 4px;
  right: 40px;
  margin-top: 10.5px;
}

.p-sub_nav__dropdown svg {
  width: 12px;
}

.p-sub_nav__dropdown-other {
  width: 84px;
  background-color: var(--COLOR_WHITE);
  border-radius: 50px;
  font-size: 16px;
  padding: 1px 8px 2px;
  transition: all .25s ease;
}

.p-sub_nav__dropdown-other:hover {
  background-color: var(--COLOR_RED);
  color: var(--COLOR_WHITE);
}

.p-sub_nav__dropdown-other:hover svg {
  fill: var(--COLOR_WHITE);
  transform: rotate(-180deg);
}

.p-sub_nav__dropdown-search {
  border-radius: 4px;
  border: 1px solid var(--COLOR_WHITE);
  color: var(--COLOR_WHITE);
  margin-left: 16px;
  padding: 2px 22px 4px 13px;
  transition: all .25s ease;
}

.p-sub_nav__dropdown-search:hover {
  background-color: var(--COLOR_WHITE);
  color: var(--COLOR_BLACK_1);
}

.p-sub_nav__dropdown-search:hover svg .icon-parts1 {
  fill: var(--COLOR_BLACK_1);
}

.p-sub_nav__dropdown-search:hover svg .icon-parts2 {
  stroke: var(--COLOR_BLACK_1);
}

.p-sub_nav__list {
  overflow: hidden;
  max-height: 1000px;
  height: 52px;
  padding-left: 0px;
}

.p-sub_nav__list::-webkit-scrollbar {
  display: none;
}

.p-sub_nav__list::before {
  content: "";
  float: right;
  display: block;
  width: 185px;
  height: 52px;
  shape-outside: ellipse(closest-side farthest-side);
}

.p-sub_nav__list .c-nav__main-item a {
  display: flex;
  justify-content: left;
  align-items: center;
  position: relative;
  padding: 0 14px;
  font-size: 16px;
  height: 52px;
  transition: background-color .25s ease;
}

.p-sub_nav__list .c-nav__main-item a:after {
  content: '';
  height: 36px;
  width: 1px;
  background-color: #484848;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: background-color .25s ease;
}

.p-sub_nav__list .c-nav__main-item a:hover {
  background-color: #f0f0f0;
  color: #333333;
}

.p-sub_nav__list .c-nav__main-item a:hover + .c-nav__sub-items {
  display: block;
}

.p-sub_nav__list .c-nav__main-item .c-nav__sub-items:hover {
  display: block;
}

.p-sub_nav__list .c-nav__main-item a:hover:after {
  background-color: #f0f0f0;
}

.p-sub_nav__list .c-nav__main-item .c-nav__sub-items li a::after {
  width: 100%;
  height: 1px;
  bottom: -45px;
}

.p-global_footer__main_nav {
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
  box-sizing: content-box;
}

.p-global_footer__main_nav .c-nav__main-item {
  margin-top: 5px;
  margin-left: 40px;
}

.p-global_footer__main_nav .c-nav__main-nav,.p-global_footer__main_nav .c-nav__main-child-item{
  color: var(--COLOR_WHITE);
  position: relative;
  padding-left: 18px;
  margin: 0;
}

.p-global_footer__main_nav .c-nav__main-nav::before{
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
}

.c-nav__main-child-item::before{
  content: "●";
  position: absolute;
  left: 3px;
  font-size: 0.6em;
  top: 3px;
}

.c-nav__main-child-item ul.c-nav__main-list li.c-nav__main-item{
  margin-left: 24px;
}

.p-global_footer__main_nav .c-nav__main ul{
  margin-bottom: 20px;
  padding-left: 0;
}

.p-global_footer__main_nav .c-nav__main-item a{
  color: var(--COLOR_GREEN);
  border-bottom: 1px solid var(--COLOR_GREEN);
}

.p-global_footer__main_nav .c-nav__sub-item {
  margin-top: 24px;
  margin-left: 24px;
}

.p-global_footer__link {
  display: inline;
  margin: 0 auto;
}

.p-global_footer__link:hover {
  color: var(--COLOR_WHITE);
  text-decoration: underline;
}

.footer-company {
  text-align: center;
  margin: 0;
  padding: 0;
}

.footer-company dt {
  font-size: 14px;
  line-height: 1.5;
  color: var(--COLOR_WHITE);
  height: 22px;
  margin-bottom: 2px;
}

.footer-company dd {
  font-size: 14px;
  line-height: 1.5;
  color: var(--COLOR_WHITE);
  height: 22px;
  margin-left: 0;
}

.c-nav__main-item a:hover {
  color: var(--COLOR_WHITE);
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .p-sub_nav-pc {
    display: none;
  }
  .p-sub_nav-sp {
    display: block;
  }
  .p-sub_nav__list-wrapper {
    overflow-x: scroll;
  }
  .p-top__sub-link-area {
    height: 270px;
  }
  .l-global_header .p-sub_nav__list {
    overflow-x: auto;
    display: flex;
    height: 40px;
  }
  .l-global_header .p-sub_nav__list::before {
    display: none;
  }
  .l-global-footer {
    flex-wrap: wrap;
    padding: 44px 20px;
  }
  .l-global-footer__inner {
    flex-wrap: wrap;
  }
  .l-global-footer__copyright {
    padding-top: 32px;
    padding-bottom: 0;
    color: var(--COLOR_GRAY_4);
    text-align: left;
    justify-content: flex-start;
  }
  .p-global_footer__main_nav {
    padding-right: 0;
    padding-left: 0;
  }
  .p-global_footer__main_nav .c-nav__sub-list {
    padding-top: 32px;
    margin-top: -16px;
    margin-left: -16px;
  }
  .p-global_footer__main_nav .c-nav__sub-item {
    margin-top: 16px;
    margin-left: 16px;
  }
  .p-global_footer__main_nav .c-nav__banner {
    width: 264px;
  }
  .p-global_footer__main_nav .c-nav__sub {
    display: block;
    margin-top: 40px;
  }
  .p-sub_nav .p-inner__sub_nav {
    padding-right: 0px;
    padding-left: 0px;
  }
  .p-sub_nav__dropdown {
    right: 20px;
  }
  .p-sub_nav__dropdown-other:hover {
    background-color: var(--COLOR_WHITE);
    color: var(--COLOR_BLACK_1);
  }
  .p-sub_nav__dropdown-other:hover svg {
    fill: var(--COLOR_BLACK_1);
    transform: translateY(2px) rotate(0deg);
  }
  .p-inner__sub_nav input[type="checkbox"]:checked+.p-sub_nav__list-wrapper .p-sub_nav__dropdown .p-sub_nav__dropdown-other {
    background-color: var(--COLOR_RED);
    color: var(--COLOR_WHITE);
  }
  .p-inner__sub_nav input[type="checkbox"]:checked+.p-sub_nav__list-wrapper .p-sub_nav__dropdown .p-sub_nav__dropdown-other svg {
    fill: var(--COLOR_WHITE);
    transform: rotate(-180deg);
  }
  .p-sub_nav__list .c-nav__main-item a:after {
    content: none;
  }
  .c-nav__main-item-button {
    display: flex;
    align-items: center;
    position: relative;
  }
  .c-plus-button {
    color: var(--COLOR_WHITE);
    padding: 8px 10px;
  }
  .c-nav__main-item-button::after {
    content: '';
    height: 36px;
    width: 1px;
    background-color: #484848;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: background-color .25s ease;
  }
}

@media screen and (max-width: 1199px) {
  header {
    overflow: hidden;
  }
  .header-menu {
    margin-left: 0px;
  }
  .header-menu li {
    margin: 0px;
  }
  .header-menu--event li {
    margin-left: 0;
  }
  .header-vertical-line {
    margin: auto 10px;
  }
  .p-header__brand {
    width: 220px;
    height: auto;
    margin: 0;
  }
  .header-menu li:nth-child(2) {
    margin-left: 3%;
  }
  .p-global_header__main_nav {
    padding: 10px;
  }
  .p-inner__global_header__main_nav .header-menu {
    padding-left: 0px;
  }
}

@media screen and (max-width: 1024px) {
  amp-sidebar {
    overflow: visible !important;
  }
  .amp-sidebar__inner {
    width: 320px;
  }
  .l-global_header .p-sub_nav__list .c-nav__main-item a {
    padding: 0px 10px;
    height: 40px;
    white-space: nowrap;
  }
  .l-global_header .p-sub_nav__list .c-nav__main-item a:after {
    height: 28px;
  }
  .l-global_header .p-sub_nav__list::before {
    width: 120px;
    height: 40px;
  }
  .l-global_header .p-inner__sub_nav>input[type="checkbox"] {
    display: none;
    display: none;
  }
  .l-global-footer__copyright {
    text-align: left;
    justify-content: flex-start;
  }
  .l-headlines--secondary {
    padding-top: 24px;
  }
  .p-inner__global_header__main_nav {
    justify-content: space-between;
  }
  .header-menu {
    display: none;
  }
  .header-vertical-line {
    display: none;
  }
  .header-other {
    display: none;
  }
  .p-sub_nav__dropdown {
    right: 40px;
    margin-top: 4px;
  }
  .p-sub_nav__dropdown svg {
    transform: translateY(2px);
    width: 16px;
  }
  .p-sub_nav__dropdown-search {
    border: none;
    padding: 0;
  }
  .p-sub_nav__dropdown-search span {
    display: none;
  }
  .p-sub_nav__dropdown-search:hover {
    background-color: transparent;
  }
  .p-sub_nav__dropdown-search:hover svg .icon-parts1 {
    fill: var(--COLOR_WHITE);
  }
  .p-sub_nav__dropdown-search:hover svg .icon-parts2 {
    stroke: var(--COLOR_WHITE);
  }
  .p-global_footer__main_nav .c-nav__sub {
    flex-direction: column;
    align-items: flex-start;
  }
  .p-global_footer__main_nav .c-nav__sub-list {
    flex-wrap: wrap;
    padding-top: 32px;
  }
}

@media screen and (max-width: 375px) {
  .p-sub_nav__dropdown {
    right: 20px;
  }
}

/* components */
.c-nav__main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.c-nav__sub {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 72px;
  border-top: solid 1px rgba(255, 255, 255, 0.3);
}

.c-nav__banner {
  width: 320px;
}

.c-nav__banner img {
    width: 100%;
}

.c-nav__main-list {
  flex-wrap: wrap;
  margin-top: -24px;
  margin-left: -24px;
  padding-top: 20px;
}

.c-nav__main-item a {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--COLOR_WHITE);
}

.c-nav__main-item-search {
  display: none;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 20px;
}

.c-nav__main-item-search .c-sub_nav__searchbox {
  position: relative;
  max-width: 720px;
  margin: auto;
}

.c-nav__main-item-search .c-sub_nav__searchbox button {
  width: 28px;
  height: 28px;
  position: absolute;
  right: 6px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.c-nav__main-item-search .c-nav__searchbox__body {
  width: 100%;
  height: 40px;
  background-color: var(--COLOR_WHITE);
  border-radius: 4px;
  padding: 0 50px 0 10px;
}

.c-nav__sub-list {
  display: flex;
  margin-top: -24px;
  margin-left: -24px;
}

.c-nav__sub-item {
  display: flex;
}

.c-nav__sub-item a {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--COLOR_WHITE);
}

.c-nav__sub-items {
  display: none;
  position: absolute;
  z-index: 10;
  padding-left: 0px;
}

.c-nav__sub-items li {
  background: #333;
}

@media screen and (max-width: 1199px) {
  .c-sp-nav_footer {
    padding-top: 30px;
  }
  .c-sp-nav_footer-login {
    display: flex;
    column-gap: 38px;
    justify-content: center;
  }
  .c-sp-nav_footer-login a {
    text-align: center;
  }
  .c-footer_nav-icon img {
    width: 38px;
    height: 38px;
  }
  .c-footer_nav-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.75;
    color: var(--COLOR_BLACK_3);
  }
  .c-nav__main{
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .c-btn__main_nav__toggle {
    width: 36px;
    display: block;
    height: 36px;
    width: 36px;
    top: -2px;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 0;
    position: relative;
    z-index: 1010;
  }
  .c-sp-nav_button {
    width: 36px;
    height: 36px;
  }
  .c-btn__hamburger_parts {
    display: block;
    background-color: #707070;
    position: absolute;
    transition: all .2s linear;
    height: 2px;
    left: 14px;
    transform-origin: -1px;
    width: 20px;
  }
  .c-btn__hamburger_parts:nth-child(1) {
    top: 13px;
  }
  .c-btn__hamburger_parts:nth-child(2) {
    top: 20px;
  }
  .c-btn__hamburger_parts:nth-child(3) {
    top: 27px;
  }
  .c-sp-nav_header {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 8px;
    background: var(--COLOR_WHITE);
    position: relative;
  }
  .c-sp-nav_logo {
    width: 218px;
  }
  .c-sp-nav_list {
    padding: 0 20px 30px;
    overflow: hidden;
    background: var(--COLOR_WHITE);
  }
  .c-sp-nav_list ul li {
    margin-top: 20px;
  }
  .c-sp-nav_list ul li a {
    color: var(--COLOR_BLACK_1);
    display: flex;
    align-items: center;
  }
  .c-sp-nav_list ul li i {
    width: 30px;
    text-align: center;
    margin-right: 10px;
  }
  .c-sp-nav_list ul li svg {
    height: 23px;
    vertical-align: top;
  }
  .c-sp-nav_list ul li ul {
    border-bottom: 1px solid var(--COLOR_GRAY_2);
    padding-bottom: 20px;
  }
  .c-sp-nav_footer__signup {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .c-sp-nav_footer__head {
    display: flex;
    align-items: center;
    margin-right: 10px;
  }
  .c-sp-nav_footer__head svg {
    width: 19px;
    margin-right: 10px;
  }
  .c-sp-nav_footer__head a {
    color: var(--COLOR_BLACK_2);
  }
  .c-sp-nav_footer__body {
    display: flex;
    align-items: center;
  }
  .c-sp-nav_footer__body div:first-child {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #B3B3B3;
  }
  .c-sp-nav_footer__body a {
    color: var(--COLOR_BLACK_1);
  }
  .c-sp-nav_footer__button {
    margin-top: 20px;
  }
  .c-sp-nav_footer__button a {
    font-weight: 600;
    margin: 0 20px;
    text-align: center;
    display: block;
    color: var(--COLOR_WHITE);
    border-radius: 50px;
    padding: 17px 0;
  }
  .c-sp-nav_footer__button--login a {
    background-color: var(--COLOR_BLACK_2);
  }
  .c-sp-nav_footer__button--logout a {
    background-color: #939597;
  }
  .c-sp-nav_footer + .i-amphtml-screen-reader + div {
    display: none;
  }
  .c-sp-nav_close {
    position: relative;
    width: 50px;
  }
  .c-sp-nav_close label {
    width: 57px;
    padding-top: 57px;
    height: 0;
    background-color: transparent;
    opacity: 1;
  }
  .c-sp-nav_close label:before {
    content: '';
    width: 20px;
    height: 2px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background-color: var(--COLOR_BLACK_1);
    transform: rotate(45deg);
  }
  .c-sp-nav_close label:after {
    content: '';
    width: 20px;
    height: 2px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background-color: var(--COLOR_BLACK_1);
    transform: rotate(-45deg);
  }
}

@media screen and (max-width: 768px) {
  .c-nav__main {
    flex-direction: column;
    align-items: flex-start;
  }
  .c-nav__sub {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 34px;
  }
  .c-nav__sub__list {
    display: none;
    overflow-x: scroll;
    background-color: #eee;
  }
  .c-nav__sub-items {
    background-color: #eee;
    display: flex;
    gap: 30px;
    padding: 10px;
    position: initial;
  }
  .c-nav__sub-items li {
    background-color: #eee;
    display: inline-block;
    white-space: nowrap;
  }
  .c-nav__sub-items li a {
    color: #333;
    position: relative;
    padding-right: 10px;
  }
  .c-nav__sub-items li a::after {
    content: "";
    position: absolute;
    right: -8px;
    top: 2px;
    width: 1px;
    height: 20px;
    background-color: #999;
  }
  .c-nav__main-item-search {
    display: block;
    width: 90%;
    margin: 0 auto;
    border-radius: 5px;
    padding: 0;
  }
  .c-btn__main_nav__search .c-sp-nav_search {
    width: 45px;
    height: 45px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    right: 45px;
    top: 8px;
  }
}
