@charset "UTF-8";

/* A Modern CSS Reset */
* {
  margin: 0;
  padding: 0;
}

*,
::before,
::after {
  border-style: solid;
  box-sizing: border-box;
  border-width: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-weight: 500;
  background-color: #F5F5F5;
  color: #242424;
  line-height: 2;
  letter-spacing: 0.05em;
}

ul {
  list-style: none;
}

img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

input,
button,
select,
textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-radius: 0;
  background: transparent;
  font: inherit;
  outline: none;
}

textarea {
  resize: none;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

h1,
h2,
h3,
p,
a {
  margin: 0;
}

h1,
h2 {
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-weight: 800;
  color: #ff0038;
}

h3 {
  color: #ff0038;
}

a[href^="tel:"] {
  pointer-events: auto;
}

@media (any-hover: hover) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  transition: 0.3s;
}

@media (any-hover: hover) {
  a:hover {
    opacity: 0.8;
    color: inherit;
  }
}

a:focus {
  outline: none !important;
  box-shadow: none;
}



.l-inner {
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-block: 10px 30px;
}

@media screen and (min-width: 768px) {
  .l-inner {
    padding: 10px 20px 30px;
  }
}

.l-margin {
  margin-top: 1lh;
}

.p-mv {}

.p-mv__img {}

.p-mv__period {
  color: #ff0038;
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1.3;
  padding: 3px;
  margin-block: 20px;
  text-align: center;
}

.p-mv__period-br {
  display: block;
}

@media screen and (min-width: 768px) {
  .p-mv__period {
    font-size: 2.4rem;
    padding: 6px;
    margin-block: 30px;
  }

  .p-mv__period-br {
    display: none;
  }
}

.p-banner {
  display: flex;
  gap: 6px;
}

.p-banner__item {
  box-shadow: 0 4px 0 #BFBFBB;
  border-radius: 6%;
}

.p-banner__item-link {}

/* キャンペーン概要セクション */
section.p-cp {
  margin-top: 60px;
}

@media screen and (min-width: 768px) {
  section.p-cp {
    margin-top: 80px;
  }
}

.p-cp__inner {
  padding-inline: 20px;
}

@media screen and (min-width: 768px) {
  .p-cp__inner {
    padding-inline: 0;
  }
}

.p-cp__title {
  font-size: 2.8rem;
  line-height: 1.25;
  margin-block: 33px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-cp__title {
    font-size: 3.2rem;
    margin-block: 32px;
  }
}

.p-cp__wrap:not(:first-of-type) {
  margin-top: 60px;
}

@media screen and (min-width: 768px) {
  .p-cp__wrap:not(:first-child) {
    margin-top: 60px;
  }
}

.p-cp__lead {
  font-size: 2rem;
  position: relative;
  background-color: #fff;
  line-height: 1.3;
  padding: 3px 24px;
}

.p-cp__lead::before {
  content: "";
  width: 14px;
  height: 100%;
  background-color: #ff0038;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 768px) {
  .p-cp__lead {
    font-size: 2.4rem;
    padding: 6px 47px;
  }

  .p-cp__lead::before {
    width: 27px;
  }
}

.p-cp__text {
  font-size: 1.4rem;
  letter-spacing: -0.02em;
  font-weight: 500;
  padding-inline: 8px;
  margin-top: 10px;
}

.p-cp__sub {
  display: inline-block;
  font-weight: 800;
}

@media screen and (min-width: 768px) {
  .p-cp__text {
    font-size: 1.6rem;
    margin-top: 20px;
    padding-inline: 16px;
  }
}

.p-cp__howto-image {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.p-cp__howto-image img {
  width: 100%;
  display: block;
}

.p-cp__items {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding: 20px 15px;
  background-color: #fff;
  margin-block: 20px 32px;
}

@media screen and (min-width: 768px) {
  .p-cp__items {
    flex-direction: row;
    gap: 24px;
  }
}

.p-cp__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .p-cp__items {}
}

.p-cp__item-img {}

