﻿@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Reem+Kufi:wght@400..700&display=swap');

:root {
  --bg-gray: #F5F5F5;
  --text-base-color: #626262;
  --font-english: "Reem Kufi", sans-serif;
}

body {
  counter-reset: number 0;
}

.js-main-contents .container {
  max-width: unset;
  margin-top: 0;
  padding: 0;
}

.js-main-contents footer .container {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}

.pane-main * {
  box-sizing: border-box;
  font-family: "Noto Sans", sans-serif;
  color: var(--text-base-color);
}

.sp_only {
  display: none;
}

.footer {
  margin-top: 0;
}

.gift-mv h1 {
  margin: 0;
  padding: 0;
}

body.page-contentspages .pane-main h2 {
  margin-bottom: 0;
}

body.page-contentspages .pane-main h2:before {
  content: unset;
}

.bg-gray {
  background-color: var(--bg-gray);
}

.section {
  padding: 70px 0 100px;
  border: none;
  position: relative;
}

.search::before,
.section::before {
  content: '';
  width: 100%;
  max-width: 1200px;
  height: 1px;
  display: block;
  background-color: #e8e8e8;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.section-inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}

.section-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.size-guide .section-title img {
  max-width: 218px;
}

.box-gift .section-title img {
  max-width: 179px;
}

.petit-gift .section-title img {
  max-width: 198px;
}

.brand-feature .section-title img {
  max-width: 329px;
}

.ranking .section-title img {
  max-width: 184px;
}

.category .section-title img {
  max-width: 216px;
}

.wrapping .section-title img {
  max-width: 210px;
}

.section-title .title-en {
  display: block;
  color: var(--text-base-color);
  font-family: var(--font-english);
  font-size: 48px;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.section-title .title-jp {
  margin-top: 26px;
  display: block;
  font-size: 24px;
  font-weight: 500;
  color: var(--text-base-color);
}

.gift-mv img {
  width: 100%;
  max-width: unset;
  object-fit: cover;
}

.gift-lead {
  padding: 56px 0;
}

.gift-lead-text {
  font-size: 18px;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.05em;
}

.accordion-title {
  padding: 30px 0;
  position: relative;
}

.accordion-title::after {
  content: '';
  width: 18px;
  height: 18px;
  display: block;
  border-top: 2px solid #626262;
  border-right: 2px solid #626262;
  position: absolute;
  top: 45%;
  right: 0;
  transform: rotate(135deg);
  transition: 0.3s;
}

.size-guide .accordion-title::after {
  top: 27%;
}

.accordion-title.active::after {
  transform: rotate(-45deg);
  transition: 0.3s;
}

/* .size-guide .accordion-title.active::after{
  top: 30%;
} */
.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.accordion-content.active {
  max-height: max-content;
}

/*search*/
.search {
  padding: 50px 0 100px;
  position: relative;

}

.search-title {
  margin-bottom: 0;
  padding-left: 40px;
  color: var(--text-base-color);
  font-size: 24px;
  font-weight: bold;
  position: relative;
}

.search-title:before {
  content: '';
  width: 24px;
  height: 24px;
  display: block;
  background: url(/u/cms/img/usr/icon_sort.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 4px;
}

.head-3 {
  font-size: 19px;
  font-weight: 500;
  width: 20%;
}

.group-search-2--list,
.group-search-2--box__brand-logo {
  width: 80%;
}

.group-search-2--box__brand-logo>.group-search-2--list {
  width: 100%;
  justify-content: space-between;
}

.group-search-2--item-wrapper {
  border-bottom: none;
}

.group-search-2--list.-col3 li {
  width: calc((100% - 30px) / 3);
  padding: 0;
}

.group-search-2--list.-col3 li:not(:first-of-type) {
  margin-left: 15px;
}

.group-search-2--list li label {
  margin: 0;
  padding: 0;
  border: none;
}

.group-search-2--list li input:checked+span {
  background-color: #B3B1AF;
  border: 4px solid #E3B9C2;
}

.group-search-2--list li label span {
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #C7C4C1;
  border: none;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.4;
  color: #fff;
  font-weight: 500;
}

.group-search-2--list li label small {
  color: #fff;
  letter-spacing: 0.05em;
}

.group-search-2--list.-col4 li {
  width: calc((100% - 30px) / 4);
  padding: 0;
}

.group-search-2--list.-col4 li:not(:first-of-type) {
  margin-left: 10px;
}

.group-search-2--list.group-search-2--list__brand-logo li,
.group-search-2--list.group-search-2--list__category li {
  width: auto;
}

.group-search-2--list.group-search-2--list__brand-logo li>label,
.group-search-2--list.group-search-2--list__category li>label {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
  width: auto;
  background-color: unset;
}

.group-search-2--list.group-search-2--list__brand-logo li>label>input,
.group-search-2--list.group-search-2--list__category li>label>input {
  display: block;
}

.group-search-2--list.group-search-2--list__brand-logo li>label>input:checked+span,
.group-search-2--list.group-search-2--list__category li>label>input:checked+span {
  border: none;
  background-color: inherit;
}

.group-search-2--list.group-search-2--list__brand-logo li>label>input:checked,
.group-search-2--list.group-search-2--list__category li>label>input:checked {
  background-color: #E1C3CA;
  position: relative;
}

.group-search-2--list.group-search-2--list__brand-logo li>label>input:checked::after,
.group-search-2--list.group-search-2--list__category li>label>input:checked::after {
  content: '';
  width: 16px;
  height: 16px;
  display: block;
  background-image: url(/u/cms/img/usr/icon_check_w.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 4px;
  left: 4px;

}

.group-search-2--list.group-search-2--list__brand-logo li>label span,
.group-search-2--list.group-search-2--list__category li>label span {
  max-width: 160px;
  padding: 5px;
  color: var(--text-base-color);
  background-color: unset;
}

.group-search-2--list input[type="checkbox"] {
  width: 24px;
  height: 24px;
  background-image: none;
  background-color: #E0DEDD;
  border-radius: 4px;
  flex-shrink: 0;
}

.group-search-btn-wrap {
  margin-top: 24px;
  display: flex;
}

.search .group-search-2--btn-2 {
  width: calc(20% - 20px);
  margin-bottom: 0;
  margin-right: 20px;
}

.search .group-search-2--btn-2>button {
  width: 100%;
  height: 60px;
  margin-bottom: 0;
  padding: 10px;
  background-color: #D4D1CF;
  color: #fff;
  border-radius: 5px;
}

.search .group-search-2--btn-2>button:hover {
  opacity: 0.8;
}

.search .group-search-2--btn-1 {
  width: 80%;
  margin-bottom: 0;
}

.search .group-search-2--btn-1>button {
  width: 100%;
  height: 60px;
  margin-bottom: 0;
  padding: 10px;
  background-color: #D9B4BC;
  color: #fff;
}

.group-search-2--btn-1>button:hover {
  background-color: #E1C3CA;
}

.content-lead-text {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.88;
  letter-spacing: 0.05em;
  text-align: center;
}

/*SIZE GUIDE*/
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.size-table {
  margin-top: 34px;
}

.size-guide-table {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  border-collapse: collapse;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  border-radius: 10px;
  border: 1px solid #909090;
  overflow: hidden;
}

.title-name,
.title-age {
  padding: 10px;
  color: #fff;
  font-weight: 500;
  background-color: #E6C6CD;
}

.title-name {
  text-align: center;
}

.title-name:not(:last-child) {
  border-right: 1px solid #fff;
}

.title-age {
  width: 26px;
  height: 80px;
  text-align: center;
  vertical-align: middle;
  writing-mode: vertical-rl;
  text-orientation: upright;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.title-age span {
  color: #fff;
  text-combine-upright: all;
}

.item-title {
  width: 26px;
  height: 120px;
  font-size: 13px;
  font-weight: 500;
  writing-mode: vertical-rl;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #909090;
  border-right: 1px solid #909090;
}

.item-size {
  text-align: center;
  vertical-align: unset;
  border-right: 1px solid #909090;
  border-bottom: 1px solid #909090;
}

.item-size .size-btn {
  width: 80%;
  margin-top: 30px;
  padding: 5px 10px;
  display: inline-block;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  border-radius: 10px;
  border-bottom: 6px solid #C29FA7;
  background-color: #E6C6CD;
  position: relative;
}

.item-size .size-btn:hover {
  text-decoration: none;
  margin-bottom: 3px;
  border-width: 3px;
  transform: translateY(3px);
}

.item-size .size-btn:before {
  content: '>';
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.item-size .note {
  margin-top: 4px;
  font-size: 13px;
  text-align: center;
}

.item-legs-size {
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #909090;
  border-bottom: 1px solid #909090;
}

.item-growth {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #909090;
}

.size-guide-table tr:nth-of-type(5) .item-title {
  border-bottom: none;
}

@media screen and (min-width:751px) {

  .size-guide-table .title-age:last-child,
  .size-guide-table .item-size:last-child,
  .size-guide-table .item-legs-size:last-child,
  .size-guide-table .item-growth:last-child {
    border-right: none;
  }
}




.boxx-size {
  margin-top: 30px;
  text-align: center;
}

.brand-feature .slide-wrap {
  width: 100%;
  margin-top: 32px;
}

.slide-wrap+.slide-wrap {
  margin-top: 58px;
}

.scroll-lists-item,
.block-thumbnail-t--goods {
  max-width: 260px;
  margin: 0 20px 0 0;
  flex-shrink: 0;
}

.block-thumbnail-t--goods .block-thumbnail-t--goods-brand {
  font-size: 13px;
}

.block-thumbnail-t--goods .block-thumbnail-t--goods-name {
  display: block;
  font-weight: normal;
  font-size: 13px;
}

.block-thumbnail-t--goods .block-thumbnail-t--goods-name a {
  color: var(--text-base-color);
}

.block-thumbnail-t--goods-description img {
  max-width: 320px;
}

/* .swiper-initialized .block-thumbnail-t--goods{
  margin: 30px 0;
} */
.slide-wrap {
  width: 100%;
  max-width: 1260px;
  margin-top: 40px;
  position: relative;
}

.swiper-wrapper {
  margin-bottom: 30px;
}

.swiper-button-next,
.swiper-button-prev {
  top: 40%;
}

.swiper-button-prev {
  left: -40px;
}

.swiper-button-next {
  right: -40px;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  display: none;
}

.swiper-scrollbar {
  display: none;
}

.btn-area {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}

.btn-area .more-btn {
  width: 50%;
  max-width: 500px;
  height: 60px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  border: 1px solid #999;
  border-radius: 5px;
}

.btn-area .more-btn:hover {
  text-decoration: none;
  color: #fff;
  border-color: #4d4d4d;
  background-color: #4d4d4d;
}

.btn-area .more-btn:hover span {
  color: #fff;
}

/*BRAND FEATURE*/
.swiper.-upper .block-thumbnail-t--goods:nth-of-type(even) {
  display: none;
}

.swiper.-rower .block-thumbnail-t--goods:nth-of-type(odd) {
  display: none;
}

/*カテゴリー*/
.category-lists {
  margin: 0 0 0 -15px;
  display: flex;
  flex-wrap: wrap;
}

.category-lists-item {
  width: calc(100% / 4 - 15px);
  margin: 40px 0 0 15PX;
}

.category-lists-item a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.category-name {
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
}

.category .btn-area {
  margin-top: 94px;
}

/*ranking*/
.tab-lists {
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #D0D0D0;
}

.tab-lists button[role="tab"] {
  padding: 20px 15px;
  color: #626262;
  font-size: 16px;
  background-color: unset;
  border: none;
}

.tab-lists button[role="tab"][aria-selected="true"] {
  margin-bottom: -1px;
  border-bottom: 4px solid #626262;
}

.tab-lists button[role="tab"][aria-selected="false"]:hover {
  margin-bottom: -1px;
  border-bottom: 4px solid #626262;
  cursor: pointer;
}

div[role="tabpanel"] {
  padding: 50px 0 30px;
  background-color: #FFFFFF;
}

.text-link-wrap {
  text-align: right;
}

.text-link-wrap .more-text-link {
  padding-right: 1em;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  position: relative;
}

.text-link-wrap .more-text-link:after {
  content: '＞';
  font-size: 0.75em;
  position: absolute;
  top: 3px;
  right: 0;
}

.ranking-lists {
  margin: 0 0 0 -10px;
  display: flex;
  flex-wrap: wrap;
}

.dv_rc_items {
  width: calc(100% / 5 - 10px);
  margin: 20px 0 0 10px;
  position: relative;
}

.dv_rc_items::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  line-height: 24px;
  position: absolute;
  left: 0px;
  top: 0px;
  color: #fff;
  background: #444444;
  z-index: 2;
}

.dv_rc_items:nth-of-type(1):before {
  background: #bfab21;
}

.dv_rc_items:nth-of-type(2)::before {
  background: #999999;
}

.dv_rc_items:nth-of-type(3)::before {
  background: #7a5112;
}

.dv_rc_items::after {
  counter-increment: number 1;
  content: counter(number) " ";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0px;
  left: 0px;
  color: #fff;
  font-size: 16px;
  z-index: 2;
}

.dv_rc_name {
  display: none;
}

.block-thumbnail-t--price {
  font-size: 14px;
}

.modal-link {
  text-align: right;
}

.text-link {
  margin-top: 10px;
  border: none;
  background-color: unset;
}

.modal-link .text-link {
  color: #626262;
  cursor: pointer;
}

html.modal-open,
body.modal-open {
  overflow: hidden;
}

.size-modal {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.64);
  z-index: 9001;
}

.size-modal.is-open {
  display: block;
}

.modal-close-button {
  width: 5.07%;
  height: 5.07%;
  max-width: 38px;
  max-height: 38px;
  padding: 0;
  color: transparent;
  background-color: unset;
  border: none;
  position: absolute;
  top: calc((100vh - 50.7%)/2 - 150px);
  right: calc((100% - 83.07%) / 2);
  appearance: unset;
}

.modal-content {
  width: 83.07%;
  height: auto;
  padding: 20px;
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9001;
}

.modal-title {
  color: var(--text-base-color);
  font-size: clamp(1rem, 0.83rem + 0.73vw, 1.375rem);
  font-weight: 600;
  text-align: center;
  background: unset;
}

.sizeguide-image {
  text-align: center;
}

.sizeguide-image img {
  display: block;
  max-width: 100%;
  height: auto;
}

.wrapping .item-name {
  margin-top: 16px;
}

.wrapping .btn-area {
  margin-top: 64px;
  flex-direction: column;
  align-items: center;
}

.wrapping .btn-area .more-btn+.more-btn {
  margin-top: 74px;
}

.wrapping .caution {
  margin-top: 20px;
}

@media screen and (min-width:1201px) {
  .modal-content {
    width: 1200px;
  }

  .modal-close-button {
    top: calc((100% - 800px) / 2 - 50px);
    right: calc((100% - 1200px) / 2);
    appearance: unset;
  }
}

@media screen and (max-width:768px) {
  .sp_only {
    display: block;
  }

  .pc_only {
    display: none;
  }

  .contents {
    padding: 0;
  }

  .wrapper {
    width: 100%;
    max-width: 768px;
  }

  .block-thumbnail-t--goods-image figure {
    min-width: 100%;
    min-height: 100%;
  }

  .img-center img {
    width: 100%;
  }

  .section {
    padding: 40px 0 50px;
  }

  .section::before {
    width: calc(100% - 30px);
  }

  .section-inner {
    padding: 0 15px;
  }

  .section-title {
    padding-bottom: 0;
    background: none;
  }

  .section-title .title-en {
    font-size: 32px
  }

  .section-title .title-jp {
    margin-top: 10px;
    font-size: 16px;
  }

  .gift-lead {
    padding: 20px 0;
  }

  .gift-lead-text {
    font-size: 13px;
  }

  .accordion-title {
    padding: 0;
  }

  .accordion-title::after {
    width: 12px;
    height: 12px;
    top: 35%;
    right: 15px;
  }

  .size-guide .accordion-title::after {
    top: 20%;
  }

  /* .size-guide .accordion-title.active::after{
    top: 25%;
  } */
  .search {
    padding: 0 0 75px;
  }

  .search::before,
  .section::before {
    width: calc(100% - 30px);
  }

  .search-title {
    background: none;
    font-size: 16px;
  }

  .search-title:before {
    top: 10px;
  }

  .head-3 {
    width: 100%;
    padding: 30px 0 20px;
    font-size: 14px;
  }

  .group-search-2--list,
  .group-search-2--box__brand-logo {
    width: 100%;
    display: flex;
  }

  .group-search-2--list.-col4 {
    margin-top: -10px;
    flex-wrap: wrap;
  }

  .group-search-2--list.-col4 li {
    width: calc((100% - 10px) / 2);
    margin-top: 10px;
  }

  .group-search-2--list.-col4 li:not(:first-of-type) {
    margin-left: 0;
  }

  .group-search-2--list.-col4 li:nth-child(even) {
    margin-left: 10px;
  }

  .group-search-2--list.group-search-2--list__brand-logo li>label span,
  .group-search-2--list.group-search-2--list__category li>label span {
    font-size: 14px;
  }

  .group-search-2--list>li>label>input:not([name="goodsbrand"], [name="genre"]) {
    opacity: 0;
    position: absolute;
    left: 0;
  }

  .group-search-2--list__brand-logo,
  .group-search-2--list__category {
    margin-top: -10px;
    flex-wrap: wrap;
  }

  .group-search-2--list.group-search-2--list__brand-logo li,
  .group-search-2--list.group-search-2--list__category li {
    width: calc((100% - 10px) / 2);
    margin-top: 10px;
  }

  .group-search-2--list.group-search-2--list__brand-logo li:nth-child(even),
  .group-search-2--list.group-search-2--list__category li:nth-child(even) {
    margin-left: 10px;
  }

  .group-search-2--list li label span {
    height: 46px;
    line-height: 1.2;
  }

  .group-search-2--list li label span small {
    font-size: 12px;
  }

  .search .group-search-2--btn-2 {
    width: calc(30% - 10px);
  }

  .search .group-search-2--btn-1 {
    width: 70%;
  }

  .scroll-lists-item,
  .block-thumbnail-t--goods {
    max-width: 180px;
  }

  .block-thumbnail-t--goods .block-thumbnail-t--goods-brand img {
    max-height: 36px;
  }

  .content-lead-text {
    margin-top: 12px;
    font-size: 13px;
  }

  .size-guide-table {
    border-radius: 10px;
  }

  /*SIZE GUIDE*/
  .item-title {
    width: calc(120 / 345 * 100%);
    /* max-width: 120px; */
    height: auto;
    writing-mode: unset;
    background-color: #F2DEE2;
  }

  .title-name {
    width: 26px;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    writing-mode: vertical-lr;
    vertical-align: middle;
  }

  .title-name span {
    width: 20px;
    white-space: pre;
    writing-mode: vertical-rl;
    display: inline-block;
  }

  .title-age {
    width: 40px;
    height: 52px;
    font-size: 16px;
    writing-mode: unset;
    border-right: none;
  }

  .item-legs-size .title {
    font-size: 13px;
    font-weight: 400;
    text-align: center;
  }

  .item-legs-size .size {
    font-size: 22px;
    text-align: center;
  }

  .size-btn {
    width: 80%;
    margin-top: 0;
    padding: 5px 10px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    border-radius: 30px;
    border-bottom: 4px solid #C29FA7;
    background-color: #E6C6CD;
    position: relative;
  }

  .size-btn:before {
    content: none;
  }

  .item-growth {
    border-bottom: 1px solid #626262;
  }

  .size-guide-table tr:first-of-type .title-age {
    width: calc(90 / 345 * 100%);
    /* width: 80px; */
    border-top: none;
  }

  .size-guide-table tr:nth-of-type(21) .item-legs-size,
  .size-guide-table tr:nth-of-type(21) .item-growth {
    border-bottom: none;
  }

  .size-guide-table tr td:last-of-type {
    border-right: none;
  }

  .slide-wrap {
    margin-top: 20px;
  }

  .catalog-item-list--tag img {
    height: 20px !important;
  }

  .slide-wrap .swiper li a>.catalog-item-list--tag {
    position: relative;
    display: inline-block;
  }

  .slide-wrap .swiper li a>.catalog-item-list--tag+.catalog-item-list--tag {
    margin-right: 10px;
  }

  .scroll-lists.-upper {
    margin-top: 20px;
  }

  .brand-feature .slide-wrap {
    width: 100vw;
  }

  .btn-area .more-btn {
    width: 80%;
    height: 40px;
  }

  .tab-lists button[role="tab"] {
    padding: 15px;
    font-size: 14px;
    white-space: nowrap;
  }

  .dv_rc_items:nth-of-type(-n+4) {
    width: calc(100% / 2 - 10px);
    margin: 10px 0 0 10px;
  }

  .dv_rc_items:nth-of-type(n+5) {
    width: calc(100% / 3 - 10px);
    margin: 10px 0 0 10px;
  }

  .category-lists-item {
    width: calc(100% / 2 - 10px);
    margin: 10px 0 0 10px;
  }

  .category-name {
    font-size: 14px;
  }

  .wrapping .btn-area {
    margin-top: 45px;
  }

  .wrapping .btn-area .more-btn+.more-btn {
    margin-top: 30px;
  }

  .size-guide .section-title img {
    max-width: 138px;
  }

  .box-gift .section-title img {
    max-width: 104px;
  }

  .petit-gift .section-title img {
    max-width: 116px;
  }

  .brand-feature .section-title img {
    max-width: 192px;
  }

  .ranking .section-title img {
    max-width: 107px;
  }

  .category .section-title img {
    max-width: 126px;
  }

  .wrapping .section-title img {
    max-width: 105px;
  }

  .category .btn-area {
    margin-top: 45px;
  }

  .modal-close-button {
    top: 5%;
  }

  .brand-feature .section {
    padding-bottom: 78px;
  }

  .scroll-lists+.scroll-lists {
    margin-top: 36px;
  }
}