@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Roboto:wght@400;500;700&display=swap");
/* ============================================
	流用
============================================ */
body {
  background-color: #fff;
}

.l-container {
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  .l-container {
    min-width: 1040px;
  }
}

.l-contents {
  background-color: #fff;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
}

.footer__pagetop .link {
  background: rgba(253, 112, 71, 0.87);
}
.footer__pagetop .link:hover {
  background: #fd7047;
}

.p-breadcrumb {
  margin: 0;
  background-color: #fff;
}
.p-breadcrumb__link {
  color: #008FEF;
}

.share {
  width: 400px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .share {
    width: calc(100% - 40px);
  }
}
.share__wrap {
  padding: 30px 0;
  background-color: #fff;
}
.share .c-btn__share > span {
  color: #171c21;
}

.p-breadcrumb {
  margin: 0;
  background-color: #fff;
  color: #171c21;
}

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

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

.c-fadein {
  animation: fadeup 2s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
@keyframes fadeup {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.c-fadeup {
  opacity: 0;
}
.c-fadeup.is-animated {
  animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
@keyframes fadeup {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.p-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 500px;
  border-radius: 10px;
  background: linear-gradient(180deg, #F9C929 0%, #FD7047 100%);
  transition: all 0.2s ease;
}
@media only screen and (max-width: 768px) {
  .p-btn {
    height: 64px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .p-btn {
    height: 83px;
    margin: 0 auto;
  }
}
.p-btn ._txt {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .p-btn ._txt {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-btn ._txt {
    font-size: 30px;
    font-size: 3rem;
  }
}
.p-btn ._arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10px;
  height: 20px;
  color: #fff;
}
.p-btn ._arrow svg {
  width: 100%;
  height: 100%;
}
.p-btn:hover {
  opacity: 0.7;
}

.l-contents {
  /* ============================================
  	p-kv // KV
  ============================================ */
}
.l-contents .p-kv {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url("/campaign/340/img/kv.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .l-contents .p-kv {
    padding: 50px 10px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .l-contents .p-kv {
    padding: 60px 30px;
  }
}
.l-contents .p-kv__link {
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .l-contents .p-kv__link {
    top: 15px;
    left: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .l-contents .p-kv__link {
    top: 30px;
    left: 30px;
  }
}
.l-contents .p-kv__link ._logo {
  display: block;
  aspect-ratio: 120/34;
}
@media only screen and (max-width: 768px) {
  .l-contents .p-kv__link ._logo {
    width: 73px;
  }
}
@media only screen and (min-width: 768px) {
  .l-contents .p-kv__link ._logo {
    width: 120px;
  }
}
@media only screen and (max-width: 768px) {
  .l-contents .p-kv__title {
    margin: 0 0 20px;
  }
  .l-contents .p-kv__title img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 768px) {
  .l-contents .p-kv__title {
    margin: 0 0 40px;
  }
  .l-contents .p-kv__title img {
    width: 80vw;
    max-width: 1000px;
    height: auto;
  }
}
.l-contents .p-kv__text {
  text-align: center;
  color: #000;
  font-weight: 500;
  line-height: 1.75;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 12px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 768px) {
  .l-contents .p-kv__text {
    padding: 8px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .l-contents .p-kv__text {
    padding: 20px 40px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.l-contents {
  /* ============================================
  	p-period
  ============================================ */
}
.l-contents .p-period {
  width: 100%;
  text-align: center;
}
.l-contents .p-period__head {
  background-color: #f08438;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 10px 0;
}
@media only screen and (max-width: 768px) {
  .l-contents .p-period__head {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .l-contents .p-period__head {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.l-contents .p-period__date {
  background-color: #fff;
  color: #333;
  font-weight: 700;
  padding: 10px 0;
}
@media only screen and (max-width: 768px) {
  .l-contents .p-period__date {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .l-contents .p-period__date {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .l-contents .p-period__date ._lg {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .l-contents .p-period__date ._lg {
    font-size: 50px;
    font-size: 5rem;
  }
}
.l-contents {
  /* ============================================
      p-item-area : 賞品エリア全体（背景）
  ============================================ */
}
.l-contents .p-item-area {
  background-image: url("/campaign/340/img/bg_pc.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  .l-contents .p-item-area {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 768px) {
  .l-contents .p-item-area {
    padding: 60px 20px;
  }
}
.l-contents {
  /* ============================================
      p-item-list : 賞品グリッド
  ============================================ */
}
.l-contents .p-item-list {
  display: grid;
  align-items: stretch;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .l-contents .p-item-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin: 60px auto;
  }
}
@media only screen and (min-width: 768px) {
  .l-contents .p-item-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 100px auto;
  }
}
.l-contents {
  /* ============================================
      p-item : 賞品カード
  ============================================ */
}
.l-contents .p-item {
  width: 100%;
  display: flex;
}
.l-contents .p-item__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 0 10px 0 rgba(0, 147, 242, 0.1);
  transition: box-shadow 0.2s ease;
  cursor: pointer;
  overflow: hidden;
}
.l-contents .p-item__inner::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid #0093F2;
  border-radius: 16px;
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
  z-index: 3;
}
@media only screen and (min-width: 768px) {
  .l-contents .p-item:hover .p-item__inner::after {
    opacity: 1;
  }
  .l-contents .p-item:hover .p-item__btn {
    opacity: 0.7;
  }
}
.l-contents .p-item__img img {
  display: block;
  width: 100%;
  height: auto;
}
.l-contents .p-item__body {
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media only screen and (max-width: 768px) {
  .l-contents .p-item__body {
    padding: 16px 10px;
  }
}
@media only screen and (min-width: 768px) {
  .l-contents .p-item__body {
    padding: 20px;
  }
}
.l-contents .p-item__badge {
  position: absolute;
  top: 4px;
  right: 4px;
}
@media only screen and (max-width: 768px) {
  .l-contents .p-item__badge {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .l-contents .p-item__badge {
    width: 72px;
    height: 72px;
  }
}
.l-contents .p-item__badge ._bg {
  display: block;
  width: 100%;
  height: 100%;
}
.l-contents .p-item__badge ._label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .l-contents .p-item__badge ._label {
    font-size: 8px;
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .l-contents .p-item__badge ._label {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.l-contents .p-item__badge ._num {
  letter-spacing: -0.1em;
  margin-right: 0.1em;
}
@media only screen and (max-width: 768px) {
  .l-contents .p-item__badge ._num {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .l-contents .p-item__badge ._num {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
.l-contents .p-item__brand {
  color: #999;
  font-weight: 500;
  margin: 0 0 8px;
}
@media only screen and (max-width: 768px) {
  .l-contents .p-item__brand {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .l-contents .p-item__brand {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.l-contents .p-item__name {
  color: #1a1a1a;
  font-weight: 700;
  margin: 0 0 20px;
}
@media only screen and (max-width: 768px) {
  .l-contents .p-item__name {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .l-contents .p-item__name {
    font-size: 20px;
    font-size: 2rem;
  }
}
.l-contents .p-item__btn {
  margin-top: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  background: linear-gradient(0deg, #008FEF 0%, #8AD5FF 100%);
  transition: all 0.2s ease;
}
@media only screen and (max-width: 768px) {
  .l-contents .p-item__btn {
    height: 36px;
  }
}
@media only screen and (min-width: 768px) {
  .l-contents .p-item__btn {
    height: 60px;
  }
}
.l-contents .p-item__btn ._txt {
  color: #fff;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .l-contents .p-item__btn ._txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .l-contents .p-item__btn ._txt {
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
}
.l-contents .p-item__btn ._arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8px;
  height: 12px;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .l-contents .p-item__btn ._arrow {
    right: 8px;
  }
}
@media only screen and (min-width: 768px) {
  .l-contents .p-item__btn ._arrow {
    right: 20px;
  }
}
.l-contents .p-item__btn ._arrow svg {
  width: 100%;
  height: 100%;
}
.l-contents {
  /* ============================================
      p-modal : モーダル
  ============================================ */
}
.l-contents .p-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  cursor: auto;
}
.l-contents .p-modal.is-open {
  display: flex;
}
.l-contents .p-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}
.l-contents .p-modal__box {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  max-width: 1000px;
  background: #fff;
  border-radius: 10px;
}
@media only screen and (max-width: 768px) {
  .l-contents .p-modal__box {
    flex-direction: column;
  }
}
.l-contents .p-modal__close {
  position: absolute;
  top: -40px;
  right: 0;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  transition: opacity 0.2s ease;
}
.l-contents .p-modal__close img {
  display: block;
  width: 100%;
  height: 100%;
}
.l-contents .p-modal__close:hover {
  opacity: 0.6;
}
.l-contents .p-modal__img {
  flex-shrink: 0;
  background: #fff;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
  display: flex;
  aspect-ratio: 380/308;
}
.l-contents .p-modal__img img {
  display: block;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .l-contents .p-modal__img {
    width: 100%;
    border-radius: 10px 10px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .l-contents .p-modal__img {
    max-width: 50%;
  }
}
.l-contents .p-modal__body {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media only screen and (max-width: 768px) {
  .l-contents .p-modal__body {
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .l-contents .p-modal__body {
    padding: 32px;
  }
}
.l-contents .p-modal__badge {
  position: absolute;
  z-index: 2;
  width: 72px;
  height: 72px;
}
@media only screen and (max-width: 768px) {
  .l-contents .p-modal__badge {
    top: -12px;
    right: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .l-contents .p-modal__badge {
    top: 16px;
    right: 16px;
  }
}
.l-contents .p-modal__badge ._bg {
  display: block;
  width: 100%;
  height: 100%;
}
.l-contents .p-modal__badge ._label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  font-size: 16px;
  font-size: 1.6rem;
}
.l-contents .p-modal__badge ._num {
  font-size: 36px;
  font-size: 3.6rem;
  letter-spacing: -0.1em;
  margin-right: 0.1em;
}
.l-contents .p-modal__brand {
  color: #1a1a1a;
  font-weight: 700;
  padding: 0 0 10px;
  border-bottom: 1px solid #008FEF;
}
@media only screen and (max-width: 768px) {
  .l-contents .p-modal__brand {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .l-contents .p-modal__brand {
    font-size: 20px;
    font-size: 2rem;
    margin: 0 0 20px;
  }
}
.l-contents .p-modal__name {
  color: #1a1a1a;
  font-weight: 700;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .l-contents .p-modal__name {
    font-size: 20px;
    font-size: 2rem;
    margin: 0 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .l-contents .p-modal__name {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 0 0 20px;
  }
}
.l-contents .p-modal__spec {
  margin: 0 0 24px;
  line-height: 1.9;
  color: #333;
  font-size: 14px;
  font-size: 1.4rem;
}
.l-contents .p-modal__spec p {
  margin: 0;
}
.l-contents .p-modal__btn {
  margin-top: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 56px;
  border-radius: 8px;
  background: linear-gradient(0deg, #008FEF 0%, #8AD5FF 100%);
  transition: all 0.2s ease;
}
.l-contents .p-modal__btn ._txt {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 18px;
  font-size: 1.8rem;
}
.l-contents .p-modal__btn ._arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 10px;
  height: 20px;
  color: #fff;
}
.l-contents .p-modal__btn ._arrow svg {
  width: 100%;
  height: 100%;
}
.l-contents .p-modal__btn:hover {
  opacity: 0.85;
}