@charset "utf-8";

/* CSS Document */

/*===============================================
●共通
===============================================*/
:root {
  --main_text-col: #333;
  --sub_text-col: #fff;
  --base_grn: #30bbbc;
  --base-ne-grn: #6cf2d7;
  --text-grn: #008c26;
  --text-gry: #43403f;
}

/*===== common ======*/
#characters-mascot_cp_2608 * {
  min-height: 0vw;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

#characters-mascot_cp_2608 :is(h1, h2, h3, h4, h5, p, figure) {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}

#characters-mascot_cp_2608 :is(ul, ol, li, dl, dt, dd) {
  list-style: none;
  padding: 0;
  margin: 0;
}

#characters-mascot_cp_2608 :is(a:link, a:visited, a:hover, a:active, a:focus) {
  text-decoration: none;
}

#characters-mascot_cp_2608 img {
  max-width: 100%;
  width: 100%;
  display: block;
  height: auto;
  object-fit: cover;
}

#characters-mascot_cp_2608 {
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  font-feature-settings: "palt", "tnum";
  letter-spacing: 0.05em;
  color: var(--main_text-col);
}

#characters-mascot_cp_2608 .kv {
  position: relative;
  overflow-x: hidden;
}

#characters-mascot_cp_2608 .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;
}

#characters-mascot_cp_2608 .top_bg {
  background: url(../images/top_bg.webp) no-repeat;
  background-size: 100% 100%;
  background-position: top;
  width: 100%;
  height: 100%;
}

#characters-mascot_cp_2608 .a-btn {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 2.5rem 1.7rem;
  margin: 0 auto;
  width: 100%;
}

#characters-mascot_cp_2608 .a-btn .hov {
  will-change: transform;
  position: relative;
}

#characters-mascot_cp_2608 .a-btn .hov img {
  filter: drop-shadow(0px 4px 4px rgba(54, 151, 127, .5));
  will-change: filter;
}

#characters-mascot_cp_2608 .a-btn .hov .btn-txt {
  position: absolute;
  bottom: 0;
  top: 90%;
  left: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}



/* =========================== kome関連 ========================== */
#characters-mascot_cp_2608 .kome::before {
  content: '\203b';
}

#characters-mascot_cp_2608 .kome {
  text-align: right;
  padding: 0 1.5rem 2rem;
  font-size: clamp(0.8rem, 0.85vw, 0.9rem);
}

#characters-mascot_cp_2608 .kome.rt {
  position: absolute;
  bottom: -34%;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 1;
  text-align: right;
  font-weight: 500;
}

#characters-mascot_cp_2608 .kome.rt:empty {
  display: none;
}

#characters-mascot_cp_2608 .kome_area {
  padding: 1rem 0;
}

#characters-mascot_cp_2608 .kome_area .kome {
  text-align: left;
  padding: 0;
  color: var(--main);
}

#characters-mascot_cp_2608 .kome.cen {
  text-align: center;
  padding: 0;
  font-weight: 500;
}


#characters-mascot_cp_2608 .inner {
  width: 500px;
  max-width: 100%;
}

/* =========================== goods ========================== */
#characters-mascot_cp_2608 .txt-grp {
  position: relative;
}

#characters-mascot_cp_2608 .txt-grp .txt-wrap {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-size: clamp(0.9rem, 0.85vw, 1rem);
  font-weight: 500;
  display: grid;
  grid-template-columns: 1.8fr 1.2fr;
  justify-items: center;
  column-gap: 1rem;
  width: 90%;
}

#characters-mascot_cp_2608 .txt-grp .txt-wrap.item-name {
  top: 42%;
}

#characters-mascot_cp_2608 .txt-grp .txt-wrap.item-name {
  grid-template-columns: 1fr;
  justify-items: left;
  width: 100%;
  padding: 1.7rem;
}

#characters-mascot_cp_2608 .txt-grp .txt-wrap .txt-cen,
#characters-mascot_cp_2608 .txt-grp .txt-wrap ul {
  grid-column: -1/1;
}

#characters-mascot_cp_2608 .txt-wrap .txt-left::before {
  content: "●";
}

#characters-mascot_cp_2608 .txt-grp .txt-wrap.bach {
  top: 32%;
}

#characters-mascot_cp_2608 .h3-grp h3 {
  width: 60%;
  position: absolute;
  top: 3%;
  left: 0;
  right: 0;
  margin: auto;
}

#characters-mascot_cp_2608 .txt-grp .txt-wrap dl {
  display: flex;
}

#characters-mascot_cp_2608 .txt-grp .txt-wrap .lt {
  justify-self: end;
}

