@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
/* ページ全般の設定 */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.75;
  color: #1f1f1f;
  word-break: break-all;
}

main {
  position: relative;
}

li {
  list-style: none;
}

a {
  color: #1f1f1f;
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

em {
  font-style: normal;
}

.upper {
  text-transform: uppercase;
}

@media (max-width: 1280px) {
  .pc-only {
    display: none !important;
  }
}

@media (min-width: 1280px) {
  .sp-only {
    display: none !important;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.grid {
  display: grid;
}

.container {
  max-width: 120rem;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .container {
    width: 100%;
  }
}

.customHeader {
  width: 100%;
  background: #fff;
  z-index: 10;
  padding: 4rem 2rem;
  position: relative;
  z-index: 100;
}
.customHeader::after {
  content: "";
  background-color: #f0f0f0;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 1px;
  z-index: -1;
}
@media (max-width: 767px) {
  .customHeader::after {
    width: calc(100% - 4rem);
  }
}
@media (max-width: 767px) {
  .customHeader {
    padding: 3rem 2rem;
  }
}
.customHeader .customHeader__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .customHeader .customHeader__inner {
    width: 100%;
    padding: 0 2rem;
  }
}
.customHeader .customHeader__logo {
  max-width: 18.90625vw;
  width: 100%;
}
@media (min-width:1280px) {
  .customHeader .customHeader__logo {
    max-width: 24.2rem;
  }
}
@media (max-width: 767px) {
  .customHeader .customHeader__logo {
    max-width: 44.8148148148vw;
  }
}
.customHeader .customHeader__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.customHeader .customHeader__inner__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .customHeader .customHeader__inner__right {
    display: none;
  }
}
.customHeader .customHeader__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.734375vw;
}
@media (min-width:1280px) {
  .customHeader .customHeader__menu {
    gap: 3.5rem;
  }
}
@media (max-width: 767px) {
  .customHeader .customHeader__menu {
    display: none;
  }
}
.customHeader .customHeader__menu a,
.customHeader .customHeader__menu p {
  font-size: 1.4rem;
  color: #1f1f1f;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.customHeader .customHeader__menu__item {
  position: relative;
  cursor: pointer;
}
.customHeader .customHeader__menu__item.active p img,
.customHeader .customHeader__menu__item.active a img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.customHeader .customHeader__menu__item.active .customHeader__menu__item__sub {
  display: block;
}
.customHeader .customHeader__menu__item p,
.customHeader .customHeader__menu__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.customHeader .customHeader__menu__item p img,
.customHeader .customHeader__menu__item a img {
  width: 12px;
  -o-object-fit: contain;
     object-fit: contain;
  height: 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.customHeader .customHeader__menu__item__sub {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
  -webkit-box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.55);
          box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.55);
  border-radius: 10px;
  padding: 10px 0;
  min-width: 250px;
  display: none;
}
.customHeader .customHeader__menu__item__sub li:not(:last-child) {
  border-bottom: solid 1px #a0a0a0;
}
.customHeader .customHeader__menu__item__sub li a {
  display: block;
  padding: 15px 30px;
  white-space: nowrap;
}

