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

.main-fonts {
  font-family: 'Zen Antique Soft', serif;;
  letter-spacing: 1px;
}
/* ---------------------------
 Device's width >= 1024px***********************************************************************************
------------------------------*/
@media (min-width: 1023.5px) {
  
  /*fixed header*/
  .pg-s-header{
    position: fixed;
    width: 100%;
  }
  
  .l-content {
    margin-top: 114px;
  }
  
  /*------------------------------
   m-special-slider
  ------------------------------*/
  .m-special-slider {
    background-color: #ffffff;
  }
  
  .m-special-slider .unit .inner img{
    width: 100%;
  }
  
  /*------------------------------
   m-special-title
  ------------------------------*/
  .m-special-title {
    background-color: #ffffff;
  }
  
  .m-special-title .unit .inner {
    width: 100%;
  }
  
  .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: 60px;
    margin: 80px 0 50px 0;
    line-height: 0.8;
    font-weight: normal;
  }
  
  .m-special-title .unit .inner h2{
    color: #000000;
    font-size: 20px;
    font-weight: normal;
  }
  
  .m-special-title .unit .inner h3{
    color: #000000;
    font-size: 35px;
    margin-bottom: 20px;
  }
  
  .m-special-title .unit .inner h4{
    color: #000000;
    font-size: 20px;
  }
  
  /*------------------------------
   m-special-nav
  ------------------------------*/
  .m-special-nav {
    padding: 3rem 3rem 6rem;
    background-color: #ffffff;
  }
  
  .m-special-nav .unit .inner {
    display: flex;
    justify-content: space-around;
  }
  
  .m-special-nav .unit .inner a {
    font-size: 30px;
    padding: 10px;
    color:#b90e16;
    border: solid 3px #b90e16;
    border-radius: 30px;
    letter-spacing: 0.1px;
    width: 26%;
    text-align: center;
    transition: 0.5s;
  }
  
  .m-special-nav .unit .inner a:hover {
    background-color: #b90e16;
    color: #ffffff;
  }
  
  
  /*------------------------------
   m-special-products
  ------------------------------*/
  #id_products,#id_m-image,#id_recipe{
    padding-top: 100px;
    margin-top: -100px;
  }
  
  .m-special-products {
    background-color: #ffffff;
  }
  
  .m-special-products .unit{
    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 .inner{
    display: flex;
    flex-direction: row;
    padding: 2rem 2rem 5rem;
    justify-content: space-evenly;
  }
  
  .m-special-products .unit .inner .item-image{
    width: 35%;
    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-around;
  }
  
  .m-special-products .unit .inner .concept-right .btn{
    font-size: 25px;
    padding: 10px 50px;
    color: #ffffff;
    border: solid 3px #b90e16;
    background-color: #b90e16;
    border-radius: 30px;
    letter-spacing: 0.1px;
    text-align: center;
    transition: 0.5s;
  }
  
  .m-special-products .unit .inner .concept-right .btn:hover{
    color: #b90e16;
    background-color: #ffffff;
  }
  
  .m-special-products .unit .inner .price {
    margin-left: 50%;
  }
  
  .m-special-products .unit .inner h3 span {
    font-size: 20px;
  }
  
  .m-special-products .unit .inner img {
    width: 100%;
  }
  
  .m-special-products .unit h5{
    color: #000000;
    font-size: 35px;
    padding: 100px 30px 30px;
    display: flex;
    align-items: center;
  }
  
  .m-special-products .unit h5:after{
    content: "";
    background-color: #000000;
    height: 3px;
    flex-grow: 1;
    margin: 0 2%;
  }
  
  .m-special-products .unit .inner-reverse{
    flex-direction: row-reverse;
  }
  
  .m-special-products .unit .inner a{
    cursor: pointer;
    overflow: hidden;
  }
  
  .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;
    align-items: center;
  }
  
  .m-special-products .unit .inner h3 {
    margin: 0;
    padding: .5rem 0;
    text-align: center;
    font-size: 2.2rem;
    color: #000000;
  }
  .m-special-products .unit .inner img {
    width: 40%;
  }
  
  .m-special-products .unit .inner p {
    margin: 1rem;
    text-align: left;
    font-size: 1.4rem;
    color: #000000;
  }
  
  .m-special-products .unit .btn-area {
    text-align: center;
    margin: 50px 0 200px;
  }
  
  .m-special-products .unit .btn {
    font-size: 25px;
    padding: 10px 50px;
    background-color: #b90e16;
    color: #ffffff;
    border: solid 3px #b90e16;
    border-radius: 30px;
    letter-spacing: 0.1px;
    transition: 0.5s;
  }
  
  .m-special-products .unit .btn:hover {
    background-color: #ffffff;
    color: #b90e16;
  }
  
  /*------------------------------
   m-special-m-image
  ------------------------------*/
  .m-special-m-image {
    padding: 3rem;
    background-color: #ffffff;
  }
  
  .m-special-m-image .unit .inner {
    width: 100%;
    margin: 0 auto;
  }
  
  
  .m-special-m-image .unit .inner h1{
    color: #000000;
    text-align: center;
    font-size: 70px;
    padding: 50px 0 0;
  }
  
  .m-special-m-image .unit .inner img {
    padding: 3%;
  }
  
  .m-special-m-image .unit .inner .under-img {
    display: flex;
  }
  
  .m-special-m-image .unit .inner .under-img img {
    width: 50%;
  }
  
  .m-special-m-image .unit .inner .btn-area {
    text-align: center;
    margin: 50px 0 200px;
  }
  
  .m-special-m-image .unit .inner .btn {
    font-size: 25px;
    padding: 10px 50px;
    background-color: #b90e16;
    color: #ffffff;
    border: solid 3px #b90e16;
    border-radius: 30px;
    letter-spacing: 0.1px;
    transition: 0.5s;
  }
  
  .m-special-m-image .unit .inner .btn:hover {
    background-color: #ffffff;
    color: #b90e16;
  }
  
  
  /*------------------------------
   m-special-caution
  ------------------------------*/
  .m-special-caution {
    padding: 3rem;
    background-color: #ffffff;
  }
  
  .m-special-caution .unit .inner h1 {
    color: #000000;
    text-align: center;
    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-footer
  ------------------------------*/
  
  .m-special-footer-photo .unit .inner .footer-photo{
    width: 100%;
  }
  
  /* 0524 */
  .w-35 {
    width: 35%;
  }
  .single-img {
    width: 100%!important;
  }
}

