@charset "UTF-8";

:root {
  --main-color: #ff596e;
}

/*-----------------------------------------
  lauout
-----------------------------------------*/
#tbod {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #000000;
}
#tbod h1,
#tbod h2,
#tbod h3,
#tbod h4 {
  padding: 0;
  margin: 0;
  font-weight: inherit;
}
#tbod a {
  color: inherit;
  transition: all .3s;
}
#tbod a:hover,
#tbod a:focus {
  text-decoration: none;
  opacity: 0.7;
}
#tbod img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
#tbod sup {
  font-size: 0.5em;
  vertical-align: super;
}
#tbod small {
  font-size: 12px;
}
#tbod .inner {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 10px;
}
@media only screen and (min-width: 751px) {
  #tbod {
    min-width: 1220px;
    padding: 0 0 80px;
  }
  #tbod .for-sp {
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  #tbod .for-pc {
    display: none;
  }
  #tbod {
    padding: 0 0 40px;
  }
  #tbod small {
    font-size: 2.666vw;
  }
  #tbod .inner {
    padding: 0 2.666vw;
  }
}

/*-----------------------------------------
  common
-----------------------------------------*/
#tbod .pink {
  color: var(--main-color);
}
#tbod .tbod-lead {
  margin: 95px 0 0;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
}
#tbod .tbod-lead small {
  font-size: 14px;
}
#tbod .tbod-lead .tbod-line {
  font-weight: 600;
  font-size: 30px;
}
#tbod .tbod-lead .tbod-line .dot {
  position: relative;
}
#tbod .tbod-lead .tbod-line .dot::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  width: 6px;
  height: 6px;
  background: var(--main-color);
  border-radius: 50%;
  transform: translateX(-50%);
}
#tbod .tbod-lead .tbod-line .pink {
  font-size: 40px;
}
#tbod .tbod-title {
  font-weight: 600;
  font-size: 40px;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  color: #fff;
}
#tbod .tbod-title span {
  font-size: 30px;
}
#tbod .tbod-period {
  margin: 5px 0 0;
  font-size: 25px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff45c;
}
#tbod .tbod-period .text01 {
  font-weight: 600;
  font-size: 35px;
}
#tbod .tbod-period .text02 {
  font-size: 29px;
}
#tbod .tbod-contents {
  margin: 60px 0 0;
}
#tbod .tbod-contents-inner {
  padding: 35px;
  border: 4px solid var(--main-color);
  border-top: none;
  border-radius: 0 0 30px 30px;
}
#tbod .tbod-head {
  padding: 32px 0;
  font-weight: 600;
  font-size: 36px;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  color: #fff;
  background: var(--main-color) url(/img/usr/freepage/tbod/bg_gradation.png) no-repeat left -40px top -170px;
  border-radius: 30px 30px 0 0;
}
#tbod .tbod-notice {
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1.57;
}
#tbod .tbod-notice a {
  text-decoration: underline;
}
#tbod .tbod-line {
  display: inline;
  background: linear-gradient(transparent 60%, rgb(255,89,110,0.15) 40%);
}
#tbod .tbod-line.yellow {
  background: linear-gradient(transparent 70%, #fff45c 30%);
}
#tbod .tbod-link {
  position: relative;
  display: block;
  width: fit-content;
  margin: 0 auto;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.1em;
  text-align: center;
}
#tbod .tbod-link span {
  border-bottom: 1px solid #000;
}
#tbod .tbod-link::before,
#tbod .tbod-link::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -25px;
  width: 16px;
  height: 12px;
  background: var(--main-color);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  transform: translateY(-50%);
}
#tbod .tbod-link::after {
  left: auto;
  right: -25px;
}
@media only screen and (max-width: 750px) {
  #tbod .tbod-lead {
    margin: 9.333vw 0 0;
    padding: 0 1.444vw;
    font-size: 3.733vw;
    line-height: 1.78;
  }
  #tbod .tbod-lead small {
    font-size: 2.4vw;
  }
  #tbod .tbod-lead .tbod-line {
    font-size: 4.533vw;
    line-height: 1.5;
  }
  #tbod .tbod-lead .tbod-line .dot::before {
    top: -0.8vw;
    width: 0.8vw;
    height: 0.8vw;
  }
  #tbod .tbod-lead .tbod-line .pink {
    font-size: 5.867vw;
  }
  #tbod .tbod-title {
    font-size: 5.867vw;
  }
  #tbod .tbod-title span {
    font-size: 4.533vw;
  }
  #tbod .tbod-period {
    margin: 2.133vw 0 0;
    font-size: 3.733vw;
    line-height: 1.4;
  }
  #tbod .tbod-period .text01 {
    font-size: 5.333vw;
  }
  #tbod .tbod-period .text02 {
    font-size: 4.266vw;
  }
  #tbod .tbod-contents {
    margin: 8vw 0 0;
  }
  #tbod .tbod-contents-inner {
    padding: 4.8vw 5.333vw;
    border-width: 0.533vw;
    border-radius: 0 0 4vw 4vw;
  }
  #tbod .tbod-head {
    padding: 4.267vw 0;
    font-size: 4.8vw;
    background-position: left -1.333vw top -45.333vw;
    border-radius: 4vw 4vw 0 0;
  }
  #tbod .tbod-notice {
    font-size: 2.667vw;
    line-height: 1.4;
  }
  #tbod .tbod-link {
    font-size: 3.733vw;
  }
  #tbod .tbod-link::before,
  #tbod .tbod-link::after {
    left: -4.8vw;
    width: 2.133vw;
    height: 1.6vw;
  }
  #tbod .tbod-link::after {
    left: auto;
    right: -4.8vw;
  }
}

