main {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .nav-fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    height: 95px;
    /* background: url("../img/shared/fixed_bg.png") repeat-x bottom left; */
    background-color: #fdf6f0cf;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    opacity: 0;
    visibility: hidden;
  }
  .nav-fixed.fixed {
    opacity: 1;
    visibility: visible;
  }
  .nav-fixed .group-tel-btn {
    display: flex;
    gap: 22px;
    align-items: flex-start;
  }
  .nav-fixed .group-tel-btn .tel {
    height: 116px;
    background: url("../img/shared/fixed_bg2.png") repeat-x bottom left;
    min-width: 226px;
    box-sizing: border-box;
    padding: 28px 0 0 28px;
  }
  .nav-fixed .group-tel-btn .tel .sub-tel {
    display: block;
    line-height: 1;
    font-size: 11px;
    letter-spacing: 0;
    margin: 0 0 4px;
  }
  .nav-fixed .group-tel-btn .tel span {
    display: block;
    line-height: 1;
    font-size: 22px;
    letter-spacing: 0.08em;
  }
  .nav-fixed .group-tel-btn .tel span small {
    font-size: 12.5px;
  }
  .nav-fixed .group-tel-btn .group-btn {
    margin: 23px 0 0;
  }
  .nav-fixed .group-tel-btn .group-btn .btn-web {
    width: 230px;
  }
  .nav-fixed .group-tel-btn .group-btn .btn-web a {
    padding: 2px 0;
  }
  .nav-fixed .group-tel-btn .group-btn .btn-web a small {
    font-size: 12px;
  }
  .nav-fixed .group-tel-btn .group-btn .note {
    margin: 5px 0 0 1px;
    font-weight: 600;
    font-size: 11px;
    line-height: 15px;
    letter-spacing: 0.1em;
    padding: 0 0 0 10px;
    position: relative;
  }
  .nav-fixed .group-tel-btn .group-btn .note::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1.5px;
    bottom: 1.5px;
    width: 1px;
    background: #8f8840;
  }
  .nav-fixed .right {
    padding: 24px 50px 0 0;
  }
  .nav-fixed .right .group-nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    line-height: 1;
    gap: 14px;
  }
  .nav-fixed .right .group-nav .nav2 {
    display: flex;
    gap: 6px;
    font-size: 14px;
  }
  .nav-fixed .right .group-nav .sns {
    display: flex;
    gap: 13px;
  }
  .nav-fixed .right .group-nav .sns a {
    display: block;
  }
  .nav-fixed .right .nav {
    display: flex;
    gap: 22px;
    font-size: 15px;
    line-height: 1.6;
    margin: 6px 0 0;
  }
  .nav-fixed .right .nav a {
    letter-spacing: 0.1em;
    display: block;
    padding: 0 0 4px;
    position: relative;
    text-decoration: none;
  }
  .nav-fixed .right .nav a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: url("../img/shared/nav_line.png") repeat-y bottom center/100% auto;
    visibility: hidden;
  }
  .nav-fixed .right .nav a.active::before, .nav-fixed .right .nav a:hover::before {
    visibility: visible;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .nav-fixed .group-tel-btn {
    gap: 15px;
  }
  .nav-fixed .group-tel-btn .tel {
    padding: 28px 15px 0;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
  .nav-fixed .group-tel-btn .tel span {
    letter-spacing: 0;
  }
  .nav-fixed .right {
    padding-right: 15px;
  }
  .nav-fixed .right .nav {
    gap: 12px;
  }
  .nav-fixed .right .nav a {
    letter-spacing: 0;
  }
}
.btn-web {
  color: #fff;
  max-width: 100%;
  width: 251px;
}
.btn-web a {
  display: block;
  text-align: center;
  background: #7e783a;
  text-decoration: none;
  font-size: 12px;
  line-height: 2;
  padding: 5.5px 0;
  position: relative;
}
.btn-web a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  bottom: 0;
  background: url("../img/shared/btn_line_sp.png") repeat-y top center/100% auto;
}
@media screen and (min-width: 768px) {
  .btn-web {
    width: 287px;
  }
  .btn-web a {
    font-size: 14px;
    padding: 6px 0 6px;
    letter-spacing: 0.1em;
    transition: all 0.5s;
  }
  .btn-web a::before {
    background-image: url("../img/shared/btn_line.png");
  }
  .btn-web a:hover {
    opacity: 0.8;
  }
}

