@charset "utf-8";

/* CSS Document */
:root {
  --base-ble: #00b0ef;
  --base-org: #f47d28;
  --base-ltorg: #fcb52f;
  --bace-ltyew: #ffeda0;
  --base-wht: #fff;
  --base-dkbrn: #420000;
  --base-ltbrn: #7b200b;

}

body {
  overflow-x: hidden;
}

/*===============================================
  アニメーション初期状態（チラつき防止）
===============================================*/
#saltedbutter-bread_cp_2606 .js-subttl,
#saltedbutter-bread_cp_2606 .js-ttl01,
#saltedbutter-bread_cp_2606 .js-ttl02 {
  visibility: hidden;
  opacity: 0;
}

/*===============================================
●共通
===============================================*/
/* ============ common =========== */
#saltedbutter-bread_cp_2606 * {
  min-height: 0vw;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

#saltedbutter-bread_cp_2606 :is(h1, h2, h3, h4, h5, p, figure) {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}

#saltedbutter-bread_cp_2606 :is(ul, ol, li, dl, dt, dd) {
  margin: 0;
  list-style: none;
  padding: 0;
}

#saltedbutter-bread_cp_2606 :is(a:link, a:visited, a:hover, a:active, a:focus) {
  text-decoration: none;
}

#saltedbutter-bread_cp_2606 img {
  max-width: 100%;
  display: block;
  height: auto;
}


/*====================== text関連 ========================*/
#saltedbutter-bread_cp_2606 .lead-area .leadB {
  text-align: center;
  /* font-weight: 700; */
  font-size: clamp(1.5rem, 3.8vw, 2.5rem);
  margin: 0 0 1.5rem;
  text-shadow: 0 1px 0 #fff, 0 3px 0 #fff, 0 4px 10px rgba(0, 0, 0, 0.2);
}

#saltedbutter-bread_cp_2606 .lead-area .leadB span {
  text-align: center;
  font-weight: 600;
  font-size: clamp(1.1rem, 2.4vw, 1.3rem);
  display: block;
  margin: 0.5rem 0;
}


#saltedbutter-bread_cp_2606 .lead-area .leadT {
  text-align: center;
  font-weight: 500;
  font-size: clamp(1rem, 2.1vw, 1.2rem);
}

#saltedbutter-bread_cp_2606 .lead-area .leadT span {
  margin: 5px 0 0;
  display: block;
  font-size: clamp(0.85rem, 2vw, 0.95rem);
}

#saltedbutter-bread_cp_2606 .date {
  text-align: center;
  box-sizing: border-box;
  font-size: clamp(0.85rem, 1.3vw, 1rem);
  font-weight: 600;
  background: #d7c28d;
  color: #313131;
  border-radius: 1rem;
  max-width: 160px;
  padding: 0.2rem 0;
  border: 1px solid #fff;
}

#saltedbutter-bread_cp_2606 .item-area .name {
  text-align: left;
  font-size: clamp(1.15rem, 1.6vw, 1.3rem);
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}

#saltedbutter-bread_cp_2606 .item-area .name span {
  text-align: left;
  font-size: clamp(0.9rem, 4vw, 1.05rem);
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
  display: block;
}

#saltedbutter-bread_cp_2606 .item-area .name-sm {
  text-align: left;
  font-size: clamp(0.9rem, 2vw, 1rem);
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}

#saltedbutter-bread_cp_2606 .item-area .price {
  text-align: left;
  font-size: clamp(1.1rem, 1.5vw, 1.2rem);
  font-weight: 600;
}

#saltedbutter-bread_cp_2606 .item-area .price-sm {
  text-align: right;
  font-size: clamp(0.85rem, 2vw, 0.9rem);
  font-weight: 600;
}

#saltedbutter-bread_cp_2606 .item-area .txt {
  font-size: clamp(1rem, 1.1vw, 1.1rem);
  text-align: left;
  line-height: 1.6;
  margin-top: .8rem;
}

#saltedbutter-bread_cp_2606 .item-area .txt span {
  font-size: clamp(0.8rem, 0.85vw, 0.88rem);
  text-align: left;
  line-height: 1.6;
  display: block;
  margin: 0.2rem 0 0;
}

