@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500&family=Noto+Emoji:wght@300..700&family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+New:wght@500&display=swap");

body {
  background-color: #e5e5e5 !important;
  background-image: url(../img/bg.png);
  background-repeat: no-repeat;
  background-position: top -290px left calc(50% - 80px);
}

#footer_wrapper {
  z-index: 10;
}

.isu2024 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 15px;
  color: #444;
  line-height: 2;
  letter-spacing: 0.03em;
  position: relative;
}

.isu2024 * {
  box-sizing: border-box !important;
}

.isu2024 h2,
.isu2024 h3,
.isu2024 h4,
.isu2024 h5 {
  font-weight: 500;
}

/* .isu2024__wrap {
  overflow-x: hidden;
} */

.isu2024 img {
  max-width: 100%;
  height: auto;
}

.inner,
.inner--s {
  max-width: 1120px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}

.inner--s {
  max-width: 960px;
}

.sp-only {
  display: none;
}

.u-en {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.u-zenkaku {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}

.u-emoji {
  font-family: "Noto Emoji", sans-serif;
  font-optical-sizing: auto;
  margin-right: 0.5em;
}

.u-medium {
  font-weight: 500;
}

.u-semibold {
  font-weight: 600;
}

.u-bold {
  font-weight: 700;
}

.u-center {
  text-align: center;
}

.u-darkgray {
  color: #222;
}

.u-gray {
  color: #888;
}

.ttl01 {
  font-size: 36px;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.35;
  text-align: center;
  color: #222;
}

.ttl02 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 1em;
  color: #222;
  line-height: 1.35;
}

.ttl02__sub {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5em;
  font-size: 14px;
  color: #444;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 20px;
}

.ttl03 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  padding-bottom: 1em;
  position: relative;
}

.ttl03::before,
.ttl03::after {
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.ttl03::before {
  width: 100%;
  background-color: rgba(88, 88, 88, 0.5);
}

.ttl03::after {
  width: 40px;
  background-color: #222;
}

.ttl04 {
  font-size: 24px;
  line-height: 1.5;
}

.btn-window {
  display: block;
  width: fit-content;
  line-height: 1;
  padding: 17px 57px 17px 20px;
  color: #222 !important;
  font-size: 14px;
  border-radius: 30px;
  border: 1px solid #222;
  background-image: url(../img/icn_window.png);
  background-repeat: no-repeat;
  background-position: top 50% right 18px;
}

.btn-opacity {
  display: block;
  transition: opacity 0.3s;
}

.btn-opacity:hover {
  opacity: 0.75;
  text-decoration: none;
}

.isu-fv {
  padding: 80px 0 120px;
  overflow-x: hidden;
}

.isu-fv .inner {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}

.isu-fv .fv {
  width: 40%;
  max-width: 400px;
  margin-left: -90px;
}

.isu-fv .fv-slider .swiper-slide {
  border-radius: 16px;
  overflow: hidden;
}

.isu-fv .txt {
  padding-top: 40px;
  max-width: 520px;
}

.isu-fv .txt .u-en {
  font-size: 12px;
  line-height: 1.75;
  margin-bottom: 18px;
}

.isu-fv .txt .fv-ttl {
  font-size: 48px;
  line-height: 1.35;
  font-weight: 500;
  margin-bottom: 24px;
}

.isu-fv .txt .u-bold {
  margin-bottom: 72px;
}

.isu-fv .txt .u-bold + p {
  line-height: 2.25;
}

.isu-wrap {
  display: flex;
  justify-content: space-between;
}

.isu-wrap-side {
  height: 100vh;
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  padding: 37px;
  flex-shrink: 0;
}

.isu-contents {
  width: calc(100% - 208px);
  padding-bottom: 25px;
}

.isu-wrap-side p {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.box-round {
  border-radius: 24px;
  background-color: #fff;
  margin-bottom: 80px;
  padding: 88px 0;
  opacity: 0;
  transition: opacity 1s;
}

.box-round.js-active {
  opacity: 1;
}

.isu-intro .ttl01 {
  margin-bottom: 72px;
}

.isu-intro .anim {
  position: relative;
  display: flex;
  justify-content: center;
  max-width: 860px;
  margin: 0 auto 72px;
}

.isu-intro .anim .anim-item {
  width: 20%;
  opacity: 0;
  transition: all ease-in 1.2s;
}

.isu-intro p {
  text-align: center;
  line-height: 2.25;
  font-size: 16px;
}

.isu-intro .u-darkgray {
  font-size: 20px;
  margin-top: 40px;
}

.pickup .icn {
  width: fit-content;
  margin: 0 auto 8px;
}

.pickup .ttl01 {
  margin-bottom: 36px;
}

.pickup .u-center {
  margin-bottom: 60px;
}

.tag-box {
  overflow-x: scroll;
  padding-bottom: 28px;
  margin-bottom: 40px;
}

.tag-box::-webkit-scrollbar {
  background: #d9d9d9;
  border-radius: 5px;
  height: 6px;
}
.tag-box::-webkit-scrollbar-thumb {
  background-color: #444;
  border-radius: 5px;
  cursor: grab;
}

.tag-box::-webkit-scrollbar-thumb:active {
  cursor: grabbing;
}

.tag-list {
  display: flex;
  gap: 7px;
}

.tag-list__item {
  flex-shrink: 0;
}

.btn-tag {
  display: block;
  padding: 20px 28px;
  line-height: 1;
  border-radius: 30px;
  border: 1px solid #d9d9d9;
  cursor: pointer;
  transition: all 0.3s;
  letter-spacing: 0;
}

.btn-tag.is-active {
  background-color: #222;
  color: #f2f2f2;
}

.btn-tag input {
  display: none;
}

.isu-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}

.isu-list__item a {
  display: block;
  padding: 30px 0;
  text-align: center;
  border-radius: 16px;
  border: 1px solid transparent;
  transition: border 0.3s;
}

.isu-list__item a:hover {
  border-color: #999;
  text-decoration: none;
}

.isu-list__name {
  color: #444;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  margin-top: 10px;
}

.isu-list__name .u-en {
  display: block;
}

.isu-bnr {
  border-radius: 40px 40px 0 0;
  background-color: #f9f9f9;
  padding: 120px 0;
  opacity: 0;
  transition: opacity 1s;
}

.isu-bnr.js-active {
  opacity: 1;
}

.bnr-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.bnr-list__item--half {
  width: calc(50% - 10px);
}

.item-sec .swiper-slide {
  border-radius: 8px;
  overflow: hidden;
}

.item-sec .slider-num {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 65px;
  height: 24px;
  background-color: #fff;
  font-size: 12px;
  border-radius: 30px;
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
}

.item-sec .btn-slider {
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  transition: opacity 0.3s;
  cursor: pointer;
}

.item-sec .btn-slider:hover {
  opacity: 0.75;
}

.item-sec .btn-slider::before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  left: 50%;
  top: calc(50% - 4px);
  transform: rotate(45deg);
}

