@charset "utf-8";

/* CSS Document */

/*===============================================
●共通
===============================================*/
:root {
  --main_text-col: #231815;
  --sub_text-col: #fff;
}

/*===== common ======*/
#fm-monst_cp_2604 * {
  min-height: 0vw;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

#fm-monst_cp_2604 :is(h1, h2, h3, h4, h5, p, figure) {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}

#fm-monst_cp_2604 :is(ul, ol, li, dl, dt, dd) {
  list-style: none;
  padding: 0;
  margin: 0;
}

#fm-monst_cp_2604 :is(a:link, a:visited, a:hover, a:active, a:focus) {
  text-decoration: none;
}

#fm-monst_cp_2604 img {
  max-width: 100%;
  width: auto;
  display: block;
  height: auto;
}

#fm-monst_cp_2604 {
  max-width: 500px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

#fm-monst_cp_2604 .kv {
  position: relative;
  overflow-x: hidden;
}

#fm-monst_cp_2604 .kv_ttl {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  will-change: transform;
}

div#contents {
  background: url(../images/bg_pc.webp) no-repeat;
  width: 100%;
  min-height: 100%;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

#fm-monst_cp_2604 .top_bg {
  background: url(../images/abtn_bg.webp) no-repeat;
  background-size: 100% 100%;
  background-position: top;
  width: 100%;
  height: 100%;
}

#fm-monst_cp_2604 .a-btn {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 3rem 1.5rem;
  margin: 0 auto;
  width: 100%;
}

#fm-monst_cp_2604 .a-btn .hov {
  will-change: transform;
  position: relative;
}

#fm-monst_cp_2604 .top-btn .btn img,
#fm-monst_cp_2604 .btn_area .btn img,
#fm-monst_cp_2604 .a-btn .hov img {
  filter: drop-shadow(4px 4px 6px rgba(0, 0, 0, .3));
  will-change: filter;
}

#fm-monst_cp_2604 .a-btn .hov .btn-txt {
  position: absolute;
  bottom: 0;
  top: 90%;
  left: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}


#fm-monst_cp_2604 .a-btn .yokoku img {
  filter: drop-shadow(4px 4px 6px rgba(0, 0, 0, .3));
  will-change: filter;
}


/* =========================== kome関連 ========================== */
#fm-monst_cp_2604 .kome::before {
  content: '\203b';
}

#fm-monst_cp_2604 .kome {
  text-align: right;
  padding: 0 1.5rem 2rem;
  font-weight: 600;
  font-size: clamp(0.75rem, 0.85vw, 0.88rem);
}

#fm-monst_cp_2604 .kome.rt {
  position: absolute;
  bottom: 20%;
  right: 0;
  color: var(--main_text-col);
  z-index: 1;
}

#fm-monst_cp_2604 .kome.rt:empty {
  display: none;
}

#fm-monst_cp_2604 .txt-grp .txt-wrap .kome.cen {
  font-size: clamp(.8rem, 1vw, .9rem);
  font-weight: 600;
}

#fm-monst_cp_2604 .kome_area {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 1rem;
}

#fm-monst_cp_2604 .kome_area .kome {
  text-align: left;
  padding: 0;
  color: var(--main);
}

#fm-monst_cp_2604 .kome_area.coll .kome {
  color: var(--main_text-col);
  padding-left: 2.5rem;
}

#fm-monst_cp_2604 .kome_area.wrap {
  position: relative;
  padding: 0.5rem 0 1rem;
}

#fm-monst_cp_2604 .kome.cen {
  text-align: center;
  padding: 0;
}

#fm-monst_cp_2604 .txt-grp:has(.kome.cen:empty) {
  margin-bottom: 0;
  padding-bottom: 0;
}

#fm-monst_cp_2604 .kome.cen:empty {
  display: none;
}

#fm-monst_cp_2604 .kome.cen.fst {
  padding: 0;
}

/* =========================== jelly ========================== */

#fm-monst_cp_2604 .txt-grp {
  position: relative;
}

#fm-monst_cp_2604 .txt-grp .txt-wrap {
  position: absolute;
  top: -32%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-size: clamp(.8rem, 1vw, .9rem);
  font-weight: 600;
  display: grid;
  grid-template-columns: 1.3fr 2fr;
  font-feature-settings: "palt";
  width: 90%;
}

