@charset "UTF-8";
/* google font */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Roboto:ital,wght@0,500;0,700;1,400&display=swap");
/* ============================================================
  PC stylesheet (BEM)  - default layout for >=744px 相当
============================================================ */
/* ---------- base ---------- */
html {
  box-sizing: border-box;
  font-size: calc(10 * (100vw / 1260));
}
@media (min-width: 1260px) {
  html {
    font-size: 10px;
  }
}
*, *::before, *::after {
  box-sizing: inherit;
}
body {
  margin: 0;
  padding: 0;
  color: #000;
  background: #fff;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt"1;
  overflow-x: hidden
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom
}
a {
  color: #3592E6;
  text-decoration: none
}
a > span {
  border-bottom: 1px solid #3592e6
}
a:hover {
  opacity: .8
}
a.blank::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../img/blank-b.svg) center/contain no-repeat;
  vertical-align: -10%;
  margin-left: .25em
}
a.mail {
  color: #000;
  text-decoration: none
}
.text--red {
  color: #E60020;
}
.u-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  border: 0 !important;
  padding: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  overflow: hidden !important;
  white-space: nowrap !important
}
.spOnly{
  display: none;
}
.pcOnly{
  display: block;
}
.mb_1em{
  margin-bottom: 1.4rem;
}
/* ---------- header ---------- */
.header__title {
  width: 100%;
  max-width: 1260px;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.header__titleInner, .header__visual {
  display: block;
  max-width: 1260px;
  margin: 0 auto
}
.header__titleImage img, .header__visualImage img {
  display: block
}
/* ---------- container ---------- */ 
:root {
  --container-w: min(1080px, 90vw)
}
.main {
  max-width: 1260px;
  width: 100%;
  margin-inline: auto;
  margin-block: 0;
  padding-block-end: 10.4rem;
  background: #E9E9EF;
}
.main__article{
  width: 108rem;
  margin-inline: 9rem;
  font-size: 1.4rem;
  text-align: left;
}

.main > .prize, .main > .target, .main > .steps, .main > .terms {
  width: var(--container-w);
  margin: 2.7rem auto 0;
  text-align: left
}
.main > .prize:first-child {
  margin-top: 20px
}
/* 共通見出し */
.prize__heading, .target__heading, .steps__heading, .terms__heading {
  width: 100%;
  background: #656161;
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
  padding: .4em 0;
  letter-spacing: 0.4rem;
  text-align: center
}
/* ---------- prize ---------- */
.prize__figure{
  margin-top: 4rem;
}
.prize__wchanceWrap{
  width: 62rem;
  display: grid;
  grid-template-columns: 19.267rem auto;
  place-items: center start;
  column-gap: 1.5rem;
  margin-top: 2.75rem;
  margin-inline: auto;
}
.prize__wchanceimage{
  width: 18.267rem;
}
.prize__wchancetext{
  text-align: left;
  line-height: 1.39;
}
.prize__wchancelead{
  font-size: 3.6rem;
  font-weight: bold;
  color: #171C61;
}
.prize__wchancenote{
  font-size: 1.2rem;
  color: #000;
  margin-top: 2rem;
  text-align: left;
}
.prize__ctawrap{
  width: 100%;
  display: grid; 
  grid-template-columns: 1fr 1fr;
  column-gap: 3rem;
  margin-top: 2.6rem;
}
.prize__cta {
  width: 100%;
}
.prize__cta--gachaLink{
  display: block;
  background: linear-gradient(to bottom, #F8ACAC, #D12F2F);
  border-radius: 10px;
}
.prize__ctaLink {
  display: block;
  background: linear-gradient(to bottom, #666CBC, #0E112F);
  border-radius: 10px;
}
.prize__cta--gacha .prize__ctaImage {
  margin-top: -2.6rem;
}
.prize__proofNote {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 4.9rem;
}
.prize__proofLink {
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 3;
  width: 53.8rem;
  min-width: 18em;
  margin: 2.3rem auto 0;
}
.prize__proofLink a {
  display: block;
  color: #fff;
  background: #171C61;
  border-radius: 10px;
  background-image: url(../img/arrow_r.svg);
  background-size: 1.2rem auto;
  background-position: 93% 50%;
  background-repeat: no-repeat;
}
.prize__caseOnlyWrap {
  width: 100%;
  margin-top: 3.6rem;
  padding-block-start: 3.7rem;
  border: solid 2px #171C61;
}
.prize__caseOnlyNote {
  text-align: center;
  font-size: 1.8rem;
  font-weight: normal;
}
.prize__caseOnlyNote .text--red {
  font-weight: bold;  
}
.prize__caseOnlyAtt{
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  margin-top: 1.8rem;
  margin-bottom: 4rem;
}
.__underline{
  text-decoration: underline solid 2px #E60020;
  text-underline-offset: 0.7rem;

}
.prize__period {
  margin-top: 75px;
  padding-right: 17%
}
/* ---------- target---------- */
.target {
    display: grid;
    grid-template-columns: auto 51.2rem;
    grid-template-rows: auto 19.3rem auto;
    background-color: #fff;
    border: solid 1px #707070;
    place-items: center center;
}
.target__heading{
  width:53.8rem;
  background-color: #fff;
  color: #000;
  font-size: 3.3rem;
  padding-block: 1.2rem;
  letter-spacing: 0.4rem;
  line-height: 1;
  font-weight: normal;
  border: solid 1px #000;
  margin-top: 3rem;
  margin-left: 3rem;
  padding-block: 1.2rem;
}    

.target__logo {
    grid-column-start: 1;
    grid-row-start: 2;
    margin-left: 3rem;
}
.target__logoImage img{
  width: 30.076rem;
}
.target__Image {
    grid-row: span 4 / span 4;
    grid-column-start: 2;
    grid-row-start: 1;
}
.target__itemImage img{
  width: 26.6rem;
}
.target__buttons {
  grid-row-start: 3;
  margin-left: 3rem;
}
.target__buttonLink {
  display: block;
  width: 53.8rem;
  background: #171C61;
  color: #fff;
  text-align: center;
  font-size: 2.6rem;
  font-weight: bolder;
  border-radius: 10px;
  line-height: 1.2;
  padding: 1.2em 0; 
  margin-bottom: 3rem;
  background-image: url(../img/blank-w.png);
  background-size: 2.349rem auto;
  background-position: 93% 50%;
  background-repeat: no-repeat;
}
.target__buttonLink:first-of-type {
  margin-bottom: 1.6rem;
}


/* ---------- steps ---------- */
.steps__list, .steps__item {
  list-style: none;
  padding: 0;
  margin: 0
}
.steps__list {
  display: flex;
  flex-wrap: wrap;
  margin: 3.6rem 0 0
}
.steps__item {
  width: 100%;
  background: #FFF;
  margin-top: 2rem;
  display: grid;
  grid-template-columns: 43.6rem auto;
}
.steps__item:first-child {
  margin-top: 0
}
.steps__imageWrap {
  width: 34.9rem
}
.steps__text {
  font-size: 1.8rem;
  font-weight: bold;
  width: 53.8rem;
  margin-top: 4rem;
}
.steps__lead {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.67;
}
.steps__lead__image{
  margin-top: 2.6rem;
}

.steps__item--middle .steps__text{
  margin-block: 11rem;
}

.steps__action.steps__action--gacha {
  display: block;
  width: 53.8rem;
  font-size: 2.5rem;
  line-height: 1.2;
  margin: 3.1rem 0 0.9rem;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  border-radius: 10px;
  background: linear-gradient(to bottom, #F8ACAC, #D12F2F);
}
.steps__linksBigItem .steps__action.steps__action--gacha{
  background: linear-gradient(to bottom, #666CBC, #0E112F);
}
.steps__action.steps__action--reissue{
  display: block;
  width: fit-content;
  margin-inline:auto;
  margin-bottom: 3.2rem;
  
}
.steps__actionText{
  font-size: 1.6rem;
  color: #3592E6;
  text-align: center;
}
.steps__actionText::after {
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  background: url(../img/blank_B.svg) center/contain no-repeat;
  vertical-align: -5%;
  margin-left: .25em
}
.steps__note {
  margin: .5em 0 0;
  font-size: 1.4rem;
  font-weight: normal;
}
.steps__text--last.steps__text{
  margin-block-start: 2.2rem;
}
.steps__links {
  margin-block-end: 2.4rem;
}
.steps__linksItem {
  width: 33rem;
  margin-inline: auto;
  margin-block-start: 2.5rem;
}
.steps__linksItem.steps__linksItem__text{
  width: 100%;
}
.steps__link.btm {
  display: block;
  width: 100%;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 0;
  padding: 1.8rem 0;
  text-align: center;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  background: #171C61;
  background-image: url(../img/arrow_r.svg);
  background-size: auto 40%;
  background-position: 95% 50%;
  background-repeat: no-repeat;
}

/* （任意）促進枠 */
.steps__promo {
  width: 100%;
  margin-top: 20px;
  padding: 15px;
  box-sizing: border-box;
  background: linear-gradient(to bottom, #550c80, #841a86)
}
.steps__promoInner {
  padding-right: 26%;
  background: url("../img/step_g.png") right top/contain no-repeat
}
.steps__promo p {
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  letter-spacing: .09em;
  margin: 0
}
.steps__promo p span {
  color: #FF0
}
.steps__promo p.steps__promoSub {
  font-size: 18px;
  font-weight: normal;
  margin-top: 1em
}
/* ---------- terms ---------- */
.terms__article {
  text-align: left;
}
.terms__list {
  display: block;
  max-width: 1080px;
  width: auto;
  margin: 1em 0 0;
  padding-block-end: 3.9rem;
}
.terms__term {
  font-weight: 700;
  font-size: 2rem;
  margin-block: 1.9rem;
}
.terms__desc {
  padding-bottom: 2.6rem;
  border-bottom: 1px solid #000;
  font-size: 1.6rem;
  line-height: 1.56;
}
.terms__subheading {
  margin-top: 1.5em;
  font-weight: 700
}
.terms__notes {
  text-align: left;
  padding-left: 1.5em
}
.terms__notesItem {
  margin: .4em 0
}
.terms__contact {
  margin-top: 1em
}
.terms__contactLine {
  margin: .4em 0
}
.terms__contactNote {
  margin: .2em 0
}
/*----------- campaign ----------*/
.campaign__wrap{
  width: 108rem;
  background-color: #FFF;
  border-radius: 0 0 2.5rem 2.5rem;
  border: solid 1px #E40020;
  border-top: none;
  margin-inline: auto;
}
.campaign__image img{
  width: 108rem;
}
.campaign__article{
  width: 96rem;
  margin-inline: auto;
}
.campaign__article__innertext{
  font-size: 2.3rem;
  letter-spacing: 1px;
  font-weight: bold;
  line-height: 1.96;
  text-align: left;
  padding-block-start: 3.1rem;
}
.campaign__wrap__period{
  width: fit-content;
  margin-inline-start: 0;
  margin-block: 4rem 3.6rem;
}
.campaign__wrap__period__image img{
  width: 80.6rem;
}
.campaign__wrap__list{
  text-align: left;
}
.campaign__wrap__listterm{
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.25;
  margin-block-end: 1.9rem;
}
.campaign__wrap__listdescription{
  font-size: 1.6rem;
  line-height: 1.56;
  margin-block-end: 2.9rem;
  padding-block-end: 2rem;
  border-bottom: solid 1px #000;
}
.campaign__wrap__listdescription:last-of-type{
  border-bottom: none;
  margin-block-end: 0;
  padding-block-end: 0;
}

.campaign__links{
  width: 100%;
  margin-block: 3.6rem 4.1rem;
  margin-inline: auto;
}
.campaign__linksItem__image{
  width: 100%;
  margin-block-end: 3.1rem;
}
.campaign__linksItem{
  width: 33rem;
  margin-inline: auto;
}
.campaign__linksItem.campaign__linksItem__text{
  width: 100%;
  text-align: center;
}

.campaign__link.btm{
  display: block;
  width: 100%;
  font-size: 1.8rem;
  font-weight: bolder;
  line-height: 1.2;
  margin: 0;
  padding: 1.8rem 0;
  text-align: center;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  background: #171C61;
  background-image: url(../img/arrow_r.svg);
  background-size: auto 47%;
  background-position: 95% 50%;
  background-repeat: no-repeat;
}
/* ---------- notice ---------- */
.notice{
  width: 108rem;
  max-width: 1080px;
  margin-inline: auto;
}
.notice__heading{
  font-size: 2rem;
  text-align: left;
  margin-block: 5.6rem 1.9rem;
}
.notice__list {
  list-style: none;
  padding-block-end: 2.6rem;
  margin: 0;
  text-align: left;
  margin-inline: auto;
  border-bottom: 1px solid #000;
}
.notice__listItem {
  font-size: 1.6rem;
  line-height: 1.56;
  text-indent: -1em;
  padding-left: 1em;
}
/* ---------- contact ---------- */
.contact{
  width: 108rem;
  max-width: 1080px;
  margin-inline: auto;
}
.contact__heading{
  font-size: 2rem;
  text-align: left;
  margin-block: 2rem 1.9rem;
}
.contact__list {
  list-style: none;
  padding-block-end: 2.6rem;
  margin: 0;
  text-align: left;
  margin-inline: auto;
  border-bottom: 1px solid #000;
}
.contact__listItem {
  font-size: 1.6rem;
  line-height: 1.56;
  text-indent: -1em;
  padding-left: 1em;
}
/* ---------- footer ---------- */
.footer {
  padding: 4.7rem 0;
  background: #2e2e2e;
  color: #fff;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}
.footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
  padding: 0 20px
}
.footer__inner p {
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}
.footer__inner p + p {
  margin-top: 1em
}
.footer__logo {
  width: 307px;
  margin: 0 0 65px;
  line-height: 0
}
/*1202公開予告ページ用*/
 .yokoku251202 .gray{
  filter: grayscale(100%);
  opacity: 0.7;
}
.disabled{
  pointer-events: none;
}
.steps__text.first{
  margin-block: 10rem;
}
/**/
/* ▼ グレー化は .gray 全体ではなく、ボタン画像だけにかける */
.yokoku251202 .prize__cta.graymode picture,
.yokoku251202 .prize__cta.graymode img {
  filter: grayscale(100%);
  opacity: 0.7;
}


/* ▼ ここから Coming Soon オーバーレイ周り */
.prize__cta.graymode a.disabled {
  position: relative;
}

/* 背景を少し白で飛ばしてトーンダウン（Coming Soon にはかからない） */
.prize__cta.graymode a.disabled::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.35); /* 好みで濃さ調整 */
  z-index: 1;
}

/* Coming Soon 画像（最前面・フルカラー） */
.prize__cta.graymode a.disabled::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-8deg);

  width: 280.17px;   /* 画像サイズに合わせる */
  height: 96.22px;   /* 画像サイズに合わせる */

  background-image: url("../img/comingsoon.png"); /* ファイル名注意: comming → coming */
  background-size: contain;
  background-repeat: no-repeat;

  z-index: 5;
  pointer-events: none;
}

.yokoku251202 .prize__cta.graymode .prize__cta--gachaLink.disabled,.yokoku251202 .prize__cta.graymode .prize__ctaLink.disabled{
    background: linear-gradient(to bottom, #949494, #3d3d3d);
}