.p-cp__item-text {
  font-size: 1.4rem;
  letter-spacing: -0.02em;
  line-height: 1.3;
  margin-block: 15px 11px;
}

@media screen and (min-width: 768px) {
  .p-cp__item-text {
    font-size: 1.6rem;
  }
}

.p-cp__item-btn {
  display: block;
  width: 100%;
  background-color: #ff0038;
  border: solid 1px #ff0038;
  padding: 6px;
  border-radius: 6px;
  color: #fff;
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.3;
  text-align: center;
  padding: 6px;
}

.p-cp__item:nth-child(2) .p-cp__item-btn {
  background-color: #F7E3C4;
  border: solid 1px #F7E3C4;
  color: #855400;
}

@media screen and (min-width: 768px) {
  .p-cp__item-btn {
    font-size: 2.4rem;
  }
}

@media (any-hover: hover) {
  .p-cp__item-btn:hover {
    opacity: 1;
    background-color: #fff;
    color: #ff0038;
  }

  .p-cp__item:nth-child(2) .p-cp__item-btn:hover {
    background-color: #855400;
    color: #F7E3C4;
  }
}

.p-cp__dots-lists {}

.p-cp__dots-list {
  padding-left: 16px;
  position: relative;
}

.p-cp__dots-list::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50px;
  background-color: #ff0038;
  position: absolute;
  left: 0;
  top: 0.8em;
}

@media screen and (min-width: 768px) {
  .p-cp__dots-list {
    padding-left: 20px;
  }

  .p-cp__dots-list::before {
    width: 10px;
    height: 10px;
    top: 0.7em;
  }
}

.p-cp__num-list {
  list-style-position: inside;
}

.p-cp__button {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-cp__button {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .p-upload__submit-note {
    margin-bottom: -60px;
  }
}

.p-cp__button-link {
  display: block;
  width: 100%;
  max-width: 400px;
  padding: 16px;
  margin-inline: auto;
  background-color: #ff0038;
  border: solid 1px #ff0038;
  border-radius: 50px;
  color: #fff;
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.3;
  box-shadow: 0 8px 0 #b82832;
  position: relative;
  transition: all 0.1s ease;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .p-cp__button-link {
    font-size: 2.4rem;
  }
}

@media (any-hover: hover) {
  .p-cp__button-link:hover {
    opacity: 1;
    background-color: #fff;
    color: #ff0038;
    box-shadow: 0 8px 0 #ff0038;
  }

  .p-cp__button-link:active {
    top: 4px;
    box-shadow: 0 4px 0 #b82832;
  }
}

.p-cp__mail-link:hover {
  cursor: pointer;
}


.u-pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .u-sp {
    display: block;
  }
}



.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ======================
   下層ページ共通
   ====================== */

/* フォーム */
.p-form {
  background-color: #fff;
  border-radius: 12px;
  padding: 30px 20px 40px;
  margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .p-form {
    padding: 40px 50px 50px;
  }
}

.p-form__desc {
  font-size: 1.4rem;
  letter-spacing: -0.02em;
  line-height: 2;
  margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
  .p-form__desc {
    font-size: 1.6rem;
  }
}

.p-form__group {
  margin-bottom: 80px;
}

.p-form__label {
  display: block;
  font-size: 1.4rem;
  font-weight: 800;
  margin-bottom: 8px;
  cursor: default;
}

.p-form__req {
  color: #ff0038;
}

@media screen and (min-width: 768px) {
  .p-form__label {
    font-size: 1.6rem;
  }
}

.p-form__input-wrap {
  position: relative;
}

.p-form__input {
  display: block;
  width: 100%;
  padding: 12px 40px 12px 16px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  background-color: #fff;
}

.p-form__input::placeholder {
  color: #aaa;
}

.p-form__input-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.6rem;
  color: #aaa;
  letter-spacing: 2px;
}

.p-form__actions {
  margin-top: 30px;
}

.p-form__actions .p-cp__button {
  margin-top: 6px;
}