/*-----------------------------------------
  mv
-----------------------------------------*/
#tbod .sec-mv h1 img {
  width: 100%;
}

/*-----------------------------------------
  countdown
-----------------------------------------*/
#tbod .sec-count {
  margin: 94px 0 0;
}
#tbod .sec-count .count-contents {
  position: relative;
  height: 440px;
  padding: 60px 60px 0;
  background: url(/img/usr/freepage/tbod/bg_count_pc.png) no-repeat center top / contain;
}
#tbod .sec-count .count-contents::before {
  content: url(/img/usr/freepage/tbod/img_kirakira_pc.png);
  position: absolute;
  top: -66px;
  left: 51%;
  transform: translateX(-50%);
  z-index: 1;
}
#tbod .sec-count .count-limited {
  position: absolute;
  top: -50px;
  left: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 169px;
  height: 169px;
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
  text-align: center;
  color: #fff45c;
  background: url(/img/usr/freepage/tbod/icon_wave.png) no-repeat center / contain;
}
#tbod .sec-count .count-limited span {
  font-weight: 600;
  font-size: 50px;
}
#tbod .sec-count .count-box {
  display: flex;
  align-items: center;
  gap: 70px;
  max-width: 1030px;
  margin: 32px auto 0;
  color: #fff;
}
#tbod .sec-count .count-box-text {
  font-weight: 600;
  font-size: 40px;
  letter-spacing: 0.1em;
  line-height: 1;
}
#tbod .sec-count .yycountdown-box {
  display: flex;
  gap: 20px;
}
#tbod .sec-count .yyc-day-wrap {
  display: none;
}
#tbod .sec-count .yyc-hou-wrap,
#tbod .sec-count .yyc-min-wrap,
#tbod .sec-count .yyc-sec-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 200px;
  height: 200px;
  background: rgb(255,255,255,0.2);
  border-radius: 30px;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.16),inset 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
  overflow: hidden;
}
#tbod .sec-count .yyc-hou-wrap::before,
#tbod .sec-count .yyc-min-wrap::before,
#tbod .sec-count .yyc-sec-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #fff, #000);
  mix-blend-mode: soft-light;
  opacity: 0.1;
}
#tbod .sec-count .yyc-hou,
#tbod .sec-count .yyc-min,
#tbod .sec-count .yyc-sec {
  font-weight: 600;
  font-size: 100px;
  letter-spacing: 0.04em;
  line-height: 1;
}
#tbod .sec-count .yyc-hou-text,
#tbod .sec-count .yyc-min-text,
#tbod .sec-count .yyc-sec-text {
  font-weight: 600px;
  font-size: 24px;
  letter-spacing: 0.004em;
  line-height: 1;
}
#tbod .sec-count .count-entry {
  position: relative;
  width: 500px;
  height: 80px;
  margin: 40px auto 0;
  z-index: 1;
}
#tbod .sec-count .count-entry:has(a)::after {
  content: "";
  position: absolute;
  bottom: -18px;
  right: -22px;
  width: 63px;
  height: 63px;
  background: url(/img/usr/freepage/tbod/icon_hand.png) no-repeat center / contain;
}
#tbod .sec-count .count-entry .count-entry-text {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 600;
  font-size: 28px;
  letter-spacing: 0.1em;
  color: #fff;
  background: var(--main-color);
  border-radius: 100px;
  box-shadow: 0px 8px 0px 0px rgba(0, 0, 0, 0.1);
}
#tbod .sec-count .count-entry .count-entry-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #fff, #000);
  border-radius: 100px;
  mix-blend-mode: soft-light;
  opacity: 0.35;
}
#tbod .sec-count .count-entry a::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 80%);
  animation: btnShine 4s forwards infinite;
}
@keyframes btnShine {
  0% { left: -100%; }
  15% { left: 100%; }
  100%{ left: 100%; }
}
@media only screen and (min-width: 751px) {
  #tbod .sec-count .count-entry a:hover {
    opacity: 1;
    box-shadow: none;
    transform: translateY(5px);
  }
}
@media only screen and (max-width: 750px) {
  #tbod .sec-count {
    margin: 17.6vw 0 0;
  }
  #tbod .sec-count .count-contents {
    height: 72vw;
    padding: 7.467vw 4.8vw;
    background-image: url(/img/usr/freepage/tbod/bg_count_sp.png);
  }
  #tbod .sec-count .count-contents::before {
    content: "";
    top: -10vw;
    width: 100vw;
    height: 110.933vw;
    background: url(/img/usr/freepage/tbod/img_kirakira_sp.png) no-repeat center / contain;
  }
  #tbod .sec-count .count-limited {
    top: -8vw;
    left: 4vw;
    width: 22.667vw;
    height: 22.667vw;
    font-size: 4vw;
  }
  #tbod .sec-count .count-limited span {
    font-size: 6.667vw;
  }
  #tbod .sec-count .count-box {
    flex-direction: column;
    gap: 2.667vw;
    margin: 2.133vw auto 0;
  }
  #tbod .sec-count .count-box-text {
    font-size: 5.333vw;
  }
  #tbod .sec-count .yycountdown-box {
    gap: 2.667vw;
  }
  #tbod .sec-count .yyc-hou-wrap,
  #tbod .sec-count .yyc-min-wrap,
  #tbod .sec-count .yyc-sec-wrap {
    gap: 1.333vw;
    width: 26.667vw;
    height: 26.667vw;
    border-radius: 4vw;
  }
  #tbod .sec-count .yyc-hou,
  #tbod .sec-count .yyc-min,
  #tbod .sec-count .yyc-sec {
    font-size: 13.333vw;
  }
  #tbod .sec-count .yyc-hou-text,
  #tbod .sec-count .yyc-min-text,
  #tbod .sec-count .yyc-sec-text {
    font-size: 3.2vw;
  }
  #tbod .sec-count .count-entry {
    width: 85.333vw;
    height: 16vw;
    margin: 8vw auto 0;
  }
  #tbod .sec-count .count-entry:has(a)::after {
    bottom: -1.333vw;
    right: 1.333vw;
    width: 12.533vw;
    height: 12.533vw;
  }
  #tbod .sec-count .count-entry .count-entry-text {
    font-size: 5.333vw;
    box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.1);
  }
}