#characters-mascot_cp_2608 .txt-grp .txt-wrap .rt {
  justify-self: start;
}

#characters-mascot_cp_2608 .txt-grp .txt-wrap .inner div {
  display: flex;
}

#characters-mascot_cp_2608 .txt-wrap.item {
  background: var(--base_grn);
  padding: 2.5rem 1.2rem 1.5rem;
}

#characters-mascot_cp_2608 .txt-wrap.item .inner {
  background: var(--sub_text-col);
  padding: 2rem 1.5rem 1.5rem;
  border-radius: 1.3rem;
}

#characters-mascot_cp_2608 .txt-wrap.item .item-list {
  margin-top: 1rem;
  font-weight: 600;
}

#characters-mascot_cp_2608 .inner .item-list li::before {
  content: "・";
  margin-right: .3rem;
}

#characters-mascot_cp_2608 .famipay {
  background: var(--base-ne-grn);
  padding: 1.2rem;
}

#characters-mascot_cp_2608 .famipay h3 {
  background: var(--text-grn);
  padding: 1rem;
  border-radius: 1rem 1rem 0 0;
}

#characters-mascot_cp_2608 .famipay h3 img {
  width: 85%;
  margin: 0 auto;
}

#characters-mascot_cp_2608 .famipay .wrap {
  background: var(--sub_text-col);
  padding: 1rem;
  border-radius: 0 0 1rem 1.2rem;
  margin-bottom: 2rem;
}

#characters-mascot_cp_2608 .famipay .wrap .goods-img {
  width: 84%;
  margin: 1rem auto;
}

#characters-mascot_cp_2608 .famipay .wrap.last {
  margin-bottom: 0;
}

#characters-mascot_cp_2608 .famipay .wrap .lottery {
  font-size: clamp(1.5rem, 1.8vw, 2.5rem);
  text-align: center;
  font-weight: 700;
  color: var(--text-gry);
}

#characters-mascot_cp_2608 .famipay .wrap .prize {
  font-size: clamp(1.3rem, 1.5vw, 2rem);
  text-align: center;
  font-weight: 700;
  color: var(--text-grn);
  margin-bottom: 1rem;
}

#characters-mascot_cp_2608 .famipay .wrap .prize .big {
  font-size: clamp(1.8rem, 2.4vw, 3.1rem);
  line-height: 1;
  letter-spacing: 0.1em;
}

#characters-mascot_cp_2608 .famipay .wrap .prize .big.st {
  letter-spacing: -0.04em;
}


#characters-mascot_cp_2608 .famipay .wrap .txt-wrap {
  font-size: clamp(0.85rem, 0.85vw, 0.9rem);
  font-weight: 500;
  display: grid;
  grid-template-columns: 2fr 1fr;
  justify-items: center;
  column-gap: 1rem;
}

#characters-mascot_cp_2608 .famipay .wrap .txt-wrap.fr {
  grid-template-columns: 2fr 1.2fr;
}

#characters-mascot_cp_2608 .famipay .wrap .txt-wrap ul {
  grid-column: -1/1;
}


#characters-mascot_cp_2608 .famipay .wrap .txt-wrap dl {
  display: inline-flex;
}

#characters-mascot_cp_2608 .famipay .wrap .txt-wrap .lt {
  justify-self: end;
}

#characters-mascot_cp_2608 .famipay .wrap .txt-wrap .rt {
  justify-self: start;
}

#characters-mascot_cp_2608 .note {
  padding: 1rem;
  font-size: 0.9rem;
  font-weight: 500;
}

#characters-mascot_cp_2608 .note li::before {
  content: '\203b';
  /* 「※」をUnicodeで指定 */
}


/* ======================== btn ====================== */
#characters-mascot_cp_2608 .btn_area {
  margin: 1rem 0 0;
}

#characters-mascot_cp_2608 .btn_area .btn {
  display: block;
  width: 87%;
  margin: 0 auto 1rem;
  will-change: transform;
  z-index: 3;
}

#characters-mascot_cp_2608 .top-btn .btn img,
#characters-mascot_cp_2608 .btn_area .btn img {
  filter: drop-shadow(0px 3px 4px rgba(49, 49, 49, .4));
  will-change: filter;
}

#characters-mascot_cp_2608 .top-btn {
  background: var(--base_grn);
  padding: 2.5rem 1rem;
}

#characters-mascot_cp_2608 .top-btn .btn {
  margin: auto;
  display: block;
  width: 87%;
  margin: 0 auto;
  will-change: transform;
  z-index: 3;
}