.p-form__actions .p-cp__button:first-child {
  margin-top: 0;
}

/* PC表示でボタンを横並び */
@media screen and (min-width: 768px) {
  .p-form__actions {
    display: flex;
    gap: 20px;
    justify-content: center;
  }

  .p-form__actions .p-cp__button {
    margin-top: 0;
    flex: 1;
    max-width: 400px;
  }

  .p-form__actions .p-cp__button:first-child {
    margin-top: 0;
  }
}

/* アウトラインボタン（赤枠） */
.p-cp__button-link--outline {
  background-color: #fff;
  color: #ff0038;
  border: solid 1px #ff0038;
  box-shadow: none;
}

/* 戻るボタンとTOPに戻るボタンはグレー枠 */
.p-cp__button-link--outline:is([href*="index"], [href*="entry"], [href*="upload"]),
.p-result__top-link {
  color: #666666;
  border-color: #666666;
}

@media (any-hover: hover) {
  .p-cp__button-link--outline:hover {
    opacity: 0.8;
    background-color: #fff;
    color: #ff0038;
    box-shadow: none;
  }

  .p-cp__button-link--outline:is([href*="index"], [href*="entry"], [href*="upload"]):hover,
  .p-result__top-link:hover {
    color: #666666;
  }

  .p-cp__button-link--outline:active {
    top: 0;
    box-shadow: none;
  }
}

/* フッター */
.p-footer {
  padding: 30px 20px;
  text-align: center;
}

.p-footer__copy {
  font-size: 1.2rem;
  color: #666666;
  letter-spacing: -0.02em;
}

@media screen and (min-width: 768px) {
  .p-footer__copy {
    font-size: 1.4rem;
  }
}

/* ======================
   アンケート画面共通
   ====================== */
.p-survey__content {
  margin-top: 16px;
  margin-bottom: 40px;
}

.p-survey__content--short {
  margin-bottom: 16px;
}

.p-survey__text {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 16px;
}

.p-survey__text--red {
  color: #ff0038;
  font-weight: 800;
}

@media screen and (min-width: 768px) {
  .p-survey__text {
    font-size: 1.6rem;
  }
}

.p-form__options {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 8px;
}

.p-form__radio-wrap,
.p-form__checkbox-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.p-form__radio-input,
.p-form__checkbox-input {
  display: none;
}

.p-form__radio-mark {
  width: 20px;
  height: 20px;
  border: 2px solid #242424;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.p-form__checkbox-mark {
  width: 20px;
  height: 20px;
  border: 2px solid #242424;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.p-form__radio-input:checked+.p-form__radio-mark::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #242424;
  border-radius: 50%;
}

.p-form__checkbox-input:checked+.p-form__checkbox-mark::before {
  content: "";
  width: 10px;
  height: 5px;
  border-left: 2px solid #242424;
  border-bottom: 2px solid #242424;
  transform: rotate(-45deg) translate(2px, -2px);
}

.p-form__radio-text,
.p-form__checkbox-text {
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {

  .p-form__radio-text,
  .p-form__checkbox-text {
    font-size: 1.6rem;
  }
}

.p-form__select-wrap {
  position: relative;
  margin-top: 8px;
}

.p-form__select {
  display: block;
  width: 100%;
  padding: 12px 40px 12px 16px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  color: #242424;
  background-color: #fff;
  cursor: pointer;
}

.p-form__select-wrap::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #242424;
  pointer-events: none;
}

.p-form__textarea {
  display: block;
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  background-color: #fff;
  min-height: 120px;
  margin-top: 8px;
}

.p-form__note {
  font-size: 1.2rem;
  margin-top: 8px;
}

.p-form__group--last {
  margin-bottom: 40px;
}

/* ======================
   レシートアップロード画面共通
   ====================== */
.p-upload__lead {
  font-size: 1.6rem;
  font-weight: 800;
  color: #ff0038;
  text-align: left;
  margin-top: 16px;
  margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
  .p-upload__lead {
    font-size: 2rem;
  }
}

.p-upload__guide {
  margin-bottom: 40px;
}