/*-----------------------------------------
  about
-----------------------------------------*/
#tbod .sec-about {
  margin-top: 75px;
  text-align: center;
}
#tbod .sec-about .about-text {
  padding: 0 10px;
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 0.1em;
}
#tbod .sec-about .about-coupon {
  margin: 40px 0 -17px;
}
@media only screen and (max-width: 750px) {
  #tbod .sec-about {
    margin-top: 11.733vw;
  }
  #tbod .sec-about .about-text {
    padding: 0 1.333vw;
    font-size: 4vw;
  }
  #tbod .sec-about .about-coupon {
    margin: 4.267vw 0 -2.667vw;
  }
}

/*-----------------------------------------
  step
-----------------------------------------*/
#tbod .sec-step .step-list {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
#tbod .sec-step .step-list li {
  flex: 1;
}
#tbod .sec-step .step-list-img {
  text-align: center;
}
#tbod .sec-step .step-list-text {
  margin: 20px 0 0;
  font-size: 20px;
  letter-spacing: 0.1em;
  text-align: center;
}
#tbod .sec-step .tbod-notice {
  margin: 40px 0 -5px;
  text-align: right;
}
@media only screen and (max-width: 750px) {
  #tbod .sec-step .step-list {
    flex-direction: column;
    gap: 4vw;
  }
  #tbod .sec-step .step-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #tbod .sec-step .step-list-img {
    flex-shrink: 0;
    width: 28vw;
  }
  #tbod .sec-step .step-list li:nth-child(2) .step-list-img {
    width: 32vw;
  }
  #tbod .sec-step .step-list-text {
    width: calc(100% - 28vw - 6.667vw);
    margin: 0;
    font-size: 3.733vw;
    line-height: 1.357;
    text-align: left;
  }
  #tbod .sec-step .tbod-notice {
    margin: 4vw 0 1.6vw;
    text-align: left;
  }
}