#fm-monst_cp_2604 .txt-grp .txt-wrap ul {
  grid-column: -1/1;
}

#fm-monst_cp_2604 .txt-grp .txt-wrap.bach {
  top: 32%;
}

#fm-monst_cp_2604 .h3-grp h3 {
  width: 60%;
  position: absolute;
  top: 3%;
  left: 0;
  right: 0;
  margin: auto;
}

#fm-monst_cp_2604 .txt-grp .txt-wrap dl {
  display: flex;
}

#fm-monst_cp_2604 .text {
  background: #fff;
  width: 100%;
  padding: 0 1.5rem;
  font-weight: 500;
}

#fm-monst_cp_2604 .text ul {
  background: #dff2fc;
  padding: 1rem;
}

#fm-monst_cp_2604 .text ul li::before {
  content: "・";
}

#fm-monst_cp_2604 .note {
  padding: 1rem;
  font-size: 0.9rem;
  font-weight: 500;
}

#fm-monst_cp_2604 .note li::before {
  content: '\203b';
  /* 「※」をUnicodeで指定 */
}


/* ======================== btn ====================== */

#fm-monst_cp_2604 .jelly .top-btn {
  background: url(../images/jelly/img20.webp) no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  padding: 1.8rem 1rem;
}

#fm-monst_cp_2604 .btn_area {
  position: absolute;
  bottom: 12%;
  left: 0;
  right: 0;
  margin: auto;
}

#fm-monst_cp_2604 .top-btn .btn,
#fm-monst_cp_2604 .btn_area .btn {
  display: block;
  width: 80%;
  margin: 0 auto;
  will-change: transform;
}

#fm-monst_cp_2604 .pin ul li {
  margin-left: 25px;
}

#fm-monst_cp_2604 .ad-btn {
  background: #fff;
}

/*===============================================
●pc.css 画面の横幅が737px以上
===============================================*/
@media screen and (min-width: 737px) {

  /*common*/
  #fm-monst_cp_2604 .pc-none {
    display: none;
  }

  #fm-monst_cp_2604 .btn_area .btn img,
  #fm-monst_cp_2604 .top-btn img,
  #fm-monst_cp_2604 .a-btn .hov img {
    transition: all 0.3s ease-in-out;
  }

  #fm-monst_cp_2604 .btn_area .btn img:hover,
  #fm-monst_cp_2604 .top-btn img:hover,
  #fm-monst_cp_2604 .a-btn .hov a img:hover {
    transform: scale(1.03);
    filter: none;
    opacity: 1;
  }

  #fm-monst_cp_2604 .btn_area .btn img:hover,
  #fm-monst_cp_2604 .top-btn img:hover,
  #fm-monst_cp_2604 .a-btn .hov img:hover {
    filter: drop-shadow(4px 4px 6px rgba(0, 0, 0, .3));
    will-change: filter;
  }

  #fm-monst_cp_2604 .pin {
    background-color: #fff;
    padding: 20px 20px 5%;
    font-family: 'Noto Sans JP', sans-serif;
  }

  .ly-contents-area {
    padding: 10px 0 0;
  }
}

/*===============================================
●sp.css  画面の横幅が736pxまで
===============================================*/
@media screen and (max-width: 736px) {

  /*common*/
  #fm-monst_cp_2604 .sp-none {
    display: none;
  }

  #fm-monst_cp_2604 {
    width: 100%;
    overflow: hidden;
  }

  #fm-monst_cp_2604 .txt-grp .txt-wrap {
    display: block;
    top: -27%;
    width: 100%;
  }

  #fm-monst_cp_2604 .txt-grp .txt-wrap dl {
    justify-content: center;
  }

  #fm-monst_cp_2604 .note {
    padding: 1rem;
    font-size: 0.75rem;
    font-feature-settings: 'palt'1;
    letter-spacing: 0.01em;
  }

  #fm-monst_cp_2604 .text {
    padding: 0 4.9vw;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
  }

  #fm-monst_cp_2604 .pin {
    background-color: #fff;
    padding: 1rem;
    font-family: 'Noto Sans JP', sans-serif;
  }

  #fm-monst_cp_2604 .kome {
    padding: 0 1rem 1rem;
    font-feature-settings: 'palt';
    letter-spacing: 0.02em;
    text-align: left;
  }


}