@charset "utf-8";

:root {
  --base-red: #e70013;
  --base-wht: #fff;
  --base-blk: #231717;
  --base-org: #ed6d01;
  --base-scol-wht: #fbfbfb;
  --base-text-bk: #313131;
}

body {
  overflow-x: hidden;
}

/*===============================================
  アニメーション初期状態（チラつき防止）
===============================================*/

#ff50sale_cp_2605 .item-area .item-grp {
  visibility: hidden;
  opacity: 0;
}

/*===============================================
●共通
===============================================*/
/* ============ common =========== */
#ff50sale_cp_2605 * {
  min-height: 0vw;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

#ff50sale_cp_2605 :is(h1, h2, h3, h4, h5, p, figure) {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}

#ff50sale_cp_2605 :is(ul, ol, li, dl, dt, dd) {
  list-style: none;
  padding: 0;
  margin: 0;
}

#ff50sale_cp_2605 :is(a:link, a:visited, a:hover, a:active, a:focus) {
  text-decoration: none;
}

#ff50sale_cp_2605 img {
  max-width: 100%;
  width: auto;
  display: block;
  height: auto;
}

#ff50sale_cp_2605 {
  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;
}

/*================ text ==============*/

#ff50sale_cp_2605 .date-area {
  font-size: clamp(1rem, 2.5vw, 1.3rem);
}

#ff50sale_cp_2605 .date-area dd span {
  font-size: clamp(0.85rem, 2vw, 1.2rem);
}

#ff50sale_cp_2605 .item-area .name {
  text-align: center;
  font-size: clamp(1.05rem, 2.1vw, 1.2rem);
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 0.3rem;
}

#ff50sale_cp_2605 .item-area .price {
  text-align: left;
  font-size: clamp(0.9rem, 1.5vw, 1.05rem);
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
  display: block;
}

#ff50sale_cp_2605 .item-area .name-sm {
  text-align: left;
  font-size: clamp(0.9rem, 2vw, 1rem);
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
}


#ff50sale_cp_2605 .item-area .txt {
  font-size: clamp(0.92rem, 1.1vw, 1.1rem);
  text-align: left;
  line-height: 1.6;
  margin-top: 1rem;
}

#ff50sale_cp_2605 .item-area .text ul li {
  font-size: clamp(0.8rem, 0.85vw, 0.88rem);
  text-align: left;
  line-height: 1.6;
  display: block;
}

#ff50sale_cp_2605 .ttl_h2 {
  text-align: center;
  font-weight: 700;
  font-size: clamp(1.2rem, 2.6vw, 1.7rem);
  position: relative;
  color: var(--base-blk);
  margin: 0 auto;
  padding: .5rem 1rem;
  border-radius: 1rem;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
}

#ff50sale_cp_2605 .ttl_h2::before,
#ff50sale_cp_2605 .ttl_h2::after {
  content: "";
  height: 2px;
  width: 50px;
  background: var(--base-blk);
  position: absolute;
}

#ff50sale_cp_2605 .ttl_h2::before {
  left: -3rem;
}

#ff50sale_cp_2605 .ttl_h2::after {
  right: -3rem;
}

#ff50sale_cp_2605 hgroup {
  margin-bottom: 2rem;
}

#ff50sale_cp_2605 .sub-txt {
  text-align: center;
  margin: 0 auto;
  font-weight: 600;
  font-size: clamp(.9rem, 1.7vw, 1.1rem);
  background: var(--base-red);
  color: #fff;
  width: fit-content;
  border-radius: 50px;
  padding: .3rem 1rem;
}


#ff50sale_cp_2605 .ttl_h3 {
  text-align: left;
  font-weight: 700;
  font-size: clamp(1.1rem, 1.7vw, 1.3rem);
  position: relative;
}

#ff50sale_cp_2605 .item-area .text ul li::before {
  content: '\203b';
}

/*===== main-area ======*/
#ff50sale_cp_2605 main {
  width: min(100%, 1200px);
  height: auto;
  margin: 0 auto;
  position: relative;
  background: repeating-conic-gradient(#ffdd00 0 10deg, #fff109 10deg 20deg);
  background-attachment: fixed;
  padding: 0;

}

#ff50sale_cp_2605 .imgbox {
  position: relative;
  z-index: 3;
}

#ff50sale_cp_2605 .imgbox .kv {
  width: min(100%, 1200px);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

#ff50sale_cp_2605 .text-area {
  width: min(100%, 1200px);
  margin: 0 auto;
  padding: 2rem;
  text-align: center;
  position: relative;
  z-index: 3;
  background-color: var(--base-red);
  color: var(--base-wht);
}

#ff50sale_cp_2605 .date-area {
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  padding: 0;
  border-radius: 1rem;
  font-weight: 600;
  background: var(--base-wht);
  padding: 1rem;
}

#ff50sale_cp_2605 .date {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  border-radius: 50px;
  gap: 1rem;
}

#ff50sale_cp_2605 .date div {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--base-wht);
  width: fit-content;
  border-radius: 1rem;
  gap: 1rem;
}

#ff50sale_cp_2605 .date div dt {
  background: var(--base-org);
  padding: .5rem 1rem;
  border-radius: .5rem;
  color: var(--base-blk);
  box-sizing: border-box;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#ff50sale_cp_2605 .date div dd {
  color: var(--base-text-bk);
  background: var(--base-wht);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 1rem;
}

#ff50sale_cp_2605 dd span {
  background: var(--base-blk);
  color: var(--base-wht);
  border-radius: 50%;
  width: .8em;
  height: .8em;
  padding: .8em;
  display: inline-flex;
  justify-content: center;
  margin: 0 0.2rem;
  align-items: center;
}