/*-----------------------------------------
  detail
-----------------------------------------*/
#tbod .sec-detail dl {
  margin: -20px 0 0;
}
#tbod .sec-detail dl dt {
  margin: 20px 0 0;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.1em;
}
#tbod .sec-detail dl dd {
  margin: 20px 0 0;
  font-size: 20px;
  letter-spacing: 0.06em;
}
#tbod .sec-detail dl dd .tbod-notice {
  margin: 5px 0 0;
}
@media only screen and (min-width: 751px) {
  #tbod .sec-detail dl {
    display: flex;
    flex-wrap: wrap;
  }
  #tbod .sec-detail dl dt {
    width: 20%;
  }
  #tbod .sec-detail dl dd {
    width: 80%;
  }
}
@media only screen and (max-width: 750px) {
  #tbod .sec-detail dl {
    margin: -5.333vw 0 0;
  }
  #tbod .sec-detail dl dt {
    margin: 5.333vw 0 0;
    font-size: 3.733vw;
  }
  #tbod .sec-detail dl dd {
    margin: 1.867vw 0 0;
    font-size: 3.467vw;
    letter-spacing: 0.08em;
    line-height: 1.38;
  }
}

/*-----------------------------------------
  campaign
-----------------------------------------*/
#tbod .sec-campaign .campaign-list {
  display: flex;
  justify-content: center;
  gap: 24px;
}
#tbod .sec-campaign .campaign-list li {
  width: calc((100% - 48px)/3);
}
#tbod .sec-campaign .tbod-link {
  margin: 25px 20px 0 auto;
  font-size: 18px;
}
#tbod .sec-campaign .tbod-link::before {
  content: none;
}
#tbod .sec-campaign .tbod-link::after {
  right: -18px;
  width: 12px;
  height: 9px;
  transform: translateY(-50%) rotate(-90deg);
}
@media only screen and (max-width: 750px) {
  #tbod .sec-campaign .tbod-contents-inner {
    padding: 4.8vw 1.333vw;
  }
  #tbod .sec-campaign .campaign-list {
    justify-content: flex-start;
    gap: 1.333vw;
  }
  #tbod .sec-campaign .campaign-list li {
    width: calc((100% - 1.333vw)/2);
  }
  #tbod .sec-campaign .campaign-list li img {
    width: 100%;
  }
  #tbod .sec-campaign .tbod-link {
    margin: 4.533vw 3.2vw 0 auto;
    font-size: 3.2vw;
  }
  #tbod .sec-campaign .tbod-link::after {
    right: -3.2vw;
    width: 1.6vw;
    height: 1.333vw;
  }
}

