@charset "utf-8";

/* CSS Document */

/*===============================================
●共通
===============================================*/
:root {
  --main_text-col: #231815;
  --sub_text-col: #fff;
}

/*===== common ======*/
#umamusume_cp_2603 * {
  min-height: 0vw;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

#umamusume_cp_2603 :is(h1, h2, h3, h4, h5, p, figure) {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}

#umamusume_cp_2603 :is(ul, ol, li, dl, dt, dd) {
  list-style: none;
  padding: 0;
  margin: 0;
}

#umamusume_cp_2603 :is(a:link, a:visited, a:hover, a:active, a:focus) {
  text-decoration: none;
}

#umamusume_cp_2603 img {
  max-width: 100%;
  width: auto;
  display: block;
  height: auto;
}

#umamusume_cp_2603 {
  max-width: 500px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

#umamusume_cp_2603 .kv {
  position: relative;
  overflow-x: hidden;
}

#umamusume_cp_2603 .kv_ttl {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  will-change: transform;
}

div#contents {
  background: url(../images/bg.webp) no-repeat;
  width: 100%;
  min-height: 100%;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

#umamusume_cp_2603 .top_bg {
  background: url(../images/top_bg.webp) no-repeat;
  background-size: 100% 100%;
  background-position: top;
  width: 100%;
  height: 100%;
}

#umamusume_cp_2603 .a-btn {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 2rem 1.5rem;
  margin: 0 auto;
  width: 100%;
}

#umamusume_cp_2603 .a-btn .hov {
  will-change: transform;
  position: relative;
}

#umamusume_cp_2603 .a-btn .hov img {
  filter: drop-shadow(4px 4px 6px rgba(0, 132, 200, .5));
  will-change: filter;
}

#umamusume_cp_2603 .a-btn .hov .btn-txt {
  position: absolute;
  bottom: 0;
  top: 90%;
  left: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}


#umamusume_cp_2603 .a-btn .yokoku img {
  filter: drop-shadow(4px 4px 6px rgba(0, 132, 200, .5));
  will-change: filter;
}


/* =========================== kome関連 ========================== */
#umamusume_cp_2603 .kome::before {
  content: '\203b';
}

#umamusume_cp_2603 .kome {
  text-align: right;
  padding: 0 1.5rem 2rem;
  font-weight: 600;
  font-size: clamp(0.8rem, 0.85vw, 0.88rem);
}

#umamusume_cp_2603 :is(.ori, .coll) .kome {
  font-size: clamp(0.7rem, 0.85vw, 0.88rem);
}

#umamusume_cp_2603 .kome.rt {
  position: absolute;
  bottom: -50%;
  right: 0;
  color: var(--main_text-col);
  z-index: 1;
}

#umamusume_cp_2603 .collab .kome.rt.date {
  bottom: -72%;
}

#umamusume_cp_2603 .collab .kome.rt.item1 {
  bottom: -2%;
}

#umamusume_cp_2603 .collab .kome.rt.item2 {
  bottom: 6%;
}

#umamusume_cp_2603 .kome.rt:empty {
  display: none;
}

#umamusume_cp_2603 .txt-grp .txt-wrap .kome.cen {
  font-size: clamp(1rem, 1vw, 1.1rem);
  font-weight: 400;
}

#umamusume_cp_2603 .kome_area {
  position: absolute;
  top: 0;
  left: 0;
}

#umamusume_cp_2603 .kome_area.btm {
  bottom: 12%;
}

#umamusume_cp_2603 .kome_area.coll ul,
#umamusume_cp_2603 .kome_area.ori ul {
  padding-top: 1rem;
}

#umamusume_cp_2603 .kome_area .kome {
  text-align: left;
  padding: 0;
  padding-left: 2.5rem;
  color: var(--sub_text-col);
}

#umamusume_cp_2603 .kome_area.coll .kome {
  color: var(--main_text-col);
  padding-left: 2.5rem;
}

#umamusume_cp_2603 .kome_area.wrap {
  position: relative;
  padding: 0.5rem 0 1rem;
}

#umamusume_cp_2603 .kome.cen {
  text-align: center;
  padding: 0;
}

#umamusume_cp_2603 .txt-grp:has(.kome.cen:empty) {
  margin-bottom: 0;
  padding-bottom: 0;
}

#umamusume_cp_2603 .kome.cen:empty {
  display: none;
}

#umamusume_cp_2603 .kome.cen.fst {
  padding: 0;
}

/* =========================== original ========================== */

#umamusume_cp_2603 .h3-grp,
#umamusume_cp_2603 .txt-grp {
  position: relative;
}

#umamusume_cp_2603 .txt-grp .txt-wrap {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-size: clamp(1rem, 1vw, 1.1rem);
}

#umamusume_cp_2603 .txt-grp .txt-wrap.bach {
  top: 32%;
}

#umamusume_cp_2603 .h3-grp h3 {
  width: 60%;
  position: absolute;
  top: 3%;
  left: 0;
  right: 0;
  margin: auto;
}

#umamusume_cp_2603 .txt-grp .txt-wrap dl {
  display: flex;
  justify-content: center;
  align-items: center;
}

#umamusume_cp_2603 .text {
  background: #fff;
  width: 100%;
  padding: 0 1.5rem;
  font-weight: 500;
}

#umamusume_cp_2603 .text ul {
  background: #dff2fc;
  padding: 1rem;
}

#umamusume_cp_2603 .text ul li::before {
  content: "・";
}