#header {
  padding: 27.73vw 0 0;
  position: relative;
}
#header .logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  #header .logo {
    width: 51vw;
  }
}
#header .group-tel-btn {
  position: absolute;
  z-index: 3;
  color: #fff;
  left: 3.73vw;
  bottom: 5vw;
}
#header #key {
  position: relative;
}
#header #key h1 {
  position: absolute;
  z-index: 3;
  right: 7px;
  color: #fff;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  top: 13px;
  height: 200px;
}
#header #key .img {
  height: 132vw;
}
@media screen and (min-width: 768px) {
  #header {
    padding: 149px 0 0;
  }
  #header .nav {
    position: absolute;
    z-index: 4;
    top: 51px;
    right: 51px;
    display: flex;
    gap: 16px;
    height: 295px;
  }
  #header .nav li a {
    display: block;
    padding: 8px 2.5px 0;
    text-decoration: none;
    color: #303030;
    transition: all 0.5s;
    font-size: 18px;
    line-height: 1.5;
    width: 32px;
    box-sizing: border-box;
    cursor: pointer;
    letter-spacing: 0.1em;
    height: 125px;
    background: url("../img/shared/nav_bg.png") repeat-x bottom center;
  }
  #header .nav li a.active, #header .nav li a:hover {
    background-image: url("../img/shared/nav_active.png");
    color: #fff;
  }
  #header .nav li:nth-child(1) a {
    height: 122px;
  }
  #header .nav li:nth-child(2) a {
    height: 243px;
  }
  #header .nav li:nth-child(3) a {
    height: 295px;
  }
  #header .nav li:nth-child(5) a {
    height: 158px;
  }
  #header .nav li:nth-child(7) a {
    height: 88px;
  }
  #header .group-tel-btn {
    left: 51px;
    bottom: 36px;
  }
  #header .group-tel-btn .tel {
    text-align: center;
    margin: 0 0 20px;
  }
  #header .group-tel-btn .tel .sub-tel {
    display: block;
    line-height: 1;
    font-size: 14px;
    letter-spacing: 0.1em;
    margin: 0 0 4px;
  }
  #header .group-tel-btn .tel span {
    display: block;
    line-height: 1;
    font-size: 32px;
    letter-spacing: 0.08em;
  }
  #header .group-tel-btn .tel span small {
    font-size: 18px;
  }
  #header .group-tel-btn .note {
    margin: 9px 0 19px 11px;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    padding: 0 0 7px 15px;
    letter-spacing: 0.1em;
  }
  #header .group-tel-btn .note::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1.5px;
    bottom: 0;
    width: 1px;
    background: #8f8840;
  }
  #header .group-tel-btn .btn-link + .btn-link {
    margin-top: 8px;
  }
  #header .group-tel-btn .sns {
    display: flex;
    margin: 26px 0 0 22px;
    line-height: 0;
    gap: 22px;
  }
  #header .group-tel-btn .sns a {
    display: block;
  }
  #header #key h1 {
    right: 30px;
    text-align: right;
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    bottom: 27px;
    top: auto;
    height: auto;
  }
  #header #key .img {
    height: 770px;
  }
}