#saltedbutter-bread_cp_2606 .ttl_h2 {
  text-align: center;
  font-weight: 600;
  font-size: clamp(1.3rem, 2.5vw, 1.8rem);
  position: relative;
  color: var(--base-dkbrn);
  z-index: 2;
  width: fit-content;
  padding: 0.3rem 3rem;
  margin: 3rem auto 2rem;
  border-top: 2px solid var(--base-dkbrn);
  border-bottom: 2px solid var(--base-dkbrn);
}

#saltedbutter-bread_cp_2606 .ttl_h2::before,
#saltedbutter-bread_cp_2606 .ttl_h2::after {
  content: "";
  position: absolute;
  top: -5px;
  bottom: -5px;
  width: 8px;
  /* 上と下にそれぞれ丸をグラデーションで描画 */
  background-image:
    radial-gradient(circle, var(--base-dkbrn) 3.5px, transparent 4px),
    radial-gradient(circle, var(--base-dkbrn) 3.5px, transparent 4px);
  background-position: top, bottom;
  background-size: 8px 8px;
  background-repeat: no-repeat;
}

#saltedbutter-bread_cp_2606 .ttl_h2::before {
  left: -4px;
}

#saltedbutter-bread_cp_2606 .ttl_h2::after {
  right: -4px;
}

#saltedbutter-bread_cp_2606 .ttl_h3 {
  font-size: clamp(1.1rem, 1.5vw, 1.3rem);
  text-align: left;
}

#saltedbutter-bread_cp_2606 .ttl_h4 {
  font-size: clamp(1rem, 1.4vw, 1.1rem);
  margin: 0 0 0.6rem;
  padding: 0 0 0.5rem;
}

#saltedbutter-bread_cp_2606 .cp-item .kome-area li {
  font-size: clamp(0.8rem, 1.4vw, 0.95rem);
  text-align: left;
}

#saltedbutter-bread_cp_2606 .text p span,
#saltedbutter-bread_cp_2606 .summary-area ul {
  display: block;
  font-size: clamp(0.8rem, 1vw, 0.9rem);
  margin: 0.3rem 0 0;
}

#saltedbutter-bread_cp_2606 .c-txt .item-wrap dt {
  font-size: clamp(0.94rem, 1.85vw, 1.1rem);
}

#saltedbutter-bread_cp_2606 .c-txt .cp-date {
  font-size: clamp(0.9rem, 1.85vw, 1.1rem);
}

/*=======================  main-area =======================*/
div#contents {
  background: url(../images/bg.webp) repeat;
  width: 100%;
  min-height: 100%;
  background-attachment: fixed;
  background-size: contain;
  background-position: center;
}

#saltedbutter-bread_cp_2606 {
  width: 100vw;
  position: relative;
  margin: 0 calc(50% - 50vw);
  min-height: 100%;
  padding: 0;
  position: relative;
  color: var(--base-text-bk);
  box-sizing: border-box;
}

#saltedbutter-bread_cp_2606 main {
  position: relative;
  z-index: 0;
  width: min(100%, 1200px);
  margin: 0 auto;
  height: auto;
  padding: 0;
  overflow: hidden;
  background: linear-gradient(0deg, #fedf7b 80%, #ffeda0 100%);
}

#saltedbutter-bread_cp_2606 main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;

  /* グランジ画像とストライプを重ねてブレンド */
  background-image:
    repeating-linear-gradient(-45deg,
      rgba(244, 125, 40, 0.8),
      rgba(244, 125, 40, 0.8) 50px,
      transparent 50px,
      transparent 70px,
      rgba(0, 176, 239, 0.8) 70px,
      rgba(0, 176, 239, 0.8) 120px,
      transparent 120px,
      transparent 140px),
    url('../images/bg_01.webp');
  background-size: 100%, 2%;

  /* 【ここがポイント】オレンジと青の部分"だけ"を表示させるマスク */
  -webkit-mask-image: repeating-linear-gradient(-45deg,
      #000,
      #000 50px,
      transparent 50px,
      transparent 70px,
      #000 70px,
      #000 120px,
      transparent 120px,
      transparent 140px);
  mask-image: repeating-linear-gradient(-45deg,
      #000,
      #000 50px,
      transparent 50px,
      transparent 70px,
      #000 70px,
      #000 120px,
      transparent 120px,
      transparent 140px);
}

#saltedbutter-bread_cp_2606 .wrap {
  width: min(96%, 1200px);
  margin: 1.5rem auto;
  background: linear-gradient(0deg, #fedf7b 80%, #ffeda0 100%);
}

#saltedbutter-bread_cp_2606 section {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  position: relative;
}

