@charset "utf-8";
/* CSS Document */
body {
  display: none;
}
#contents {
  background-color: #f5f8fb;
}
#salty-sweets_cp_2507 img {
  max-width: 100%;
  display: block;
  height: auto;
  width: 100%;
}
/*===============================================



●pc.css 画面の横幅が737px以上



===============================================*/
@media screen and (min-width:737px) {
  #salty-sweets_cp_2507 {
    max-width: 1200px;
    margin: 0 auto;
  }
  #salty-sweets_cp_2507 .lead_area {
    margin: 2rem auto;
  }
  #salty-sweets_cp_2507 .lead_text {
    text-align: center;
    line-height: 2rem;
    font-size: 1.2rem;
  }
  #salty-sweets_cp_2507 .ttl_h2 {
    width: 45%;
    height: auto;
    position: relative;
    margin: 0 auto 2rem;
    text-align: center;
    color: #55290F;
    text-shadow: 0.1rem 0.1rem 0 #f1f0ee;
    content: ▼;
    font-size: 1.5rem;
    font-weight: 600;
  }
  #salty-sweets_cp_2507 .ttl_h2:before, #salty-sweets_cp_2507 .ttl_h2:after {
    content: '';
    position: absolute;
    top: 45%;
    display: inline-block;
    width: 35%;
    height: 0.2rem;
    border-top: dotted 1px #55290F;
    border-bottom: solid 1px #55290F;
  }
  #salty-sweets_cp_2507 .ttl_h2:before {
    left: 0;
  }
  #salty-sweets_cp_2507 .ttl_h2:after {
    right: 0;
  }
  #salty-sweets_cp_2507 .item_area {
    width: min(100%, 1200px);
    margin: 0 auto;
    position: relative;
    z-index: 1;
    background-image: url(/content/dam/family/campaign/2507_salty-sweets_cp/images/img_bg.webp);
    background-color: #acdaf4;
    background-size: cover;
    background-blend-mode: soft-light;
    padding: 2rem 0 4rem;
    background-position: center;
  }
  #salty-sweets_cp_2507 .item_box {
    text-align: center;
    width: min(84%, 1200px);
    min-height: auto;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  #salty-sweets_cp_2507 .item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }
  #salty-sweets_cp_2507 .item li {
    background-color: #F0F8FF;
    border-radius: 0.3rem;
    padding: 1rem 1rem 2rem 1rem;
    box-shadow: aquamarine;
    box-shadow: .6rem .7rem 0 0 rgba(229, 201, 124, 0.7);
  }
  #salty-sweets_cp_2507 .item_text {
    text-align: left;
    padding: 0 1.1rem;
    color: #55290F;
  }
  #salty-sweets_cp_2507 .item_img {
    padding: 1rem;
  }
  #salty-sweets_cp_2507 .item_text .name {
    font-weight: 600;
    font-size: 1.3rem;
    margin-bottom: .5rem;
  }
  #salty-sweets_cp_2507 .item_text .date {
    padding: 0.2rem 0.5rem;
    border: 1px solid;
    margin-bottom: 0.5rem;
    display: inline-block;
    text-align: center;
  }
  #salty-sweets_cp_2507 .item_text .price {
    text-align: right;
    margin-bottom: 1rem;
    font-size: 1.2rem;
    font-weight: 600;
  }
  #salty-sweets_cp_2507 .item_text .txt span {
    font-size: 90%;
  }
  #salty-sweets_cp_2507 .kv {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
  }
  #salty-sweets_cp_2507 .kv .kv01 {
    position: absolute;
    top: 1%;
    right: calc(1% + 5px);
    width: 9%;
    z-index: 2;
  }
  #salty-sweets_cp_2507 .kv .kv02 {
    position: absolute;
    width: clamp(200px, 31.4375vw, 400px);
    top: 23%;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    will-change: transform;
  }
  #salty-sweets_cp_2507 .kv .kv03 {
    position: absolute;
    width: clamp(200px, 49.4375vw, 607px);
    top: 25%;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    will-change: transform;
  }
  #salty-sweets_cp_2507 .kv {
    position: relative;
    z-index: 1;
  }
}
/*===============================================



●sp.css  画面の横幅が736pxまで



===============================================*/
@media screen and (max-width:736px) {
  #contents {
    padding-top: 3.59rem !important;
    padding-bottom: .5rem;
  }
  .ly-wrp-sp-cts {
    margin: 0;
  }
  .ly-contents-area {
    padding: 10px 0 0;
  }
  #salty-sweets_cp_2507 .sp-none {
    display: none;
  }
  #salty-sweets_cp_2507 .lead_area {
    margin: 2rem auto;
  }
  #salty-sweets_cp_2507 .lead_text {
    text-align: center;
    line-height: 1.65em;
    margin-bottom: 2rem;
    font-size: 1rem;
  }
  #salty-sweets_cp_2507 .ttl_h2 {
    width: 73%;
    height: auto;
    position: relative;
    margin: 0 auto;
    padding: 1.5rem;
    text-align: center;
    color: #55290F;
    text-shadow: 0.1rem 0.1rem 0 #f1f0ee;
    font-size: 1.3rem;
    font-weight: 500;
  }
  #salty-sweets_cp_2507 .ttl_h2:before, #salty-sweets_cp_2507 .ttl_h2:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 30%;
    height: 0.1rem;
    border-top: dotted 1px #55290F;
    border-bottom: solid 1px #55290F;
  }
  #salty-sweets_cp_2507 .ttl_h2:before {
    left: 0;
  }
  #salty-sweets_cp_2507 .ttl_h2:after {
    right: 0;
  }
  #salty-sweets_cp_2507 .item_area {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    background-image: url(/content/dam/family/campaign/2507_salty-sweets_cp/images/img_bg.webp);
    background-color: #acdaf4;
    background-size: cover;
    background-blend-mode: soft-light;
    background-position: center;
  }
  #salty-sweets_cp_2507 .item_box {
    text-align: center;
    color: #fff;
    padding-bottom: 3rem;
  }
  #salty-sweets_cp_2507 .item {
    width: 88%;
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    margin: 0 auto;
    box-sizing: border-box;
    gap: 2rem;
  }
  #salty-sweets_cp_2507 .item li {
    background-color: #F0F8FF;
    border-radius: .2rem;
    padding: 1rem 1rem 1.3rem 1rem;
    box-shadow: .5rem .5rem 0 0 rgba(229, 201, 124, 0.7);
  }
  #salty-sweets_cp_2507 .item_text {
    text-align: left;
    color: #55290F;
  }
  #salty-sweets_cp_2507 .item_img {
    margin-bottom: 1rem;
  }
  #salty-sweets_cp_2507 .item_text .date {
    padding: 0.2rem 1rem;
    border: 1px solid;
    margin-bottom: 0.5rem;
    display: inline-block;
  }
  #salty-sweets_cp_2507 .item_text .name {
    text-align: left;
    font-weight: 600;
    font-size: 1.2rem;
    margin-bottom: .5rem;
  }
  #salty-sweets_cp_2507 .item_text .price {
    text-align: right;
    margin-bottom: .5rem;
    font-size: 1.1rem;
    font-weight: 500;
  }
  #salty-sweets_cp_2507 .item_text .txt span {
    font-size: 90%;
  }
  #salty-sweets_cp_2507 .kv {
    margin: 0 auto;
    position: relative;
  }
  #salty-sweets_cp_2507 .kv .kv01 {
    position: absolute;
    top: 0;
    right: 0;
    width: 13%;
    z-index: 2;
  }
  #salty-sweets_cp_2507 .kv .kv02 {
    position: absolute;
    width: 68%;
    top: 39%;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    will-change: transform;
    z-index: 2;
  }
  #salty-sweets_cp_2507 .kv .kv03 {
    width: 86%;
    position: absolute;
    z-index: 2;
    top: 43%;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    will-change: transform;
  }
  .others {
    padding: 0 .8rem;
  }
}
@media (min-width: 737px) and (max-width: 1024px) {
  #salty-sweets_cp_2507 .item_box {
    text-align: center;
    width: min(88%, 1200px);
    min-height: auto;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  #salty-sweets_cp_2507 .item li {
    background-color: #F0F8FF;
    border-radius: 0.3rem;
    padding: .5rem .5rem 1rem .5rem;
    box-shadow: aquamarine;
    box-shadow: .6rem .7rem 0 0 rgba(229, 201, 124, 0.7);
  }
}