.btn-link {
  max-width: 100%;
  width: 251px;
}
.btn-link a {
  display: block;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  text-decoration: none;
  line-height: 1.5;
  color: #fff;
  padding: 0 0 10px 18px;
}
.btn-link a::before {
  content: "";
  position: absolute;
  background: url("../img/shared/arrow_sp.png") no-repeat center right/100% auto;
  width: 9.5px;
  height: 8.5px;
  top: 6px;
  right: 20px;
}
.btn-link.style2 a {
  border-color: rgba(0, 0, 0, 0.3);
  color: #000;
}
.btn-link.style2 a::before {
  background-image: url("../img/shared/arrow3_sp.png");
}
@media screen and (min-width: 768px) {
  .btn-link {
    width: 287px;
  }
  .btn-link a {
    padding: 0 0 10px 20px;
  }
  .btn-link a::before {
    right: 23px;
    transition: all 0.5s;
    background: url("../img/shared/arrow.png") no-repeat center right/100% auto;
    width: 11px;
    height: 10px;
    top: 7px;
  }
  .btn-link a:hover::before {
    right: 18px;
  }
  .btn-link.style2 a::before {
    background-image: url("../img/shared/arrow3.png");
  }
}

.hamburger {
  width: 72.5px;
  top: 0;
  right: 0;
  height: auto;
}
.hamburger:after {
  display: none;
}

#menu-toggle {
  background: url("../img/shared/bg.jpg");
  padding-top: 77.5px;
}
#menu-toggle .nav {
  display: flex;
  gap: 10px;
  justify-content: center;
  height: 250px;
}
#menu-toggle .nav li a {
  display: block;
  padding: 15px 1.5px 0;
  text-decoration: none;
  color: #303030;
  transition: all 0.5s;
  font-size: 16px;
  line-height: 1.5;
  width: 27px;
  box-sizing: border-box;
  cursor: pointer;
  letter-spacing: 0.1em;
  height: 250px;
}
#menu-toggle .nav li a.active {
  background: url("../img/shared/nav_bg.png") repeat-x bottom center;
}
#menu-toggle .tel {
  text-align: center;
  margin: 0 0 20px;
}
#menu-toggle .tel .sub-tel {
  display: block;
  line-height: 1;
  font-size: 12px;
  letter-spacing: 0.1em;
  margin: 0 0 4px;
}
#menu-toggle .tel span {
  display: block;
  line-height: 1;
  font-size: 28px;
  letter-spacing: 0.08em;
}
#menu-toggle .tel span small {
  font-size: 15px;
}
#menu-toggle .btn-web {
  margin: 0 auto;
}
#menu-toggle .note {
  margin: 9px auto 17.5px;
  width: 251px;
  position: relative;
  font-size: 12px;
  line-height: 17.5px;
  padding: 0 0 7px 15px;
  letter-spacing: 0.1em;
  box-sizing: border-box;
  text-align: center;
}
#menu-toggle .note span {
  display: inline-block;
  text-align: left;
}
#menu-toggle .note::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 1.5px;
  bottom: 0;
  width: 1px;
  background: #8f8840;
}
#menu-toggle .sns {
  display: flex;
  justify-content: center;
  gap: 20px;
  line-height: 0;
  margin: 0 0 19px;
}
#menu-toggle .sns a {
  display: block;
}
#menu-toggle .sns img {
  width: 26.5px;
}
#menu-toggle .btn-link {
  margin: 0 auto;
}
#menu-toggle .btn-link + .btn-link {
  margin-top: 20px;
}

#ft-fixed {
  background: #7e783a;
  color: #fff;
  display: flex;
}
#ft-fixed .map {
  width: 25%;
  box-sizing: border-box;
  border-right: 1px solid;
}
#ft-fixed .map a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 50px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  padding: 7px 0 0;
}
#ft-fixed .map a img {
  width: 16px;
}
#ft-fixed .map a span {
  display: block;
  margin: 2px 0 0;
  font-size: 9px;
  line-height: 1.5;
}
#ft-fixed .tel {
  width: 25%;
  box-sizing: border-box;
  border-right: 1px solid;
}
#ft-fixed .tel a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 50px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  padding: 7px 0 0;
}
#ft-fixed .tel a img {
  width: 21px;
}
#ft-fixed .tel a span {
  display: block;
  margin: 2px 0 0;
  font-size: 9px;
  line-height: 1.5;
}
#ft-fixed .web {
  width: 50%;
}
#ft-fixed .web a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  gap: 9px;
  font-size: 12px;
  line-height: 1.5;
  text-decoration: none;
}
#ft-fixed .web a img {
  width: 20.5px;
}

