@charset "utf-8";
/* CSS Document */
body {
  display: none;
}
* {
  min-height: 0vw;
}
/*===============================================
●共通
===============================================*/
/* =====comon===== */
/* prettier-ignore */
#egg-sandwich_cp_2507 h1,h2,h3,h4,h5,p {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
  }
/* prettier-ignore */
#egg-sandwich_cp_2507 ul,li,dl,dt,dd {
    margin: 0;
    list-style: none;
    padding: 0;
  }
/* prettier-ignore */
#egg-sandwich_cp_2507 a:link,a:visited,a:hover,a:active,a:focus {
    text-decoration: none;
  }

#egg-sandwich_cp_2507 img {
  max-width: 100%;
  width: 100%;
  display: block;
  height: auto;
}
/* =====text===== */
#egg-sandwich_cp_2507 .lead-area .leadB {
  text-align: center;
  font-weight: 700;
  font-size: clamp(1.6rem, 2vw, 2.3rem);
  margin: 0 0 2rem;
}
#egg-sandwich_cp_2507 .lead-area .leadB span {
  text-align: center;
  font-weight: 700;
  font-size: clamp(0.95rem, 1.1vw, 1.5rem);
  display: block;
}
#egg-sandwich_cp_2507 .lead-area .leadT {
  text-align: center;
  font-weight: 500;
  font-size: clamp(1rem, 1.1vw, 1.3rem);
}
#egg-sandwich_cp_2507 .lead-area .leadT span {
  margin: 5px 0 0;
  display: block;
  color: #fff;
  font-size: clamp(0.85rem, 2vw, 0.95rem);
}
#egg-sandwich_cp_2507 .item-area .cach {
  font-size: clamp(0.9rem, 1.8vw, 1rem);
  font-weight: 600;
  border: 2px solid #601b00;
  text-align: center;
  padding: 0.2rem 0.5rem;
  max-width: 255px;
  border-radius: 0.5rem;
  background: #ffe100;
}

#egg-sandwich_cp_2507 .item-area .date {
  text-align: center;
  background: #632f11;
  color: #fff;
  border-radius: 50px;
  padding: 2px 8px;
  box-sizing: border-box;
  max-width: 150px;
  font-size: clamp(0.85rem, 2vw, 0.9rem);
}
#egg-sandwich_cp_2507 .item-area .name {
  text-align: left;
  font-size: clamp(1.1rem, 1.2vw, 1.3rem);
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
}
#egg-sandwich_cp_2507 .item-area .name .sm {
  text-align: left;
  font-size: clamp(0.9rem, 4vw, 1.05rem);
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
  display: block;
}
#egg-sandwich_cp_2507 .item-area .name-sm {
  text-align: left;
  font-size: clamp(0.9rem, 2vw, 1rem);
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}
#egg-sandwich_cp_2507 .item-area .price {
  text-align: right;
  font-size: clamp(1.1rem, 2vw, 1.2rem);
  font-weight: 700;
}
#egg-sandwich_cp_2507 .item-area .price-sm {
  text-align: right;
  font-size: clamp(0.85rem, 2vw, 0.9rem);
  font-weight: 600;
}
#egg-sandwich_cp_2507 .item-area .txt {
  font-size: clamp(1rem, 1.1vw, 1.1rem);
  text-align: left;
  line-height: 1.6;
}
#egg-sandwich_cp_2507 .item-area .txt span {
  font-size: clamp(0.8rem, 0.85vw, 0.88rem);
  text-align: left;
  line-height: 1.6;
  display: block;
}
#egg-sandwich_cp_2507 .ttl_h2 {
  text-align: center;
  font-weight: 700;
  font-size: clamp(1.35rem, 1.5vw, 1.8rem);
  position: relative;
  /* filter: drop-shadow(6px 6px 0px rgba(0, 0, 0, 0.3)); */
}
.famimaru {
  font-family: 'Noto Sans JP';
  color: #313131;
}

/* #egg-sandwich_cp_2507 .item-area .area {
  text-align: left;
  font-size: clamp(0.8rem, 0.85vw, 0.88rem);
  margin: 0.8rem 0 1rem;
}
#egg-sandwich_cp_2507 .item-area .area span::before {
  content: '販売地域';
  position: absolute;
  top: -40%;
  left: -1%;
  font-weight: bold;
  padding: 0.2rem 1rem;
  background: #fabe01;
  color: #231815;
  border-radius: 15px;
  display: inline-block;
} */