/*===== item-area ======*/
#ff50sale_cp_2605 .item-area {
  width: min(100%, 1200px);
  margin: 0 auto;
  padding: 2rem;
}

#ff50sale_cp_2605 .item-area .item-wrap {
  width: 100%;
  margin: 0 auto;
  background: var(--base-wht);
  border-radius: 2rem;
  box-sizing: border-box;
  padding: 2rem
}

#ff50sale_cp_2605 .item-area .items {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  padding: 0;
}

#ff50sale_cp_2605 .item-area .item-grp {
  margin: 0 auto;
  position: relative;
  z-index: 1;
  gap: 1rem;
  background: var(--base-wht);
  border-radius: 1rem;
  border: 2px solid #ddd;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, .1));
  padding: 1rem;
}

#ff50sale_cp_2605 .item-grp .item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}


#ff50sale_cp_2605 .item-area .item-grp .text {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-items: flex-start;
  gap: 0.2rem;

}

#ff50sale_cp_2605 .item-area .pic img {
  border-radius: .8rem;
}



/*===============================================
●pc.css 画面の横幅が737px以上
===============================================*/
@media screen and (min-width: 737px) {

  /*===== common ======*/
  #ff50sale_cp_2605 .pc-none {
    display: none;
  }

  /* div#contents {
    background: #cf000e;
    width: 100%;
    min-height: 100vh;
    background-attachment: fixed;
    background-size: 5%, 10%;
    background-position: center center;
  } */

  /* [id^="group"] {
    scroll-margin-top: 95px;
  } */
}

/*===============================================
●sp.css  画面の横幅が736pxまで
===============================================*/
@media screen and (max-width: 736px) {

  /*===== common ======*/
  #ff50sale_cp_2605 .sp-none {
    display: none;
  }

  #contents {
    padding-top: 54px !important;
  }

  .ly-wrp-sp-cts {
    margin: 0;
  }

  .ly-contents-area {
    padding: 10px 0 0;
  }

  a.ly-mod-btn.ly-ta-c {
    padding: 14px 23px 14px 6px;
  }


  /*===== main-area ======*/

  #ff50sale_cp_2605 {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    color: var(--base-text-bk);
    box-sizing: border-box;
  }

  /* [id^="group"] {
    scroll-margin-top: 54px;
  } */

  #ff50sale_cp_2605 .text-area {
    padding: 1rem 0;
  }

  #ff50sale_cp_2605 .date-area {
    text-align: center;
    margin: 0;
    width: 100%;
    font-weight: 600;
    padding: 0;
    background: transparent;
  }

  #ff50sale_cp_2605 .date {
    width: 100%;
    font-feature-settings: "palt";
    gap: .5rem;
    flex-direction: column;
  }

  #ff50sale_cp_2605 .date div {
    display: grid;
    grid-template-columns: 100px 1fr;
    width: 94%;
    gap: .5rem;
    border-radius: .5rem;
    overflow: hidden;
  }

  #ff50sale_cp_2605 .date div .kikan {
    padding: .5rem;
    clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
    border-radius: 0;
  }

  /* #ff50sale_cp_2605 .date div:first-child .kikan {
    margin: -1px 0 -.5px -1px;
  } */

  /* #ff50sale_cp_2605 .date div:last-child .kikan {
    margin: -1px 0 -1.5px -1px;
  } */

  #ff50sale_cp_2605 .date div dd {
    color: var(--base-blk);
    padding: 0;
    display: block;
    align-self: center;
    gap: 0.4rem;
    text-align: left;
  }

  #ff50sale_cp_2605 dd span {
    background: var(--base-blk);
    color: var(--base-wht);
    border-radius: 50%;
    padding: .8em;
    width: 0.7em;
    height: 0.7em;
  }

  #ff50sale_cp_2605 .ttl_h2 {
    padding: 0.5rem 1rem;
  }

  #ff50sale_cp_2605 hgroup {
    margin-bottom: 1.5rem;
  }


  /*===== item-area ======*/
  #ff50sale_cp_2605 .item-area {
    width: 100%;
    padding: 2rem 1.5rem;
    text-align: center;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }

  #ff50sale_cp_2605 .item-area .item-wrap {
    border-radius: 1rem;
    padding: 1.5rem;
  }

  #ff50sale_cp_2605 .item-area .items {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 0;
  }

  #ff50sale_cp_2605 .item-grp .item {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 0;
  }

  #ff50sale_cp_2605 .item-area li .text {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }

  #ff50sale_cp_2605 .kome {
    font-size: 0.8rem;
  }

  #ff50sale_cp_2605 .ios-fixed-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    clip-path: inset(0);
    overflow: hidden;
    pointer-events: none;
  }

  #ff50sale_cp_2605 .ios-fixed-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: repeating-conic-gradient(#ffdd00 0 10deg, #fff109 10deg 20deg);
    background-position: center;
    background-size: cover;
  }

  .others {
    padding: 0 0.8rem;
  }
}

/*===============================================
●tablet.css  画面の横幅が737px～
===============================================*/
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  #ff50sale_cp_2605 .item-area .items {
    gap: 1rem;
  }

  #ff50sale_cp_2605 .date {
    flex-direction: row;
  }
}

@media screen and (min-width: 737px) and (max-width: 1023px) {
  #ff50sale_cp_2605 .item-area .item-wrap {
    border-radius: 1.2rem;
    padding: 1.2rem;
  }

  #ff50sale_cp_2605 .item-area .items {
    gap: 0.5rem;
  }

  #ff50sale_cp_2605 .date {
    flex-direction: column;
  }

}