.pagetop .on {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.pagetop.cl-black .off {
  opacity: 0;
  visibility: hidden;
}
.pagetop.cl-black .on {
  opacity: 1;
  visibility: visible;
}

#footer {
  background: #a49277;
  padding: 22vw 0 0;
  position: relative;
  color: #fff;
  z-index: 10;
}
#footer .group .flex .logo {
  margin: 0 auto;
  width: 150px;
}
#footer .group .flex .right {
  padding: 30px 0 0;
  position: relative;
}
#footer .group .flex .right .tel {
  margin: 0 0 25px;
  text-align: center;
}
#footer .group .flex .right .tel .sub-tel {
  display: block;
  line-height: 1;
  font-size: 13px;
  letter-spacing: 0.1em;
  margin: 0 0 4px;
}
#footer .group .flex .right .tel span {
  display: block;
  line-height: 1;
  font-size: 29px;
  letter-spacing: 0.08em;
}
#footer .group .flex .right .tel span small {
  font-size: 16px;
}
#footer .group .flex .right .btn-web {
  margin: 0 auto;
}
#footer .group .flex .right .note {
  margin: 9px auto 17.5px;
  position: relative;
  font-size: 12px;
  line-height: 17.5px;
  padding: 0 0 7px 15px;
}
@media screen and (max-width: 767px) {
  #footer .group .flex .right .note {
    width: 251px;
    box-sizing: border-box;
    text-align: center;
  }
  #footer .group .flex .right .note span {
    display: inline-block;
    text-align: left;
  }
}
#footer .group .flex .right .note::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 1.5px;
  bottom: 0;
  width: 1px;
  background: #8f8840;
}
#footer .group .flex .right .sns {
  display: flex;
  justify-content: center;
  gap: 21px;
  line-height: 0;
  margin: 20px 0 0;
}
#footer .group .flex .right .sns img {
  width: 26.5px;
}
#footer .group .flex .right .sns a {
  display: block;
}
#footer .group .info {
  margin: 30px 0 0;
  line-height: 20px;
}
#footer .group .info p + p {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  #footer .group .info .col + .col {
    margin-top: 15px;
  }
}
#footer .group2 {
  margin: 50px 0 0;
  border-top: 1px solid;
  padding: 37px 0 216px;
  text-align: center;
  font-size: 11.5px;
  line-height: 1.5;
  color: #efefef;
}
#footer .group2 #socialbuttons {
  text-align: center;
}
#footer .group2 address {
  margin: 25px 0 12px;
}
#footer .group2 .cookies-link {
  font-size: 12px;
}
#footer .group2 .cookies-link a {
  text-decoration: underline;
}
#footer .group2 .cookies-link a:hover {
  text-decoration: none;
}
#footer:not(:has(.group)) .group2 {
  padding-top: 0;
  border-top: 0;
  margin: 0;
}
@media screen and (min-width: 768px) {
  #footer {
    padding: 130px 0 0;
  }
  #footer .nav {
    position: absolute;
    top: 90px;
    right: 94px;
    display: flex;
    gap: 12px;
    height: 250px;
    z-index: 2;
  }
  #footer .nav li a {
    text-decoration: none;
    display: block;
    font-size: 15px;
    line-height: 1.6;
    width: 24px;
    letter-spacing: 0.1em;
    position: relative;
    cursor: pointer;
  }
  #footer .nav li a::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    width: 7px;
    height: 7px;
    background: #fbea00;
    top: -17px;
    opacity: 0;
    visibility: hidden;
  }
  #footer .nav li a.active::before, #footer .nav li a:hover::before {
    opacity: 1;
    visibility: visible;
  }
  #footer .group .wrap {
    width: 1300px;
  }
  #footer .group .flex {
    display: flex;
    align-items: flex-start;
    gap: 55px;
  }
  #footer .group .flex .logo {
    margin: 0;
    width: auto;
  }
  #footer .group .flex .right {
    padding: 32px 0 0;
  }
  #footer .group .flex .right .tel {
    margin: 0 0 25px 13px;
    text-align: left;
  }
  #footer .group .flex .right .btn-web {
    width: 244px;
    margin: 0;
  }
  #footer .group .flex .right .btn-web a {
    font-size: 13px;
    padding: 4px 0;
  }
  #footer .group .flex .right .note {
    margin: 13px 0 0;
    position: relative;
    padding: 0 0 7px 19px;
    font-size: 13px;
  }
  #footer .group .flex .right .note::before {
    left: 0;
  }
  #footer .group .flex .right .sns {
    position: absolute;
    left: 272px;
    top: 106px;
    width: -moz-max-content;
    width: max-content;
    margin: 0;
  }
  #footer .group .flex .right .sns img {
    width: 27px;
  }
  #footer .group .info {
    display: flex;
    margin: 48px 0 0 2px;
    gap: 71px;
    font-size: 15px;
  }
  #footer .group2 {
    margin: 78px 0 0;
    padding: 37px 0 50px;
    text-align: right;
    font-size: 13px;
  }
  #footer .group2 .inner {
    display: inline-block;
    text-align: left;
    width: 395px;
  }
  #footer .group2 #socialbuttons {
    text-align: left;
  }
  #footer .group2 address {
    margin: 17px 0 6px;
  }
  #footer .group2 .cookies-link {
    font-size: 14px;
  }
  #footer:not(:has(.group)) {
    padding: 43px 0 0;
  }
  #footer:not(:has(.group)) .nav {
    justify-content: center;
    gap: 23px;
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    height: auto;
  }
  #footer:not(:has(.group)) .nav li a {
    font-size: 16px;
    line-height: 1.5;
    width: auto;
    display: block;
  }
  #footer:not(:has(.group)) .nav li a::before {
    top: -11px;
  }
  #footer:not(:has(.group)) .group2 {
    padding: 0 0 44px;
    border-top: 0;
    text-align: center;
    margin: 54px 0 0;
  }
  #footer:not(:has(.group)) .group2 .inner {
    display: block;
    text-align: inherit;
    width: 100%;
  }
  #footer:not(:has(.group)) .group2 .inner #socialbuttons {
    text-align: inherit;
  }
  #footer:not(:has(.group)) .group2 .inner address {
    margin: 11px 0 6px;
  }
}

