/*------------------------------
 all
------------------------------*/
* {
  min-width: 0;
  min-height: 0;
}
/*fixed header*/
.pg-s-header{
  position: fixed;
  width: 100%;
}

.l-content {
  margin-top: 114px;
}

.main-fonts {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  letter-spacing: 1px;
}

/*------------------------------
 m-special-slider
------------------------------*/
.m-special-slider {
  background-color: #ffffff;
}

.m-special-slider .unit .inner img {
  width: 100%;
}

.slick01 .slick-next, .slick02 .slick-next{
  display: none !important;
}

  /*------------------------------
   m-special-title
  ------------------------------*/
.m-special-title {
  background-color: #ffffff;
}

.m-special-title .unit .inner,
.m-special-items .unit .inner,
.m-special-products .unit
{
  width: 100%;
}

.m-special-title .unit .inner img {
  padding: 10% 10% 0;
}


.m-special-title .unit .inner .logo-description {
  align-items: center;
  margin: 5% 0% 0%;
}

.m-special-title .unit .inner .logo-description img {
  width: 100%;
  height: auto;
}

.m-special-title .unit .inner .logo-description .text-area {
  padding: 0 0 0 40px;
}

.m-special-title .unit .inner h1 {
  color: #000000;
  font-size: 70px;
  margin-top: 50px;
}

.m-special-title .unit .inner h2 {
  color: #000000;
  font-size: 3rem;
  margin-top: 30px;
}

.m-special-title .unit .inner h3 {
  color: #000000;
  font-size: 40px;
  line-height: 0.8;
  text-align: center;
  margin-top: 40px;
}

.m-special-title .unit .inner h4 {
  color: #000000;
  font-size: 1.5rem;
  line-height: 50px;
  text-align: center;
}

.m-special-title .unit .inner .date {
  color: #000000;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
}

/*------------------------------
 m-special-order
------------------------------*/

.m-special-order {
  padding: 3rem;
  background-color: #ffffff;
}

.m-special-order .unit .inner {
  width: 100%;
  margin: 0 auto;
}

.m-special-order .unit .inner h1 {
  color: #000000;
  text-align: center;
  padding: 50px 0 20px;
  font-size: 70px;
  margin: 50px 10% 80px;
}

.m-special-order .unit .inner img {
  width: 100%;
}

/*------------------------------
 m-special-products
------------------------------*/

.m-special-products {
  background-color: #ffffff;
}

.m-special-products .unit {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 100px;
}


.m-special-products .unit h1 {
  color: #000000;
  text-align: center;
  font-size: 70px;
  padding: 50px 0 40px;
  margin: 50px 15%;
}

.m-special-products .unit h5 {
  color: #ffffff;
  font-size: 35px;
  font-weight: bold;
  padding: 30px;
  display: flex;
  align-items: center;
  margin: 0;
}

.m-special-products .unit h5:after {
  content: "";
  background-color: #ffffff;
  height: 3px;
  flex-grow: 0.8;
  margin: 0 2%;
}

.m-special-products .unit h5:before {
  content: "";
  background-color: #ffffff;
  height: 3px;
  flex-grow: 0.8;
  margin: 0 2%;
}