.item-sec .btn-slider.swiper-button-disabled {
  pointer-events: none;
}

.item-sec .btn-slider.swiper-button-disabled::before {
  opacity: 0.25;
}

.item-sec .slider-next {
  right: 10px;
}

.item-sec .slider-next::before {
  border-top: 2px solid #222;
  border-right: 2px solid #222;
  margin-left: -4px;
}

.item-sec .slider-prev {
  left: 10px;
}

.item-sec .slider-prev::before {
  border-left: 2px solid #222;
  border-bottom: 2px solid #222;
  margin-left: -2px;
}

.item-info {
  padding: 48px 20px 48px 0;
}

.item-desc {
  border-top: 1px solid #d9d9d9;
  padding: 40px 20px 40px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}

.item-desc .item-feature {
  display: flex;
  align-items: center;
  gap: 20px;
}

.item-desc .features-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  font-size: 14px;
  line-height: 1;
}

.item-desc .features-list span {
  display: inline-block;
  width: 35px;
}

.item-desc .recommend {
  line-height: 1.35;
}

.item-desc .recommend-ttl {
  font-size: 16px;
  margin-bottom: 8px;
}

.item-desc .recommend-list {
  border-radius: 8px;
  background-color: #f2f2f2;
  padding: 28px;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 420px;
}

.item-desc .recommend-list__item {
  display: flex;
  gap: 11px;
}

.item-desc .recommend-list__item::before {
  content: "👉";
  font-family: "Noto Emoji", sans-serif;
  font-optical-sizing: auto;
}