/* ---------------------------
 Device's width < 1024px***********************************************************************************
------------------------------*/
@media only screen and (max-width: 1023.5px) {

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

  /*------------------------------
  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% 30%;
    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;
    line-height: 1.2;
    font-weight: normal;
  }

  .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: 24px;
    text-align: left;
    margin-bottom: 20px;
  }

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


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

  .m-special-nav .unit .inner {
    display: flex;
    justify-content: space-evenly;
    padding: 0 0 50px 0;
  }

  .m-special-nav .unit .inner a {
    font-size: 15px;
    padding: 8px;
    color: #b90e16;
    border: solid 1px #b90e16;
    border-radius: 16px;
    letter-spacing: 0.1px;
    width: 28%;
    text-align: center;
  }

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


  /*------------------------------
  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 10px;
    font-size: 45px;
    border-bottom: solid 2px;
    margin: 0 10%;
  }

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

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

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

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

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

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

  .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 h5{
    color: #000000;
    font-size: 20px;
    margin: 30px;
    line-height: 1.5rem;
    border-bottom: solid 2px #000000;
    padding-bottom: 10px;
    text-align: center;
  }

  .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;
    color: #000000;
    font-size: 13px;
    text-align: left;
  }

  .m-special-products .unit .btn-area {
    text-align: center;
    margin: 50px auto;
    transform: translateY(-100px);
  }

  .m-special-products .unit .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-m-image
  ------------------------------*/
  .m-special-m-image {
    padding: 3rem 1rem;
    background-color: #ffffff;
  }

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

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

  .m-special-m-image .unit .inner .under-img {
    display: flex;
  }

  .m-special-m-image .unit .inner .under-img img {
    width: 50%;
  }

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

  .m-special-m-image .unit .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-caution
  ------------------------------*/
  .m-special-caution {
    padding: 3rem 1rem;
    background-color: #ffffff;
  }
  .m-special-caution .unit .inner h1 {
    color: #000000;
    text-align: center;
    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;
    text-align: center;
    color: #0f1c24;
    border: 1px #fff solid;
    font-size: 1.8rem;
    font-weight: normal;
  }
  .m-special-caution .unit .inner dl dd {
    padding: 0.5rem;
    color: #000000;
    border: 1px #fff solid;
    font-size: 0.9rem;
  }

  .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;
  }

  /* 0524 */
  .w-35 {
    width: 100%;
  }
  .single-img {
    width: 100%;
  }
}