.btn-link2 {
  max-width: 100%;
  width: 320px;
}
.btn-link2 a {
  text-align: center;
  padding: 3px 0 3px;
  border-top: 1px solid #7e783a;
  border-bottom: 1px solid #7e783a;
  color: #fff;
  text-decoration: none;
  display: block;
  position: relative;
  cursor: pointer;
}
.btn-link2 a span {
  display: block;
  position: relative;
  font-size: 14px;
  line-height: 2;
  padding: 9px 13px 9px 0;
  background: url("../img/shared/bg_btn_sp.png") repeat-y top center/100% auto;
}
.btn-link2 a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 55px;
  background: url("../img/shared/arrow_sp.png") no-repeat center right/100% auto;
  width: 9.5px;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .btn-link2 {
    width: 406px;
  }
  .btn-link2 a {
    padding: 5px 0;
    border-color: #939393;
  }
  .btn-link2 a span {
    font-size: 18px;
    padding: 11.5px 50px 11.5px 0;
    background-image: url("../img/shared/bg_btn.png");
  }
  .btn-link2 a:after {
    background-image: url("../img/shared/arrow2.png");
    width: 12px;
    right: 63px;
  }
  .btn-link2 a:hover:after {
    right: 58px;
  }
}

.btn-link3 {
  width: 251px;
  max-width: 100%;
}
.btn-link3 a {
  display: block;
  text-align: center;
  position: relative;
  text-decoration: none;
  font-size: 12px;
  line-height: 2;
  border: 1px solid #8f8840;
  padding: 5px 15px 5px 0;
}
.btn-link3 a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  transition: all 0.5s;
  right: 24px;
  background: url("../img/shared/arrow3_sp.png") no-repeat center right/100% auto;
  width: 8px;
}
@media screen and (min-width: 768px) {
  .btn-link3 {
    width: 287px;
  }
  .btn-link3 a {
    font-size: 14px;
    padding: 5px 15px 5px 0;
  }
  .btn-link3 a:after {
    background-image: url("../img/shared/arrow3.png");
    width: 9px;
    right: 27px;
  }
  .btn-link3 a:hover:after {
    right: 22px;
  }
}

