@charset "UTF-8";
@media screen and (max-width: 1250px) {
  header .pc-nav {
    display: none;
  }
  header .burger-btn {
    display: block;
    max-width: clamp(26.5px, 7.6vw, 57px);
    margin-top: -6px;
  }
  .no-scroll {
    overflow: hidden;
  }
  .modal-area {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.5);
  }
  .modal-wrapper {
    display: block;
    background-color: #fff;
    width: 100%;
    height: 380px;
    position: fixed;
    z-index: 999;
    transition: all 0.4s;
    box-shadow: 0px 11px 14px -12px rgba(0, 0, 0, 0.6);
  }
  .modal-wrapper .modal-contents {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
  }
  .modal-wrapper .modal-contents .sp-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .modal-wrapper .modal-contents .sp-nav li {
    border-top: #9cca48 solid 3px;
    width: 100%;
    padding: 20px 0;
    display: block;
    color: #ffffff;
    font-weight: bold;
    position: relative;
    margin-bottom: 7px;
  }
  .modal-wrapper .modal-contents .sp-nav li:last-of-type {
    border-bottom: #9cca48 solid 3px;
  }
  .modal-wrapper .modal-contents .sp-nav li:nth-child(1) img {
    max-width: 195px;
  }
  .modal-wrapper .modal-contents .sp-nav li:nth-child(2) img {
    max-width: 126px;
  }
  .modal-wrapper .modal-contents .sp-nav li:nth-child(3) img {
    max-width: 56px;
  }
  .modal-wrapper .modal-contents .sp-nav li a {
    display: block;
    margin: auto;
  }
  .modal-wrapper .modal-contents .sp-nav li a img {
    margin: auto;
  }
  .modal-wrapper .modal-contents .sp-nav-sns {
    gap: clamp(20px, 4vw, 30px);
    justify-content: center;
    margin-top: 20px;
  }
  .modal-wrapper .modal-contents .sp-nav-sns li {
    max-width: clamp(32px, 8.533vw, 64px);
  }
}
@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .back-btn {
    width: 50px;
  }
  h2 .head-inner {
    padding: 6px 10px;
  }
  h2 .head-inner .pro-ttl {
    max-width: 125px;
  }
  h2 .head-inner .star {
    max-width: 68px;
  }
  h2 .head-inner .cm-ttl {
    max-width: 47px;
  }
  h2 .horizon {
    height: 3px;
    margin-top: 6px;
  }
  header .header-inner {
    align-items: unset;
  }
  header .header-inner .logo {
    max-width: clamp(100px, 24vw, 180px);
  }
  /*スライダーカスタマイズ*/
}
@media screen and (max-width: 750px) and (max-width: 500px) {
  header .header-inner .logo {
    top: 2px;
  }
}
@media screen and (max-width: 750px) {
  header .header-inner h1 {
    max-width: clamp(124px, 33.2vw, 249px);
  }
  .swiper-pagination {
    height: 10px;
    bottom: 14% !important;
  }
  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 6px !important;
  }
  .products .copy-wrap {
    max-width: 70.6%;
  }
  .products .copy-wrap .copy_01 {
    border-bottom: 3px solid #9cca48;
    font-size: clamp(23px, 5.6vw, 42px);
    padding: 5px 20px;
  }
  .products .copy-wrap .copy_02 {
    border-bottom: 3px solid #9cca48;
    font-size: clamp(23px, 5.6vw, 42px);
    padding: 5px 20px;
  }
  .products .copy-wrap .aside {
    margin-top: 4px;
    text-align: left;
  }
  .products .chef-area {
    margin: 5% auto;
  }
  .products .chef-area .chef-btn {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    width: 73%;
  }
  .products .head-01 {
    max-width: clamp(268px, 71.46vw, 536px);
  }
  .products .btn-wrap {
    gap: 10px;
    flex-direction: column;
    max-width: 75%;
  }
  .products article {
    position: relative;
  }
  .products article .line {
    position: absolute;
    width: 95%;
    left: 50%;
    transform: translateX(-50%);
  }
  .products article .top {
    top: 3%;
  }
  .products article .btm {
    bottom: 3.3%;
  }
  .products article p {
    color: #fff;
    font-weight: bold;
    line-height: 1.5;
    font-size: 10px;
  }
  .products .products-wrap {
    flex-direction: column;
    gap: clamp(20px, 5.3vw, 40px);
  }
  .products .products-wrap .original-wrap .obj-wrap {
    flex-direction: column;
  }
  .products .products-wrap .original-wrap .obj-wrap .obj-img {
    display: block;
    position: relative;
    z-index: 2;
    max-width: 94%;
    margin-right: 3%;
  }
  .products .products-wrap .original-wrap .obj-wrap .obj-txt-wrap {
    max-width: 100%;
    margin-left: unset;
    padding-bottom: clamp(36px, 9.6vw, 72px);
  }
  .products .products-wrap .original-wrap .obj-wrap .obj-txt-wrap .obj-item {
    display: none;
  }
  .products .products-wrap .original-wrap .obj-wrap .obj-txt-wrap .obj-ttl {
    display: none;
  }
  .products .products-wrap .original-wrap .obj-wrap .obj-txt-wrap p {
    margin-top: unset;
    max-width: 100%;
    margin: auto;
    font-size: clamp(16px, 2.933vw, 22px);
    padding: 0 clamp(15px, 4vw, 30px);
  }
  .products .products-wrap .original-wrap .obj-wrap .obj-txt-wrap .btn-wrap {
    margin-top: 4%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4%;
    padding: 0 clamp(15px, 4vw, 30px);
  }
  .products .products-wrap .garlic-wrap .obj-wrap,
  .products .products-wrap .bbq-wrap .obj-wrap {
    flex-direction: column-reverse;
  }
  .products .products-wrap .garlic-wrap .obj-wrap .obj-img,
  .products .products-wrap .bbq-wrap .obj-wrap .obj-img {
    display: block;
    position: relative;
    z-index: 2;
    max-width: 94%;
    margin-left: 6%;
  }
  .products .products-wrap .garlic-wrap .obj-wrap .obj-txt-wrap,
  .products .products-wrap .bbq-wrap .obj-wrap .obj-txt-wrap {
    max-width: 100%;
    margin-left: unset;
    padding-bottom: clamp(36px, 9.6vw, 72px);
    padding-left: unset;
    padding-top: unset;
  }
  .products .products-wrap .garlic-wrap .obj-wrap .obj-txt-wrap .obj-item,
  .products .products-wrap .bbq-wrap .obj-wrap .obj-txt-wrap .obj-item {
    display: none;
  }
  .products .products-wrap .garlic-wrap .obj-wrap .obj-txt-wrap .obj-ttl,
  .products .products-wrap .bbq-wrap .obj-wrap .obj-txt-wrap .obj-ttl {
    display: none;
  }
  .products .products-wrap .garlic-wrap .obj-wrap .obj-txt-wrap p,
  .products .products-wrap .bbq-wrap .obj-wrap .obj-txt-wrap p {
    margin-top: unset;
    max-width: 100%;
    margin: auto;
    font-size: clamp(16px, 2.933vw, 22px);
    padding: 0 clamp(15px, 4vw, 30px);
  }
  .products .products-wrap .garlic-wrap .obj-wrap .obj-txt-wrap .btn-wrap,
  .products .products-wrap .bbq-wrap .obj-wrap .obj-txt-wrap .btn-wrap {
    margin-top: 4%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3%;
    padding: 0 clamp(15px, 4vw, 30px);
  }
  .products .products-wrap .yuzu-wrap .obj-wrap {
    flex-direction: column;
  }
  .products .products-wrap .yuzu-wrap .obj-wrap .obj-img {
    display: block;
    position: relative;
    z-index: 2;
    max-width: 94%;
    margin-right: 3%;
  }
  .products .products-wrap .yuzu-wrap .obj-wrap .obj-txt-wrap {
    max-width: 100%;
    margin-left: unset;
    padding-bottom: clamp(36px, 9.6vw, 72px);
  }
  .products .products-wrap .yuzu-wrap .obj-wrap .obj-txt-wrap .obj-item {
    display: none;
  }
  .products .products-wrap .yuzu-wrap .obj-wrap .obj-txt-wrap .obj-ttl {
    display: none;
  }
  .products .products-wrap .yuzu-wrap .obj-wrap .obj-txt-wrap p {
    margin-top: unset;
    max-width: 100%;
    margin: auto;
    font-size: clamp(16px, 2.933vw, 22px);
    padding: 0 clamp(15px, 4vw, 30px);
  }
  .products .products-wrap .yuzu-wrap .obj-wrap .obj-txt-wrap .btn-wrap {
    margin-top: 4%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3%;
    padding: 0 clamp(15px, 4vw, 30px);
  }
  .products .appropriate-salt {
    margin: 56px 0 13.8%;
  }
  .products .appropriate-salt .inner .head {
    margin: 6% 2%;
  }
  .products .appropriate-salt .inner ul {
    flex-wrap: wrap;
    gap: clamp(6px, 1.6vw, 12px);
  }
  .products .appropriate-salt .inner ul li {
    max-width: clamp(49%, 32vw, 243px);
  }
  .recipe {
    margin: 0 auto 7%;
  }
  .recipe .border-white {
    background-image: url(../images/border-white_sp.svg);
    background-repeat: no-repeat;
    height: 7vw;
  }
  .recipe .border-green {
    background-image: url(../images/border-green_sp.svg);
    background-repeat: no-repeat;
    height: 7vw;
  }
  .recipe .recipe-head {
    padding-bottom: 5%;
  }
  .recipe .recipe-head .recipe-ttl-img {
    width: 90%;
    margin: clamp(-2%, 2vw, -20px) auto 0;
  }
  .recipe .inner .slide {
    padding: clamp(14px, 3.7333vw, 28px) 0;
  }
  .recipe .inner .slide .recipe-item {
    flex-shrink: 0; /* スライドが縮まないようにする */
    width: 240px;
  }
  .commercial .block-wrap .block-head {
    margin-top: 30px;
    border: #9cca48 solid 2px;
  }
  .commercial .block-wrap .block-head .sec-01 {
    padding: 10px 0;
  }
  .commercial .block-wrap .block-head .sec-01 img {
    max-width: 40.5%;
  }
  .commercial .block-wrap .block-head .sec-02 {
    padding: 5px 0;
  }
  .commercial .block-wrap .block-head .sec-02 img {
    max-width: 43.1%;
  }
  footer {
    margin-top: 50px;
  }
  footer ul {
    gap: clamp(15px, 4vw, 30px);
  }
  footer ul li {
    max-width: clamp(32px, 8.533vw, 64px);
  }
  footer .copy-right {
    text-align: center;
    font-size: 10px;
    padding: 0 15px;
    margin: 24px auto 50px;
  }
}/*# sourceMappingURL=sp.css.map */