/*=================================================
    SP ハンバーガーメニュー
===================================================*/
/* ハンバーガーメニューボタン */
.hamburger-btn {
  position: fixed;
  top: 4rem;
  right: 7.037037037vw;
  width: 5.7407407407vw;
  height: 3.7037037037vw;
  z-index: 100;
  cursor: pointer;
}
@media (min-width: 768px) {
  .hamburger-btn {
    display: none;
  }
}
.hamburger-btn .hamburger-btn__line {
  width: 5.7407407407vw;
  height: 3.7037037037vw;
  position: relative;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  top: 50%;
  bottom: 50%;
  left: 50%;
  right: 50%;
}
@media (min-width: 768px) {
  .hamburger-btn .hamburger-btn__line {
    display: none;
  }
}
.hamburger-btn .hamburger-btn__line .line {
  position: absolute;
  content: "";
  background: #000000;
  width: 5.7407407407vw;
  height: 0.5555555556vw;
  left: 50%;
  right: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.hamburger-btn .hamburger-btn__line .line:nth-child(1) {
  top: 0;
}
.hamburger-btn .hamburger-btn__line .line:nth-child(2) {
  top: 41%;
}
.hamburger-btn .hamburger-btn__line .line:nth-child(3) {
  bottom: 0;
}

.hamburger-btn.active {
  width: 8.8888888889vw;
  height: 8.8888888889vw;
  top: 6.4814814815vw;
  right: 9.2592592593vw;
}
.hamburger-btn.active .hamburger-btn__line {
  width: 8.8888888889vw;
  height: 8.8888888889vw;
}
.hamburger-btn.active .line {
  background: #fff;
  width: 12.4074074074vw;
  height: 0.3703703704vw;
}
.hamburger-btn.active .line:nth-child(1), .hamburger-btn.active .line:nth-child(2), .hamburger-btn.active .line:nth-child(3) {
  top: 6.4814814815vw;
  left: 0;
}
.hamburger-btn.active .line:nth-child(1) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.hamburger-btn.active .line:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.hamburger-btn.active .line:nth-child(3) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* メニューの中身 */
#hamburger-menu {
  width: 100%;
  height: 100%;
  background: #c92c25;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  visibility: hidden;
  padding: 33.3333333333vw 11.8518518519vw 22.2222222222vw;
  color: #fff;
}
#hamburger-menu .hamburger-menu__list {
  margin-top: 6.4814814815vw;
}
#hamburger-menu .hamburger-menu__list .hamburger-menu__list__item {
  padding-top: 6.4814814815vw;
  padding-bottom: 6.4814814815vw;
  font-size: 1.6rem;
  font-weight: 700;
  border-bottom: solid 1px #fff;
  width: 100%;
}
#hamburger-menu .hamburger-menu__list .hamburger-menu__list__item .arrow {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#hamburger-menu .hamburger-menu__list .hamburger-menu__list__item .js-accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#hamburger-menu .hamburger-menu__list .hamburger-menu__list__item .js-accordion.open .arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#hamburger-menu .hamburger-menu__list .hamburger-menu__list__item a {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
}
#hamburger-menu .has-child ul {
  display: none;
  margin-top: 3.7037037037vw;
  padding-left: 3.7037037037vw;
}
#hamburger-menu .has-child ul li {
  margin-bottom: 1.8518518519vw;
}
#hamburger-menu .has-child ul li a {
  font-weight: normal !important;
}
#hamburger-menu .has-child ul li:last-child {
  margin-bottom: 0;
}

/* ハンバーガーメニュー開いた時 */
#hamburger-menu.active {
  overflow: scroll;
  visibility: visible;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  left: 0;
  -webkit-overflow-scrolling: touch;
}

body.active {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .hamburger-btn,
  .hamburger-menu {
    display: none;
  }
}

.customFooter {
  background: #c92c25;
  color: #fff;
  padding: 7rem 0 5.5rem;
}
@media (max-width: 767px) {
  .customFooter {
    padding: 8rem 0;
  }
}
.customFooter a {
  color: #fff;
}
.customFooter__inner {
  padding: 0 2rem;
}
.customFooter .customFooter__top {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 3.5rem;
  border-bottom: solid 1px #fff;
  gap: 40px;
}
.customFooter .customFooter__top .customFooter__logo {
  max-width: 19.296875vw;
  width: 100%;
}
@media (min-width:1280px) {
  .customFooter .customFooter__top .customFooter__logo {
    max-width: 24.7rem;
  }
}
@media (max-width: 767px) {
  .customFooter .customFooter__top .customFooter__logo {
    max-width: 45.7407407407vw;
    margin: 0 auto 7.4074074074vw;
  }
}
.customFooter .customFooter__top .customFooter__menu {
  max-width: 70rem;
  width: 100%;
}
@media (min-width: 768px) {
  .customFooter .customFooter__top .customFooter__menu {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .customFooter .customFooter__top .customFooter__menu {
    max-width: 100%;
  }
}
.customFooter .customFooter__top .customFooter__menu__item {
  width: 25%;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .customFooter .customFooter__top .customFooter__menu__item {
    margin-bottom: 9.2592592593vw;
    width: 100%;
  }
}
.customFooter .customFooter__top .customFooter__menu__item:last-of-type {
  margin-bottom: 0;
}
.customFooter .customFooter__top .menu-title {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .customFooter .customFooter__top .menu-title {
    font-size: 3.7037037037vw;
    margin-bottom: 2.7777777778vw;
  }
}
@media (max-width: 767px) {
  .customFooter .customFooter__top .menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3.7037037037vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.customFooter .customFooter__top .menu-list li {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .customFooter .customFooter__top .menu-list li {
    margin-bottom: 0;
  }
}
.customFooter .customFooter__top .menu-list li:last-child {
  margin-bottom: 0;
}
.customFooter .customFooter__top .menu-list li a {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  line-height: 1.5;
}
.customFooter .customFooter__top .menu-list li a:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .customFooter .customFooter__top .menu-list li a {
    font-size: 3.1481481481vw;
  }
}
@media (max-width: 767px) {
  .customFooter .customFooter__top .menu-list li a br {
    display: none;
  }
}
.customFooter .copyright {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .customFooter .copyright {
    font-size: 2.5925925926vw;
    margin-top: 6.4814814815vw;
  }
}

.breadcrumbs {
  margin: 3rem 0 7.5rem;
}
@media (max-width: 767px) {
  .breadcrumbs {
    margin: 0 0 3rem;
  }
}
.breadcrumbs__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 3.4rem;
}
@media (max-width: 767px) {
  .breadcrumbs__inner {
    margin: 0 0 2rem;
    min-height: unset;
  }
}
.breadcrumbs__list {
  font-size: 1.4rem;
  font-weight: 700;
  color: #1f1f1f;
  word-break: break-all;
  display: inline;
}
.breadcrumbs__list a {
  -webkit-transform: all 0.3s;
          transform: all 0.3s;
}
.breadcrumbs__list a:hover {
  opacity: 0.7;
}