.item-point {
  padding: 40px 20px;
  border-top: 1px solid #d9d9d9;
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

.item-point .img {
  border-radius: 50%;
  overflow: hidden;
}

.item-point .u-gray {
  line-height: 1;
  font-size: 14px;
  margin-bottom: 1em;
}

.item-point .point-ttl {
  font-size: 20px;
  line-height: 1.35;
}

.item-point p:not(.u-gray) {
  font-size: 14px;
  line-height: 1.35;
}

.toggle-wrap {
  border-top: 1px solid #d9d9d9;
}

.toggle-wrap .toggle-ttl {
  padding: 40px 44px 40px 20px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
  position: relative;
  transition: color 0.5s;
}

.toggle-wrap .toggle-ttl.is-active {
  color: #999;
}

.toggle-wrap .toggle-ttl::before,
.toggle-wrap .toggle-ttl::after {
  content: "";
  width: 12px;
  height: 1px;
  background-color: #222;
  position: absolute;
  right: 24px;
  top: 50%;
  transition: transform 0.5s;
}

.toggle-wrap .toggle-ttl::before {
  transform: rotate(-90deg);
}

.toggle-wrap .toggle-ttl::after {
  transform: rotate(-180deg);
}

.toggle-wrap .toggle-ttl.is-active::before,
.toggle-wrap .toggle-ttl.is-active::after {
  transform: rotate(0deg);
}

.toggle-wrap .toggle-cont {
  transition: height 0.5s;
  height: 0;
  overflow: hidden;
}

.toggle-wrap .toggle-inner {
  padding: 0 20px 40px;
}

.toggle-wrap .toggle-inner .feature {
  padding-top: 30px;
  margin-bottom: 26px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* .toggle-wrap .toggle-inner .feature:last-of-type {
  margin-bottom: 14px;
} */

.toggle-wrap .toggle-inner > p {
  margin-bottom: 14px;
}

.feature p {
  letter-spacing: 0.05em;
}

.feature-cont {
  display: grid;
}

.feature-cont .img {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.feature-cont .img img {
  border-radius: 10px;
}

.feature-cont .img + div {
  line-height: 2;
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  font-size: 15px;
  color: #444;
}

.feature-cont .txt {
  grid-area: txt;
}

.feature-cont .txt a {
  text-decoration: underline;
  color: inherit;
}

.feature-cont .txt a:hover {
  text-decoration: none;
}

.item-shop {
  border-top: 1px solid #d9d9d9;
  padding: 40px 20px 0;
}

.item-shop-ttl {
  line-height: 1;
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}

.item-shop-ttl .u-emoji {
  font-size: 20px;
}

.shop-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.shop-list .btn-window {
  width: 100%;
  padding: 21px 69px 23px 28px;
  transition: all 0.3s;
}

.shop-list .btn-window:hover {
  text-decoration: none;
  opacity: 0.75;
}

.shop-list .btn-window--official {
  background-color: #222;
  color: #fff !important;
}

.shop-list .btn-window--official:hover {
  background-color: #393939;
  opacity: 1;
}

.recommend-item-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 80px;
}

.recommend-item-list a {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  color: inherit;
  transition: all 0.3s;
  line-height: 1.5;
  font-size: 14px;
}

.recommend-item-list a:hover {
  opacity: 0.75;
  text-decoration: none;
}

.recommend-item-list .img {
  width: 30%;
  max-width: 120px;
  flex-shrink: 0;
  border-radius: 4px;
  overflow: hidden;
}

.btn-back {
  display: block;
  background-color: #222;
  color: #fff;
  padding: 14px 28px 14px 21px;
  border-radius: 30px;
  font-size: 14px;
  width: fit-content;
  line-height: 1;
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 150%);
  z-index: 99;
  transition: transform 0.3s, opacity 0.3s;
}

.btn-back .u-emoji {
  margin-right: 1em;
}

.btn-back.is-show {
  transform: translate(-50%, 0);
}

.btn-back:hover {
  background-color: #393939;
  text-decoration: none;
  color: #fff;
}

@media screen and (max-width: 1380px) {
  .isu-fv .fv {
    margin-left: 0;
  }
}

@media screen and (max-width: 1200px) {
  .isu-fv .fv {
    margin-left: 0;
  }
  .inner--s {
    max-width: 600px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .item-desc {
    justify-content: center;
  }
  .item-desc .item-feature {
    width: 100%;
    justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .isu-intro .anim .anim-item:not(:nth-child(3)) {
    position: absolute;
  }

  .isu-intro .anim .anim-item:first-child,
  .isu-intro .anim .anim-item:nth-child(2) {
    left: 50%;
    transform: translateX(-50%);
  }

  .isu-intro .anim .anim-item:nth-child(4),
  .isu-intro .anim .anim-item:nth-child(5) {
    right: 50%;
    transform: translateX(50%);
  }

  .isu-intro .anim.js-active .anim-item {
    opacity: 1;
  }

  .isu-intro .anim.js-active .anim-item:first-child {
    left: 0;
    transform: translateX(0);
  }

  .isu-intro .anim.js-active .anim-item:nth-child(2) {
    left: 20%;
    transform: translateX(0);
  }

  .isu-intro .anim.js-active .anim-item:nth-child(4) {
    right: 20%;
    transform: translateX(0);
  }
  .isu-intro .anim.js-active .anim-item:nth-child(5) {
    right: 0;
    transform: translateX(0);
  }
  .feature-cont {
    gap: 40px 80px;
    grid-template-areas:
      "ttl img"
      "txt img";
    grid-template-rows: auto 1fr;
  }

  .feature-cont .ttl04 {
    grid-area: ttl;
  }

  .feature-cont .img {
    grid-area: img;
    max-width: 320px;
  }

  .feature p {
    max-width: 500px;
  }

  .item-shop > .btn-window {
    width: 100%;
    max-width: calc(50% - 5px);
    margin-bottom: 40px;
    padding: 21px 69px 23px 28px;
  }
}

@media screen and (max-width: 767px) {
  .sp-only {
    display: unset;
  }

  .pc-only {
    display: none;
  }

  body {
    background-image: url(../img/bg_sp.png);
    background-position: top -190px left calc(50% - 80px);
  }

  .isu2024::before {
    content: "";
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: -100px;
    left: 0;
    background-color: #f9f9f9;
    z-index: 2;
  }

  #footer_wrapper {
    z-index: 10;
  }

  .isu2024 {
    font-size: 14px;
  }

  .isu2024__wrap {
    overflow-x: hidden;
  }

  .inner {
    max-width: 400px;
  }

  .inner--s {
    max-width: 375px;
  }

  .ttl01 {
    font-size: 24px;
  }

  .ttl02 {
    font-size: 20px;
  }

  .ttl02__sub {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .ttl03 {
    font-size: 18px;
  }

  .ttl03::after {
    width: 20px;
  }

  .ttl04 {
    font-size: 16px;
  }

  .btn-window {
    padding: 16px 48px 16px 19px;
    font-size: 13px;
    background-image: url(../img/icn_window.png);
    background-size: 19px;
    background-position: top 50% right 13px;
  }

  .isu-fv {
    padding: 30px 0 50px;
  }

  .isu-fv .fv {
    width: 72%;
  }

  .isu-fv .inner {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .isu-fv .txt {
    padding-top: 0;
  }

  .isu-fv .txt .u-en {
    margin-bottom: 10px;
  }

  .isu-fv .txt .fv-ttl {
    font-size: 28px;
    margin-bottom: 14px;
  }

  .isu-fv .txt .u-bold {
    margin-bottom: 56px;
  }

  .isu-wrap {
    display: block;
  }

  .isu-wrap-side {
    display: none;
  }

  .isu-contents {
    width: 100%;
    padding-bottom: 10px;
  }

  .box-round {
    border-radius: 16px;
    margin-bottom: 40px;
    padding: 50px 0;
  }

  .isu-intro .ttl01 {
    margin-bottom: 48px;
  }

  .isu-intro .anim {
    max-width: 280px;
    min-height: 173px;
    margin-bottom: 48px;
  }

  .isu-intro .anim .anim-item {
    width: calc(100% / 3);
    opacity: 0;
    transition: all ease-in 1s 0.2s;
  }

  .isu-intro .anim .anim-item:not(:nth-child(2)) {
    position: absolute;
  }

  .isu-intro .anim .anim-item:first-child,
  .isu-intro .anim .anim-item:nth-child(4) {
    left: 50%;
    transform: translateX(-50%);
  }

  .isu-intro .anim .anim-item:nth-child(3),
  .isu-intro .anim .anim-item:nth-child(5) {
    right: 50%;
    transform: translateX(50%);
  }

  .isu-intro .anim.js-active .anim-item {
    opacity: 1;
  }

  .isu-intro .anim.js-active .anim-item:first-child {
    left: 0;
    transform: translateX(0);
  }

  .isu-intro .anim.js-active .anim-item:nth-child(4) {
    left: 50%;
    transform: translate(-100%, 86%) !important;
  }

  .isu-intro .anim.js-active .anim-item:nth-child(3) {
    right: 0;
    transform: translateX(0);
  }
  .isu-intro .anim.js-active .anim-item:nth-child(5) {
    right: 50%;
    transform: translate(100%, 86%) !important;
  }

  .isu-intro p {
    text-align: left;
    font-size: 15px;
  }

  .isu-intro .u-darkgray {
    font-size: 16px;
    margin-top: 30px;
  }

  .pickup .icn {
    width: 56px;
    margin-bottom: 4px;
  }

  .pickup .ttl01 {
    margin-bottom: 24px;
  }

  .pickup .u-center {
    white-space: nowrap;
    margin-bottom: 40px;
  }

  .tag-box {
    padding-bottom: 26px;
  }

  .tag-list {
    flex-wrap: wrap;
    gap: 6px;
    width: 790px;
  }

  .btn-tag {
    padding: 13px 26px;
    font-size: 13px;
  }

  .isu-list {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .isu-list__item a {
    padding: 15px 0;
  }

  .isu-list__name {
    font-size: 13px;
  }

  .isu-list__name .u-en {
    display: block;
  }

  .isu-bnr {
    border-radius: 24px 24px 0 0;
    padding: 50px 0;
  }

  .bnr-list {
    gap: 10px;
  }

  .bnr-list__item--half {
    width: 100%;
  }

  .item-sec .slider-num {
    width: 56px;
    height: 20px;
    font-size: 10px;
  }

  .item-sec .btn-slider {
    width: 20px;
    height: 20px;
  }

  .item-sec .btn-slider::before {
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
  }

  .item-sec .slider-next::before {
    border-top: 1px solid #222;
    border-right: 1px solid #222;
    margin-left: -3px;
  }

  .item-sec .slider-prev::before {
    border-left: 1px solid #222;
    border-bottom: 1px solid #222;
    margin-left: -1px;
  }

  .item-info {
    padding: 15px 0 30px;
  }

  .item-desc {
    padding: 30px 0;
    gap: 30px;
  }

  .item-desc .item-feature {
    align-items: flex-start;
  }

  .item-desc .item-thumb {
    max-width: 90px;
  }

  .item-desc .features-list {
    font-size: 13px;
    flex-shrink: 0;
  }

  .item-desc .features-list span {
    width: 30px;
  }

  .item-desc .recommend {
    width: 100%;
  }

  .item-desc .recommend-ttl {
    font-size: 15px;
  }

  .item-desc .recommend-list {
    padding: 26px;
    font-size: 13px;
    gap: 14px;
    width: 100%;
    min-width: unset;
  }

  .item-desc .recommend-list__item {
    gap: 9px;
  }

  .item-point {
    padding: 30px 0;
    gap: 16px;
  }

  .item-point .img {
    flex-shrink: 0;
    width: 64px;
  }

  .item-point .u-gray {
    font-size: 13px;
  }

  .item-point .point-ttl {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .item-point p:not(.u-gray) {
    font-size: 13px;
  }

  .toggle-wrap .toggle-ttl {
    padding: 35px 24px 35px 0;
    font-size: 13px;
  }

  .toggle-wrap .toggle-ttl::before,
  .toggle-wrap .toggle-ttl::after {
    right: 6px;
  }

  .toggle-wrap .toggle-inner {
    padding: 0 0 30px;
  }

  .toggle-wrap .toggle-inner .feature {
    padding-top: 0;
    margin-bottom: 40px;
    gap: 30px;
  }

  .toggle-wrap .toggle-inner .feature:last-of-type {
    margin-bottom: 0;
  }

  .feature-cont {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .feature-cont .img {
    width: 100%;
    text-align: center;
  }

  .feature-cont .txt {
    font-size: 14px;
  }

  .item-shop {
    padding: 30px 0 0;
  }

  .item-shop > .btn-window {
    width: 100%;
    border-color: #d9d9d9;
    margin-bottom: 30px;
  }

  .item-shop-ttl {
    margin-bottom: 28px;
  }

  .item-shop-ttl .u-emoji {
    font-size: 18px;
  }

  .shop-list {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .shop-list .btn-window {
    padding: 19px 59px 20px 26px;
  }

  .recommend-item-list {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .recommend-item-list a {
    gap: 15px;
    font-size: 13px;
  }

  .recommend-item-list .img {
    width: unset;
    max-width: 80px;
    flex-shrink: 0;
  }
  .btn-back {
    padding: 21px 42px 21px 28px;
    bottom: 24px;
    left: 30px;
    transform: translate(0, 150%);
  }

  .btn-back.is-show {
    transform: translate(0, 0);
  }
}


html .allWrap,
html body {
  overflow: unset !important;
}