#umamusume_cp_2603 .wid3 {
  width: 100.03%;
}

#umamusume_cp_2603 .wid2 {
  width: 100.007%;
}

#umamusume_cp_2603 .wid5 {
  width: 100.04%;
}

#umamusume_cp_2603 .copy {
  font-family: "Montserrat",
    sans-serif;
}


/* ======================== collab ====================== */


#umamusume_cp_2603 .collab .text {
  background: url(../images/collab/collab11_bg.webp) no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
  padding-bottom: 3%;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.1rem;
}

#umamusume_cp_2603 .text dd:last-of-type {
  margin-top: 1.5rem;
}

#umamusume_cp_2603 .de {
  position: absolute;
  top: -15%;
  left: 8%;
  width: 25%;
  filter: drop-shadow(10px 10px 5px rgba(148, 44, 96, .7));
}

#umamusume_cp_2603 .text .txt_box {
  background: #080303;
  padding: 1rem;
  margin: 2rem auto 0;
  width: 75%;
  font-family: 'Noto Sans JP';
  font-size: clamp(0.85rem, 0.95vw, 0.9rem);
}

#umamusume_cp_2603 .text .txt_box a {
  display: inline-block;
  margin-top: 0.5rem;
  color: #5db4ea;
  text-decoration: underline;
}

#umamusume_cp_2603 .text .txt_box a::after {
  content: '\e905';
  font-family: 'icn_font';
  font-weight: normal;
}

#umamusume_cp_2603 .note {
  padding: 1rem;
  font-size: 0.9rem;
  font-weight: 500;
}

#umamusume_cp_2603 .note li::before {
  content: '\203b';
  /* 「※」をUnicodeで指定 */
}


/* ======================== goods ====================== */

#umamusume_cp_2603 .goods .text {
  background: #fff;
  padding: 1rem;
  width: 100%;
  height: 100%;
  font-size: 0.9rem;
  box-sizing: border-box;
  font-weight: 600;
}

#umamusume_cp_2603 .goods .text li::before {
  content: '・';
}

#umamusume_cp_2603 .goods .top-btn {
  background: #dd363c;
  padding: 1rem 0 2.5rem;
}

/* ======================== btn ====================== */
#umamusume_cp_2603 .original .btn_area {
  background: url(../images/original/ori_img25.webp) no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  padding: .8rem 1rem 1.8rem;
}

#umamusume_cp_2603 .original .top-btn {
  background: url(../images/original/ori_img26.webp) no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  padding: 1.8rem 1rem;
}

#umamusume_cp_2603 .collab .btn_area {
  background: url(../images/collab/coll_img13.webp) no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  padding: .8rem 1rem 1.8rem;
}

#umamusume_cp_2603 .collab .top-btn {
  background: url(../images/collab/coll_img14.webp) no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  padding: 1.8rem 1rem;
}

#umamusume_cp_2603 .top-btn .btn,
#umamusume_cp_2603 .btn_area .btn {
  display: block;
  width: 90%;
  margin: 0 auto;
  will-change: transform;
}

#umamusume_cp_2603 .pin ul li {
  margin-left: 25px;
}

/*===============================================
●pc.css 画面の横幅が737px以上
===============================================*/
@media screen and (min-width: 737px) {

  /*common*/
  #umamusume_cp_2603 .pc-none {
    display: none;
  }

  #umamusume_cp_2603 .btn_area .btn img,
  #umamusume_cp_2603 .top-btn img,
  #umamusume_cp_2603 .a-btn .hov img {
    transition: all 0.3s ease-in-out;
  }

  #umamusume_cp_2603 .btn_area .btn img:hover,
  #umamusume_cp_2603 .top-btn img:hover,
  #umamusume_cp_2603 .a-btn .hov img:hover {
    transform: scale(1.03);
    filter: none;
    opacity: 1;
  }

  #umamusume_cp_2603 .a-btn .hov img:hover {
    filter: drop-shadow(4px 4px 6px rgba(0, 132, 200, .5));
    will-change: filter;
  }

  #umamusume_cp_2603 .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*/
  #umamusume_cp_2603 .sp-none {
    display: none;
  }

  #umamusume_cp_2603 {
    width: 100%;
    overflow: hidden;
  }

  #umamusume_cp_2603 .note {
    padding: 1rem;
    font-size: 0.75rem;
    font-feature-settings: 'palt'1;
    letter-spacing: 0.01em;
  }

  #umamusume_cp_2603 .text {
    padding: 0 4.9vw;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
  }

  #umamusume_cp_2603 .pin {
    background-color: #fff;
    padding: 1rem;
    font-family: 'Noto Sans JP', sans-serif;
  }

  #umamusume_cp_2603 .kome {
    padding: 0 1rem 1rem;
    font-feature-settings: 'palt'1;
    letter-spacing: 0.03em;
    text-align: left;
  }

  #umamusume_cp_2603 .collab .text {
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    padding-bottom: 20px;
  }

  #umamusume_cp_2603 .kome.cen.fst {
    padding: 0 1rem;
  }

  #umamusume_cp_2603 .kome.sad.pz {
    padding: 0 1rem 0.2rem !important;
  }

  #umamusume_cp_2603 .kome_area.coll .kome,
  #umamusume_cp_2603 .kome_area .kome {
    padding-left: 2rem;
  }

  #umamusume_cp_2603 .kome_area.ori ul {
    padding-top: .8rem;
  }

  #umamusume_cp_2603 .original .top-btn {
    margin-bottom: -2px;
  }
}