/*-----------------------------------------
  recommend
-----------------------------------------*/
#tbod .sec-recommend .recommend-list {
  display: flex;
  gap: 25px;
}
#tbod .sec-recommend .recommend-list li {
  flex: 1;
}
#tbod .sec-recommend .recommend-list-detail {
  margin: 15px 0 0;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.57;
}
#tbod .sec-recommend .tbod-link {
  margin: 25px 20px 0 auto;
  font-size: 18px;
}
#tbod .sec-recommend .tbod-link::before {
  content: none;
}
#tbod .sec-recommend .tbod-link::after {
  right: -18px;
  width: 12px;
  height: 9px;
  transform: translateY(-50%) rotate(-90deg);
}
@media only screen and (max-width: 750px) {
  #tbod .sec-recommend .recommend-list {
    flex-wrap: wrap;
    gap: 4vw;
  }
  #tbod .sec-recommend .recommend-list li {
    flex: unset;
    width: calc((100% - 4vw)/2);
  }
  #tbod .sec-recommend .recommend-list-detail {
    margin: 4vw 0 0;
    font-size: 3.733vw;
    line-height: 1.428;
  }
  #tbod .sec-recommend .tbod-link {
    margin: 4.533vw 3.2vw 0 auto;
    font-size: 3.2vw;
  }
  #tbod .sec-recommend .tbod-link::after {
    right: -3.2vw;
    width: 1.6vw;
    height: 1.333vw;
  }
}

/*-----------------------------------------
  next
-----------------------------------------*/
#tbod .sec-next {
  position: relative;
  margin: 140px 0 100px;
}
#tbod .sec-next::before {
  content: url(/img/usr/freepage/tbod/img_kirakira_02_pc.png);
  position: absolute;
  top: -140px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
#tbod .sec-next .tbod-lead {
  margin: 0;
}
#tbod .sec-next .next-schedule {
  height: 190px;
  margin: 60px 0 0;
  padding: 55px 60px 0;
  background: url(/img/usr/freepage/tbod/bg_next_pc.png) no-repeat center top / contain;
}
@media only screen and (max-width: 750px) {
  #tbod .sec-next {
    margin: 19.733vw 0 8vw;
  }
  #tbod .sec-next::before {
    content: "";
    top: -12vw;
    width: 100vw;
    height: 112vw;
    background: url(/img/usr/freepage/tbod/img_kirakira_02_sp.png) no-repeat center / contain;
  }
  #tbod .sec-next .next-schedule {
    height: 33.333vw;
    margin: 10.667vw 0 0;
    padding: 7.466vw 4.8vw 0;
    background-image: url(/img/usr/freepage/tbod/bg_next_sp.png);
  }
}

/*-----------------------------------------
  joinページ
-----------------------------------------*/
#tbod.join .sec-count {
  margin: 60px 0 0;
}
#tbod.join .sec-count .tbod-link {
  margin-top: 25px;
}
#tbod.join .sec-count .count-entry .count-entry-text {
  background: #8a8a8a;
}
#tbod.join .sec-count .count-contents {
  margin-top: 90px;
}
@media only screen and (max-width: 750px) {
  #tbod.join .sec-count {
    margin: 8vw 0 0;
  }
  #tbod.join .sec-count .tbod-link::before,
  #tbod.join .sec-count .tbod-link::after {
    top: auto;
    bottom: 1.333vw;
  }
  #tbod.join .sec-count .count-contents {
    margin-top: 17.6vw;
  }
  #tbod.join .sec-about .tbod-link {
    margin-top: 2.667vw;
  }
}