.m-special-products .unit .inner {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

.m-special-products .unit .inner .item-image {
  width: 40%;
  overflow: hidden;
}

.m-special-products .unit .inner a img {
  width: 100%;
  cursor: pointer;
  transition: 0.5s;
}

.m-special-products .unit .inner a img:hover {
  filter: brightness(1.1);
  transform: scale(1.05, 1.05);
  opacity: 1;
}

.m-special-products .unit .inner .concept-right {
  width: 55%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}

.m-special-products .unit .inner .concept-right .btn {
  font-size: 25px;
  padding: 8px 80px;
  color: #ffffff;
  border: solid 3px #bfaf73;
  background-color: #bfaf73;
  border-radius: 30px;
  letter-spacing: 0.1px;
  text-align: center;
  transition: 0.5s;
}

.m-special-products .unit .inner .concept-right .btn:hover {
  color: #bfaf73;
  background-color: #ffffff;
}

.m-special-products .unit .inner h3 {
  margin: 0;
  padding: .5rem 0;
  text-align: left;
  font-size: max(2.3vw, 25px);
  font-weight: bold;
  color: #ffffff;
}

.m-special-products .unit .inner .limited {
  color: #a0152a;
  background: white;
  padding: 0.4vw 2.2vw 0.2vw;
  border-radius: 4px;
}

.m-special-products .unit .inner h3 span {
  font-size: 20px;
}

.m-special-products .unit .inner img {
  width: 100%;
}

.m-special-products .unit .inner p {
  text-align: left;
  padding-left: 80px;
  font-size: max(1.3vw, 15px);
  font-weight: bold;
  color: #ffffff;
}

.m-special-products .unit .products-items {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  /* padding: 5% 5% 10%; */
  justify-content: space-between;
}

.m-special-products .unit .products-items .products-item {
  width: 45%;
}

.m-special-products .unit .products-items .products-item .text-area {
  background-color: #ffffff;
  text-align: center;
}

.m-special-products .unit .products-items .products-item .text-area h4 {
  text-align: left;
  color: #000000;
  font-size: 2rem;
  margin: 0;
  font-weight: bold;
  padding: 0.5rem;
  height: 100px;
}

.m-special-products .unit .products-items .products-item .text-area p {
  text-align: right;
  color: #000000;
  font-size: 30px;
  margin: 0;
}

.m-special-products .unit .products-items .products-item .text-area .price {
  text-align: right;
  color: #000000;
  font-size: 2.5rem;
  margin: 0;
}

.m-special-products .unit .products-items .products-item .text-area p span {
  font-size: 20px;
  padding: 0 10px;
}

.m-special-products .unit .products-items .products-item .text-area a {
  font-size: 20px;
  padding: 10px 60px;
  color: #ffffff;
  border: solid 3px #b90e16;
  background-color: #b90e16;
  border-radius: 30px;
  letter-spacing: 0.1px;
  text-align: center;
  transition: 0.5s;
  line-height: 80px;
  display: unset;
}

.m-special-products .unit .products-items .products-item .text-area a:hover {
  color: #b90e16;
  background-color: #ffffff;
}

.m-special-products .unit .design-items {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  padding: 5% 5% 10%;
  justify-content: flex-start;
}

.m-special-products .unit .design-items .products-item {
  width: 20%;
}

/*------------------------------
 m-special-faq
------------------------------*/

.m-special-faq {
  padding: 3rem;
  background-color: #ffffff;
}

.m-special-faq .unit .inner {
  width: 100%;
  margin: 0 auto;
}

.m-special-faq .unit .inner h1 {
  color: #000000;
  text-align: center;
  padding: 50px 0 20px;
  font-size: 70px;
  border-bottom: solid 3px;
  margin: 50px 10% 80px;
}

.m-special-faq .unit .inner .faq-block {
  padding: 3% 5%;
}

.m-special-faq .unit .inner .faq-block h2 {
  background-color: #b90e16;
  font-size: 30px;
  color: #ffffff;
  position: relative;
  margin: 0;
  padding: 20px 30px;
}

.m-special-faq .unit .inner .faq-block h2 span {
  padding-left: 4rem;
}

.m-special-faq .unit .inner .faq-block h2 .slide-btn {
  position: absolute;
  display: block;
  height: 20px;
  right: 30px;
  top: 30px;
  transition: .5s;
}

.m-special-faq .unit .inner .faq-block h2.active .slide-btn {
  transform: rotate(180deg);
}

.m-special-faq .unit .inner .faq-block h3 {
  background-color: #ffffff;
  font-size: 30px;
  color: #b90e16;
  position: relative;
  border: 1px solid #b90e16;
  margin: 0;
  padding: 20px 30px;
  display: none;
}

.m-special-faq .unit .inner .btn-area {
  text-align: center;
  margin-top: 80px;
}

.m-special-faq .unit .inner .btn-area a {
  background-color: #ffffff;
  font-size: 30px;
  color: #b90e16;
  border: 1px solid #b90e16;
  padding: 20px 30px;
}

.m-special-faq .unit .inner .btn-area a:hover {
  background-color: #b90e16;
  color: #ffffff;
}

/*------------------------------
 m-special-merchandise1
------------------------------*/

.m-special-merchandise1 {
  background-color: #ffffff;
}

.m-special-merchandise1 .unit .inner {
  width: 100%;
  margin: 0 auto;
}

.m-special-merchandise1 .unit .inner h1 {
  color: #000000;
  text-align: center;
  padding: 50px 0 20px;
  font-size: 70px;
  border-bottom: solid 3px;
  margin: 50px 10% 80px;
}

.m-special-merchandise1 .unit .inner .faq-block {
  padding: 3% 5%;
}

.m-special-merchandise1 .unit .inner .faq-block h2 {
  background-color: #b90e16;
  font-size: 30px;
  color: #ffffff;
  position: relative;
  margin: 0;
  padding: 20px 30px;
}

.m-special-merchandise1 .unit .inner .faq-block h2 span {
  padding-left: 4rem;
}

.m-special-merchandise1 .unit .inner .faq-block h2 .slide-btn {
  position: absolute;
  display: block;
  height: 20px;
  right: 30px;
  top: 30px;
  transition: .5s;
}

.m-special-merchandise1 .unit .inner .faq-block h2.active .slide-btn {
  transform: rotate(180deg);
}

.m-special-merchandise1 .unit .inner .faq-block h3 {
  background-color: #ffffff;
  font-size: 30px;
  color: #b90e16;
  position: relative;
  border: 1px solid #b90e16;
  margin: 0;
  padding: 20px 30px;
  display: none;
}

.m-special-merchandise1 .unit .inner .btn-area {
  text-align: center;
  margin-bottom: 50px;
}

.m-special-merchandise1 .unit .inner .btn-area a {
  background-color: #b90e16;
  font-size: 30px;
  color: #ffffff;
  border: 1px solid #b90e16;
  padding: 20px 30px;
}

.m-special-merchandise1 .unit .inner .btn-area a:hover {
  background-color: #ffffff;
  color: #b90e16;
}



/*------------------------------
 m-special-merchandise2
------------------------------*/

.m-special-merchandise2 {
  padding: 3rem;
  background-color: #ffffff;
}

.m-special-merchandise2 .unit .inner {
  width: 100%;
  margin: 0 auto;
}

.m-special-merchandise2 .unit .inner h1 {
  color: #000000;
  text-align: center;
  padding: 50px 0 20px;
  font-size: 70px;
  border-bottom: solid 3px;
  margin: 50px 10% 80px;
}

.m-special-merchandise2 .unit .inner .faq-block {
  padding: 3% 5%;
}

.m-special-merchandise2 .unit .inner .faq-block h2 {
  background-color: #b90e16;
  font-size: 30px;
  color: #ffffff;
  position: relative;
  margin: 0;
  padding: 20px 30px;
}

.m-special-merchandise2 .unit .inner .faq-block h2 span {
  padding-left: 4rem;
}

.m-special-merchandise2 .unit .inner .faq-block h2 .slide-btn {
  position: absolute;
  display: block;
  height: 20px;
  right: 30px;
  top: 30px;
  transition: .5s;
}

.m-special-merchandise2 .unit .inner .faq-block h2.active .slide-btn {
  transform: rotate(180deg);
}

.m-special-merchandise2 .unit .inner .faq-block h3 {
  background-color: #ffffff;
  font-size: 30px;
  color: #b90e16;
  position: relative;
  border: 1px solid #b90e16;
  margin: 0;
  padding: 20px 30px;
  display: none;
}

.m-special-merchandise2 .unit .inner .btn-area {
  text-align: center;
  margin-bottom: 200px;
}

.m-special-merchandise2 .unit .inner .btn-area a {
  background-color: #ffffff;
  font-size: 30px;
  color: #b90e16;
  border: 1px solid #b90e16;
  padding: 20px 30px;
}

.m-special-merchandise2 .unit .inner .btn-area a:hover {
  background-color: #b90e16;
  color: #ffffff;
}

/*------------------------------
 m-special-caution
------------------------------*/
.m-special-caution {
  padding: 3rem;
  background-color: #ffffff;
}

.m-special-caution .unit .inner {
  width: 100%;
  margin: 0 auto;
}

.m-special-caution .unit .inner h1 {
  color: #000000;
  text-align: center;
  padding: 50px 0 20px;
  font-size: 70px;
  border-bottom: solid 3px;
  margin: 50px 10% 80px;
}

.m-special-caution .unit .inner dl {
  display: flex;
  border: 1px #fff solid;
  flex-wrap: wrap;
}

.m-special-caution .unit .inner dl dt {
  width: 35%;
  padding: 0.5rem 3rem;
  color: #0f1c24;
  border: 1px #fff solid;
  font-size: 2rem;
  margin: auto;
}

.m-special-caution .unit .inner dl dd {
  width: 65%;
  padding: 2rem 1rem;
  color: #000000;
  border: 1px #fff solid;
  line-height: 50px;
  font-size: 30px;
  font-weight: bold;
}

.m-special-caution .unit .inner dl dd .attention {
  color: #000000;
  font-weight: bold;
  border-bottom: 1px #fff solid;
}

.m-special-caution .unit .inner p {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 100px;
}

.m-special-caution .unit .inner p .red {
  color: red;
}

.m-special-caution .unit .inner .btn-area {
  text-align: center;
  margin: 50px 0 200px;
}

.m-special-caution .unit .inner .btn {
  font-size: 30px;
  padding: 10px 60px;
  background-color: #b90e16;
  color: #ffffff;
  border: solid 3px #b90e16;
  border-radius: 40px;
  letter-spacing: 0.1px;
  transition: 0.5s;
}

.m-special-caution .unit .inner .btn:hover {
  background-color: #ffffff;
  color: #b90e16;
}

.m-special-caution1 {
  padding: 0rem;
  background-color: #ffffff;
}

.m-special-caution1 .unit .inner {
  width: 100%;
  margin: 0 auto;
}

.m-special-caution1 .unit .inner p {
  font-size: 28px;
  font-weight: bold;
}

.m-special-caution1 .unit .inner p .red {
  color: red;
}

.m-special-caution1 .unit .inner .btn-area {
  text-align: center;
  margin: 50px 0 200px;
}

.m-special-caution1 .unit .inner .btn {
  font-size: 30px;
  padding: 10px 60px;
  background-color: #b90e16;
  color: #ffffff;
  border: solid 3px #b90e16;
  border-radius: 40px;
  letter-spacing: 0.1px;
  transition: 0.5s;
}

.m-special-view {
  position: fixed;
  bottom: 0;
  z-index: 3;
}

.m-special-view .unit .inner .btn_view a:hover > img {
  opacity: 0.65;
}

.btn_view {
  width: 22rem;
}

/*------------------------------
 m-special-other
------------------------------*/
.m-special-other {
  margin: -6rem 0 0;
  padding: 9rem 3rem 3rem;
}

.m-special-other .unit .inner h2 {
  margin: 0;
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
  color: #000;
}

.m-special-other .unit .inner .comingsoon {
  margin: 2.5rem 0 0;
  text-align: center;
  font-size: 2rem;
  /* color: #fff; */
}

.m-special-other .unit .inner .img {
  width: fit-content;
  margin: 0 auto;
}

.m-special-other .unit .inner .container {
  display: flex;
  margin: 2.5rem 0 0;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 100%;
}

.m-special-other .unit .inner .container .img {
  width: 50%;
  padding: .5rem;
}


/*------------------------------
m-special-banner
------------------------------*/
.m-special-banner {
  margin-top: 50px;
  margin-bottom: 70px;
}

.m-special-banner .unit .inner h2 {
  margin: 0 0 3rem;
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
}

.m-special-banner .unit .inner .banner {
  position: relative;
}

.m-special-banner .unit .inner .banner .img02 {
  width: 33%;
  position: absolute;
  top: 0;
  left: 12rem;
}

.m-special-banner .unit .inner .banner .img03 {
  width: 33%;
  position: absolute;
  top: 0;
  right: 12rem;
}

.m-special-banner .unit .inner .banner .img04 {
  width: 8%;
  position: absolute;
  top: 2rem;
  left: 1rem;
}

.m-special-banner .unit .inner .banner .img05 {
  width: 8%;
  position: absolute;
  bottom: 2rem;
  right: 1rem;
}

.m-special-banner .unit .inner .banner .txt {
  position: absolute;
  bottom: 2rem;
  left: 1rem;
}

.m-special-banner .unit .inner .banner .txt h3 {
  width: fit-content;
  margin: 0;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  border-bottom: 2px #fff solid;
}

.m-special-banner .unit .inner .banner .txt_black h3 {
  color: #000;
  border-bottom: 2px #000 solid;
}

.m-special-banner .unit .inner .banner .txt p {
  margin: 1rem 0 0;
  color: #fff;
}

.m-special-banner .unit .inner .banner .txt_black p {
  color: #000;
}

.m-special-banner .unit .inner a {
  display: block;
  width: fit-content;
  margin: 3rem auto 0;
  padding: 1rem;
  font-size: 1.25rem;
  color: #fff;
  background-color: #ae101c;
  border: 2px #fff solid;
}

.m-special-banner .unit .inner a:hover {
  color: #ae101c;
  background-color: #fff;
}

/* m-special items */

.m-special-items .unit .inner {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  color: #000;
}

.m-special-items .unit .inner .text-area {
  padding-top: 40px;
  text-align: center;
  width: 45%;
}

.m-special-items .unit .inner .text-area h4 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 1rem;
  text-align: left;
}