#characters-mascot_cp_2608 .pin ul li {
  margin-left: 20px;
}

#characters-mascot_cp_2608 .copy {
  font-size: .9rem;
  text-align: left;
}

/* ======================= hover / active====================== */

#characters-mascot_cp_2608 .btn_area .btn img,
#characters-mascot_cp_2608 .top-btn img,
#characters-mascot_cp_2608 .a-btn .hov img {
  transition: all 0.3s ease-in-out;
}

#characters-mascot_cp_2608 .top-btn .btn img:active,
#characters-mascot_cp_2608 .btn_area .btn img:active,
#characters-mascot_cp_2608 .a-btn .hov img:active {
  transform: scale(1);
  filter: none;
  transition: all 0.05s;
}

@media (hover: hover) {

  #characters-mascot_cp_2608 .btn_area .btn img:hover,
  #characters-mascot_cp_2608 .top-btn .btn img:hover {
    transform: scale(1.02);
    filter: drop-shadow(0px 3px 4px rgba(49, 49, 49, .4));
    opacity: 1;
  }

  #characters-mascot_cp_2608 .a-btn .hov img:hover {
    transform: scale(1.015);
    filter: drop-shadow(0px 4px 4px rgba(54, 151, 127, .5));
    will-change: filter;
  }

  #characters-mascot_cp_2608 .ad_area .ad-btn img:hover {
    opacity: .7;
  }
}


/*===============================================
●pc.css 画面の横幅が737px以上
===============================================*/
@media screen and (min-width: 737px) {

  /*common*/
  #characters-mascot_cp_2608 .pc-none {
    display: none;
  }



  #characters-mascot_cp_2608 .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*/
  #characters-mascot_cp_2608 .sp-none {
    display: none;
  }

  div#contents {
    background: none;
  }

  #characters-mascot_cp_2608 {
    width: 100%;
    overflow: hidden;
  }

  #characters-mascot_cp_2608 .a-btn {
    padding: 2.5rem 1.3rem;
  }

  #characters-mascot_cp_2608 .kome.rt {
    bottom: -23%;
  }

  #characters-mascot_cp_2608 .txt-grp .txt-wrap {
    top: 40%;
    grid-template-columns: 2fr 1.1fr;
  }

  #characters-mascot_cp_2608 .famipay .wrap .txt-wrap.fr {
    grid-template-columns: 1fr;
  }

  #characters-mascot_cp_2608 .famipay .wrap .txt-wrap.fr .rt,
  #characters-mascot_cp_2608 .famipay .wrap .txt-wrap.fr .lt {
    justify-self: center;
  }


  #characters-mascot_cp_2608 .txt-wrap.item {
    padding: 2.5rem 1rem 1.5rem;
  }

  #characters-mascot_cp_2608 .inner .item-list li {
    position: relative;
    margin-left: 1rem;
  }

  #characters-mascot_cp_2608 .inner .item-list li::before {
    left: -13px;
    top: 0;
    position: absolute;
    margin: 0;
  }

  #characters-mascot_cp_2608 .txt-wrap.item .inner {
    background: var(--sub_text-col);
    padding: 2rem 1rem 1.5rem;
    border-radius: 1rem;
  }

  #characters-mascot_cp_2608 .famipay .wrap .prize .big.st {
    letter-spacing: 0.1em;
  }

  #characters-mascot_cp_2608 .famipay {
    padding: 1rem;
  }

  #characters-mascot_cp_2608 .txt-grp .txt-wrap dl {
    justify-content: center;
  }


  #characters-mascot_cp_2608 .pin {
    background-color: #fff;
    padding: 1rem;
    font-family: 'Noto Sans JP', sans-serif;
  }

  #characters-mascot_cp_2608 .pin ul li {
    margin-left: 15px;
  }

  #characters-mascot_cp_2608 .kome {
    padding: 0 1rem 1rem;
    font-feature-settings: 'palt';
    letter-spacing: 0.02em;
    text-align: left;
  }

  #characters-mascot_cp_2608 .top-btn {
    padding: 2rem 1rem;
  }

  #characters-mascot_cp_2608 .btn_area .btn,
  #characters-mascot_cp_2608 .top-btn .btn {
    width: 92%;
  }

  /* ======================= hover / active====================== */

  #characters-mascot_cp_2608 .a-btn .hov img:active,
  #characters-mascot_cp_2608 .btn_area .btn img:active,
  #characters-mascot_cp_2608 .top-btn .btn img:active {
    transform: scale(0.96);
    filter: brightness(0.9);
    transition: transform 0.1s;
  }

}