/** Shopify CDN: Minification failed

Line 17:0 Unexpected "{"
Line 17:1 Expected identifier but found "%"
Line 582:35 Unexpected "-->"
Line 584:1 Expected identifier but found "%"
Line 586:12 Unexpected "{"
Line 586:21 Expected ":"
Line 587:14 Expected identifier but found whitespace
Line 587:16 Unexpected "{"
Line 587:25 Expected ":"
Line 587:76 Expected ":"
... and 14 more hidden warnings

**/

{%- style -%}
  .lp_cp_contents {
    /* background-repeat: repeat;
    background-image: url(/cdn/shop/files/lp_refresh_cp_bg_img.webp); */
    /* background:#ddecf8; */
    background:#A2C2DD;
  }

  .lp_cp_contents .slide_item__title {
    font-weight: bold;
    line-height: 1.4;
  }

  .lp_cp_contents .item_cach {
    margin-top: auto;
    line-height: 1.4;
    font-size: 12px;
    color: #717171;
  }

  .termina {
    font-family: 'termina';
  }

  a.btn {
    background: red;
    opacity: 0.6;
  }

  .slick-track {
    display: flex !important;
    align-items: stretch;
  }

  .lp_cp_contents .cp__nav > li > a,
  .lp_cp_contents .cp__nav__child a {
    color: #000;
  }

  .lp_cp_contents .cp__nav > li > a.active,
  .lp_cp_contents .cp__nav__child > li > a.active {
    background-color: #2E2E2E;
    color: #FFF;
  }

  .lp_cp_contents img,
  .remodal img {
    display: block;
    width: 100%;
  }

  .lp_cp_contents .kv img {
    width: 100%;
    max-width: 469px;
  }

    .lp_cp_contents .kv {
      margin-top: 3px;
    }

  .lp_cp_contents .no-slider .item__img,
  .lp_cp_contents .js-slider .item__img {
    position: relative;
  }

  .item__badge {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    text-align: center;
    padding: 3px 6px;
    line-height: 1.3;
    font-size: 10px;
    letter-spacing: .08em;
    border-radius: 2px;
    background-color: #9c2335;
    color: #fff;
    font-weight: 500;
  }

  .lp_cp_contents .slick-next::after,
  .lp_cp_contents .slick-prev::after {
    width: 15px;
    height: 15px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
  }

  .lp_cp_contents .slick-prev {
    left: 0;
  }

  .lp_cp_contents .slick-next::after {
    right: 24px;
    cursor: pointer;
  }

  .lp_cp_contents .slick-prev::after {
    left: 24px;
    cursor: pointer;
  }

  .lp_cp_contents .js-slider,
  .lp_cp_contents .no-slider {
    margin: 0;
    padding: 0;
    background: #fff;
  }

  .lp_cp_contents .js-slider.item_info.item_info_item li:not(last-of-type) {
    margin-right: 10px !important;
    margin-bottom:10px !important;
    margin-left:7px !important;
  }

  .item_info_item .img-wrap {
    box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
    border-radius: 10px;
    padding: 16px;
  }

  .item_info_item .btn_wrap {
    display: flex;
    width: 100%;
    height: 45px;
    align-items: center;
    gap: 5px;
  }

  .item_info_item .btn_slider_link {
    border-radius: 5px;
  }

  .item_info_item .btn_slider_info {
    border: solid 1px #6E6E6E;
    height: 45px;
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    color: #6E6E6E;
    margin-top: auto;
  }

  .wear-info {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 12px;
  }

  .lp_cp_contents .slick-arrow {
    top: unset !important;
    /* bottom: 14px; */
    width: 130px;
  }

  ul.slide_img .slick-arrow{
    bottom: 45px;
  }
  ul.slide_item .slick-arrow{
    bottom: -5px;
  }


  .lp_cp_contents .slick-next {
    right: 0;
  }

  /* 各種ボタン */
  .accordion_content {
    display: none;
  }

  .btn_icon::after {
    content: '＋';
    margin-left: 7px;
    font-size: 30px;
  }

  .btn_icon.aco_open::after {
    content: '−';
  }

  .remodal-close {
    position: sticky;
    top: 0;
    margin: 0 0 0 auto;
    left: calc(100% - 35px);
  }

  .cp_popup.scroll {
    overflow: auto;
  }

  .lp_cp_contents .no-slider li,
  .lp_cp_contents .js-slider li {
    width: 240px;
    height: auto !important;
    margin-right: 1px;
  }

  .lp_cp_contents .cp__nav__logo {
    height: auto;
    margin-bottom: 40px;
    width: 200px !important;
  }

  .lp_cp_contents .cp__nav__fixed {
    height: 0;
  }

  .lp_cp_contents .cp__nav > li {
    margin-bottom: 25px;
    line-height: 1;
  }

  .lp_cp_contents .cp__nav__child {
    padding-top: 15px;
  }

  .lp_cp_contents .cp__nav__child li {
    margin-bottom: 8px;
  }

  .remodal {
    padding: 15px !important;
  }

  .slick-list {
    padding-top: 30px !important;
    padding-bottom: 10px !important;
    padding-left: 20px !important;
  }

  ul.item_info_img > ul.slick-dots > li {
    margin-right: 10px !important;
  }

  .item_info .slick-dots {
    display: flex;
    padding: 0;
    margin-top: 20px;
    justify-content: center;
  }

  .item_info .slick-dots li {
    width: 8px;
    height: 8px !important;
    background-color: #000;
    opacity: 0.3;
    border-radius: 10px;
    margin-right: 10px !important;
  }

  .item_info .slick-dots li.slick-active {
    opacity: 1;
  }

  .item_info .slick-dots li button {
    background: unset;
    border: unset;
    text-indent: -9999px;
    padding: 0;
  }

  ul.item_info_img {
    margin: 0px;
  }

  ul.item_info_img .link_wrap {
    position: absolute;
    bottom: 11%;
    display: flex;
    width: 85%;
    height: 13%;
    margin: 0 auto;
    left: 7%;
    justify-content: space-between;
    opacity: 0;
  }

  ul.item_info_img .item_link {
    display: block;
    width: 85%;
    height: 100%;
  }

  ul.item_info_img .item_info {
    display: block;
    width: 34%;
    height: 100%;
  }

  /* PC表示制御 */
  .u-sp {
    display: none !important;
  }

  .u-pc {
    display: block !important;
  }

  .coupon_code_wrap {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin: 20px auto;
    border: 1px solid #707070;
  }

  .coupon_code_wrap span {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    font-size: 12px;
  }

  .coupon_code_wrap .coupon_text {
    padding: 10px 15px;
    line-height: 1.3;
    gap: 3px;
  }

  .coupon_code_wrap span .termina {
    font-size: 18px;
    font-weight: 500;
  }

  .coupon_code_wrap .copy_button {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 5%;
    width: 30%;
    padding: 15px;
    border-left: 1px solid #707070;
    background-color: #e8e8e8;
    cursor: pointer;
    font-size: 14px;
    white-space: nowrap;
  }

  .coupon_code_wrap .copy_button::after {
    content: '';
    display: block;
    width: 11px;
    height: 11px;
    background-image: url(/cdn/shop/files/lp_mall_coupon_arrow.svg);
    background-repeat: no-repeat;
  }

  .coupon_code_wrap .copy_button.copied::after {
    display: none;
  }

  .coupon_item_btn {
    position: absolute;
    width: 100%;
    height: 77px;
  }

  .coupon_item_btn.organicsleep {
    bottom: 145px;
  }

  .coupon_item_btn.activeair {
    bottom: 0;
  }

  .chart_btn {
    display: block;
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
  }

  .btn_parent .accordion_btn {
    display: flex;
    width: 90%;
    height: 50px;
    margin: 0 auto 15px;
    background: #F4F3EA;
    border-radius: 50px;
    border: solid 1px #000;
  }

  .btn_parent .accordion_title {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 18px;
  }

  .btn_parent .btn_icon {
    position: absolute;
    right: 20px;
  }

  /* ========================================
     モバイル・タブレット向け (769px以下)
     ======================================== */
  
  @media screen and (max-width: 769px) {
    .u-sp {
      display: block !important;
    }

    .u-pc {
      display: none !important;
    }

    .lp_cp_contents .kv img {
      max-width: none;
    }

    .lp_cp_contents .cp__nav__fixed {
      height: auto;
      margin-left: unset;
    }

    .cp__nav__fixed,
    #fixed_01 {
      background: rgba(255, 255, 255, 0.25);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      border-radius: 18px;
      border: 1px solid rgba(255, 255, 255, 0.3);
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
      padding: 7px 10px;
      top: inherit;
      position: fixed;
      left: 50%;
      transform: translateX(-50%) translateZ(0);
      z-index: 11;
      width: auto !important;
      transition: all 0.2s ease;
      will-change: transform;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .cp__nav_sp {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 6px;
      margin: 0 auto;
      padding: 0;
      list-style: none;
      background: transparent;
      white-space: nowrap;
      width: 100%;
      height: 100%;
      vertical-align: middle;
    }

    .cp__nav_sp li {
      background: transparent;
      margin: 0;
      padding: 0;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .cp__nav_sp .nav_link {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 6px 10px;
      border-radius: 12px;
      color: rgba(0, 0, 0, 0.75);
      text-decoration: none;
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 0.3px;
      transition: all 0.2s ease;
      background: transparent;
      border: none;
      text-align: center;
      line-height: 1;
      position: relative;
      transform: translateZ(0);
      will-change: background-color, transform;
    }

    .cp__nav_sp .nav_link.active {
      background: rgba(255, 255, 255, 0.6);
      color: rgba(0, 0, 0, 0.9);
      font-weight: 700;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
      border: 1px solid rgba(255, 255, 255, 0.4);
    }

    .cp__nav_sp .nav_link:hover {
      background: rgba(255, 255, 255, 0.4);
      color: rgba(0, 0, 0, 0.85);
      transform: translateY(-0.5px) translateZ(0);
    }

    .cp__nav_sp .nav_link.active:hover {
      background: rgba(255, 255, 255, 0.75);
      color: rgba(0, 0, 0, 0.95);
      transform: translateY(-0.5px) translateZ(0);
    }

    .coupon_code_wrap .coupon_text {
      width: auto;
      font-size: 10px;
    }

    .coupon_code_wrap span .termina {
      font-size: 13px;
    }

    .coupon_item_btn {
      position: absolute;
      width: 100%;
      height: 17vw;
    }

    .coupon_code_wrap .copy_button {
      font-size: 10px;
      padding: 5px;
    }

    .coupon_code_wrap .copy_button::after {
      width: 11px;
      height: 12px;
    }

    .coupon_item_btn.organicsleep {
      bottom: 31vw;
    }

    .lp_cp_contents .slick-arrow {
      width: 28vw;
    }

    .lp_cp_contents .slick-next {
      width: 26vw;
    }
  }







  .customer:not(.account):not(.order),
  .recover__wrap {
    max-width: 700px;
  }



  <!-- 併売モーダルソース -->

{%- style -%}

  .section-{{ section.id }}-padding {
  padding-top: {{ section.settings.padding_top | times: 0.75 | round: 0 }}px;
  padding-bottom: {{ section.settings.padding_bottom | times: 0.75 | round: 0 }}px;
  }

  .customer:not(.account):not(.order),
  .recover__wrap {
  max-width: 700px;
  }

  /* 併売ポップアップ表示のスタイル */
  .products-wrapper {
  display: flex;
  gap: 20px;
  flex-direction: column;
  }
  .products-wrapper p {
  margin: 0;
  }
  .products-wrapper .product-container {
  border: 1px solid #ddd;
  padding: 20px;
  }
  .products-wrapper .product-item {
  display: flex;
  gap: 20px;
  }
  .products-wrapper .product-info {
  width: 100%;
  }
  .products-wrapper .product-item img {
  max-width: 35%;
  object-fit: contain;
  }
  .products-wrapper .decline_text {
  font-size: 12px;
  margin-top: 10px;
  }
  .products-wrapper select {
  border: 1px solid;
  font-size: 12px;
  height: 35px;
  }
  .products-wrapper label {
  width: 100%;
  display: block;
  text-align: justify;
  font-size: 12px;
  }
  .products-wrapper .product-title {
  text-align: justify;
  }
  .products-wrapper .product-price-wrap {
  margin-top: 10px;
  text-align: end;
  }
  .products-wrapper .add-to-cart {
  margin-top: 20px;
  }
  @media screen and (max-width: 749px) {
  .products-wrapper .product-title {
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 5px;
  }
  .products-wrapper label,
  .products-wrapper select {
  font-size: 10px;
  }
  .products-wrapper select {
  height: 30px;
  padding: 0 5px;
  }
  .products-wrapper button {
  margin-top: 10px;
  font-size: 10px;
  line-height: 14px;
  }
  .products-wrapper .product-price-wrap {
  font-size: 12px;
  }
  }


  /* まとめ買いボタンのスタイル調 */
  .set_products_wrap {
  position: relative;
  }
  .set_products_wrap .btn {
  position: absolute;
  bottom: 0;
  cursor: pointer;
  background: #000;
  color: #fff;
  padding: 5px 10px;
  text-decoration: none;
  }
  .set_products_wrap .btn_01 {
  left: 38%;
  }
  .set_products_wrap .btn_02 {
  right: 38%;
  }
  .img-fluid {
  margin: 0 auto;
  display: block;
  }
  @media screen and (min-width: 750px) {
  .section-{{ section.id }}-padding {
  padding-top: {{ section.settings.padding_top }}px;
  padding-bottom: {{ section.settings.padding_bottom }}px;
  }
  .decline_text {
  font-size: 14px;
  }

  .lp_cp_contents .cp__nav__logo{
  width:120px !important;
  }

  }








/* .bg_cream .slider_title,
  .bg_cream .js-slider {
    background: #edecdd !important;
  }

  .bg_cream .slick-arrow {
    background: rgba(237, 236, 221, 0.7) !important;
  }

  .termina {
    font-family: 'termina';
  }



  .slick-track {
    display: flex !important;
    align-items: flex-end;
  }

  .lp_cp_contents .cp__nav > li > a,
  .lp_cp_contents .cp__nav__child a {
    color: #000;
  }

  .lp_cp_contents .cp__nav > li > a.active {
    background-color: #2e2e2e;
  }

  .lp_cp_contents .scroll_point {
    background-color: unset;
  }

  .lp_cp_contents {
    background: #ddecf8;
  }

  .lp_cp_contents img,
  .remodal img {
    display: block;
    width: 100%;
  }

  .lp_cp_contents .kv img {
    width: 100%;
    background: #ddecf8;
  }

  .lp_cp_contents .kv_img {
    background: #ddecf8;
  }

  .lp_cp_contents .no-slider li,
  .lp_cp_contents .js-slider li {
    width: 38vw;
  }

  .lp_cp_contents .slick-next::after,
  .lp_cp_contents .slick-prev::after {
    width: 15px;
    height: 15px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
  }

  .lp_cp_contents .slick-prev {
    left: 0;
  }

  .lp_cp_contents .slick-next::after {
    right: 24px;
    cursor: pointer;
  }

  .lp_cp_contents .slick-prev::after {
    left: 24px;
    cursor: pointer;
  }

  .lp_cp_contents .slider_title {
    margin-top: -3px;
    padding: 30px 0 15px;
    text-align: center;
    width: 100%;
    background: #fff;
  }

  .lp_cp_contents .slider_title p {
    display: inline-block;
    margin: 0;
    text-align: center;
    border-bottom: 2px solid;
    font-size: 16px;
    font-weight: bold;
  }

  .lp_cp_contents .js-slider {
    padding: 20px 0 50px;
    background: #fff;
  }

  .lp_cp_contents .js-slider li:not(last-of-type) {
    margin-right: 35px;
  }

  .lp_cp_contents .slick-arrow {
    top: 0;
    height: 100%;
    width: 28vw;
    background: rgba(255, 255, 255, 0.7);
  }

  .lp_cp_contents .slick-next {
    right: 0;
    width: 26vw;
  }

  .triangle {
    position: relative;
  }

  .triangle::after {
    content: '';
    position: absolute;
    height: 60px;
    width: 100%;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    background-color: #a2c2dd;
    bottom: -60px;
    left: 0;
    color: #fff;
    text-align: center;
  }


  .lp_cp_contents .btn.present_btn {
    width: 70vw;
    height: 14vw;
    bottom: 0;
  }

  .lp_cp_contents .btn.set_btn_right,
  .lp_cp_contents .btn.set_btn_left,
  .lp_cp_contents .btn.set_btn_center {
    width: 41vw;
    height: 11vw;
    bottom: 0;
  }

  .lp_cp_contents .btn.set_btn_left {
    left: 26%;
  }

  .lp_cp_contents .btn.set_btn_right {
    right: -15%;
    left: auto;
  }

  .lp_cp_contents .btn.set_btn_01 {
    left: 20%;
  }

  .lp_cp_contents .btn.set_btn_02 {
    right: -4%;
    left: auto;
  }

  .lp_cp_contents .btn.set_btn_01,
  .lp_cp_contents .btn.set_btn_02,
  .lp_cp_contents .btn.set_btn_03 {
    width: 25vw;
    height: 11vw;
    bottom: 0;
  }

  .btn_lineup {
    width: 100%;
    height: 100%;
    bottom: 0;
  }

  .lp_cp_contents .btn_slider_link {
    bottom: 0;
    right: 0;
    left: auto;
    transform: none;
    -webkit-transform: none;
    width: 100%;
    height: 14%;
  }

  .lp_cp_contents .btn_slider_popup {
    bottom: 17%;
    right: 0;
    left: auto;
    transform: none;
    -webkit-transform: none;
    width: 70%;
    height: 9%;
  }

  .popup_link {
    display: block !important;
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
    height: 5%;
  }

  .coupon_code_wrap {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 20px;
    border: 1px solid #707070;
  }

  .coupon_code_wrap span {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    font-size: 12px;
  }

  .coupon_code_wrap .coupon_text {
    padding: 10px 15px;
    line-height: 1.3;
    gap: 3px;
  }

  .coupon_code_wrap span .termina {
    font-size: 18px;
    font-weight: 500;
  }

  .coupon_code_wrap .copy_button {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 5%;
    width: 30%;
    padding: 0;
    font-size: 12px;
    border-left: 1px solid #707070;
    background-color: #e8e8e8;
    cursor: pointer;
    white-space: nowrap;
  }

  .coupon_code_wrap .copy_button::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background-image: url(/cdn/shop/files/lp_mall_coupon_arrow.svg);
    background-repeat: no-repeat;
  }

  .coupon_code_wrap .copy_button.copied::after {
    display: none;
  }

  @media screen and (min-width: 768px) {
    .lp_cp_contents .kv img {
      max-width: 469px;
    }

    .lp_cp_contents .no-slider li,
    .lp_cp_contents .js-slider li {
      width: 140px;
    }

    .lp_cp_contents .kv {
      padding-top: 0;
      margin-top: -268px;
    }

    .lp_cp_contents .cp__nav__logo {
      height: auto;
      margin-bottom: 40px;
    }

    .lp_cp_contents .cp__nav > li {
      margin-bottom: 25px;
      line-height: 1;
    }

    .lp_cp_contents .cp__nav__child {
      padding-top: 15px;
    }

    .lp_cp_contents .cp__nav__child li {
      margin-bottom: 8px;
    }

    .lp_cp_contents .slick-arrow {
      width: 130px;
    }

    .lp_cp_contents .slick-next {
      width: 130px;
    }


    .lp_cp_contents .btn.present_btn {
      width: 345px;
      height: 68px;
    }

    .lp_cp_contents .btn.set_btn_right,
    .lp_cp_contents .btn.set_btn_left,
    .lp_cp_contents .btn.set_btn_center {
      width: 193px;
      height: 50px;
    }

    .lp_cp_contents .btn.set_btn_01,
    .lp_cp_contents .btn.set_btn_02,
    .lp_cp_contents .btn.set_btn_03 {
      width: 120px;
      height: 48px;
    }

    .lp_cp_contents .btn_slider_link {
      height: 38px;
    }

    .lp_cp_contents .btn_slider_popup {
      bottom: 50px;
      right: 0;
      left: auto;
      transform: none;
      -webkit-transform: none;
      width: 110px;
      height: 20px;
    }

    .coupon_code_wrap .copy_button {
      padding: 15px;
      font-size: 14px;
    }

    .coupon_code_wrap .copy_button::after {
      width: 11px;
      height: 11px;
    }
  } */