.m-special-items .unit .inner .text-area .price {
  font-size: 2.5rem;
  font-weight: bold;
  color: #000;
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  text-align: right;
}

.m-special-items .unit .inner .text-area .desc {
  font-size: 1.3rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 3rem;
  text-align: left;
  line-height: 1.8;
}

.m-special-items .unit .inner .text-area .price span {
  font-size: 1.6rem;
  padding: 0 10px;
}

.m-special-items .unit .inner .text-area a {
  font-size: 20px;
  padding: 10px 60px;
  color: #ffffff;
  border: solid 3px #b90e16;
  background-color: #b90e16;
  border-radius: 30px;
  letter-spacing: 0.1px;
  text-align: center;
  transition: 0.5s;
  line-height: 80px;
  display: unset;
}

.m-special-items .unit .inner .text-area a:hover {
  color: #b90e16;
  background-color: #ffffff;
}

.m-special-items .unit h1 {
  color: #000000;
  text-align: center;
  font-size: 70px;
  padding: 50px 0 40px;
  margin: 50px 15%;
}

.items-wrapper {
  display: flex;
  margin-bottom: 3rem;
  gap: 30px;
  justify-content: space-between;
}

.items-img {
  width: 45%;
}

@media only screen and (max-width: 1024px) {
  /*------------------------------
   m-special-title
  ------------------------------*/
  .m-special-title {
    background-color: #ffffff;
  }

  .m-special-title .unit .inner {
    padding-top: 3rem;
  }

  .m-special-title .unit .inner img {
    padding: 10% 10% 2%;
  }

  .m-special-title .unit .inner .logo-description img {
    padding: 10% 10%;
    height: auto;
  }

  .m-special-title .unit .inner .logo-description .text-area {
    padding: 5%;
  }

  .m-special-title .unit .inner h1 {
    color: #000000;
    font-size: 2.2rem;
  }

  .m-special-title .unit .inner h2 {
    color: #000000;
    font-size: 18px;
    text-align: left;
    font-weight: normal;
    padding: 1rem;
  }

  .m-special-title .unit .inner h3 {
    color: #000000;
    font-size: 15px;
    text-align: center;
    line-height: 1.2;
    margin-top: 15px;
  }

  .m-special-title .unit .inner h4 {
    color: #000000;
    font-size: 1rem;
    line-height: 30px;
    text-align: center;
  }

  /* m-special items */
  .m-special-items .unit .inner .text-area {
    text-align: center;
    width: 100%;
    padding: 0 8%;
  }

  .m-special-items .unit .inner .text-area h4 {
    font-size: 1.8rem;
    font-weight: bold;
    color: #000;
    margin-bottom: 1rem;
    text-align: center;
  }

  .m-special-items .unit .inner .text-area .price {
    font-size: 1.8rem;
    font-weight: bold;
    color: #000;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
    text-align: right;
  }

  .m-special-items .unit .inner .text-area .desc {
    font-size: 1.3rem;
    font-weight: bold;
    color: #000;
    margin-bottom: 1.5rem;
    text-align: left;
    line-height: 1.8;
  }

  .m-special-items .unit .inner .text-area .price span {
    font-size: 1.3rem;
    padding: 0 10px;
  }

  .m-special-items .unit .inner .text-area a {
    font-size: 20px;
    padding: 10px 60px;
    color: #ffffff;
    border: solid 3px #b90e16;
    background-color: #b90e16;
    border-radius: 30px;
    letter-spacing: 0.1px;
    text-align: center;
    transition: 0.5s;
    line-height: 80px;
  }

  .m-special-items .unit .inner .text-area a:hover {
    color: #b90e16;
    background-color: #ffffff;
  }

  .m-special-items .unit h1 {
    color: #000000;
    text-align: center;
    font-size: 2.5rem;
    padding: 50px 0 40px;
    margin: 50px 15%;
  }

  .items-wrapper {
    display: flex;
    margin-bottom: 2rem;
    flex-direction: column;
    /* gap: 30px; */
    /* justify-content: space-between; */
  }

  .items-img {
    width: 100%;
    padding: 0 8%;
  }

  .m-special-title .unit .inner .date {
    color: #000000;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
  }

  /*------------------------------
   m-special-other
  ------------------------------*/
  .m-special-other {
    padding: 3rem 1rem 3rem;
  }

  .m-special-other .unit .inner h2 {
    margin: 0;
    text-align: center;
    font-size: 2.2rem;
    font-family: 'Hiragino Sans', 'Noto Sans JP', sans-serif;
    font-weight: 800;
    color: #000;
  }

  .m-special-other .unit .inner .comingsoon {
    margin: 2.5rem 0 0;
    text-align: center;
    font-size: 1.5rem;
    color: #fff;
  }

  .m-special-other .unit .inner .container {
    margin: 2.5rem 0 0;
    overflow: visible;
    display: block;
  }

  .m-special-other .unit .inner .container .img {
    padding: .5rem 0;
    width: 100%;
  }

  /*------------------------------
   m-special-products
  ------------------------------*/
  .m-special-products .unit h1 {
    color: #000000;
    text-align: center;
    padding: 50px 0 20px;
    font-size: 32px;
    border-bottom: solid 2px;
    margin: 0 10%;
  }

  .m-special-products .unit h5 {
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 25px;
    font-weight: bold;
    margin: 0;
    padding: 50px 10px;
    text-align: center;
  }

  .m-special-products .unit .inner .concept-right {
    text-align: center;
  }

  .m-special-products .unit .inner h3 {
    margin: 0;
    padding: 1rem 0 0;
    text-align: left;
    font-size: 19px;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 0px;
  }

  .m-special-products .unit .inner .limited {
    color: #a0152a;
    background: white;
    padding: 2px 20px;
    border-radius: 4px;
    display: inline-block;
    margin-left: 55%;
    font-size: 20px;
  }

  .m-special-products .unit .inner .price {
    text-align: center;
    font-size: 20px;
    padding-top: 5px;
    margin-left: 55%;
  }

  .m-special-products .unit .inner h3 span {
    font-size: 15px;
  }

  .m-special-products .unit .inner p {
    margin: 1rem;
    font-weight: bold;
    color: #000000;
    font-size: 15px;
    text-align: center;
  }

  .m-special-products .unit .inner .btn {
    font-size: 25px;
    padding: 5px 60px;
    color: #ffffff;
    border: solid 3px #b90e16;
    background-color: #b90e16;
    border-radius: 30px;
    letter-spacing: 0.1px;
    text-align: center;
    transition: 0.5s;
    margin: 10px auto 10px;
  }

  .m-special-products .unit .products-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10% 1% 15%;
    gap: 5px;
  }

  .m-special-products .unit .products-items .products-item {
    width: 47%;
  }

  .m-special-products .unit .products-items .products-item .text-area h4 {
    text-align: center;
    color: #000000;
    font-size: clamp(0.9rem, 0.8111rem + 0.3951vw, 1.3rem);
    font-weight: bold;
    height: 4rem;
    margin: 0;
    padding: 0.3rem;
  }

  .m-special-products .unit .products-items .products-item .text-area p {
    text-align: center !important;
    font-size: clamp(1.4rem, 1.3556rem + 0.1975vw, 1.6rem) !important;
    letter-spacing: 0px;
    padding: 0;
  }

  .m-special-products .unit .products-items .products-item .text-area p span {
    font-size: 10px;
    padding: 0 3px;
  }

  .m-special-products .unit .products-items .products-item .text-area a {
    font-size: 1rem;
    padding: 5px 20px;
    color: #ffffff;
    border: solid 3px #b90e16;
    background-color: #b90e16;
    border-radius: 30px;
    letter-spacing: 0.1px;
    text-align: center;
    line-height: 50px;
  }

  .m-special-products .unit .design-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 10% 5% 15%;
    gap: 15px;
  }

  .m-special-products .unit .design-items .products-item {
    width: 47%;
  }

  /*------------------------------
 m-special-merchandise1
------------------------------*/
  .m-special-merchandise1 {
    background-color: #ffffff;
  }

  .m-special-merchandise1 .unit .inner h1 {
    color: #000000;
    text-align: center;
    padding: 50px 0 20px;
    font-size: 45px;
    border-bottom: solid 3px;
    margin: 0 10% 30px;
  }

  .m-special-merchandise1 .unit .inner .faq-block {
    margin: 20px 0;
  }

  .m-special-merchandise1 .unit .inner .faq-block h2 {
    background-color: #b90e16;
    font-size: 12px;
    color: #ffffff;
    position: relative;
    margin: 0;
    padding: 10px 20px;
  }

  .m-special-merchandise1 .unit .inner .faq-block h2 span {
    padding-left: 1.5rem;
  }

  .m-special-merchandise1 .unit .inner .faq-block h2 .slide-btn {
    position: absolute;
    display: block;
    height: 10px;
    right: 20px;
    top: 15px;
    transition: .5s;
  }

  .m-special-merchandise1 .unit .inner .faq-block h2.active .slide-btn {
    transform: rotate(180deg);
  }

  .m-special-merchandise1 .unit .inner .faq-block h3 {
    background-color: #ffffff;
    font-size: 12px;
    color: #b90e16;
    position: relative;
    border: 1px solid #b90e16;
    margin: 0;
    padding: 10px 20px;
    display: none;
  }

  .m-special-merchandise1 .unit .inner .btn-area {
    text-align: center;
    margin-bottom: 50px;
  }

  .m-special-merchandise1 .unit .inner .btn-area a {
    background-color: #b90e16;
    font-size: 20px;
    color: #fff;
    padding: 10px 20px;
  }

  .m-special-products .unit {
    margin-bottom: 0;
  }
  .m-special-banner {
    margin-top: 0;
  }
}