/*------------------------------
 all
------------------------------*/
*{
  min-width: 0;
  min-height: 0;
}
/* フォント */
.ozw {
  font-family: 'Oswald', sans-serif !important;
  letter-spacing: 1px !important;
}

.w6 {
  font-family: "Hiragino Kaku Gothic ProN W6", "ヒラギノ角ゴ ProN W6", sans-serif !important;
}

.anton {
  font-family: 'Anton', sans-serif !important;
}

.pg-s-footer .arrow-part {
  bottom : 5px !important;
  right: 10px !important;
}

.pc {
  display: none;
}

.row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

h1, h2, h3 {
  color: #fff;
}

a {
  color: #000;
}

.disabled {
  display: none;
}

.toggle-icon {
    margin-left: 8px;
    font-weight: bold;
  }

/* -------------------------------------
 Device's width >= 1024px ******************************************************************************
---------------------------------------*/

@media only screen and  (min-width: 1023.5px) {
  h1 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1em;
    text-align: center;
    margin: 40px 0;
  }

  h1::before,
  h1::after {
    content: "";
    flex: 1;
    height: 3px;
    background-color: #fbd665;
  }
  /*------------------------------
   m-special-kv
  ------------------------------*/
  .m-special-kv {
    background-color: #111111;
  }
  .m-special-kv .unit .inner .banner img {
    width: 100%;
  }
  /* m-special-nav */
  .m-special-nav {
    background-color: #111111;
  }
  .m-special-nav .unit .inner .nav .btn_gd {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 1rem;
    padding: 10px 25px;
    font-weight: bold;
    color: #000;
    border-radius: 30px;
    letter-spacing: 0.1px;
    text-align: center;
    transition: 0.5s;
    margin: auto;
    background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
  }
  .m-special-nav .unit .inner .nav .btn_gd a {
    color: #000;
  }
  /*------------------------------
   m-special-followbutton
  ------------------------------*/
  .m-special-followbutton a {
    position: fixed;
    right: 50px;
    bottom: 50px;
    padding: 8px 0px 8px 8px;
    color: #000;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
    border: solid 3px #000;
    background-color: #ffffff;
    width: 250px;
    z-index: 10;
    -webkit-filter: drop-shadow(0px 0px 2px #000);
    filter: drop-shadow(0px 0px 2px #000);
  }

  .m-special-followbutton a::after {
    content: "";
    display: inline-block;
    margin-left: 1em;
    vertical-align: 1px;
    width: 7px;
    height: 7px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(-45deg);
  }


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

  .slide_target {
    pointer-events: none;
  }

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

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

  .m-special-title .unit .inner .logo-description {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 10% 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 8%;
  }

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

  .m-special-title .unit .inner h2 {
    color: #fff;
    font-size: 45px;
  }

  .m-special-title .unit .inner h3 {
    color: #000000;
    font-size: 40px;
    font-weight: bold;
  }

  .m-special-title .unit .inner h4 {
    color: #000000;
    font-size: 25px;
  }

  /*------------------------------
   m-special-products
  ------------------------------*/
  #id_products, #id_campaign, #id_recipe {
    padding-top: 100px;
    margin-top: -100px;
  }

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

  .m-special-products .unit h1 {
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 70px;
    padding: 50px 0 30px;
  }

  .m-special-products .unit .title-wrapper {
    position: relative;
    display: inline-block;
  }

  .m-special-products .unit .icon {
    position: absolute;
    top: -17px;
    left: -62px;
    z-index: 0;
    width: 100px !important;
    height: 120px;
  }

  .m-special-products .unit .title-text {
    position: relative;
    z-index: 1;
    font-family: 'Anton', sans-serif;
    padding-left: 10px;
  }

  /* ↓5/30追記分↓ */
.m-special-products .unit .item_info {
    font-size: 1rem !important;
    font-weight: 500 !important;
    padding: 5px 20px;
    color: #000 !important;
    border: solid 3px #fff;
    background-color: #fff;
    border-radius: 30px;
    letter-spacing: 0.1px;
    text-align: center !important;
    margin: 0 0 .5em 0 !important;
}
  /* ↑5/30追記分↑ */

  .m-special-products .unit .lineup {
    background-color: #262626;
  }

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

  .m-special-products .unit .products-items {
    display: flex;
    padding: 0 5% 5% 5%;
    flex-wrap: wrap;
  }

  .m-special-products .unit .products-items .p-item {
    display: flex;
    flex-direction: column;
    width: 25%;
  }

  .m-special-products .unit .products-items .bg-item {
    background-color: #262626;
    margin: 2%;
    padding-block-end: 0.5rem !important;
    color: white;
    display: flex;
    flex-direction: column;
    flex: 1;
  }

  .m-special-products .unit .btn_yel {
    font-size: 1.2rem;
    font-weight: bold;
    padding: 10px 60px;
    color: #000;
    border: solid 3px #f7d25e;
    background-color: #f7d25e;
    border-radius: 30px;
    letter-spacing: 0.1px;
    text-align: center;
    transition: 0.5s;
    margin: auto;
  }
  
  .m-special-products .unit .btn_sold {
    font-size: 1.2rem;
    font-weight: bold;
    padding: 10px 60px;
    color: #fff;
    background-color: #a3a3a3;
    border-radius: 30px;
    letter-spacing: 0.1px;
    text-align: center;
    margin: auto;
  }
  
  .m-special-products .unit .btn_sold:hover {
    opacity: unset;
    cursor: unset;
  }

  .m-special-products .unit .btn_red {
    position: relative;
    width: auto !important;
    display: block;
    padding: 12px 40px 12px 20px;
    background-color: #e5012c;
    color: #fff;
    text-decoration: none;
  }

  .plus-button::after {
    content: "+";
    position: relative;
    width: auto !important;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #fff;
  }

  /*------------------------------
   ▼▼▼▼▼ここからスライダーのdotsのCSS▼▼▼▼▼
  ------------------------------*/
  .slide-dots {
    position: absolute;
    bottom: -170px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
  }

  .slide-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 20px;
    padding: 0;
    cursor: pointer;
  }

  .slide-dots li button {
    font-size: 0;
  }

  .slide-dots li button:before {
    font-family: 'slick';
    font-size: 30px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    -webkit-filter: drop-shadow(0px 0px 1px black);
    filter: drop-shadow(0px 0px 1px black);
  }

  .slide-dots li button:hover:before {
    -webkit-filter: saturate(130%);
    filter: saturate(130%);
    -webkit-filter: drop-shadow(0px 0px 2px gray);
    filter: drop-shadow(0px 0px 2px gray);
    opacity: 0.8;
  }

  .slide-dots li.slick-active button:before {
    font-size: 50px;
    transform: translate(-12.5px, 0px);
  }

  .slide-dots li:nth-of-type(1) button:before {
    color: #000;
  }

  .slide-dots li:nth-of-type(2) button:before {
    color: #fff;
  }

  /*------------------------------
   ▲▲▲▲▲▲ここまでスライダーのdotsのCSS▲▲▲▲▲▲
  ------------------------------*/
  .m-special-products .unit .products-items .p-item img {
    width: 100%;
    padding: 0 5%;
  }

  .m-special-products .unit .products-items .p-item h2 {
    font-size: 25px;
    font-weight: bold;
    margin: 5px auto 80px;
  }

  .m-special-products .unit .products-items .p-item h3 {
    font-size: 17px;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
  }

  .m-special-products .unit .products-items .p-item h4 {
    font-size: 24px;
    font-weight: bold;
    margin: auto;
  }

  .m-special-products .unit .products-items .p-item a {
    font-size: 1.2rem;
    font-weight: bold;
    padding: 10px 30px;
    color: #000;
    border: solid 3px #f7d25e;
    background-color: #f7d25e;
    border-radius: 30px;
    letter-spacing: 0.1px;
    text-align: center;
    transition: 0.5s;
    margin: auto;
  }

  .m-special-products .unit .products-items .p-item a:hover {
    opacity: 0.8;
  }

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

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

  .m-special-products .unit .inner {
    padding: 2rem 2rem 5rem;
  }

  .m-special-products .unit .inner-reverse {
    flex-direction: row-reverse;
  }

  .m-special-products .unit .inner a {
    width: 40%;
    cursor: pointer;
  }

  .m-special-products .unit .inner a:hover {
    opacity: 0.8;
  }

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

  .m-special-products .unit .inner h3 {
    margin: 0;
    padding: .5rem 0;
    text-align: center;
    font-size: 2.6vw;
    font-weight: bold;
    color: #000000;
  }

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

  .m-special-products .unit .inner p {
    margin: 1rem;
    text-align: left;
    font-size: 0.9rem;
    font-weight: bold;
    color: #fff;
  }
  .m-special-products .unit .inner .price {
    text-align: right;
    font-size: 1.8rem;
    font-weight: normal;
  }
  .m-special-products .unit .inner .price-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .m-special-products .unit .inner .price-wrap .label-order {
    background-color: #4574c4;
    color: white;
    font-size: 1rem;
    padding: 6px 10px;
    border-radius: 4px;
  }
  .m-special-products .unit .inner dl {
    display: flex;
    border: 1px #000 solid;
    flex-wrap: wrap;
  }

  .m-special-products .unit .inner dl dt {
    width: 35%;
    padding: 2rem 3rem;
    color: #0f1c24;
    border: 1px #000 solid;
    font-size: 2rem;
    background-color: #f7d25e;
    text-align: center;
    display: flex;
    align-items: center;     /* 縦方向中央揃え */
    justify-content: center; /* 横方向中央揃え */
  }

  .m-special-products .unit .inner dl dd {
    width: 65%;
    padding: 2rem 1rem;
    color: #000000;
    background-color: #e6e6e6;
    border: 1px #000 solid;
    line-height: 2rem;
    font-size: 1.4rem;
  }

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

  .m-special-products .unit .inner dl dd .note {
    color: #000000;
    font-size: 1.2rem;
  }

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

  .m-special-campaign .unit .inner h1 {
    color: #000000;
    text-align: center;
    font-weight: bold;
    font-size: 70px;
    padding: 50px 0 30px;
  }

  .m-special-campaign .unit .inner h3 {
    margin: 0;
    padding: .5rem 0;
    text-align: center;
    font-size: 2.25rem;
    font-weight: bold;
    color: #000000;
  }

  .m-special-campaign .unit .inner img {
    padding: 5%;
    cursor: pointer;
  }

  .m-special-campaign .unit .inner a:hover {
    opacity: 0.8;
  }

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

  .m-special-recipe .unit .inner h1 {
    color: #000000;
    text-align: center;
    font-weight: bold;
    padding: 50px 0 20px;
    font-size: 70px;
  }

  .m-special-recipe .unit .inner h3 {
    padding: .5rem 0;
    text-align: center;
    font-size: 2.5rem;
    font-weight: bold;
    color: #000000;
  }

  .m-special-recipe .unit .inner .recipe-container {
    display: flex;
    flex-direction: row;
    margin: 80px 0 0 0;
  }

  .m-special-recipe .unit .inner .recipe-container .recipe-left {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 35%;
  }

  .m-special-recipe .unit .inner .recipe-container .recipe-left h4 {
    text-align: center;
    font-size: 2.1vw;
    font-weight: bold;
    color: #000000;
  }

  .m-special-recipe .unit .inner .recipe-container .recipe-left img {
    padding: 5% 5% 2% 5%;;
  }

  .m-special-recipe .unit .inner .recipe-container .recipe-right {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 60%;
  }

  .m-special-recipe .unit .inner .recipe-container .recipe-right .recipe-block {
    display: flex;
    flex-direction: column;
    height: 50%;
    width: 50%;
  }

  .m-special-recipe .unit .inner .recipe-container .recipe-right .recipe-block img {
    padding: 5% 5% 2% 5%;
  }

  .m-special-recipe .unit .inner .recipe-container .recipe-right .recipe-block h5 {
    text-align: center;
    font-size: 1.3em;
    font-weight: bold;
    color: #000000;
    margin: 0 0 10px;
    height: 2rem;
  }

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

  .m-special-caution .unit .inner h1 {
    color: #000000;
    text-align: center;
    font-weight: bold;
    padding: 50px 0 20px;
    font-size: 70px;
  }

  .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: 2rem;
    font-size: 1.4rem;
  }

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

  .m-special-caution .unit .inner dl dd .note {
    color: #000000;
    font-size: 1.2rem;
  }

  /*------------------------------
   m-special-footer
  ------------------------------*/
  .m-special-footer-photo .unit .inner {
    position: relative;
  }

  .m-special-footer-photo .unit .inner .white-logo {
    width: 30%;
    position: absolute;
    top: 35%;
    left: 35%;
    z-index: 2;
    -webkit-filter: drop-shadow(2px 2px 15px black);
    filter: drop-shadow(2px 2px 15px black);
  }
}

