@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@400;700&display=swap");
/* Document
 * ========================================================================== */
/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Backgrounds do not repeat by default (opinionated).
 */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  background-repeat: no-repeat; /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Breaks words to prevent overflow in all browsers (opinionated).
 * 4. Use a 4-space tab width in all browsers (opinionated).
 * 5. Remove the grey highlight on links in iOS (opinionated).
 * 6. Prevent adjustments of font size after orientation changes in iOS.
 */
:where(:root) {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  overflow-wrap: break-word; /* 3 */
  -moz-tab-size: 4; /* 4 */
  -o-tab-size: 4;
     tab-size: 4; /* 4 */
  -webkit-tap-highlight-color: transparent; /* 5 */
  -webkit-text-size-adjust: 100%; /* 6 */
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%; /* 6 */
}

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
:where(body) {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
:where(h1) {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, and Safari.
 */
:where(dl, ol, ul) :where(dl, ol, ul) {
  margin: 0;
}

/**
 * 1. Correct the inheritance of border color in Firefox.
 * 2. Add the correct box sizing in Firefox.
 */
:where(hr) {
  color: inherit; /* 1 */
  height: 0; /* 2 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
:where(nav) :where(ol, ul) {
  list-style-type: none;
  padding: 0;
}

/**
 * Prevent VoiceOver from ignoring list semantics in Safari (opinionated).
 */
:where(nav li)::before {
  content: "​";
  float: left;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 * 3. Prevent overflow of the container in all browsers (opinionated).
 */
:where(pre) {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
  overflow: auto; /* 3 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Add the correct text decoration in Safari.
 */
:where(abbr[title]) {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
:where(b, strong) {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
:where(code, kbd, samp) {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
:where(small) {
  font-size: 80%;
}

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
:where(audio, canvas, iframe, img, svg, video) {
  vertical-align: middle;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
:where(iframe) {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
:where(svg:not([fill])) {
  fill: currentColor;
}

/* Tabular data
 * ========================================================================== */
/**
 * 1. Collapse border spacing in all browsers (opinionated).
 * 2. Correct table border color in Chrome, Edge, and Safari.
 * 3. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */
:where(table) {
  border-collapse: collapse; /* 1 */
  border-color: currentColor; /* 2 */
  text-indent: 0; /* 3 */
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
:where(button, input, select) {
  margin: 0;
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
:where(button, [type=button i], [type=reset i], [type=submit i]) {
  -webkit-appearance: button;
}

/**
 * Change the inconsistent appearance in all browsers (opinionated).
 */
:where(fieldset) {
  border: 1px solid #a0a0a0;
}

/**
 * Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
:where(progress) {
  vertical-align: baseline;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 3. Change the resize direction in all browsers (opinionated).
 */
:where(textarea) {
  margin: 0; /* 1 */
  resize: vertical; /* 3 */
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
:where([type=search i]) {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct styles in Safari.
 */
:where(dialog) {
  background-color: white;
  border: solid;
  color: black;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

:where(dialog:not([open])) {
  display: none;
}

/*
 * Add the correct display in Safari.
 */
:where(details > summary:first-of-type) {
  display: list-item;
}

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
:where([aria-busy=true i]) {
  cursor: progress;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
:where([aria-disabled=true i], [disabled]) {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
:where([aria-hidden=false i][hidden]) {
  display: initial;
}

:where([aria-hidden=false i][hidden]:not(:focus)) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

.campaign h1, .campaign h2, .campaign h3, .campaign h4, .campaign h5, .campaign h6, .campaign p, .campaign ol, .campaign ul, .campaign dl, .campaign table {
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  body::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    background: #000 url("../img//bg-body-sp.jpg") 0 0 no-repeat;
    background-size: cover;
    width: 100%;
    height: 100svh;
  }
  body #wp {
    position: relative;
    z-index: 2;
  }
  body #contents {
    background-color: transparent;
  }
}
.campaign {
  line-height: 1.8;
  color: #fff;
  font-family: "Noto Serif JP" , "Hiragino Mincho ProN W3" , "ヒラギノ明朝 ProN W3" , "Hiragino Mincho ProN" , "HG明朝E" , "ＭＳ Ｐ明朝" , "ＭＳ 明朝" , serif;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (min-width: 768px) {
  .campaign {
    background: #000 url("../img//bg-body.jpg") center center no-repeat;
    background-attachment: fixed;
    background-size: cover;
    font-size: toRem(24);
  }
}

.campaign a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}
.campaign a:hover {
  color: inherit;
  text-decoration: none;
}
.campaign a:active {
  color: inherit;
  text-decoration: none;
}
.campaign a:visited {
  color: inherit;
  text-decoration: none;
}

.campaign b, .campaign strong {
  font-weight: bolder;
}
.campaign small {
  font-size: 80%;
}
.campaign audio, .campaign canvas, .campaign iframe, .campaign img, .campaign svg, .campaign video {
  vertical-align: top;
}
.campaign iframe {
  border-style: none;
}
.campaign img {
  border-style: none;
  max-width: 100%;
  height: auto;
}
.campaign ol, .campaign ul {
  list-style: none;
  padding: 0;
}
.campaign dd {
  margin-left: 0;
}
.campaign table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.fancybox__container {
  --fancybox-bg: rgba(0,0,0,.9);
}

.f-button.is-close-btn {
  background: url("../img//btn_close.png") no-repeat 0 0/100% auto;
  cursor: pointer;
  border-radius: 0;
}
.f-button.is-close-btn svg {
  display: none;
}
@media (max-width: 767px) {
  .f-button.is-close-btn {
    top: -10.6666666667vw !important;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
@media (min-width: 768px) {
  .f-button.is-close-btn {
    top: -60px !important;
    width: 60px;
    height: 60px;
  }
}

.f-button.is-next,
.f-button.is-prev {
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.f-button.is-next svg,
.f-button.is-prev svg {
  display: none;
}
.f-button.is-next::before,
.f-button.is-prev::before {
  display: none;
}
@media (max-width: 767px) {
  .f-button.is-next,
  .f-button.is-prev {
    width: 9.7333333333vw;
    aspect-ratio: 73/80;
  }
}
@media (min-width: 768px) {
  .f-button.is-next,
  .f-button.is-prev {
    width: 73px;
    height: 80px;
  }
}

.f-button.is-next {
  background-image: url("../img//icon-arrow-next.png");
}

.f-button.is-prev {
  background-image: url("../img//icon-arrow-prev.png");
}

.campaign {
  overflow-x: hidden;
}
@media (min-width: 768px) {
  .campaign {
    min-width: 1200px;
  }
}
.campaign__inner {
  position: relative;
  z-index: 2;
}
.campaign img {
  max-width: 100%;
  height: auto;
}
.campaign .campaign-section-heading {
  margin-right: auto;
  margin-left: auto;
  background-size: 100% auto;
}
@media (max-width: 767px) {
  .campaign .campaign-section-heading.-flow {
    margin-bottom: 6.6666666667vw;
    background-image: url("../img//title-index-flow.png");
    width: 52.4vw;
    aspect-ratio: 393/122;
  }
  .campaign .campaign-section-heading.-present {
    background-image: url("../img//title-index-present.png");
    width: 74.8vw;
    aspect-ratio: 561/119;
  }
  .campaign .campaign-section-heading.-rules {
    background-image: url("../img//title-index-rules.png");
    width: 52.4vw;
    aspect-ratio: 393/108;
  }
  .campaign .campaign-section-heading.-special {
    background-image: url("../img//title-index-special-sp.png");
    width: 74.9333333333vw;
    aspect-ratio: 562/179;
  }
}
@media (min-width: 768px) {
  .campaign .campaign-section-heading.-flow {
    margin-bottom: 40px;
    background-image: url("../img//title-index-flow.png");
    aspect-ratio: 788/247;
    width: 394px;
  }
  .campaign .campaign-section-heading.-present {
    background-image: url("../img//title-index-present.png");
    aspect-ratio: 1124/241;
    width: 562px;
  }
  .campaign .campaign-section-heading.-rules {
    margin-bottom: 40px;
    background-image: url("../img//title-index-rules.png");
    aspect-ratio: 788/217;
    width: 394px;
  }
  .campaign .campaign-section-heading.-special {
    background-image: url("../img//title-index-special.png");
    aspect-ratio: 1728/221;
    width: 864px;
  }
}
.campaign .campaign-intro__logo {
  text-align: center;
}
.campaign .campaign-intro__title {
  margin-right: auto;
  margin-left: auto;
  background-size: 100% auto;
  aspect-ratio: 1848/198;
}
.campaign .campaign-intro__date {
  margin-right: auto;
  margin-left: auto;
  background-image: url("../img//img-intro-date.png");
  background-size: 100% auto;
  aspect-ratio: 1848/198;
}
.campaign .campaign-intro__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: auto;
  margin-left: auto;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
}
.campaign .campaign-intro__btn-follow, .campaign .campaign-intro__btn-howto {
  display: block;
  background-size: 100% auto;
  -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.7));
          filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.7));
}
@media (max-width: 767px) {
  .campaign .campaign-intro {
    margin-bottom: 22.6666666667vw;
    background: url("../img//img-index-main-sp.png") center top no-repeat;
    background-size: 100% auto;
  }
  .webp .campaign .campaign-intro {
    background-image: url("../img//img-index-main-sp.webp");
  }
  .campaign .campaign-intro__container {
    padding-top: 26.9333333333vw;
  }
  .campaign .campaign-intro__logo img {
    width: 70.2666666667vw;
  }
  .campaign .campaign-intro__title {
    background-image: url("../img//title-index-main-sp.png");
    width: 100%;
    aspect-ratio: 744/267;
  }
  .campaign .campaign-intro__date {
    margin-bottom: 1.0666666667vw;
    width: 95.8666666667vw;
  }
  .campaign .campaign-intro__text {
    width: 95.8666666667vw;
    height: 41.2vw;
    font-size: 4vw;
    line-height: 1.55;
  }
  .campaign .campaign-intro__btn-follow, .campaign .campaign-intro__btn-howto {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
    width: 78.8vw;
    height: 14.2666666667vw;
  }
  .campaign .campaign-intro__btn-follow {
    background-image: url("../img//btn-index-intro-follow-off.png");
  }
  .campaign .campaign-intro__btn-howto {
    background-image: url("../img//btn-index-intro-howto-off.png");
  }
}
@media (min-width: 768px) {
  .campaign .campaign-intro {
    background: url("../img//img-index-main.png") center top no-repeat;
    background-size: 1920px auto;
    padding-top: 34px;
    height: 1431px;
  }
  .webp .campaign .campaign-intro {
    background-image: url("../img//img-index-main.webp");
  }
  .campaign .campaign-intro__logo {
    text-align: center;
  }
  .campaign .campaign-intro__logo img {
    width: 630px;
  }
  .campaign .campaign-intro__title {
    margin-bottom: 28px;
    background-image: url("../img//title-index-main.png");
    width: 100%;
    max-width: 1809px;
    aspect-ratio: 3619/552;
  }
  .campaign .campaign-intro__date {
    margin-bottom: 13px;
    width: 924px;
  }
  .campaign .campaign-intro__text {
    margin-bottom: 16px;
    width: 924px;
    height: 205px;
    letter-spacing: -1px;
    font-size: 24px;
    line-height: 50px;
  }
  .campaign .campaign-intro__buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 17px;
       -moz-column-gap: 17px;
            column-gap: 17px;
  }
  .campaign .campaign-intro__btn-follow, .campaign .campaign-intro__btn-howto {
    width: 494px;
    height: 91px;
  }
  .campaign .campaign-intro__btn-follow::after, .campaign .campaign-intro__btn-howto::after {
    content: "";
    display: block;
    background-size: 100% auto;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
  }
  .campaign .campaign-intro__btn-follow:hover::after, .campaign .campaign-intro__btn-howto:hover::after {
    opacity: 1;
  }
  .campaign .campaign-intro__btn-follow {
    background-image: url("../img//btn-index-intro-follow-off.png");
  }
  .campaign .campaign-intro__btn-follow::after {
    background-image: url("../img//btn-index-intro-follow-on.png");
  }
  .campaign .campaign-intro__btn-howto {
    background-image: url("../img//btn-index-intro-howto-off.png");
  }
  .campaign .campaign-intro__btn-howto::after {
    background-image: url("../img//btn-index-intro-howto-on.png");
  }
}
@media (max-width: 767px) {
  .campaign .campaign-flow {
    margin-bottom: 17.8666666667vw;
  }
  .campaign .campaign-flow__content {
    margin-right: auto;
    margin-left: auto;
    width: 97.8666666667vw;
  }
  .campaign .campaign-flow__item {
    padding: 6vw 9.8666666667vw;
    background-size: 100% auto;
  }
  .campaign .campaign-flow__item:nth-child(1) {
    background-image: url("../img//bg-index-flow-item-01-sp.png");
    height: 50vw;
  }
  .campaign .campaign-flow__item:nth-child(2) {
    background-image: url("../img//bg-index-flow-item-02-sp.png");
    height: 61.6vw;
  }
  .campaign .campaign-flow__item:nth-child(3) {
    background-image: url("../img//bg-index-flow-item-03-sp.png");
    height: 41.7333333333vw;
  }
  .campaign .campaign-flow__num {
    text-align: center;
  }
  .campaign .campaign-flow__num img {
    width: 13.4666666667vw;
    aspect-ratio: 198/178;
  }
  .campaign .campaign-flow__text {
    margin-top: 1em;
    margin-bottom: 1em;
    line-height: 1.4667;
    font-size: 3.7333333333vw;
    white-space: nowrap;
  }
  .campaign .campaign-flow__button {
    text-align: center;
  }
  .campaign .campaign-flow__btn-follow, .campaign .campaign-flow__btn-post {
    display: inline-block;
    background-size: 100% auto;
    width: 33.0666666667vw;
    aspect-ratio: 496/148;
    vertical-align: top;
  }
  .campaign .campaign-flow__btn-follow {
    background-image: url("../img//btn-index-flow-follow-off.png");
  }
  .campaign .campaign-flow__btn-post {
    background-image: url("../img//btn-index-flow-post-off.png");
  }
}
@media (min-width: 768px) {
  .campaign .campaign-flow {
    margin-bottom: 110px;
  }
  .campaign .campaign-flow__content {
    margin-right: auto;
    margin-left: auto;
    width: 1000px;
  }
  .campaign .campaign-flow__item {
    margin-bottom: 10px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 186px;
  }
  .campaign .campaign-flow__item:nth-child(1) {
    background-image: url("../img//bg-index-flow-item-01.png");
  }
  .campaign .campaign-flow__item:nth-child(2) {
    background-image: url("../img//bg-index-flow-item-02.png");
  }
  .campaign .campaign-flow__item:nth-child(3) {
    background-image: url("../img//bg-index-flow-item-03.png");
  }
  .campaign .campaign-flow__item:last-child {
    margin-bottom: 0;
    height: 166px;
  }
  .campaign .campaign-flow__item:last-child .campaign-flow__item-inner {
    padding-bottom: 30px;
  }
  .campaign .campaign-flow__item-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px 30px 50px 30px;
    height: 100%;
  }
  .campaign .campaign-flow__num {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 99px;
        -ms-flex: 0 0 99px;
            flex: 0 0 99px;
  }
  .campaign .campaign-flow__num img {
    width: 99px;
  }
  .campaign .campaign-flow__text {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-left: 65px;
    font-size: 24px;
    line-height: 36px;
  }
  .campaign .campaign-flow__button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 244px;
        -ms-flex: 0 0 244px;
            flex: 0 0 244px;
  }
  .campaign .campaign-flow__btn-follow, .campaign .campaign-flow__btn-post {
    display: block;
    background-size: 100% auto;
    width: 248px;
    height: 74px;
    -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.7));
            filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.7));
  }
  .campaign .campaign-flow__btn-follow::after, .campaign .campaign-flow__btn-post::after {
    content: "";
    display: block;
    background-size: 100% auto;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
  }
  .campaign .campaign-flow__btn-follow:hover::after, .campaign .campaign-flow__btn-post:hover::after {
    opacity: 1;
  }
  .campaign .campaign-flow__btn-follow {
    background-image: url("../img//btn-index-flow-follow-off.png");
  }
  .campaign .campaign-flow__btn-follow::after {
    background-image: url("../img//btn-index-flow-follow-on.png");
  }
  .campaign .campaign-flow__btn-post {
    background-image: url("../img//btn-index-flow-post-off.png");
  }
  .campaign .campaign-flow__btn-post::after {
    background-image: url("../img//btn-index-flow-post-on.png");
  }
}
.campaign .campaign-present__container {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
.campaign .campaign-present__text {
  margin-right: auto;
  margin-left: auto;
  background-size: 100% auto;
}
@media (max-width: 767px) {
  .campaign .campaign-present {
    margin-bottom: 18.1333333333vw;
    background: url("../img//bg-index-present-sp.png") center top no-repeat;
    background-size: 100% 100%;
    height: 218.4vw;
  }
  .campaign .campaign-present__container {
    padding-top: 10.9333333333vw;
  }
  .campaign .campaign-present__text {
    margin-top: 3.7333333333vw;
    background-image: url("../img//img-index-present-text-sp.png");
    width: 100%;
    aspect-ratio: 746/244;
  }
  .campaign .campaign-present__img01 img {
    width: 100%;
  }
  .campaign .campaign-present__img02 {
    position: absolute;
    top: 122.6666666667vw;
  }
  .campaign .campaign-present__img03 {
    position: absolute;
    top: 145.3333333333vw;
  }
}
@media (min-width: 768px) {
  .campaign .campaign-present {
    margin-bottom: 95px;
    background: url("../img//bg-index-present.png") center top no-repeat;
    background-size: auto 100%;
  }
  .campaign .campaign-present__container {
    padding-top: 102px;
    max-width: 1200px;
    height: 1317px;
  }
  .campaign .campaign-present__text {
    margin-top: 35px;
    background-image: url("../img//img-index-present-text.png");
    width: 797px;
    aspect-ratio: 1595/297;
  }
  .campaign .campaign-present__img01 {
    margin-top: -40px;
  }
  .campaign .campaign-present__img01 img {
    width: 100%;
  }
  .campaign .campaign-present__img02 {
    position: absolute;
    bottom: 94px;
    left: 33px;
  }
  .campaign .campaign-present__img02 img {
    width: 937px;
  }
  .campaign .campaign-present__img03 {
    position: absolute;
    right: 16px;
    bottom: 74px;
    text-align: right;
  }
  .campaign .campaign-present__img03 img {
    width: 872px;
  }
}
.campaign .campaign-rules {
  word-break: break-all;
}
.campaign .campaign-rules__content {
  border: 89px solid #000;
  -webkit-border-image: url("../img//bg-border.png") 178 repeat repeat;
       -o-border-image: url("../img//bg-border.png") 178 repeat repeat;
          border-image: url("../img//bg-border.png") 178 repeat repeat;
  font-family: "Noto Sans JP" , "ヒラギノ角ゴシック Pro" , "Hiragino Kaku Gothic Pro" , メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
.campaign .campaign-rules__content ul,
.campaign .campaign-rules__content ol {
  margin-bottom: 1em;
}
.campaign .campaign-rules__content ul > li,
.campaign .campaign-rules__content ol > li {
  padding-left: 1em;
  text-indent: -1em;
}
.campaign .campaign-rules__content .num {
  list-style: outside decimal;
  padding-left: 1.25em;
}
.campaign .campaign-rules__content-inner {
  background-color: #000;
  padding-bottom: 1px;
}
.campaign .campaign-rules__title {
  text-align: center;
}
.campaign .campaign-rules a {
  color: #00d8ff;
  text-decoration: underline;
}
.campaign .campaign-rules a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .campaign .campaign-rules {
    margin-bottom: 15.4666666667vw;
  }
  .campaign .campaign-rules__container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 2vw;
    padding-left: 2vw;
  }
  .campaign .campaign-rules__content {
    overflow-y: scroll;
    margin-top: 5.3333333333vw;
    border-width: 10.4vw;
    font-size: 2.9333333333vw;
    line-height: 1.4545;
    height: 350px;
  }
  .campaign .campaign-rules__content dd {
    margin-bottom: 1em;
  }
  .campaign .campaign-rules__title, .campaign .campaign-rules__lead {
    margin-bottom: 1em;
  }
}
@media (min-width: 768px) {
  .campaign .campaign-rules {
    margin-bottom: 150px;
  }
  .campaign .campaign-rules__container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 82px;
    padding-left: 82px;
    max-width: 1200px;
  }
  .campaign .campaign-rules__content {
    overflow-y: scroll;
    font-size: 18px;
    line-height: 28px;
    height: 490px;
  }
  .campaign .campaign-rules__content dd {
    margin-bottom: 1em;
  }
  .campaign .campaign-rules__title, .campaign .campaign-rules__lead {
    margin-bottom: 1em;
  }
}
.campaign .campaign-special {
  overflow: hidden;
}
.campaign .campaign-special__container {
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .campaign .campaign-special {
    margin-bottom: 180px;
  }
  .campaign .campaign-special__container {
    max-width: 1200px;
  }
}
.campaign .campaign-special-carousel {
  position: relative;
}
.campaign .campaign-special-carousel__button {
  z-index: 100;
  background-size: 100% auto;
  height: auto;
}
.campaign .campaign-special-carousel__button.swiper-button-prev {
  background-image: url("../img//icon-arrow-prev.png");
}
.campaign .campaign-special-carousel__button.swiper-button-next {
  background-image: url("../img//icon-arrow-next.png");
}
.campaign .campaign-special-carousel__button::after {
  display: none;
}
.campaign .campaign-special-carousel__button.swiper-button-disabled {
  opacity: 0;
}
@media (max-width: 767px) {
  .campaign .campaign-special-carousel {
    margin-bottom: 16vw;
  }
  .campaign .campaign-special-carousel__wrapper {
    margin-top: 5.7333333333vw;
    padding-bottom: 52px;
  }
  .campaign .campaign-special-carousel__item {
    padding-right: 5.7333333333vw;
    padding-left: 5.7333333333vw;
    text-align: center;
  }
  .campaign .campaign-special-carousel__item a {
    display: block;
  }
  .campaign .campaign-special-carousel__item-title {
    margin-top: 0.25em;
    font-size: 4.5333333333vw;
  }
  .campaign .campaign-special-carousel__item-title small {
    font-size: 3.7333333333vw;
  }
  .campaign .campaign-special-carousel__button {
    top: 19.6vw;
    margin-top: 0;
    width: 9.7333333333vw;
    aspect-ratio: 73/80;
  }
  .campaign .campaign-special-carousel__pagination span {
    background-color: #7f7f7f;
    width: 2.2666666667vw;
    height: 2.2666666667vw;
  }
  .campaign .campaign-special-carousel__pagination .swiper-pagination-bullet-active {
    background-color: #fff;
  }
}
@media (min-width: 768px) {
  .campaign .campaign-special-carousel {
    margin-top: 40px;
  }
  .campaign .campaign-special-carousel__wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .campaign .campaign-special-carousel__item {
    text-align: center;
  }
  .campaign .campaign-special-carousel__item a {
    display: block;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
  }
  .campaign .campaign-special-carousel__item a:hover {
    opacity: 0.7;
  }
  .campaign .campaign-special-carousel__item-image img {
    width: 850px;
  }
  .campaign .campaign-special-carousel__item-title {
    margin-top: 1em;
    line-height: 1.4;
    font-size: 34px;
  }
  .campaign .campaign-special-carousel__item-title small {
    font-size: 26px;
  }
  .campaign .campaign-special-carousel__button {
    top: 200px;
    width: 73px;
    height: 80px;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
  }
  .campaign .campaign-special-carousel__button:hover {
    opacity: 0.7;
  }
  .campaign .campaign-special-carousel__pagination {
    display: none;
  }
}
.campaign .campaign-official__container {
  margin-right: auto;
  margin-left: auto;
}
.campaign .campaign-official__btn {
  line-height: 1;
}
.campaign .campaign-official__btn a {
  vertical-align: top;
}
@media (max-width: 767px) {
  .campaign .campaign-official {
    margin-bottom: 5.6vw;
    background: url("../img//bg-index-official-sp.jpg") center top no-repeat;
    background-size: contain;
  }
  .campaign .campaign-official__container {
    padding-top: 60.4vw;
  }
  .campaign .campaign-official__logo {
    display: none;
  }
  .campaign .campaign-official__btn {
    text-align: center;
  }
  .campaign .campaign-official__btn a {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    background-image: url("../img/btn-official-off.png");
    background-size: 100% auto;
    width: 78vw;
    aspect-ratio: 585/100;
    -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.7));
            filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.7));
    vertical-align: top;
  }
}
@media (min-width: 768px) {
  .campaign .campaign-official {
    background: url("../img//bg-index-official.jpg") right center no-repeat;
    background-size: cover;
  }
  .campaign .campaign-official__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 30px;
    padding-left: 30px;
    width: 100%;
    max-width: 1200px;
    min-height: 1080px;
  }
  .campaign .campaign-official__content {
    width: max(47.416%, 569px);
    text-align: center;
  }
  .campaign .campaign-official__logo img {
    width: 100%;
  }
  .campaign .campaign-official__btn {
    margin-top: 24px;
  }
  .campaign .campaign-official__btn a {
    display: inline-block;
    background-image: url("../img/btn-official-off.png");
    background-size: 100% auto;
    width: 487px;
    height: 84px;
    -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.7));
            filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.7));
  }
  .campaign .campaign-official__btn a::after {
    content: "";
    display: block;
    background-image: url("../img/btn-official-on.png");
    background-size: 100% auto;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
  }
  .campaign .campaign-official__btn a:hover::after {
    opacity: 1;
  }
}

.campaign-u-clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.campaign-u-text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-position: 0 0;
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0;
}