.p-upload__guide-title {
  font-size: 1.4rem;
  font-weight: 800;
  margin-bottom: 12px;
}

@media screen and (min-width: 768px) {
  .p-upload__guide-title {
    font-size: 1.6rem;
  }
}

.p-upload__guide-text {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .p-upload__guide-text {
    font-size: 1.6rem;
  }
}

.p-upload__guide-accent {
  display: block;
  margin-top: 8px;
  color: #855400;
  /* 例：カンプに合わせた色味 */
}

.p-upload__guide-list {
  font-size: 1.4rem;
  margin-bottom: 20px;
}

.p-upload__guide-list li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 8px;
}

.p-upload__guide-list li::before {
  content: "●";
  color: #ff0038;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (min-width: 768px) {
  .p-upload__guide-list {
    font-size: 1.6rem;
  }
}

.p-upload__ng-box {
  background-color: #fff;
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 20px;
}

.p-upload__ng-list {
  font-size: 1.4rem;
  font-weight: 800;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 20px;
}

.p-upload__ng-list li {
  color: #ff0038;
}

@media screen and (min-width: 768px) {
  .p-upload__ng-list {
    font-size: 1.6rem;
  }
}

.p-upload__notes {
  font-size: 1.2rem;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .p-upload__notes {
    font-size: 1.4rem;
  }
}

.p-upload__form {
  text-align: left;
  margin-bottom: 40px;
}

.p-upload__form-label {
  font-size: 1.6rem;
  font-weight: 800;
  margin-bottom: 16px;
}

/* カスタムファイル入力ボタン */
.p-upload__file-btn {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  max-width: 240px;
}

.p-upload__file-label {
  display: block;
  background-color: #ff0038;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 800;
  padding: 10px 20px;
  border-radius: 12px;
  text-align: center;
  cursor: pointer;
  transition: opacity 0.3s;
}

@media (any-hover: hover) {
  .p-upload__file-label:hover {
    opacity: 0.8;
  }
}

.p-upload__file-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.p-upload__terms {
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 40px;
  overflow: hidden;
}

.p-upload__terms-title {
  background-color: #ff0038;
  color: #fff;
  font-size: 2rem;
  font-weight: 800;
  text-align: center;
  padding: 12px;
}

@media screen and (min-width: 768px) {
  .p-upload__terms-title {
    font-size: 2.4rem;
  }
}

.p-upload__terms-content {
  padding: 24px;
  font-size: 1.4rem;
  line-height: 1.8;
  height: 200px;
  overflow-y: scroll;
}

@media screen and (min-width: 768px) {
  .p-upload__terms-content {
    font-size: 1.6rem;
  }
}

.p-upload__submit {
  text-align: center;
  margin-bottom: 20px;
}

.p-upload__submit-note {
  font-size: 1.2rem;
  margin-top: 80px;
}

/* ファイル名表示 */
.p-upload__file-name {
  font-size: 1.4rem;
  margin-top: 8px;
  word-break: break-all;
}

/* エラーメッセージ */
.p-upload__error {
  font-size: 1.4rem;
  color: #ff0038;
  font-weight: 800;
  margin-top: 8px;
  display: none;
}

.p-upload__error.is-show {
  display: block;
}

/* レシート画像プレビュー */
.p-upload__preview {
  width: 100%;
  max-width: 300px;
  margin-top: 16px;
  border-radius: 8px;
  border: 1px solid #ddd;
}

/* 二重クリック防止 */
.p-cp__button-link.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}

/* ============================================================
   mail-complete.html
============================================================ */
.p-complete__text {
  text-align: center;
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .p-complete__text {
    font-size: 1.6rem;
  }
}

/* ============================================================
   receipt-confirm.html
============================================================ */
.p-confirm__section {
  margin-bottom: 32px;
}

.p-confirm__label {
  font-size: 1.6rem;
  font-weight: 800;
  margin-bottom: 12px;
}

@media screen and (min-width: 768px) {
  .p-confirm__label {
    font-size: 2rem;
  }
}

