/*------------------------------
 all
------------------------------*/
*{
  min-width: 0;
  min-height: 0;
}

.pg-s-header{
  position: fixed;
  width: 100%;
}

.l-content {
  margin-top: 114px;
  background: linear-gradient(to right, #c2860c 0%, #fffcd1 50%, #c2860c 100%);
}

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

.sub-fonts {
  font-family: 'Zen Antique Soft', serif;
  letter-spacing: 1px;
}

.ozw {
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1px;
}


.pc-none {
  display: none;
}



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

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

/*------------------------------
 m-special-title
------------------------------*/
.pc-none{
  display: none;
}

.m-special-title {
  /* background-color: #ffffff; */
  margin-bottom: 100px;
}

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


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

.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 h2{
  color: #000000;
  font-size: 20px;
}

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

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

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

.m-special-order {
  padding: 3rem;
  /* background-color: #ffffff; */
}
.m-special-caution .unit .inner p {
    font-size: 24px; 
    font-weight: 600; 
    color: #000;
 }

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

.m-special-order .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-order .unit .inner p.sub-fonts {
  font-size: 24px;
  font-weight: 600; 
  color: #000;
}

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

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

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

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


.m-special-products .unit h1{
  color: #000000;
  text-align: center;
  font-size: 70px;
  padding: 50px 0 40px;
  border-bottom: solid 3px;
  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 .price {
  position: relative;
  top: -1.3vw;
}

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

.m-special-products .unit .inner img {
  width: 100%;
  border: 1px solid;
}

.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: 50px;
  padding: 5% 5% 10%;
  justify-content: flex-start;
}

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

.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: 24px;
  margin: 0;
  font-weight: bold;
  padding: 0.5rem;
  min-height: 70px;
}

.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 p span{
  font-size: 20px;
  padding: 0 5px;
}

.m-special-products .unit .products-items .products-item .text-area a{
  font-size: 20px;
  padding: 2px 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: inline;
}

.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 {
  max-width: 1120px;
  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 {
  max-width: 1120px;
  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: #ffffff;
  font-size: 30px;
  color: #b90e16;
  border: 1px solid #b90e16;
  padding: 20px 30px;
}

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



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

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

.m-special-merchandise2 .unit .inner {
  max-width: 1120px;
  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 {
  max-width: 1120px;
  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;
  color: #000;
}

.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 {
  max-width: 1120px;
  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;
}
.btn_view {
  width: 22rem;
}

@media only screen and (max-width: 1024px) {
  .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 .logo-description .text-area {
    padding: 0;
  }

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

  .m-special-order {
    padding: 3rem 1rem;
    color: #000;
  }

  .m-special-caution .unit .inner p {
    font-size: 16px;
   }

  .m-special-order .unit .inner,
  .m-special-products .unit,
  .m-special-merchandise1 .unit .inner,
  .m-special-merchandise2 .unit .inner,
  .m-special-faq .unit .inner
  {
    width: 100%;
  }

  .m-special-order .unit .inner h1,
  .m-special-products .unit h1
  {
    font-size: 32px;
    margin: 0 10% 30px;
  }

    .m-special-order .unit .inner h2.main-fonts {
      font-size: 24px;
    }
    .m-special-order .unit .inner p.sub-fonts {
      font-size: 16px;
      font-weight: 600; 
      color: #000;
    }

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

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

  /*------------------------------
   m-special-products
  ------------------------------*/
  #id_products,#id_m-image,#id_recipe{
    padding-top: 50px;
    margin-top: -50px;
  }

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

  .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 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 .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 img {
    width: 100%;
    border: 1px solid;
  }

  .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% 5% 15%;
    gap: 15px;
  }

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

  .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: 11px;
    font-weight: bold;
    margin: 0;
    padding: 0.3rem;
    height: auto;
  }

  .m-special-products .unit .products-items .products-item .text-area p{
    text-align: right;
    color: #000000;
    font-size: 18px;
    margin: 0;
    letter-spacing: 0px;
    padding-left: 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: 13px;
    padding: 1px 20px;
    color: #ffffff;
    border: solid 3px #b90e16;
    background-color: #b90e16;
    border-radius: 30px;
    letter-spacing: 0.1px;
    text-align: center;
    line-height: 50px;
    display: inline;
  }

  .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-merchandise2 .unit .inner .btn-area {
    margin-bottom: 50px;
  }

  .m-special-merchandise2 .unit .inner .btn-area a {
    padding: 10px 30px;
    font-size: 20px;
  }

  .m-special-caution1 {
    padding: 0 1rem;
  }

  .m-special-caution1 .unit .inner p {
    font-size: 16px;
  }

  .m-special-faq {
    padding: 3rem 1rem 0;
  }

  .m-special-faq .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-faq .unit .inner .faq-block h2 {
    font-size: 12px;
    text-align: left;
    padding: 10px 30px;
  }

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

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

  .m-special-faq .unit .inner .btn-area a {
    font-size: 20px;
    padding: 10px 30px;
  }

  .m-special-caution {
    padding: 3rem 1rem 0;
  }

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

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

  .m-special-caution .unit .inner p {
    font-size: 16px;
  }

  .btn_view {
    width: 18rem;
  }
}