/*-----------------------------------------
  closeページ
-----------------------------------------*/
#tbod.close .tbod-lead {
  margin: 40px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 30px;
  color: var(--main-color);
}
#tbod.close .tbod-lead .tbod-line {
  font-size: inherit;
}
#tbod.close .sec-count {
  margin: 90px 0 125px;
}
#tbod.close .sec-count .count-contents {
  height: 285px;
  background-image: url(/img/usr/freepage/tbod/bg_close_pc.png);
}
#tbod.close .sec-count .count-contents::before {
  content: url(/img/usr/freepage/tbod/img_kirakira_close_pc.png);
  top: -75px;
  left: 50%;
}
#tbod.close .sec-count .tbod-period {
  margin: 15px 0 0;
}
#tbod.close .sec-count .count-text {
  margin: 12px 0 0;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
#tbod.close .sec-count .count-entry {
  width: 1000px;
  height: 152px;
  margin: 158px auto 0;
}
#tbod.close .sec-count .count-entry:has(a)::after {
  bottom: -18px;
  right: -42px;
  width: 93px;
  height: 93px;
}
#tbod.close .sec-count .count-entry .count-entry-check {
  position: absolute;
  top: -55px;
  left: -25px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 126px;
  height: 126px;
  font-weight: 600;
  font-size: 25px;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: center;
  color: #fff45c;
  background: url(/img/usr/freepage/tbod/icon_wave.png) no-repeat center / contain;
  z-index: 1;
}
#tbod.close .sec-count .count-entry .count-entry-text {
  font-size: 50px;
  text-align: center;
  color: #ffa200;
  background: #fffad7;
  border: 3px solid #ffb258;
  border-radius: 20px;
}
#tbod.close .sec-count .count-entry .count-entry-text span {
  display: block;
  margin: 5px 0 0;
  font-size: 24px;
  line-height: 1.4;
  color: #ffb258;
}
#tbod.close .sec-count .count-entry a::after {
  content: none;
}
@media only screen and (max-width: 750px) {
  #tbod.close .tbod-lead {
    margin: 5.867vw 0 0;
    font-size: 3.2vw;
    line-height: 1.9375;
  }
  #tbod.close .sec-count {
    margin: 10.933vw 0 14.133vw;
  }
  #tbod.close .sec-count .count-contents {
    height: 46.667vw;
    background-image: url(/img/usr/freepage/tbod/bg_close_sp.png);
  }
  #tbod.close .sec-count .count-contents::before {
    content: "";
    top: -8.533vw;
    width: 100vw;
    height: 63.467vw;
    background: url(/img/usr/freepage/tbod/img_kirakira_close_sp.png) no-repeat center / contain;
  }
  #tbod.close .sec-count .tbod-period {
    margin: 2vw 0 0;
  }
  #tbod.close .sec-count .count-text {
    margin: 1.6vw 0 0;
    font-size: 2.933vw;
    line-height: 1.45;
  }
  #tbod.close .sec-count .count-entry {
    width: 100%;
    height: 20.267vw;
    margin: 21.067vw auto 0;
  }
  #tbod.close .sec-count .count-entry:has(a)::after {
    bottom: -8.533vw;
    right: 1.333vw;
    width: 12.4vw;
    height: 12.4vw;
  }
  #tbod.close .sec-count .count-entry .count-entry-check {
    top: -9.6vw;
    left: -1.333vw;
    width: 17.333vw;
    height: 17.333vw;
    font-size: 3.467vw;
  }
  #tbod.close .sec-count .count-entry .count-entry-text {
    font-size: 6.133vw;
    border-width: 0.4vw;
    border-radius: 2.667vw;
  }
  #tbod.close .sec-count .count-entry .count-entry-text span {
    margin: 0;
    font-size: 3.2vw;
  }
}