#saltedbutter-bread_cp_2606 .imgbox {
  position: relative;
}

#saltedbutter-bread_cp_2606 .imgbox .kv {
  width: min(100%, 1200px);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/*===== text-area ======*/
#saltedbutter-bread_cp_2606 .text-area {
  padding: 2rem 0;
  color: var(--base-dkbrn);
}

#saltedbutter-bread_cp_2606 .text-area .logo {
  width: 6%;
  margin: 0 auto;
  background: var(--base-wht);
  border-radius: 10px;
  padding: 3px 0;
}

#saltedbutter-bread_cp_2606 .lead-area {
  width: min(90%, 1200px);
  padding: 1% 0 0;
  margin: 0 auto;
}

/*===== item-area ======*/
#saltedbutter-bread_cp_2606 .item-area {
  width: min(100%, 1200px);
  margin: 0 auto;
  color: var(--base-dkbrn);
}

#saltedbutter-bread_cp_2606 .item-area ul {
  display: grid;
  grid-template-columns: 1fr;
  margin: 0 auto;
}

#saltedbutter-bread_cp_2606 .item-area .c-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 1rem;
  margin: 0 auto;
}


#saltedbutter-bread_cp_2606 .item-area .pic {
  position: relative;
}

#saltedbutter-bread_cp_2606 .item-area .c-txt {
  position: relative;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  will-change: transform;
}

#saltedbutter-bread_cp_2606 .item-area .new {
  width: 16%;
  position: absolute;
  top: -26%;
  left: -10%;
}

#saltedbutter-bread_cp_2606 .item-area .new.re {
  width: 23%;
  position: absolute;
  top: -28%;
  left: -10%;
}

#saltedbutter-bread_cp_2606 .c-pic-item {
  filter: drop-shadow(0px 18px 2px rgba(154, 117, 56, 0.7));
  will-change: filter;
}

#saltedbutter-bread_cp_2606 .js-item .c-inner {
  width: 92%;
  padding: 2rem 0;
}

#saltedbutter-bread_cp_2606 .item-area .c-txt {
  position: relative;
  z-index: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  will-change: transform;
}

#saltedbutter-bread_cp_2606 .item-area .c-txt::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/icon.webp) no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
  opacity: 0.08;
}

#saltedbutter-bread_cp_2606 .js-item:not(:last-child) .c-inner {
  border-bottom: dotted 8px var(--base-ltorg);
}

/*===== animation-area ======*/

#saltedbutter-bread_cp_2606 .imgbox .c-kv-subttl {
  position: absolute;
  top: 2%;
  left: 0;
  margin: auto;
  right: 0;
  width: 60%;
  will-change: transform;
}

#saltedbutter-bread_cp_2606 .imgbox .c-kv-ttl01 {
  position: absolute;
  top: 13.5%;
  left: 0;
  right: 0;
  width: 43%;
  margin: 0 auto;
  will-change: transform;
  filter: drop-shadow(0 0 5px #fcb22c) drop-shadow(0 0 10px #fcb22c) drop-shadow(0 0 15px #fcb22c);
}

#saltedbutter-bread_cp_2606 .imgbox .c-kv-ttl02 {
  position: absolute;
  top: 28%;
  left: 0;
  right: 0;
  width: 64%;
  margin: 0 auto;
  will-change: transform;
}


/*===== aem ======*/
.others {
  background: var(--base-wht);
  padding: 1rem 2rem;
}

.ly-contents-area {
  padding: 10px 0 0;
}


/*===============================================
●pc.css 画面の横幅が737px以上
===============================================*/
@media screen and (min-width: 737px) {
  #saltedbutter-bread_cp_2606 .pc-none {
    display: none;
  }


}

