@charset "UTF-8";
.c-bingo-logout_content {
  display: none;
}

.status--logout .c-bingo-prize-ad,
.status--logout .c-bingo-prize-ver,
.status--logout .c-bingo__note {
  display: none !important;
}
.status--logout .c-bingo-logout_content {
  display: block;
}
@media only screen and (max-width: 767px) {
  .status--logout .c-bingo-logout_content--pc {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .status--logout .c-bingo-logout_content--sp {
    display: none;
  }
}
.status--logout .c-bingo-prize-content {
  position: relative;
}
.status--logout .c-bingo-prize-content:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 43px;
  height: 72px;
  transform: translate(-50%, -50%);
  background: url("/img/renewal2026/campaign/04/2609_bingo/icon-lock.svg") no-repeat 50% 50%;
  background-size: contain;
}
.status--logout .c-bingo-prize-game {
  position: relative;
  pointer-events: none;
  filter: blur(3px);
}
@media only screen and (min-width: 768px) {
  .status--logout .c-bingo-prize-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.c-info-anchor__block .e-txt01 {
  margin-bottom: 10px;
}

.c-keyv-bingo picture {
  display: block;
  margin: 0 auto;
}
.c-keyv-bingo img {
  vertical-align: middle;
}

.c-anchor__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.c-anchor__wrapper > * {
  width: 50%;
}

.c-bingo-prize__sec {
  padding: 15px 0px 25px;
  background-color: #F5F1F0;
}
.c-bingo-prize-info {
  margin-bottom: 20px;
}
.c-bingo-prize-title {
  text-align: center;
  margin-bottom: 17px;
}
.c-bingo-prize-title img {
  max-width: 265px;
}
.c-bingo-prize-ad span {
  color: var(--color-root);
  font-weight: 400;
}
.c-bingo-prize-ad em {
  position: relative;
  display: inline-block;
  font-weight: 700;
  font-size: 1.9rem;
  color: #8E774C;
  z-index: 1;
}
.c-bingo-prize-ad em:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: var(--color-white);
  z-index: -1;
}
.c-bingo-prize-ad em.color--pink {
  color: #BD6CA6;
}
.c-bingo-prize-ad em.color--green {
  color: #54A4A4;
}
.c-bingo-prize-ad em.color--blue {
  color: #5E88B7;
}
.c-bingo-prize-ad--line4 span {
  font-size: 1.9rem;
  font-weight: 700;
  color: var(--color-highlight);
}
.c-bingo-prize-ver img {
  width: 100%;
  vertical-align: middle;
}
.c-bingo-prize-game {
  background-image: url("/campaign/04/2609_bingo/images/bg-bingo-card.webp");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  max-width: 647px;
  margin: 0 auto;
  aspect-ratio: 647/760;
}
.c-bingo-prize-game img {
  width: 100%;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .c-bingo-prize-content {
    margin: 0 auto;
    width: calc(100% - 22px);
  }
}
.c-bingo-board {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  position: absolute;
  top: 13%;
  bottom: 8%;
  left: 5%;
  right: 5%;
  box-sizing: border-box;
  gap: 4px;
}
.c-bingo-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 4px;
}
.c-bingo-product__sec {
  padding: 25px 15px;
  background-color: var(--color-white);
}
.c-bingo-product__content {
  padding: 20px 16px;
  border-radius: 10px;
  background: url("/img/renewal2026/campaign/04/2609_bingo/bg-product.jpg") no-repeat 50% 0%;
  background-size: cover;
}
.c-bingo-product__content-info {
  padding-bottom: 10px;
  display: block;
  text-align: center;
}
.c-bingo-product__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-top: 15px;
}
.c-bingo-product__card {
  --card-width: calc((100vw - 64px - var(--browser-sidebar)) / 2);
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  background: linear-gradient(180deg, transparent var(--card-width), var(--color-white) var(--card-width));
  padding: 15px 20px;
  border-radius: 4px;
  overflow: hidden;
}
.c-bingo-product__card::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 2/1;
  background-color: var(--color-white);
  clip-path: ellipse(50% 100% at 50% 100%);
}
.c-bingo-product__card-order {
  display: none;
  align-items: center;
  justify-content: center;
  line-height: 0;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50% 50% 0 0;
  background-color: #856220;
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--color-white);
  font-family: var(--font-zen-old-mincho);
}
.c-bingo-product__card-order img {
  max-width: 16px;
  height: 20px;
}
.c-bingo-product__card-cate {
  max-width: 62px;
}
.c-bingo-product__card-cate__item {
  display: inline-block;
  margin-right: 5px;
  text-align: center;
  padding: 2px 6px;
  width: 26px;
  height: 26px;
  min-width: 26px;
  border-radius: 50%;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--color-white);
  background-color: #856220;
}
.c-bingo-product__card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-bingo-product__card-content .e-txt05 {
    letter-spacing: -1px;
  }
}
.c-bingo-product__card-title {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 500;
  color: #856220;
  margin-bottom: 10px;
}
.c-bingo-product__card-image {
  margin: 10px 0;
}
.c-bingo-product__card-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-bingo-product__card-image--small {
  max-width: 50%;
}
.c-bingo-product__card--special {
  display: none;
  background: linear-gradient(180deg, transparent var(--card-width), #9F7F5A var(--card-width));
}
.c-bingo-product__card--special::before {
  background-color: #9F7F5A;
}
.c-bingo-product__card--special::after {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/img/renewal2026/campaign/04/2609_bingo/icon-star.svg") no-repeat 50% calc(50% + 25px);
  background-size: min(130px, 32vw) auto;
}
.c-bingo-product__card--special .c-bingo-product__card-order {
  background-color: var(--color-white);
  color: #856220;
}
.c-bingo-product__card--special .c-bingo-product__card-title {
  color: var(--color-white);
}
.c-bingo-product__card--special .c-bingo-product__card-content {
  min-height: calc(var(--card-width) - 25px);
  justify-content: center;
}
.c-bingo-product__card--special .c-bingo-product__card-content .c-bingo-product__card-title {
  margin-bottom: 0px;
}
.c-bingo-product__card-text {
  font-size: 1.4rem;
}
.c-bingo-product__card-large-text {
  width: 109%;
}
@media only screen and (max-width: 767px) {
  .c-bingo-product__card-sp_large {
    width: 106%;
  }
}
.c-bingo-product__note {
  width: 100%;
  text-align: left;
}
.c-bingo-guide__sec {
  background-color: var(--color-white);
  padding: 20px 0px;
  text-align: center;
}
.c-bingo-guide__wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .c-bingo-guide__wrapper {
    text-align: center;
  }
}
.c-bingo-guide__video {
  width: 100%;
  max-width: 245px;
  aspect-ratio: 16/9;
  height: 315px;
  margin: 0 auto;
}
.c-bingo-guide__video iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: 315px;
  border: none;
}
.c-bingo-offers {
  padding: 20px 25px;
  background-color: #F4F1EA;
  border: 1px solid #D9CEB4;
  text-align: center;
  margin-bottom: 20px;
}
.c-bingo-offers__head {
  font-family: var(--font-zen-old-mincho);
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 5px;
}
.c-bingo-offers__title {
  margin-bottom: 15px;
}
.c-bingo-offers__title span {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 0px 5px 15px;
  color: #A50519;
  background: url("/img/renewal2026/campaign/04/2609_bingo/img-line.svg") no-repeat;
  background-position: left 50% bottom -5px;
}
.c-bingo-offers__text {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 10px;
}
.c-bingo-offers__text--highlight {
  font-size: 1.4rem;
  font-weight: 700;
  color: #9F7C54;
}
.c-bingo-offers__notebox {
  display: inline-block;
  margin: 0 auto;
  text-align: left;
}
.c-bingo-offers__points {
  display: inline-block;
  font-weight: 700;
}
.c-bingo-offers__note {
  font-size: 1rem;
  text-indent: -1rem;
  padding-left: 1rem;
}
.c-bingo-offers__achieved {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}
.c-bingo-offers__achieved-title {
  font-family: var(--font-zen-old-mincho);
  font-size: 1.6rem;
  font-weight: 500;
}
.c-bingo-offers__achieved-unit {
  font-family: var(--font-zen-old-mincho);
  font-size: 2.5rem;
  font-weight: 500;
}
.c-bingo-offers__achieved-number {
  min-width: 120px;
  padding: 3px 10px 7px;
  text-align: center;
  background-color: var(--color-white);
  font-size: 4.5rem;
  font-weight: 700;
  color: #9F7C54;
  line-height: 1;
}
.c-bingo-coupon {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  padding: 10px 15px;
  background-color: rgba(255, 255, 255, 0.6);
}
.c-bingo-coupon__title {
  background-color: #B1A28C;
  color: var(--color-white);
  font-size: 1.3rem;
  font-weight: 700;
  padding: 6px 10px;
  text-align: center;
  margin-bottom: 10px;
}
.c-bingo-coupon__item:not(:last-child) {
  margin-bottom: 15px;
}
.c-bingo-coupon__item-title {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}
.c-bingo-coupon__item-text {
  font-size: 1.2rem;
  line-height: 1.4;
  margin-bottom: 5px;
}