.p-confirm__receipt-img {
  width: 100%;
  max-width: 300px;
  border: 4px solid #ff0038;
  border-radius: 4px;
}

.p-confirm__receipt-img img {
  width: 100%;
  display: block;
}

.p-confirm__text {
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1.6;
  margin-bottom: 12px;
}

@media screen and (min-width: 768px) {
  .p-confirm__text {
    font-size: 2rem;
  }
}

.p-confirm__omikuji-img {
  width: 100%;
  max-width: 400px;
  margin-inline: auto;
  border-radius: 8px;
  overflow: hidden;
}

.p-confirm__omikuji-img img {
  width: 100%;
  display: block;
}

.p-confirm__red-wrapper {
  background-color: #ff0038;
  margin-left: calc(-1 * var(--cp-inner-padding, 24px));
  margin-right: calc(-1 * var(--cp-inner-padding, 24px));
  padding: 32px var(--cp-inner-padding, 24px);
  margin-top: 24px;
}

/* ============================================================
   lottery.html
============================================================ */
.p-lottery__video-wrap {
  background-color: #fff;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 20px;
}

.p-lottery__video {
  width: 100%;
  max-width: 400px;
  margin-inline: auto;
  display: block;
}

.p-lottery__text {
  font-size: 2rem;
  font-weight: 800;
  color: #ff0038;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-lottery__text {
    font-size: 2.4rem;
  }
}

/* ============================================================
   result-1.html / result-2.html
============================================================ */
.p-result__card {
  width: 100%;
  max-width: 400px;
  margin-inline: auto;
  margin-bottom: 24px;
}

.p-result__card img {
  width: 100%;
  display: block;
}

.p-result__message {
  font-size: 1.6rem;
  font-weight: 800;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .p-result__message {
    font-size: 2rem;
  }
}

.p-result__note {
  font-size: 1.2rem;
  color: #ff0038;
  line-height: 1.6;
  margin-top: 16px;
  max-width: 310px;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .p-result__note {
    font-size: 1.4rem;
  }
}

.p-result__wallpaper {
  width: 100%;
  max-width: 280px;
  margin-inline: auto;
  margin-bottom: 30px;
}

.p-result__wallpaper img {
  width: 100%;
  display: block;
}

.p-result__top-link {
  display: block;
  width: 100%;
  max-width: 400px;
  padding: 16px;
  margin-top: 20px;
  margin-inline: auto;
  text-align: center;
  font-size: 2rem;
  font-weight: 800;
  color: #666666;
  background-color: #fff;
  border: 1px solid #666666;
  border-radius: 50px;
  text-decoration: none;
  letter-spacing: -0.02em;
  line-height: 1.3;
  box-shadow: none;
  transition: all 0.1s ease;
}

@media screen and (min-width: 768px) {
  .p-result__top-link {
    font-size: 2.4rem;
  }
}

@media (any-hover: hover) {
  .p-result__top-link:hover {
    opacity: 0.8;
  }
}

.p-upload__agree-label {
  display: inline-flex;
  justify-content: center;
  width: 100%;
}

.p-upload__agree-mark {
  margin-top: 0.1em;
}

/* ローディングオーバーレイ */
.p-loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.p-loader.is-active {
  display: flex;
}

.p-loader__spinner {
  margin: 100px auto 20px;
  width: 50px;
  height: 50px;
  border: 5px solid #F7E3C4;
  border-top-color: #ff0038;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

.p-loader__text {
  color: #ff0038;
  font-weight: bold;
  font-size: 1.6rem;
}

/* ==============================
   Teaser page
   ============================== */
.p-teaser-wrap {
  position: relative;
}

.p-teaser-wrap>.p-mv,
.p-teaser-wrap>.p-banner {
  pointer-events: none;
}

.p-teaser-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.6);
}

.p-teaser-overlay__text {
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .p-teaser-overlay__text {
    font-size: 2.6rem;
  }
}

/*# sourceMappingURL=styles.css.map */