.shadow {
  box-shadow: 3.18px 5.088px 20px 0px rgba(0, 0, 0, 0.2);
}

.remodal-overlay {
  background: url("../img/shared/bg3.png");
}

.remodal {
  width: 100%;
  background: #a49277;
  color: #fff;
}
.remodal .remodal-close {
  margin: 0 0 -31px auto;
  width: 31px;
}
.remodal h2 {
  font-size: 7vw;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
.remodal .sub-txt {
  margin: 5vw 0 8vw;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.remodal .remodal-close2 {
  margin: 60px auto 0;
  width: 113px;
  line-height: 0;
}
@media screen and (min-width: 768px) {
  .remodal {
    width: 1200px;
    max-width: calc(100% - 30px);
  }
  .remodal .remodal-close {
    margin: 0 16px -31px auto;
  }
  .remodal h2 {
    font-size: 42px;
  }
  .remodal .sub-txt {
    margin: 30px 0 50px;
  }
  .remodal .remodal-close2 {
    margin: 110px auto 0;
  }
}

.popup-menu {
  padding: 50px 0 70px;
}
@media screen and (max-width: 767px) {
  .popup-menu .flex .col + .col {
    margin-top: 40px;
  }
}
.popup-menu .flex .col h4 {
  border-top: 2px solid;
  border-bottom: 2px solid;
  font-size: 18px;
  line-height: 1.5;
  padding: 9.5px 0;
  letter-spacing: 0.1em;
  margin: 0 0 25px;
}
.popup-menu .flex .col h4 ~ h4 {
  margin-top: 40px;
}
.popup-menu .flex .col dl {
  display: flex;
  justify-content: space-between;
  text-align: left;
  font-size: 14px;
  line-height: 1.5;
  padding: 0 0 12px;
  border-bottom: 1px solid;
  letter-spacing: 0.05em;
}
.popup-menu .flex .col dl dd {
  min-width: -moz-max-content;
  min-width: max-content;
  text-align: right;
}
.popup-menu .flex .col dl + dl {
  margin-top: 12px;
}
.popup-menu .flex .col h5 ~ h5 {
  margin-top: 30px;
}
.popup-menu .flex .col .sub-txt2 {
  margin: 12px 0 0;
  font-size: 12px;
  text-align: left;
  line-height: 1.5;
}
.popup-menu h3 {
  margin: 40px 0 0;
}
@media screen and (min-width: 768px) {
  .popup-menu {
    padding: 70px 0 90px;
  }
  .popup-menu .flex {
    display: flex;
    gap: 35px;
  }
  .popup-menu .flex .col {
    width: calc((100% - 70px) / 3);
  }
}