.b-visumo-mov__video {
  max-width: 100%;
  margin: 0 auto;
}
.b-visumo-mov__video .hacobune-univideo {
  width: 100%;
  height: 100%;
}
.b-visumo-mov__video .hacobune-unit-video-outline {
  display: none;
}

@media only screen and (min-width: 768px) {
  .c-info-anchor__block {
    padding: 56px 0px;
  }
  .c-info-anchor__block .e-txt01 {
    margin-bottom: 30px;
  }
  .c-anchor__wrapper {
    gap: 32px;
  }
  .c-bingo-prize__sec {
    padding: 50px 0px;
  }
  .c-bingo-prize__wrapper {
    display: flex;
    gap: 40px;
  }
  .c-bingo-prize-info {
    margin-bottom: 0px;
  }
  .c-bingo-prize-content {
    align-self: flex-start;
    min-width: 300px;
  }
  .c-bingo-prize-title {
    text-align: left;
    margin-bottom: 25px;
  }
  .c-bingo-prize-title img {
    max-width: 100%;
  }
  .c-bingo-prize-ad span {
    font-size: 2.6rem;
  }
  .c-bingo-prize-ad em {
    font-size: 2.8rem;
  }
  .c-bingo-prize-ad em:after {
    height: 13px;
  }
  .c-bingo-prize-ad--line4 span {
    font-size: 2.8rem;
  }
  .c-bingo-product__sec {
    padding: 0px;
  }
  .c-bingo-product__content {
    padding: 50px 16px;
    border-radius: 0px;
  }
  .c-bingo-product__content-info {
    padding-bottom: 35px;
    padding-left: 25px;
  }
  .c-bingo-product__list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
    padding-top: 30px;
  }
  .c-bingo-product__card {
    --card-width: calc((100vw - 64px - 24px - var(--browser-sidebar)) / (2*2));
    width: calc((100% - 24px) / 2);
    border-radius: 10px;
  }
  .c-bingo-product__card-content {
    height: 100%;
  }
  .c-bingo-product__card--special {
    display: flex;
  }
  .c-bingo-product__card--special .c-bingo-product__card-content {
    min-height: inherit;
    flex: 1;
  }
  .c-bingo-product__card--special::after {
    background-size: min(300px, 25vw) auto;
  }
  .c-bingo-guide__sec {
    padding: 56px 0px;
  }
  .c-bingo-guide__wrapper {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 40px;
    margin-top: 56px;
  }
  .c-bingo-guide__wrapper .b-visumo-mov__video {
    width: 250px;
    min-width: 250px;
  }
  .c-bingo-guide__video {
    max-width: 250px;
    height: 330px;
  }
  .c-bingo-shopping__sec {
    background: linear-gradient(90deg, #FFFFFF 0%, #F5F1F0 100%);
    padding: 90px 0px;
  }
  .c-bingo-offers {
    margin-bottom: 30px;
  }
  .c-bingo-offers__head {
    font-size: 1.6rem;
  }
  .c-bingo-offers__title span {
    font-size: 2rem;
    padding: 0px 45px 20px;
  }
  .c-bingo-offers__text {
    display: inline-block;
    font-size: 1.7rem;
  }
  .c-bingo-offers__text--highlight {
    display: inline-block;
    font-size: 1.7rem;
    margin-right: 15px;
  }
  .c-bingo-offers__notebox {
    display: inline-block;
    margin: 0 auto;
  }
  .c-bingo-offers__note {
    font-size: 1.2rem;
    margin-top: 10px;
    max-width: 600px;
    text-align: left;
  }
  .c-bingo-offers__achieved-title {
    font-size: 1.8rem;
  }
  .c-bingo-offers__achieved-unit {
    font-size: 2.4rem;
  }
  .c-bingo-offers__achieved-number {
    padding: 10px 10px 12px;
    font-size: 4rem;
  }
  .c-bingo-coupon {
    margin-bottom: 35px;
    padding: 20px 30px;
  }
  .c-bingo-coupon__title {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  .c-bingo-coupon__item {
    display: flex;
    gap: 20px;
  }
  .c-bingo-coupon__item:not(:last-child) {
    margin-bottom: 20px;
  }
  .c-bingo-coupon__item-title {
    font-size: 1.4rem;
    font-weight: 500;
    min-width: 250px;
    margin-bottom: 0px;
    text-align: left;
  }
  .c-bingo-coupon__item-text {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 1024px) {
  .c-bingo-prize__wrapper {
    gap: 80px;
  }
  .c-bingo-prize-content {
    width: 400px;
    min-width: 400px;
  }
  .c-bingo-product__card {
    --card-width: calc((100vw - 64px - 48px - var(--browser-sidebar)) / (3*2));
    width: calc((100% - 48px) / 3);
    gap: 20px;
  }
  .c-bingo-product__card-order {
    display: flex;
    width: 67px;
    min-width: 67px;
    height: 70px;
    min-height: 70px;
    padding-top: 8px;
    font-size: 2.8rem;
  }
  .c-bingo-product__card-content {
    padding: 0;
  }
  .c-bingo-product__card-content .e-txt04 {
    font-size: 1.4rem;
  }
  .c-bingo-product__card-title {
    font-size: 2rem;
    margin-bottom: 4px;
    text-align: center;
  }
  .c-bingo-product__card-image--small {
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  .c-bingo-product__card--special .c-bingo-product__card-title {
    font-size: 2.8rem;
  }
  .c-bingo-guide__wrapper {
    gap: 70px;
  }
}
@media only screen and (min-width: 1260px) {
  .c-bingo-product__card {
    --card-width: calc((1200px - 48px - var(--browser-sidebar)) / (3*2));
  }
}
.c-caution__box {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

/* テストボタン */
.c-testBtn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  padding: 12px 24px;
  background-color: #3f3f3f;
  color: #fff;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
}

.js-testBtn-clicked {
  background-color: #A50519;
}

/* 演出用コンテナのスタイル（画像ごとに複数コンテナを重ねて発火させる） */
.c-particles {
  position: fixed !important;
  bottom: 60px;
  /* ボタンの少し上 */
  left: 0 !important;
  /* 左端から */
  width: 100vw !important;
  /* ★画面の横幅いっぱいに広げて描画キャンバスを広くする */
  height: 100vh !important;
  /* 打ち上がる高さのエリア */
  pointer-events: none;
  z-index: 2147483647 !important;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

/* クラスがついた時だけ表示する */
.c-particles.is-active {
  opacity: 1;
  visibility: visible;
}

/* particles.jsが生成するcanvas要素そのものを強制的に透明にする */
.particles-js-canvas-el {
  background: transparent !important;
  background-color: transparent !important;
}

.e-textbox-02__link {
  text-decoration: none;
  margin-bottom: 20px;
}
.e-textbox-02__link--txt {
  color: #2c2c2c;
}
.e-textbox-02__link--txt::after {
  content: ">";
  display: inline-block;
  margin-left: 4px;
  font-weight: 700;
}
.e-textbox-02__link--txt:hover {
  color: #A50519;
}/*# sourceMappingURL=bingo.min.css.map */