/* -------------------------------------
 Device's width <= 1024px ******************************************************************************
---------------------------------------*/
@media only screen and (max-width: 1023.5px) {
  /*------------------------------
   m-special-kv
  ------------------------------*/
  .m-special-kv {
    background-color: #111111;
  }
  .m-special-kv .unit .inner .banner img {
    width: 100%;
  }

  /* m-special-nav */
  .m-special-nav {
    background-color: #111111;
  }
  .m-special-nav .unit .inner .nav .btn_gd {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 1rem;
    font-weight: bold;
    padding: 10px 60px;
    border-radius: 30px;
    letter-spacing: 0.1px;
    text-align: center;
    transition: 0.5s;
    margin: auto;
    background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
  }
  .m-special-nav .unit .inner .nav .btn_gd a {
    color: #000;
  }
  /*------------------------------
   m-special-followbutton
  ------------------------------*/
  .m-special-followbutton a {
    position: fixed;
    left: 20px;
    bottom: 20px;
    padding: 8px 0px 8px 8px;
    color: #000;
    font-weight: bold;
    text-align: center;
    line-height: 13px;
    border: solid 3px #000;
    background-color: #ffffff;
    width: 200px;
    z-index: 10;
    -webkit-filter: drop-shadow(0px 0px 2px #000);
    filter: drop-shadow(0px 0px 2px #000);
    font-size: 14px;
  }

  .m-special-followbutton a::after {
    content: "";
    display: inline-block;
    margin-left: 1em;
    vertical-align: 1px;
    width: 7px;
    height: 7px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(-45deg);
  }

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

  .slide_target {
    pointer-events: none;
  }

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

  .m-special-title .unit .inner{
    padding: 24px 0;
  }

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

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

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

  .m-special-title .unit .inner h2{
    color: #fff;
    font-size: 20px;
    text-align: center;
  }

  .m-special-title .unit .inner h3{
    color: #000000;
    font-size: 24px;
    text-align: left;
    font-weight: bold;
  }

  .m-special-title .unit .inner h4{
    color: #000000;
    font-size: 17px;
    text-align: left;
  }

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

  .m-special-products {
    background-color: #111111;
  }
  
  .m-special-products .unit h1{
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 50px 0 20px;
    font-size: 45px;
  }

  .m-special-products .unit .title-wrapper {
    position: relative;
    display: inline-block;
  }

  .m-special-products .unit .icon {
    position: absolute;
    top: -17px;
    left: -62px;
    z-index: 0;
    width: 100px;
    height: 120px;
    width: auto !important;
  }

  .m-special-products .unit .title-text {
    position: relative;
    z-index: 1;
    font-family: 'Anton', sans-serif;
    padding-left: 10px;
  }

  .m-special-products .unit .lineup {
    background-color: #262626;
  }

    /* ↓5/30追記分↓ */
.m-special-products .unit .item_info {
    font-size: 1rem !important;
    font-weight: 500 !important;
    padding: 5px 20px;
    color: #000 !important;
    border: solid 3px #fff;
    background-color: #fff;
    border-radius: 30px;
    letter-spacing: 0.1px;
    text-align: center !important;
    margin: 0 0 .5em 0 !important;
}
  /* ↑5/30追記分↑ */
  
  .m-special-products .unit img {
    width: 100%;
  }

  .m-special-products .unit .products-items {
    display: flex;
    flex-direction: column;
    padding: 5%;
  }

  .m-special-products .unit .products-items .p-item {
    display: flex;
    flex-direction: column;
    padding: 2%;
  }

  .m-special-products .unit .products-items .bg-item {
    background-color: #262626;
    margin: 2%;
    padding-block-end: 0.5rem !important;
  }
  
  .m-special-products .unit .btn_yel {
    font-size: 1.2rem;
    font-weight: bold;
    padding: 10px 60px;
    color: #000;
    border: solid 3px #f7d25e;
    background-color: #f7d25e;
    border-radius: 30px;
    letter-spacing: 0.1px;
    text-align: center;
    transition: 0.5s;
    margin: auto;
  }
  
  .m-special-products .unit .btn_sold {
    font-size: 1.2rem;
    font-weight: bold;
    padding: 10px 60px;
    color: #fff;
    background-color: #a3a3a3;
    border-radius: 30px;
    letter-spacing: 0.1px;
    text-align: center;
    margin: auto;
  }
  .m-special-products .unit .btn_red {
    position: relative;
    width: auto !important;
    display: block;
    padding: 12px 40px 12px 20px;
    background-color: #e5012c;
    color: #fff;
    text-decoration: none;
  }

  .plus-button::after {
    content: "+";
    position: relative;
    width: auto !important;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #fff;
  }


  /*------------------------------
   ▼▼▼▼▼ここからスライダーのdotsのCSS▼▼▼▼▼
  ------------------------------*/

  .slide-dots {
    position: absolute;
    bottom: -190px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
  }

  .slide-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 20px;
    padding: 0;
    cursor: pointer;
  }

  .slide-dots li button {
    font-size: 0;
  }

  .slide-dots li button:before {
    font-family: 'slick';
    font-size: 30px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    -webkit-filter: drop-shadow(0px 0px 1px black);
    filter: drop-shadow(0px 0px 1px black);
  }

  .slide-dots li.slick-active button:before {
    font-size: 50px;
    transform: translate(-12.5px, 0px);
  }

  .slide-dots li:nth-of-type(1) button:before{
    color: #000;
  }

  .slide-dots li:nth-of-type(2) button:before{
    color: #fff;
  }

  /*------------------------------
   ▲▲▲▲▲▲ここまでスライダーのdotsのCSS▲▲▲▲▲▲
  ------------------------------*/

  .m-special-products .unit .products-items img {
    width: 100%;
    padding: 0 5%;
  }

  .m-special-products .unit .products-items .p-item h2 {
    font-size: 25px;
    font-weight: bold;
    margin: 10px auto 80px;
  }

  .m-special-products .unit .products-items .p-item h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 0 auto 5px;
    text-align: center;
  }

  .m-special-products .unit .products-items .p-item h4 {
    font-size: 24px;
    font-weight: bold;
    margin: auto;
  }

  
  .m-special-products .unit .products-items .p-item a {
    font-size: 1.2rem;
    font-weight: bold;
    padding: 10px 60px;
    color: #000;
    border: solid 3px #f7d25e;
    background-color: #f7d25e;
    border-radius: 30px;
    letter-spacing: 0.1px;
    text-align: center;
    transition: 0.5s;
    margin: auto;
  }

  .m-special-products .unit h5{
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    margin: 30px;
    line-height: 1.4;
    border-bottom: solid 3px #000;
    padding-bottom: 10px;
    text-align: center;
  }

  .m-special-products .unit .inner{
    padding-bottom: 100px;
  }

  .m-special-products .unit .inner h3 {
    margin: 0;
    padding: 1rem 0 0.5rem 0;
    text-align: center;
    font-size: 1.1rem;
    font-weight: bold;
    color: #000000;
  }

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

  .m-special-products .unit .inner .slider {
    margin: 1rem 0 0;
  }

  .m-special-products .unit .inner p {
    margin: 1rem;
    font-weight: bold;
    color: #fff;
    font-size: 0.9rem;
  }

  .m-special-products .unit .inner .bg-item .txt {
    margin-bottom: auto; /* 上部に押し上げる（重要） */
  }
  .m-special-products .unit .inner .price {
    text-align: right;
    font-size: 1.8rem;
    font-weight: normal;
    color: white;
  }
  .m-special-products .unit .inner .price-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1rem;
    padding-bottom: 1rem;
  }
  .m-special-products .unit .inner .price-wrap .label-order {
    background-color: #4574c4;
    color: white;
    font-size: 1rem;
    padding: 6px 10px;
    border-radius: 4px;
  }
  
  .m-special-products .unit .inner dl {
    border: 1px #000 solid;
  }
  .m-special-products .unit .inner dl dt {
    padding: 2rem 1rem;
    color: #0f1c24;
    border: 1px #000 solid;
    background-color: #f7d25e;
    font-size: 1.8rem;
  }
  .m-special-products .unit .inner dl dd {
    padding: 2rem 1rem;
    color: #000000;
    background-color: #e6e6e6;
    border: 1px #000 solid;
  }

  .m-special-products .unit .inner dl dd .text-right{
    text-align: right;
    display: inherit;
  }

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


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

  .m-special-campaign .unit .inner h1{
    color: #000000;
    text-align: center;
    font-weight: bold;
    padding: 50px 0 20px;
    font-size: 45px;
  }

  .m-special-campaign .unit .inner h3 {
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: #000000;
  }

  .m-special-campaign .unit .inner img {
    padding: 3%;
  }

  /*------------------------------
   m-special-recipe
  ------------------------------*/

  .m-special-recipe {
    padding: 3rem 1rem 0;
    background-color: #ffffff;
  }

  .m-special-recipe .unit .inner h1{
    color: #000000;
    text-align: center;
    font-weight: bold;
    padding: 50px 0 20px;
    font-size: 45px;
  }

  .m-special-recipe .unit .inner h3{
    padding: .5rem 0;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: #000000;
  }

  .m-special-recipe .unit .inner .recipe-container .recipe-left{
    display: flex;
    flex-direction: column;
  }

  .m-special-recipe .unit .inner .recipe-container .recipe-left h4{
    text-align: center;
    font-size: 1.3rem;
    font-weight: bold;
    color: #000000;
    margin: 20px 0 0 0;
  }

  .m-special-recipe .unit .inner .recipe-container .recipe-left img {
    padding: 1%;
  }

  .m-special-recipe .unit .inner .recipe-container .recipe-right{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 0 100px 0;
  }

  .m-special-recipe .unit .inner .recipe-container .recipe-right .recipe-block{
    display: flex;
    flex-direction: column;
    height: 50%;
    width: 50%;
  }

  .m-special-recipe .unit .inner .recipe-container .recipe-right .recipe-block img {
    padding: 5% 5% 0 5%;
  }

  .m-special-recipe .unit .inner .recipe-container .recipe-right .recipe-block h5 {
    text-align: center;
    font-size: 0.7rem;
    font-weight: bold;
    color: #000000;
    margin: 5px 0 10px 0;
  }

  /*------------------------------
   m-special-caution
  ------------------------------*/
  .m-special-caution {
    padding: 3rem 1rem;
    background-color: #ffffff;
  }
  .m-special-caution .unit .inner h1 {
    color: #000000;
    text-align: center;
    font-weight: bold;
    padding: 50px 0 20px;
    font-size: 45px;
  }
  .m-special-caution .unit .inner dl {
    border: 1px #fff solid;
  }
  .m-special-caution .unit .inner dl dt {
    padding: 1rem 0;
    color: #0f1c24;
    border: 1px #fff solid;
    font-size: 1.8rem;
  }
  .m-special-caution .unit .inner dl dd {
    padding: 0 1rem 2rem 1rem;
    color: #000000;
    border: 1px #fff solid;
  }

  .m-special-caution .unit .inner dl dd .text-right{
    text-align: right;
    display: inherit;
  }

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

  /*------------------------------
   m-special-footer
  ------------------------------*/

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

  .m-special-footer-photo .unit .inner .white-logo {
    width: 30%;
    position: absolute;
    top: 35%;
    left: 35%;
    z-index: 2;
    -webkit-filter: drop-shadow(2px 2px 15px black);
    filter: drop-shadow(2px 2px 15px black);
  }
}