/* =========================================================
consol log
========================================================= */
/* =========================================================
body
========================================================= */
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap");
.\32 026kidsmenu__area {
  width: 100%;
  min-width: 320px;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #363636;
  -webkit-font-smoothing: antialiased;
  word-break: break-word;
  overflow: clip;
}
.\32 026kidsmenu__area input, .\32 026kidsmenu__area button, .\32 026kidsmenu__area textarea, .\32 026kidsmenu__area select {
  font-family: "Zen Maru Gothic", sans-serif;
  box-sizing: border-box;
  outline: none;
}
.\32 026kidsmenu__area * {
  font-weight: 500;
  letter-spacing: 0;
}
.\32 026kidsmenu__area *:before, .\32 026kidsmenu__area *:after {
  display: block;
}
.\32 026kidsmenu__area img {
  width: 100%;
  max-width: none;
  height: auto;
}
.\32 026kidsmenu__area a {
  text-decoration: none;
}
@media (max-width: 767px) {
  .\32 026kidsmenu__area .pc-br {
    display: none;
  }
}
@media (min-width: 768px) {
  .\32 026kidsmenu__area .sp-br {
    display: none;
  }
}
@container (max-width: 767px) {
  .\32 026kidsmenu__area .cont-pc-br {
    display: none;
  }
}
@container (min-width: 768px) {
  .\32 026kidsmenu__area .cont-sp-br {
    display: none;
  }
}
@media (max-width: 767px) {
  .\32 026kidsmenu__area .pc-disp {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .\32 026kidsmenu__area .sp-disp {
    display: none !important;
  }
}
@media (any-hover: hover) {
  .\32 026kidsmenu__area .opacity-link {
    transition: opacity 0.2s ease;
  }
}
.\32 026kidsmenu__area .txt-link {
  text-decoration: underline;
}
@media (any-hover: hover) {
  .\32 026kidsmenu__area .txt-link:hover {
    text-decoration: none;
  }
}

.\32 026kidsmenu__wrap {
  max-width: none;
}

/* =========================================================
common parts
========================================================= */
/*------------------------------------------
title
------------------------------------------*/
/*------------------------------------------
button
------------------------------------------*/
.c-btn01 a {
  display: block;
  padding: 21px 55px;
  background: #FF8371;
  border-radius: 60px;
  color: #fff;
  font-size: clamp(1px, 4.26vw, 16px);
  line-height: 1.25;
  text-align: center;
  font-weight: 700;
  position: relative;
}
.c-btn01 .ico {
  aspect-ratio: 1/1;
  width: 36px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}
.c-btn01 .ico::before {
  content: "";
  width: 12px;
  height: 11px;
  -webkit-mask: url(images/ico_arrow.svg) no-repeat center/contain;
          mask: url(images/ico_arrow.svg) no-repeat center/contain;
  background: #FF8371;
  transform: rotate(-90deg);
}

/*------------------------------------------
item
------------------------------------------*/
.c-item01 {
  background: #fff;
}
@media (max-width: 767px) {
  .c-item01 {
    padding: 32px;
    border-radius: 20px;
  }
}
@media (min-width: 768px) {
  .c-item01 {
    padding: clamp(1px, 2.92vw, 40px);
    border-radius: 30px;
  }
}
.c-item01 > * + * {
  margin: 8px auto 0;
}
.c-item01__img {
  aspect-ratio: 1/1;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.c-item01__img .top,
.c-item01__img .bottom {
  width: 100%;
  height: 100%;
}
.c-item01__img .top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.c-item01__img .top img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.c-item01__img .bottom {
  filter: blur(30px);
}
.c-item01__img .bottom img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-item01__img + * {
  margin: 16px auto 0;
}
.c-item01__ttl {
  font-size: 18px;
  line-height: 1.44;
  font-weight: 700;
}
.c-item01__price {
  font-size: 14px;
  line-height: 1.25;
}
.c-item01__price .small {
  font-size: 0.7em;
}
.c-item01__txt01 {
  font-size: 13px;
  line-height: 1.53;
}
.c-item01__txt01.orange {
  color: #FF8371;
}
.c-item01__txt02 {
  font-size: 14px;
  line-height: 1.57;
}
.c-item01__note {
  margin: 16px auto 0;
  padding: 16px 0 0;
  border-top: 1px dashed #E3E3E3;
}
.c-item01__shop {
  margin: 24px auto 0;
  border-radius: 10px;
  padding: 24px;
  background: #FFF5D5;
  display: flex;
  gap: 10px;
}
.c-item01__shop .wrap {
  flex: 1;
}
.c-item01__shop .txt01 {
  color: #FF9336;
  font-size: 12px;
  line-height: 1.33;
  font-weight: 700;
}
.c-item01__shop .txt02 {
  margin: 2px auto 0;
  font-size: 16px;
  line-height: 1.37;
  font-weight: 700;
}
.c-item01__shop .logo {
  aspect-ratio: 1/1;
  width: clamp(1px, 24vw, 100px);
  padding: 5px;
  border-radius: 10px;
  background: #fff;
}
.c-item01__shop .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-item01 .c-btn01 {
  margin: 24px 0 0;
}

/*------------------------------------------
contents
------------------------------------------*/
@media (max-width: 767px) {
  .c-sec01 {
    padding: 0 4.26vw;
  }
}
@media (min-width: 768px) {
  .c-sec01 {
    padding: 0 clamp(1px, 5.53vw, 83px);
  }
}
.c-sec01 .sec-in {
  max-width: 1200px;
}

.sec-in {
  margin-inline: auto;
}

/* =========================================================
layout
========================================================= */
/*------------------------------------------
header
------------------------------------------*/
.page-hd {
  background: #6AD8B0;
  border: none;
  position: relative;
}
@media (max-width: 767px) {
  .page-hd {
    padding: 10.66vw 0 8.26vw;
  }
}
@media (min-width: 768px) {
  .page-hd {
    padding: 52px 0 60px;
  }
}
.page-hd__base {
  margin-inline: auto;
  position: relative;
}
@media (max-width: 767px) {
  .page-hd__base {
    aspect-ratio: 316/364;
    width: 84.26vw;
    background: url(images/bg_mv_sp.png) no-repeat center/contain;
  }
}
@media (min-width: 768px) {
  .page-hd__base {
    aspect-ratio: 1025/498;
    width: clamp(1px, 75.03vw, 1025px);
    background: url(images/bg_mv_pc.png) no-repeat center/contain;
  }
}
.page-hd__frame {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page-hd__ttl {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .page-hd__ttl {
    width: 64.24%;
    top: 17.85%;
  }
}
@media (min-width: 768px) {
  .page-hd__ttl {
    width: 64.29%;
    top: 24.09%;
  }
}
[class*=page-hd__deco] {
  position: absolute;
}

.page-hd__deco01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .page-hd__deco01 {
    width: 63.92%;
    top: 80.21%;
  }
}
@media (min-width: 768px) {
  .page-hd__deco01 {
    width: 39.41%;
    top: 73.89%;
  }
}
.page-hd__deco01 .img01 {
  width: 50%;
}
.page-hd__deco01 .img02 {
  width: 44%;
}
@media (max-width: 767px) {
  .page-hd__deco02 {
    width: 29.74%;
    top: -4.4%;
    left: -3.17%;
  }
}
@media (min-width: 768px) {
  .page-hd__deco02 {
    width: 15.9%;
    top: 16.06%;
    left: -4.88%;
  }
}
@media (max-width: 767px) {
  .page-hd__deco03 {
    display: none;
  }
}
@media (min-width: 768px) {
  .page-hd__deco03 {
    width: 20.39%;
    bottom: -6.23%;
    right: -4%;
  }
}
@media (max-width: 767px) {
  .page-hd__deco04 {
    width: 16.13%;
    top: 4.12%;
    right: -1.47%;
  }
}
@media (min-width: 768px) {
  .page-hd__deco04 {
    width: 7.6%;
    top: -3.82%;
    right: 19.12%;
  }
}
@media (max-width: 767px) {
  .page-hd__deco05 {
    width: 16.45%;
    top: 32.41%;
    left: -6.65%;
  }
}
@media (min-width: 768px) {
  .page-hd__deco05 {
    width: 7.6%;
    bottom: 35.54%;
    left: -3.32%;
  }
}
@media (max-width: 767px) {
  .page-hd__deco06 {
    width: 13.29%;
    top: -6.6%;
    right: 20.56%;
  }
  .page-hd__deco06 img {
    transform: scale(-1, 1) rotate(-10deg);
  }
}
@media (min-width: 768px) {
  .page-hd__deco06 {
    width: 7.21%;
    top: 51%;
    right: -2.64%;
  }
}
@media (max-width: 767px) {
  .page-hd__deco07 {
    width: 17.4%;
    bottom: 20.6%;
    right: -4.75%;
  }
  .page-hd__deco07 img {
    transform: scale(-1, 1);
  }
}
@media (min-width: 768px) {
  .page-hd__deco07 {
    width: 7.12%;
    top: -5.03%;
    left: 14.14%;
  }
}
@media (max-width: 767px) {
  .page-hd__deco08 {
    display: none;
  }
}
@media (min-width: 768px) {
  .page-hd__deco08 {
    width: 11.8%;
    top: -6.43%;
    left: 42.73%;
  }
}
@media (max-width: 767px) {
  .page-hd__deco09 {
    width: 28.48%;
    top: 35.71%;
    right: -6.97%;
  }
}
@media (min-width: 768px) {
  .page-hd__deco09 {
    width: 18.14%;
    top: 14.25%;
    right: -7.42%;
  }
}
@media (max-width: 767px) {
  .page-hd__deco10 {
    width: 27.84%;
    bottom: 19.23%;
    left: -7.6%;
  }
  .page-hd__deco10 img {
    transform: rotate(17deg);
  }
}
@media (min-width: 768px) {
  .page-hd__deco10 {
    width: 20%;
    bottom: -6.83%;
    left: -4.4%;
  }
}
[class*=page-hd__dot] {
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: absolute;
}
@media (max-width: 767px) {
  [class*=page-hd__dot] {
    width: 3.16%;
  }
}
@media (min-width: 768px) {
  [class*=page-hd__dot] {
    width: 1.56%;
  }
}
[class*=page-hd__dot].pink {
  background: #F69087;
}
[class*=page-hd__dot].white {
  background: #fff;
}
[class*=page-hd__dot].yellow {
  background: #FBD258;
}
[class*=page-hd__dot].green {
  background: #B0D169;
}

@media (max-width: 767px) {
  .page-hd__dot01 {
    bottom: 11.53%;
    left: -6.65%;
  }
}
@media (min-width: 768px) {
  .page-hd__dot01 {
    top: 5.42%;
    left: -5.37%;
  }
}
@media (max-width: 767px) {
  .page-hd__dot02 {
    top: -4.68%;
    left: 33.22%;
  }
}
@media (min-width: 768px) {
  .page-hd__dot02 {
    top: -6.43%;
    left: 8.68%;
  }
}
@media (max-width: 767px) {
  .page-hd__dot03 {
    top: -7.97%;
    left: 0;
  }
}
@media (min-width: 768px) {
  .page-hd__dot03 {
    top: -6.23%;
    left: 33.56%;
  }
}
@media (max-width: 767px) {
  .page-hd__dot04 {
    top: -7.97%;
    right: 37.97%;
  }
}
@media (min-width: 768px) {
  .page-hd__dot04 {
    top: -7.03%;
    right: 32.78%;
  }
}
@media (max-width: 767px) {
  .page-hd__dot05 {
    top: -6.6%;
    right: -7.28%;
  }
}
@media (min-width: 768px) {
  .page-hd__dot05 {
    top: -7.03%;
    right: -0.98%;
  }
}
@media (max-width: 767px) {
  .page-hd__dot06 {
    top: 26.64%;
    right: -4.75%;
  }
}
@media (min-width: 768px) {
  .page-hd__dot06 {
    top: -1.61%;
    right: -12%;
  }
}
@media (max-width: 767px) {
  .page-hd__dot07 {
    top: 53.29%;
    left: -4.12%;
  }
}
@media (min-width: 768px) {
  .page-hd__dot07 {
    top: 39.35%;
    left: -12.49%;
  }
}
@media (max-width: 767px) {
  .page-hd__dot08 {
    display: none;
  }
}
@media (min-width: 768px) {
  .page-hd__dot08 {
    top: 28.91%;
    right: -14.44%;
  }
}
@media (max-width: 767px) {
  .page-hd__dot09 {
    top: 16.75%;
    left: -6.33%;
  }
}
@media (min-width: 768px) {
  .page-hd__dot09 {
    top: 70.48%;
    left: -7.32%;
  }
}
@media (max-width: 767px) {
  .page-hd__dot10 {
    bottom: 14.28%;
    right: -7.92%;
  }
}
@media (min-width: 768px) {
  .page-hd__dot10 {
    top: 58.83%;
    right: -10.25%;
  }
}
@media (max-width: 767px) {
  .page-hd__dot11 {
    bottom: -3.03%;
    left: -1.59%;
  }
}
@media (min-width: 768px) {
  .page-hd__dot11 {
    bottom: -8.04%;
    left: -11.91%;
  }
}
@media (max-width: 767px) {
  .page-hd__dot12 {
    display: none;
  }
}
@media (min-width: 768px) {
  .page-hd__dot12 {
    bottom: -12.05%;
    left: 16.09%;
  }
}
@media (max-width: 767px) {
  .page-hd__dot13 {
    bottom: -4.68%;
    right: -4.75%;
  }
}
@media (min-width: 768px) {
  .page-hd__dot13 {
    bottom: -9.44%;
    right: 23.6%;
  }
}
@media (max-width: 767px) {
  .page-hd__dot14 {
    display: none;
  }
}
@media (min-width: 768px) {
  .page-hd__dot14 {
    bottom: -13.46%;
    right: 7.02%;
  }
}
@media (max-width: 767px) {
  .page-hd__dot15 {
    bottom: -8.52%;
    right: 10.75%;
  }
}
@media (min-width: 768px) {
  .page-hd__dot15 {
    bottom: -9.44%;
    right: -10.25%;
  }
}
@media (max-width: 767px) {
  .page-hd__dot16 {
    bottom: 41.2%;
    right: -6.97%;
  }
}
@media (min-width: 768px) {
  .page-hd__dot16 {
    display: none;
  }
}

.page-hd [class*=page-hd__deco]:not(.page-hd__deco01),
.page-hd [class*=page-hd__dot] {
  transition: transform 1s ease;
}
@media (max-width: 767px) {
  .page-hd .page-hd__deco02 {
    transform: translate(30px, 30px);
  }
}
@media (min-width: 768px) {
  .page-hd .page-hd__deco02 {
    transform: translate(30px, 0);
  }
}
@media (min-width: 768px) {
  .page-hd .page-hd__deco03 {
    transform: translate(-30px, -30px);
  }
}
@media (max-width: 767px) {
  .page-hd .page-hd__deco04 {
    transform: translate(-30px, 30px);
  }
}
@media (min-width: 768px) {
  .page-hd .page-hd__deco04 {
    transform: translate(0, 30px);
  }
}
.page-hd .page-hd__deco05 {
  transform: translate(30px, 0);
}
@media (max-width: 767px) {
  .page-hd .page-hd__deco06 {
    transform: translate(0, 30px);
  }
}
@media (min-width: 768px) {
  .page-hd .page-hd__deco06 {
    transform: translate(-30px, 0);
  }
}
@media (max-width: 767px) {
  .page-hd .page-hd__deco07 {
    transform: translate(-30px, 0);
  }
}
@media (min-width: 768px) {
  .page-hd .page-hd__deco07 {
    transform: translate(30px, 0);
  }
}
.page-hd .page-hd__deco08 {
  transform: translate(0, 30px);
}
@media (max-width: 767px) {
  .page-hd .page-hd__deco09 {
    transform: translate(-30px, 0);
  }
}
@media (min-width: 768px) {
  .page-hd .page-hd__deco09 {
    transform: translate(-30px, 0);
  }
}
@media (max-width: 767px) {
  .page-hd .page-hd__deco10 {
    transform: translate(30px, 0);
  }
}
@media (min-width: 768px) {
  .page-hd .page-hd__deco10 {
    transform: translate(30px, -30px);
  }
}
.page-hd .page-hd__dot01 {
  transform: translate(30px, 0);
}
.page-hd .page-hd__dot02 {
  transform: translate(0, 30px);
}
.page-hd .page-hd__dot03 {
  transform: translate(30px, 30px);
}
.page-hd .page-hd__dot04 {
  transform: translate(0, 30px);
}
.page-hd .page-hd__dot05 {
  transform: translate(-30px, 30px);
}
.page-hd .page-hd__dot06 {
  transform: translate(-30px, 0);
}
.page-hd .page-hd__dot07 {
  transform: translate(30px, 0);
}
.page-hd .page-hd__dot08 {
  transform: translate(-30px, 0);
}
.page-hd .page-hd__dot09 {
  transform: translate(30px, 0);
}
.page-hd .page-hd__dot10 {
  transform: translate(-30px, 0);
}
.page-hd .page-hd__dot11 {
  transform: translate(30px, -30px);
}
.page-hd .page-hd__dot12 {
  transform: translate(0, -30px);
}
.page-hd .page-hd__dot13 {
  transform: translate(-30px, -30px);
}
.page-hd .page-hd__dot14 {
  transform: translate(-30px, 0);
}
.page-hd .page-hd__dot15 {
  transform: translate(0, -30px);
}
.page-hd .page-hd__dot16 {
  transform: translate(-30px, 0);
}
.page-hd .page-hd__ttl img {
  transform: scale(0.8);
  transition: transform 1s ease;
}
.page-hd.is-active [class*=page-hd__deco]:not(.page-hd__deco01),
.page-hd.is-active [class*=page-hd__dot] {
  transform: translate(0, 0);
}
.page-hd.is-active .page-hd__deco01 .img01 {
  animation: katakata 6s infinite step-start;
}
.page-hd.is-active .page-hd__deco01 .img02 {
  animation: katakata 6s infinite step-end reverse;
}
.page-hd.is-active .page-hd__ttl img {
  transform: scale(1);
}

@keyframes katakata {
  0% {
    transform: translateY(-2px) rotate(6deg);
  }
  10% {
    transform: translate(0) rotate(0deg);
  }
  20% {
    transform: translate(0) rotate(-6deg);
  }
  30% {
    transform: translateY(-2px) rotate(0deg);
  }
  40% {
    transform: translateY(-2px) rotate(6deg);
  }
  50% {
    transform: translate(2px) rotate(-2deg);
  }
  60% {
    transform: translateY(2px) rotate(0deg);
  }
  70% {
    transform: translate(0) rotate(6deg);
  }
  80% {
    transform: translate(2px) rotate(-2deg);
  }
  90% {
    transform: translate(0) rotate(0deg);
  }
  100% {
    transform: translateY(-2px) rotate(6deg);
  }
}
/*------------------------------------------
summary
------------------------------------------*/
.sec-summary {
  background: #6AD8B0;
  color: #fff;
}
@media (max-width: 767px) {
  .sec-summary {
    padding-top: 30px;
  }
}
@media (min-width: 768px) {
  .sec-summary {
    padding-top: 45px;
  }
}
.sec-summary__txt01 {
  font-size: 18px;
  line-height: 1.77;
  font-weight: 700;
  text-align: center;
}
.sec-summary__txt02 {
  font-size: 12px;
  line-height: 1.66;
}
@media (max-width: 767px) {
  .sec-summary__txt02 {
    margin: 24px auto 0;
  }
}
@media (min-width: 768px) {
  .sec-summary__txt02 {
    margin: 16px auto 0;
    text-align: center;
  }
}

/*------------------------------------------
sort
------------------------------------------*/
.page-sort {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .page-sort {
    padding-top: 32px;
    background: linear-gradient(to bottom, #6AD8B0 0%, #6AD8B0 120px, #FBD258 120px, #FBD258 100%);
  }
}
@media (min-width: 768px) {
  .page-sort {
    padding-top: 56px;
    background: linear-gradient(to bottom, #6AD8B0 0%, #6AD8B0 155px, #FBD258 155px, #FBD258 100%);
  }
}
.page-sort::before {
  content: "";
  width: 100%;
  background: url(images/bg_pat01.png) repeat-x center/auto 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 767px) {
  .page-sort::before {
    height: 15px;
    top: 106px;
  }
}
@media (min-width: 768px) {
  .page-sort::before {
    height: 32px;
    top: 124px;
  }
}
.page-sort__list {
  max-width: 980px;
  margin-inline: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .page-sort__list {
    gap: 4.26vw 8px;
  }
}
@media (min-width: 768px) {
  .page-sort__list {
    gap: 20px;
  }
}
.page-sort__item {
  width: clamp(1px, 29.06vw, 180px);
}
.page-sort__item a {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: #fff;
  cursor: pointer;
}
@media (max-width: 767px) {
  .page-sort__item a {
    padding: 16px 10px;
    box-shadow: 0 6px 0 #ebc245;
  }
}
@media (min-width: 768px) {
  .page-sort__item a {
    padding: 24px 10px;
    box-shadow: 0 8px 0 #ebc245;
  }
}
.page-sort__item .img {
  width: clamp(1px, 20.26vw, 76px);
  margin-inline: auto;
}
.page-sort__item .txt01 {
  flex: 1;
  font-weight: 700;
  line-height: 1.25;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
@media (max-width: 767px) {
  .page-sort__item .txt01 {
    padding: 8px 0;
    font-size: clamp(1px, 4.26vw, 16px);
  }
}
@media (min-width: 768px) {
  .page-sort__item .txt01 {
    padding: 13px 0;
    font-size: 18px;
  }
}
.page-sort__item .ico {
  aspect-ratio: 1/1;
  width: clamp(1px, 9.6vw, 36px);
  margin-inline: auto;
  background: #FF9336;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-sort__item .ico::before {
  content: "";
  width: 14px;
  height: 13px;
  -webkit-mask: url(images/ico_arrow.svg) no-repeat center/contain;
          mask: url(images/ico_arrow.svg) no-repeat center/contain;
  background: #fff;
}
.page-sort__btn {
  max-width: 580px;
}
@media (max-width: 767px) {
  .page-sort__btn {
    margin: 32px auto 0;
  }
}
@media (min-width: 768px) {
  .page-sort__btn {
    margin: 40px auto 0;
  }
}
.page-sort__btn a {
  display: block;
  background: #fff;
  border-radius: 80px;
  box-shadow: 0 8px 0 #ebc245;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .page-sort__btn a {
    padding: 24px 60px;
    font-size: clamp(1px, 4.8vw, 18px);
  }
}
@media (min-width: 768px) {
  .page-sort__btn a {
    padding: 27px 70px;
    font-size: 20px;
  }
}
.page-sort__btn .ico {
  aspect-ratio: 1/1;
  width: clamp(1px, 9.6vw, 36px);
  margin-inline: auto;
  background: #FF9336;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .page-sort__btn .ico {
    right: 16px;
  }
}
@media (min-width: 768px) {
  .page-sort__btn .ico {
    right: 18px;
  }
}
.page-sort__btn .ico::before {
  content: "";
  width: 14px;
  height: 13px;
  -webkit-mask: url(images/ico_arrow.svg) no-repeat center/contain;
          mask: url(images/ico_arrow.svg) no-repeat center/contain;
  background: #fff;
}

/*------------------------------------------
MENU
------------------------------------------*/
.sec-menu {
  background: #FBD258;
}
@media (max-width: 767px) {
  .sec-menu {
    padding-top: 48px;
  }
}
@media (min-width: 768px) {
  .sec-menu {
    padding-top: 72px;
  }
}
.sec-menu__list {
  display: grid;
  gap: 24px;
}
@media (min-width: 768px) {
  .sec-menu__list {
    grid-template-columns: repeat(3, 1fr);
  }
}

/*------------------------------------------
MAP
------------------------------------------*/
.sec-map {
  background: #FBD258;
}
@media (max-width: 767px) {
  .sec-map {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .sec-map {
    padding-top: 72px;
    padding-bottom: 100px;
  }
}
.sec-map__block {
  background: #fff;
  overflow: hidden;
}
@media (max-width: 767px) {
  .sec-map__block {
    border-radius: 20px;
  }
}
@media (min-width: 768px) {
  .sec-map__block {
    border-radius: 30px;
  }
}
.sec-map__block .head {
  background: #FF8371;
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .sec-map__block .head {
    height: 70px;
    font-size: clamp(1px, 6.4vw, 24px);
  }
}
@media (min-width: 768px) {
  .sec-map__block .head {
    height: 110px;
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .sec-map__block .img {
    padding: 25px 24px 30px;
  }
}
@media (min-width: 768px) {
  .sec-map__block .img {
    padding: 72px clamp(1px, 12vw, 164px);
  }
}