/*===============================================
●sp.css  画面の横幅が736pxまで
===============================================*/
@media screen and (max-width: 736px) {
  #saltedbutter-bread_cp_2606 .sp-none {
    display: none;
  }

  #saltedbutter-bread_cp_2606 {
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }

  #saltedbutter-bread_cp_2606 main::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;

    /* グランジ画像とストライプを重ねてブレンド */
    background-image:
      repeating-linear-gradient(-45deg,
        rgba(244, 125, 40, 0.8),
        rgba(244, 125, 40, 0.8) 30px,
        transparent 30px,
        transparent 40px,
        rgba(0, 176, 239, 0.8) 40px,
        rgba(0, 176, 239, 0.8) 70px,
        transparent 70px,
        transparent 80px),
      url('../images/bg_01.webp');
    background-size: 100%, 2%;

    /* 【ここがポイント】オレンジと青の部分"だけ"を表示させるマスク */
    -webkit-mask-image: repeating-linear-gradient(-45deg,
        #000,
        #000 30px,
        transparent 30px,
        transparent 40px,
        #000 40px,
        #000 70px,
        transparent 70px,
        transparent 80px);
    mask-image: repeating-linear-gradient(-45deg,
        #000,
        #000 30px,
        transparent 30px,
        transparent 40px,
        #000 40px,
        #000 70px,
        transparent 70px,
        transparent 80px);
  }

  #saltedbutter-bread_cp_2606 .wrap {
    width: 95%;
    margin: .6rem auto;
  }

  #saltedbutter-bread_cp_2606 .text-area {
    padding: 1rem 0.5rem;
    box-sizing: border-box;
    font-feature-settings: 'palt';
    letter-spacing: 0.05em;
  }

  #saltedbutter-bread_cp_2606 .text-area .logo {
    width: 15%;
  }

  #saltedbutter-bread_cp_2606 .lead-area {
    width: 100%;
  }

  #saltedbutter-bread_cp_2606 .lead-area .leadT {
    text-align: left;
  }


  #saltedbutter-bread_cp_2606 .item-area {
    width: 100%;
    overflow: hidden;
  }

  #saltedbutter-bread_cp_2606 .item-area ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    width: 100%;
    margin: 0 auto;
  }

  #saltedbutter-bread_cp_2606 .item-area .c-inner {
    grid-template-columns: 1fr;
    width: 92%;
    padding: 1rem 0 2rem;
  }

  #saltedbutter-bread_cp_2606 .js-item:not(:last-child) .c-inner {
    border-bottom: dotted 6px var(--base-ltorg);
  }

  #saltedbutter-bread_cp_2606 .item-area .new {
    width: 17%;
    top: -20%;
    left: -2%;
  }

  #saltedbutter-bread_cp_2606 .item-area .new.re {
    width: 26%;
    top: -19%;
    left: -2%;
  }

  #saltedbutter-bread_cp_2606 .ttl_h2 {
    margin: 1rem auto;
    padding: .3rem 2rem;
  }

  #saltedbutter-bread_cp_2606 .ttl_h2 span {
    padding: 0.5rem;
    transform: skewX(-30deg);
  }


  #saltedbutter-bread_cp_2606 .c-pic-item {
    filter: drop-shadow(0px 10px 2px rgba(154, 117, 56, 0.7));
  }

  #saltedbutter-bread_cp_2606 .item-area .c-txt::after {
    opacity: 0.07;
  }

  /*===== animation-area ======*/

  #saltedbutter-bread_cp_2606 .imgbox .c-kv-subttl {
    top: 3%;
    width: 73%;
  }

  #saltedbutter-bread_cp_2606 .imgbox .c-kv-ttl01 {
    top: 10%;
    width: 52%;
    filter: drop-shadow(0 0 2px #fcb22c) drop-shadow(0 0 6px #fcb22c) drop-shadow(0 0 5px #fcb22c);
  }

  #saltedbutter-bread_cp_2606 .imgbox .c-kv-ttl02 {
    top: 19%;
    width: 86%;
  }

  /*===== aem ======*/
  .others {
    padding: 0.5rem 0.8rem;
    color: #313131;
    background: var(--base-wht);
  }

  /* .ly-btn-pagetop {
    background: #fff;
  }
  .ly-foot-top-area2 {
    background: #fff;
  }
  .ly-foot-sns-area2 {
    background: #fff;
    padding: 0px 0 20px;
    margin: 0;
  } */
  /* .ly-foot-bottom-area2 {
    margin: 0;
  } */
}

/*===============================================
●tablet.css  画面の横幅が737px～
===============================================*/

@media screen and (min-width: 737px) and (max-width: 767px) {}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .famimaru {
    padding: 1.5rem;
  }

  #saltedbutter-bread_cp_2606 .wrap {
    margin: 1.2rem auto;
  }

  #saltedbutter-bread_cp_2606 .item-area .new {
    top: -16%;
  }

  #saltedbutter-bread_cp_2606 .item-area .new.re {
    top: -16%;
  }

  #saltedbutter-bread_cp_2606 .js-item:not(:last-child) .c-inner {
    border-bottom: dotted 6px var(--base-ltorg);
  }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .logo {
    width: 6.5%;
  }
}