.product__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 7.8rem;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .product__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
    margin-bottom: 2rem;
  }
}
.product__img {
  width: 50%;
  min-width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f0f0f0;
  padding: 5rem;
}
@media (max-width: 767px) {
  .product__img {
    width: 100%;
    min-width: 100%;
    padding: 2rem;
  }
}
.product__img img {
  width: 36.5rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .product__img img {
    width: 100%;
    height: 30rem;
  }
}
.product__text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.product__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3rem;
}
@media (max-width:1280px) {
  .product__category {
    margin: 2rem 0 4rem;
  }
}
@media (max-width: 767px) {
  .product__category {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.6rem;
    margin-bottom: 2rem;
  }
}
.product__category__label {
  font-size: 1.3rem;
  background-color: #f0f0f0;
  padding: 0.5rem;
  min-width: 20rem;
  text-align: center;
  display: block;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .product__category__label {
    width: 100%;
    font-size: 1.4rem;
  }
}
.product__category__label:hover {
  background-color: #1f1f1f;
  color: #fff;
}
.product__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .product__search {
    width: 100%;
  }
}
.product__search input {
  border: 1px solid #ccc;
  padding: 0.5rem 1rem;
  width: 17rem;
  font-size: 1.6rem;
  height: 3.4rem;
}
@media (max-width: 767px) {
  .product__search input {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: 4rem;
  }
}
.product__search input::-webkit-input-placeholder {
  color: #ccc;
}
.product__search input::-moz-placeholder {
  color: #ccc;
}
.product__search input:-ms-input-placeholder {
  color: #ccc;
}
.product__search input::-ms-input-placeholder {
  color: #ccc;
}
.product__search input::placeholder {
  color: #ccc;
}
.product__search button {
  width: 3.4rem;
  height: 3.4rem;
  background-color: #1f1f1f;
  color: #fff;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .product__search button {
    width: 4rem;
    height: 4rem;
  }
}
.product__search button:hover {
  opacity: 0.7;
}
.product__search button img {
  width: 1.2rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .product__search button img {
    width: 2rem;
  }
}
.product__title {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .product__title {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .product__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1rem;
  }
}
.product__price__label {
  font-size: 1.8rem;
  color: #c92c25;
  font-weight: 400;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .product__price__label {
    width: 100%;
    font-size: 1.4rem;
  }
}
.product__price__value {
  font-family: "TT Commons Pro Bold";
  font-size: 4rem;
  line-height: 1.6;
  color: #c92c25;
  font-weight: 700;
}
@media (max-width: 767px) {
  .product__price__value {
    font-size: 3.2rem;
  }
}
.product__price__value span {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .product__price__value span {
    font-size: 1.8rem;
  }
}
.product__price__date {
  line-height: 1.8;
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .product__price__date {
    margin-bottom: 0;
    font-size: 1.4rem;
  }
}
.product__cta {
  margin-bottom: 4rem;
}
.product__cta__btn {
  width: 100%;
  background-color: #ff6600;
  color: #fff;
  border-radius: 10rem;
  border: 1px solid #ff6600;
  display: inline-block;
  padding: 1.5rem 4rem;
  font-size: 1.8rem;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
}
@media (max-width: 767px) {
  .product__cta__btn {
    font-size: 1.6rem;
    padding: 1rem 2rem;
  }
}
.product__cta__btn:hover {
  background-color: #fff;
  color: #ff6600;
}
.product__description {
  border-top: 1px solid #e0e0e0;
  padding-top: 4rem;
}
@media (max-width: 767px) {
  .product__description {
    padding-top: 3rem;
  }
}
.product__description__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .product__description__title {
    font-size: 1.6rem;
  }
}
.product__description p {
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 400;
}
@media (max-width: 767px) {
  .product__description p {
    font-size: 1.4rem;
  }
}
.product__notice {
  padding: 4rem 6rem;
  border: 1px solid #e0e0e0;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .product__notice {
    padding: 2rem;
  }
}
.product__notice__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .product__notice__title {
    font-size: 1.6rem;
  }
}
.product__notice__text {
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 400;
}
@media (max-width: 767px) {
  .product__notice__text {
    font-size: 1.4rem;
  }
}
.product__campaign {
  margin-bottom: 14rem;
}
@media (max-width: 767px) {
  .product__campaign {
    margin-bottom: 9rem;
  }
}
.product__campaign li a {
  display: block;
  width: 100%;
  overflow: hidden;
}
.product__campaign li a img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product__campaign li a img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.recommend__title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.36;
  margin-bottom: 4rem;
  text-align: center;
}
.recommend__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 2.6666666667%;
     -moz-column-gap: 2.6666666667%;
          column-gap: 2.6666666667%;
  row-gap: 4rem;
}
@media (max-width: 1400px) {
  .recommend__flex {
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .recommend__flex {
    row-gap: 4rem;
    padding: 0;
  }
}
.recommend__flex__item {
  width: 23%;
}
.recommend__flex__item a {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.recommend__flex__item a:hover {
  opacity: 0.7;
}
.recommend__flex__item a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.recommend__flex__item__img {
  height: 25rem;
  width: 100%;
  margin-bottom: 2rem;
  padding: 2rem;
  background-color: #f0f0f0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .recommend__flex__item__img {
    height: 14rem;
    padding: 1rem;
    margin-bottom: 1rem;
  }
}
.recommend__flex__item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.recommend__flex__item__category {
  background-color: #f0f0f0;
  padding: 1rem;
  font-weight: 700;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.2;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .recommend__flex__item__category {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}
.recommend__flex__item__title {
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 700;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 767px) {
  .recommend__flex__item__title {
    font-size: 1.4rem;
  }
}
.recommend__flex__item__price {
  font-size: 2rem;
  line-height: 1.8;
  font-weight: 700;
}
@media (max-width: 767px) {
  .recommend__flex__item__price {
    text-align: center;
  }
}
.recommend__flex__item__price__label {
  font-size: 1.8rem;
  color: #c92c25;
}
@media (max-width: 767px) {
  .recommend__flex__item__price__label {
    font-size: 1.2rem;
  }
}
.recommend__flex__item__price__value {
  font-size: 2.4rem;
  line-height: 1.8;
  font-weight: 700;
  color: #c92c25;
  font-family: "TT Commons Pro Bold";
}
@media (max-width: 767px) {
  .recommend__flex__item__price__value {
    font-size: 2.4rem;
    line-height: 1.2;
  }
}
.recommend__flex__item__price__value span {
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .recommend__flex__item__price__value span {
    font-size: 1.2rem;
  }
}
.recommend__flex__item__price__date {
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 400;
}
@media (max-width: 767px) {
  .recommend__flex__item__price__date {
    font-size: 1.2rem;
  }
}
.recommend__slider {
  padding-bottom: 4rem !important;
}
@media (max-width: 767px) {
  .recommend__slider {
    padding-bottom: 3rem !important;
  }
}
@media (max-width: 767px) {
  .recommend__slider {
    overflow: visible !important;
  }
}
@media (max-width:1280px) {
  .recommend__slider .swiper-slide {
    padding-right: 1.5rem;
    width: 60rem;
  }
}
.recommend__slider__layout {
  margin-bottom: 10rem !important;
  position: relative;
}
@media (max-width:1280px) {
  .recommend__slider__layout {
    overflow: auto;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding-left: 2rem;
    margin-bottom: 4rem !important;
  }
}
.recommend__slider__layout .swiper-button-prev, .recommend__slider__layout .swiper-button-next {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 4rem;
  height: 4rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.recommend__slider__layout .swiper-button-prev:hover, .recommend__slider__layout .swiper-button-next:hover {
  opacity: 0.7;
}
.recommend__slider__layout .swiper-button-prev::after, .recommend__slider__layout .swiper-button-next::after {
  display: none;
}
.recommend__slider__layout .swiper-button-prev {
  left: -80px;
  top: 45%;
}
@media (max-width: 1400px) {
  .recommend__slider__layout .swiper-button-prev {
    left: 10px;
  }
}
.recommend__slider__layout .swiper-button-next {
  right: -80px;
  top: 45%;
}
@media (max-width: 1400px) {
  .recommend__slider__layout .swiper-button-next {
    right: 10px;
  }
}
.recommend__slider .swiper-pagination {
  bottom: 0;
}
.recommend__slider .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  background-color: #e6e6e6;
  opacity: 1 !important;
  margin: 0 0.6rem !important;
}
.recommend__slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #1f1f1f;
}

.result {
  margin-bottom: 10rem;
}
.result__title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.36;
  margin-bottom: 4rem;
  text-align: center;
}
.result__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 2.6666666667%;
     -moz-column-gap: 2.6666666667%;
          column-gap: 2.6666666667%;
  row-gap: 4rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 1024px) {
  .result__flex {
    -webkit-column-gap: 4%;
       -moz-column-gap: 4%;
            column-gap: 4%;
  }
}
@media (max-width: 767px) {
  .result__flex {
    row-gap: 4rem;
  }
}
.result__flex__item {
  width: 23%;
}
@media (max-width: 1024px) {
  .result__flex__item {
    width: 48%;
  }
}
.result__flex__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 100%;
}
.result__flex__item a:hover {
  opacity: 0.7;
}
.result__flex__item a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.result__flex__item__img {
  height: 25rem;
  width: 100%;
  margin-bottom: 2rem;
  padding: 2rem;
  background-color: #f0f0f0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .result__flex__item__img {
    height: 16rem;
  }
}
.result__flex__item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.result__flex__item__category {
  background-color: #f0f0f0;
  padding: 1rem;
  font-weight: 700;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.2;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .result__flex__item__category {
    font-size: 1.4rem;
  }
}
.result__flex__item__title {
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 700;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e0e0e0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 767px) {
  .result__flex__item__title {
    font-size: 1.7rem;
  }
}
.result__flex__item__price {
  font-size: 2rem;
  line-height: 1.8;
  font-weight: 700;
}
@media (max-width: 767px) {
  .result__flex__item__price {
    text-align: center;
  }
}
.result__flex__item__price__label {
  font-size: 1.8rem;
  color: #c92c25;
}
@media (max-width: 767px) {
  .result__flex__item__price__label {
    font-size: 1.7rem;
  }
}
.result__flex__item__price__value {
  font-size: 2.4rem;
  line-height: 1.8;
  font-weight: 700;
  color: #c92c25;
  font-family: "TT Commons Pro Bold";
}
@media (max-width: 767px) {
  .result__flex__item__price__value {
    font-size: 3.2rem;
    line-height: 1.2;
  }
}
.result__flex__item__price__value span {
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .result__flex__item__price__value span {
    font-size: 2.2rem;
  }
}
.result__flex__item__price__date {
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 400;
}
@media (max-width: 767px) {
  .result__flex__item__price__date {
    font-size: 1.6rem;
  }
}
.result__layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 4rem;
}
@media (max-width: 767px) {
  .result__layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.categoryNav {
  position: sticky;
  top: 2rem;
  -ms-flex-item-align: start;
      align-self: start;
}
@media (max-width: 767px) {
  .categoryNav {
    display: none;
  }
}
.categoryNav__title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
}
.categoryNav__list, .categoryNav__list .children {
  list-style: none;
  margin: 0;
  padding: 0;
}
.categoryNav__item,
.categoryNav .cat-item {
  margin: 0.2rem 0;
}
.categoryNav__item > a,
.categoryNav .cat-item > a {
  display: block;
  padding: 0.6rem 0.4rem;
  border-radius: 0.4rem;
  text-decoration: none;
  color: #1f1f1f;
  line-height: 1.6;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.categoryNav__item > a:hover,
.categoryNav .cat-item > a:hover {
  background-color: #f0f0f0;
}
.categoryNav .children {
  margin-left: 1.2rem;
  border-left: 1px solid #e0e0e0;
  padding-left: 1.2rem;
}
.categoryNav .categoryNav__all.is-current > a,
.categoryNav .current-cat > a,
.categoryNav .current-cat-parent > a,
.categoryNav .current-cat-ancestor > a {
  color: #c92c25;
  font-weight: 700;
}

.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  margin: 6rem 0 0;
}
.pagination ul li {
  margin: 0;
}
.pagination ul li span,
.pagination ul li a {
  background-color: #c92c25 !important;
  color: #fff;
  padding: 1rem;
  border-radius: 50%;
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  min-height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
}
.pagination ul li a {
  background-color: #f0f0f0 !important;
  color: #1f1f1f !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pagination ul li a:hover {
  background-color: #c92c25 !important;
  color: #fff !important;
}