/*===============================================
●pc.css 画面の横幅が737px以上
===============================================*/
@media screen and (min-width: 737px) {
  /*===== common ======*/
  #egg-sandwich_cp_2507 .pc-none {
    display: none;
  }
  #egg-sandwich_cp_2507 {
    margin: 0 calc(50% - 50vw);
    width: calc(100vw - 0.7%);
    padding: 0;
    position: relative;
    color: #632f11;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-style: normal;
  }

  /* div#contents {
    background: #ffd900;
    width: 100%;
    min-height: 100vh;
    background-attachment: fixed;
    background-size: 5%, 10%;
    background-position: center center;
  } */
  /*===== main-area ======*/
  #egg-sandwich_cp_2507 main {
    width: 100%;
    height: auto;
    background-position: center;
    z-index: 1;
    position: relative;
    background: #ffd900;
    padding: 0 0 4rem;
  }
  #egg-sandwich_cp_2507 .st-line {
    width: 100%;
    height: 50px;
    background: repeating-linear-gradient(110deg, #edac6a 0px, #edac6a 30px, #601b00 15px, #601b00 55px);
    position: absolute;
  }
  #egg-sandwich_cp_2507 .imgbox .kv {
    width: min(100%, 1340px);
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  #egg-sandwich_cp_2507 .text-area {
    text-align: center;
    background: #601b00;
    color: #fff;
    position: relative;
  }
  #egg-sandwich_cp_2507 .lead-area {
    width: min(85%, 1200px);
    padding: 2rem 0;
    margin: 0 auto;
  }
  #egg-sandwich_cp_2507 .ttl_h2 {
    margin: 3rem 0 2rem;
  }
  #egg-sandwich_cp_2507 .ttl_h2 span {
    display: inline-block;
    border: 3px solid #601b00;
    padding: 0.5rem 2rem;
    background: #fff;
    border-radius: 50px;
    filter: drop-shadow(0px 3px 0px rgb(96 27 0));
  }
  #egg-sandwich_cp_2507 .imgbox {
    position: relative;
    z-index: 3;
  }
  /*===== item-area ======*/
  #egg-sandwich_cp_2507 .item-grp {
    padding: 0;
    text-align: center;
  }
  #egg-sandwich_cp_2507 .item-area {
    width: min(100%, 1200px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  #egg-sandwich_cp_2507 .item-area li {
    position: relative;
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 4rem;
    width: 80%;
    margin: 0 auto;
    background: #fff;
    border-radius: 19rem 19rem 19rem 19rem;
  }
  #egg-sandwich_cp_2507 .item-area li .pic {
    background: #ffe100;
    box-sizing: border-box;
    border-radius: 50%;
    width: 100%;
    margin: 2rem;
  }
  #egg-sandwich_cp_2507 .item-area li .wrap {
    padding: 2rem 4rem 2rem 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 0.7rem;
    position: relative;
    z-index: 1;
  }
  /*===== tcpn-area ======*/
  #egg-sandwich_cp_2507 .cpn {
    background: #f5f5f5;
    padding: 4rem;
  }
  #egg-sandwich_cp_2507 .cpn .inner {
    width: min(100%, 1200px);
    margin: 0 auto;
    background: #fff;
    padding: 0.5rem 0 2rem;
    border-radius: 2rem;
  }

  /*===== animation-area ======*/
  #egg-sandwich_cp_2507 .pic img {
    will-change: transform;
    filter: drop-shadow(0px 5px 5px rgba(95, 26, 0, 0.3));
  }
  #egg-sandwich_cp_2507 .c-pic-item {
    position: relative;
    z-index: -1;
  }
  #egg-sandwich_cp_2507 .c-mv-ttl01 {
    position: absolute;
    top: 5%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
    width: 30%;
    will-change: transform;
  }
  #egg-sandwich_cp_2507 .c-mv-ttl02 {
    position: absolute;
    top: 14.5%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
    width: 47%;
    will-change: transform;
  }
  #egg-sandwich_cp_2507 .c-mv-ttl03 {
    position: absolute;
    top: 30.8%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
    width: 8.5%;
    will-change: transform;
  }
}
/*===============================================
●sp.css  画面の横幅が736pxまで
===============================================*/
@media screen and (max-width: 736px) {
  /*===== common ======*/
  #egg-sandwich_cp_2507 .sp-none {
    display: none;
  }
  #egg-sandwich_cp_2507 {
    background: #ffe100;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    color: #632f11;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-style: normal;
  }
  /*===== main-area ======*/
  #egg-sandwich_cp_2507 main {
    width: 100%;
    height: auto;
    background-position: center;
    z-index: 1;
    position: relative;
  }
  #egg-sandwich_cp_2507 .st-line {
    width: 100%;
    height: 30px;
    background: repeating-linear-gradient(110deg, #edac6a 0px, #edac6a 17px, #601b00 17px, #601b00 32px);
    position: absolute;
  }
  #egg-sandwich_cp_2507 .imgbox .kv {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  #egg-sandwich_cp_2507 .text-area {
    text-align: center;
    background: #601b00;
    color: #fff;
    position: relative;
  }
  #egg-sandwich_cp_2507 .lead-area {
    width: 100%;
    padding: 2rem 0.5rem;
    margin: 0 auto;
    box-sizing: border-box;
  }
  #egg-sandwich_cp_2507 .ttl_h2 {
    margin: 3rem 0 2rem;
  }
  #egg-sandwich_cp_2507 .ttl_h2 span {
    display: inline-block;
    border: 3px solid #601b00;
    padding: 0.5rem 2rem;
    background: #fff;
    border-radius: 50px;
    filter: drop-shadow(0px 3px 0px rgb(96 27 0));
  }
  #egg-sandwich_cp_2507 .imgbox {
    position: relative;
    z-index: 3;
  }
  /*===== item-area ======*/
  #egg-sandwich_cp_2507 .item {
    padding: 0;
    text-align: center;
  }
  #egg-sandwich_cp_2507 .item-area {
    width: min(100%, 1200px);
    margin: 0 auto 2rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  #egg-sandwich_cp_2507 .item-area li {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    width: 90%;
    margin: 0 auto;
    background: #fff;
    border-radius: 16rem 16rem 16rem 16rem;
  }
  #egg-sandwich_cp_2507 .item-area li .pic {
    background: #ffe100;
    box-sizing: border-box;
    border-radius: 50%;
    margin: 2rem;
  }
  #egg-sandwich_cp_2507 .item-area li .wrap {
    padding: 0 calc(19vw - 2rem) 5rem;
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    position: relative;
    z-index: 1;
  }
  /*===== tcpn-area ======*/
  #egg-sandwich_cp_2507 .cpn {
    background: #f5f5f5;
    padding: 2rem 0.5rem;
  }
  #egg-sandwich_cp_2507 .cpn .inner {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    padding: 0.5rem;
    border-radius: 2rem;
    box-sizing: border-box;
  }

  .others {
    padding: 0 0.8rem;
  }
  /*===== animation-area ======*/
  #egg-sandwich_cp_2507 .pic img {
    will-change: transform;
    filter: drop-shadow(0px 5px 5px rgba(95, 26, 0, 0.3));
  }
  #egg-sandwich_cp_2507 .c-pic-item {
    position: relative;
    z-index: -1;
  }
  #egg-sandwich_cp_2507 .c-mv-ttl01 {
    position: absolute;
    top: 4%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
    width: 46%;
    will-change: transform;
  }
  #egg-sandwich_cp_2507 .c-mv-ttl02 {
    position: absolute;
    top: 11%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
    width: 69%;
    will-change: transform;
  }
  #egg-sandwich_cp_2507 .c-mv-ttl03 {
    position: absolute;
    top: 22.8%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
    width: 13.5%;
    will-change: transform;
  }
}
/*===============================================
●tablet.css  画面の横幅が737px～
===============================================*/
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  #egg-sandwich_cp_2507 .item-area li {
    width: 90%;
  }
  #egg-sandwich_cp_2507 .cpn {
    padding: 2rem;
  }
}
@media screen and (min-width: 737px) and (max-width: 1023px) {
  #egg-sandwich_cp_2507 .item-area li {
    grid-template-columns: 1.2fr 1fr;
    gap: 3rem;
    width: 96%;
  }
  #egg-sandwich_cp_2507 .item-area .cach {
    max-width: 220px;
  }
}
