/* ==========================
   Base
========================== */

html {
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont,
    'Hiragino Kaku Gothic ProN', 'Hiragino Sans',
    'Yu Gothic', Meiryo, sans-serif;
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  display: block;
  margin: 0 auto;
}

body {
  margin: 0;
  color: #000;
  line-height: 1.6;
  background-image: url("../../260219_firstanniversary/img/bg.png?v=2");
  background-color: #deeffa;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

p {
  margin: 0;
}

p.bold {
  font-weight: 700;
}

.sp-wrap {
  max-width: 430px;
  margin: 0 auto;
}

/* ==========================
   ボタン
========================== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  color: #fff !important;
  font-weight: 700;
  border-radius: 9999px;
  text-decoration: none;
  width: 90%;
}

.btn__text {
  font-size: 14px;
}

.btn__arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #fff;
}

.btn--large {
  padding: 7px 20px;
}

.btn--large .btn__text {
  font-size: 21px;
  font-weight: 600;
}

.btn--large .btn__arrow {
  transform: rotate(0deg) scale(1.3);
}

/* ==========================
   KV
========================== */

.kv {
  position: relative;
  text-align: center;
  overflow: hidden;
  background-color: #f0cbdc;
}

.kv-inner,
.kv>* {
  position: relative;
  z-index: 1;
}

.kv .title {
  display: block;
  width: 100%;
  padding-top: 33px;
  padding-left: 18px;
}

.kv .data {
  display: block;
  width: 100%;
  position: absolute;
  right: 25px;
  top: 385px;
  max-width: 150px;
}

.kv p {
  line-height: 1.7;
  position: absolute;
  text-align: left;
  bottom: min(22vw, 110px);
  left: 20px;
  font-size: 13px;
}

/* ==========================
   campaign anchor
========================== */

.campaign-anchor {
  display: flex;
  justify-content: center;
  position: relative;
  top: -50px;
  list-style: none;
}

.campaign-anchor li {
  flex: 0 0 auto;
}

.campaign-anchor a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 60px;
  padding: 5px;
}

.campaign-anchor li:nth-child(2) a {
  padding: 0.8px;
}

.campaign-anchor li:nth-child(3) img {
  width: 51px;
}

.campaign-anchor li:nth-child(4) img {
  width: 51px;
}

.campaign-anchor img {
  display: block;
  width: 100%;
  height: auto;
}

.campaign-anchor li:nth-child(odd) a {
  background-color: #dc7794;
}

.campaign-anchor li:nth-child(even) a {
  background-color: #6ebfe0;
}

.campaign-anchor.is-fixed {
  position: fixed;
  top: 80px;
  bottom: auto;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 0 0 30px;
  margin: 0;
  animation: slideUp 0.4s ease-out forwards;
}

@keyframes slideUp {
  from {
    transform: translateY(100%);
  }

  to {
    transform: translateY(0);
  }
}

/* ==========================
   campaign 共通
========================== */

.campaign-contents {
  width: 95%;
  margin: 0 auto;
  padding-top: 20px;
  background-color: #fff;
}

.contents-inner {
  width: 86%;
  margin: 0 auto;
  padding: 30px 0;
  text-align: center;
}

.pill-wrap {
  text-align: center;
}

.pill-label {
  display: inline-block;
  padding: 6px 15px;
  color: #fff;
  font-size: 17px;
  border-radius: 9999px;
  text-align: center;
  width: 100%;
}

.pill-label--green {
  background-color: #0a8f4a;
}

.pill-label--lightgreen {
  background-color: #5ac263;
}

.pill-label--blue {
  background-color: #0090d5;
}

.pill-label--red {
  background-color: #d85a46;
}

img.campaign-logo-image {
  width: 75%;
  margin: 30px auto;
}

p.campaign-text {
  font-size: 14px;
  text-align: center;
}

p.campaign-text span {
  font-weight: 600;
  color: #0090d5;
}

p.annotation {
  font-size: 11px;
  margin: 15px 0;
}

p.campaign-link {
  margin-bottom: 12px;
  font-size: 14px;
  text-align: center;
  font-weight: 600;
}


/* =========================
   campaign00
========================= */
#campaign00 {
  position: relative;
  background-color: #f0cbdc;
}

.campaign00-inner {
  position: relative;
  z-index: 3;
  padding-bottom: 90px;
}

#campaign00 .campaign-tab {
  width: 95%;
  margin: 0 auto;
}

#campaign00 a {
  font-weight: 600;
}

/* タブ見出し */
#campaign00 .tab-list {
  display: flex;
  padding: 0;
  list-style: none;
}

#campaign00 .tab-item {
  flex: 1;
}

/* タブボタン */
#campaign00 .tab-item {
  width: 100%;
  padding: 12px 0px;
  border-radius: 8px 8px 0 0;
  border: none;
  background: #d4d4d5;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
}

/* アクティブ */
#campaign00 .tab-item.is-active {
  background: #fff;
  border-bottom: none;
  pointer-events: none
}

/* tab contents */
#campaign00 .tab-contents {
  background: #fff;
}

#campaign00 .tab-content {
  display: none;
  width: 86%;
  margin: 0 auto;
  padding: 40px 0 30px;
  text-align: center;
}

#campaign00 .tab-content.is-active {
  display: block;
}

/* 画像 */
#campaign00 .tab-content img.campaign-main-image {
  width: 75%;
}

#campaign00 .tab-content img.campaign-300-image {
  margin: 12px 0 0;
}

#campaign00 .tab-content img.campaign-1000-image {
  margin: 12px 0 0;
}

/* テキスト */
#campaign00 #tab-new .campaign-link {
  margin: 22px 0;
}

#campaign00 #tab-new a {
  color: #6ebfe0;
}



#campaign00 #tab-member p.campaign-text:nth-last-of-type(2) {
  width: auto;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  text-align: center;
  padding: 0 10px;
}

/* 注意書き */
#campaign00 .campaign-notes {
  text-align: left;
}

#campaign00 .campaign-notes li {
  font-size: 11px;
  line-height: 1.6;
  position: relative;
  padding-left: 6px;
}

#campaign00 .campaign-notes li::before {
  content: "";
  width: 3px;
  height: 3px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 7px;
}

/* =========================
   campaign01
========================= */
#campaign01 {
  position: relative;
  background-color: #f0cbdc;
  overflow: hidden;
  position: relative;
  background-color: #6ebfe0;
  clip-path: polygon(0 50px, 100% 0, 100% 100%, 0 100%);
  margin-top: -50px;
  padding-top: 50px;
}

.campaign01-inner {
  position: relative;
  z-index: 3;
  background-image: url("../../260219_firstanniversary/img/campaign01-title.png");
  background-repeat: no-repeat;
  background-position: right 0 top 3px;
  background-size: 160px auto;
  padding-top: 120px;
  padding-bottom: 150px;
}

#campaign01 .campaign-tab {
  width: 95%;
  margin: 0 auto;
  padding-top: 24px;
}

#campaign01 a {
  font-weight: 600;
}

/* =========================
   tab contents
========================= */
#campaign01 .tab-contents {
  background: #fff;
}

#campaign01 .tab-content {
  width: 86%;
  margin: 0 auto;
  padding: 40px 0 30px;
  text-align: center;
}

/* 画像 */
#campaign01 .tab-content img.campaign-main-image {
  width: 75%;
}

#campaign01 .tab-content img.campaign-300-image {
  margin: 12px 0 0;
}

#campaign01 img.campaign-1000-image {
  margin: 12px 0 0;
}

/* テキスト */
#campaign01 #tab-new .campaign-link {
  margin: 22px 0;
}

#campaign01 #tab-member .campaign-link {
  margin: 0 0 22px;
}

#campaign01 #tab-member p.campaign-text {
  margin: 22px 0 0;
}

#campaign01 #tab-member p.campaign-text:nth-last-of-type(2) {
  width: auto;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  text-align: center;
  padding: 0 10px;
}

/* 注意書き */
#campaign01 .campaign-notes {
  text-align: left;
}

#campaign01 .campaign-notes li {
  font-size: 11px;
  line-height: 1.6;
  position: relative;
  padding-left: 6px;
}

#campaign01 .campaign-notes li::before {
  content: "";
  width: 3px;
  height: 3px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 7px;
}

/* 注意書きプルダウン */
#campaign01 .notice-accordion {
  margin: 22px 0 35px;
  border: 1px solid #d4e4b9;
  background-color: #fff;
}

#campaign01 .notice-header {
  width: 100%;
  padding: 14px 16px;
  background-color: #d4e4b9;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}

#campaign01 .notice-icon {
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#campaign01 .notice-header::before {
  content: "";
  width: 20px;
  display: block;
}

#campaign01 .notice-icon::after {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: -3px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

#campaign01 .notice-accordion.is-open .notice-icon::after {
  transform: rotate(-135deg);
  margin-bottom: -6px;
}

#campaign01 .notice-body {
  display: none;
  padding: 10px;
  background-color: #fff;
}

#campaign01 .notice-body ul {
  text-align: left;
}

#campaign01 .notice-body li {
  font-size: 11px;
  line-height: 1.6;
  padding-left: 1em;
  text-indent: -1em;
}

#campaign01 #tab-new a {
  color: #6ebfe0;
}

#campaign01 #tab-member a {
  color: #1b8045;
}


#campaign01 .campaign-entry-area .btn {
  background-color: #ff0066;
  margin-top: 30px;
}

/* =========================
   campaign02
========================= */
#campaign02 {
  position: relative;
  overflow: hidden;
  position: relative;
  background-color: #dc7794;
  clip-path: polygon(0 0, 100% 80px, 100% 100%, 0 100%);
  margin-top: -90px;
}

.campaign02-inner {
  position: relative;
  z-index: 3;
  background-image: url("../../260219_firstanniversary/img/campaign02-title.png");
  background-repeat: no-repeat;
  background-position: left 0 top 64px;
  background-size: 160px auto;
  padding-top: 170px;
  padding-bottom: 150px;
}

#campaign02 a {
  color: #0090d5;
  font-weight: 600;
}

#campaign02 .pill-label {
  width: 60%;
  margin: 30px 0 22px;
  letter-spacing: 2px;
}

#campaign02 .waku {
  border: 1px solid #0090d5;
  padding: 10px 0;
}

#campaign02 .waku p {
  font-weight: 600;
}

/* 画像 */
#campaign02 img.campaign-app-image {
  width: 90%;
  height: auto;
  margin: 22px auto 0;
}

#campaign02 img.campaign-500-image {
  width: 82%;
  height: auto;
}

/* =========================
   campaign03
========================= */
#campaign03 {
  position: relative;
  background-color: #f0cbdc;
  overflow: hidden;
  position: relative;
  background-color: #6ebfe0;
  clip-path: polygon(0 80px, 100% 0, 100% 100%, 0 100%);
  margin-top: -100px;
  padding-top: 50px;
}

.campaign03-inner {
  position: relative;
  z-index: 3;
  background-image: url("../../260219_firstanniversary/img/campaign03-title.png");
  background-repeat: no-repeat;
  background-position: right 0 top 3px;
  background-size: 160px auto;
  padding-top: 100px;
  padding-bottom: 150px;
}

#campaign03 a {
  color: #5ac263;
  font-weight: 600;
}

#campaign03 .pill-label {
  width: 65%;
  margin: 0 0 16px;
  letter-spacing: 2px;
}

#campaign03 p.annotation {
  text-align: left;
  padding-left: 1.2em;
  text-indent: -1.2em;
}

/* 画像 */

#campaign03 img.campaign-main-image {
  width: 82%;
  height: auto;
}

#campaign03 img.campaign-1000-image {
  width: 90%;
  height: auto;
  margin-bottom: 22px;
}

/* =========================
   campaign04
========================= */
#campaign04 {
  position: relative;
  overflow: hidden;
  position: relative;
  background-color: #dc7794;
  clip-path: polygon(0 0, 100% 80px, 100% 100%, 0 100%);
  margin-top: -90px;
}

.campaign04-inner {
  position: relative;
  z-index: 3;
  background-image: url("../../260219_firstanniversary/img/campaign04-title.png");
  background-repeat: no-repeat;
  background-position: left 0 top 64px;
  background-size: 160px auto;
  padding-top: 170px;
  padding-bottom: 150px;
}

#campaign04 a {
  color: #d85a46;
  font-weight: 600;
}

#campaign04 .pill-label {
  margin: 30px 0 22px;
}

#campaign04 .waku {
  border: 1px solid #d85a46;
  padding: 4px 0;
}

#campaign04 .waku p {
  font-weight: 500;
  font-size: 22px;
  color: #d85a46;
}

#campaign04 p.annotation {
  margin: -15px 0 10px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

#campaign04 a.btn {
  background-color: #d85a46;
  width: 100%;
  margin-top: 22px;
}

#campaign04 .notice {
  max-width: 700px;
  margin: 40px auto 20px;
}

#campaign04 .notice-title {
  margin: 0 0 8px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #f36c5f;
}

#campaign04 .notice-body {
  padding: 11px 0;
  border-top: 1px solid #f36c5f;
  border-bottom: 1px solid #f36c5f;
  text-align: left;
}

#campaign04 .notice-list {
  font-size: 11px;
}

#campaign04 .notice-list {
  margin: 0;
  padding: 0;
  list-style: none;
}


/* 画像 */
#campaign04 img.campaign-main-image {
  width: 90%;
  height: auto;
}

#campaign04 img.campaign-500-image {
  width: 90%;
  height: auto;
  margin: 10px auto;
}

#campaign04 img.campaign-btn-image {
  width: 90%;
  margin-top: 16px;
}

#campaign04 img.campaign-banner-image {
  margin-top: 15px;
}

#campaign04 .flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

#campaign04 .campaign-fukidashi {
  margin-left: 0;
  margin-right: 10px;
  width: 74px;
}

/* =========================
   campaign05
========================= */
#campaign05 {
  position: relative;
  background-color: #f0cbdc;
  overflow: hidden;
  position: relative;
  background-color: #6ebfe0;
  clip-path: polygon(0 80px, 100% 0, 100% 100%, 0 100%);
  margin-top: -100px;
  padding-top: 50px;
}

.campaign05-inner {
  position: relative;
  z-index: 3;
  background-image: url("../../260219_firstanniversary/img/campaign05-title.png");
  background-repeat: no-repeat;
  background-position: right 0 top 3px;
  background-size: 160px auto;
  padding-top: 100px;
  padding-bottom: 60px;
}

#campaign05 a {
  color: #5ac263;
  font-weight: 600;
}

#campaign05 .pill-label {
  width: 65%;
  margin: 0 0 16px;
  letter-spacing: 2px;
}

#campaign05 p.annotation {
  text-align: left;
  padding-left: 1.2em;
  text-indent: -1.2em;
}

#campaign05 a.btn {
  background-color: #d32c33;
  width: 100%;
  margin-top: 22px;
}

#campaign05 p.shop-title {
  position: relative;
  text-align: center;
  margin: 30px 0 22px;
  padding-bottom: 10px;
  font-weight: bold;
}

#campaign05 p.shop-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}

/* SHOP LIST */
#campaign05 .shop-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
  justify-content: space-between;
  gap: 15px 0;
}

.shop-list>a {
  width: 48%;
}

#campaign05 .shop-item {
  width: 100%;
  border: 1px solid #d32c33;
  display: flex;
  flex-direction: column;
}

#campaign05 .shop-logo {
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
}

#campaign05 .shop-logo img {
  max-width: 100%;
  height: auto;
  object-position: center;
  aspect-ratio: 16 / 9;
  object-fit: cover;

}

#campaign05 .shop-period {
  margin: 0;
  padding: 10px 0;
  background-color: #d32c33;
  color: #fff;
  text-align: center;
  font-size: 11px;
  letter-spacing: 1px;
}

/* 画像 */

#campaign05 img.campaign-main-image {
  width: 70%;
  height: auto;
}

#campaign05 img.campaign-1000-image {
  width: 90%;
  height: auto;
  margin-bottom: 22px;
}

/* =========================
   追従ボタン（基本：SP向け）
========================= */
.pagetop-btn {
  position: fixed;
  right: 100px;
  bottom: 30px;
  width: 70px;
  height: 70px;
  background-color: rgba(0, 0, 0, 0.77);
  border-radius: 50%;
  border: none;
  cursor: pointer;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s, visibility 0.3s, transform 0.2s;
  opacity: 0;
  visibility: hidden;
}

.arrow {
  display: block;
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 27px solid #fff;
  margin-bottom: 5px;
}

/* =========================
   PC用の設定（画面幅が768px以上の場合）
========================= */
@media (min-width: 768px) {
  #campaign04 .campaign-fukidashi {
    margin-right: 10px;
    width: 76px;
  }

  .campaign-anchor.is-fixed {
    position: fixed;
    top: 100px;
  }

  .pagetop-btn {
    max-width: 730px;
    left: 53%;
    transform: translateX(120%);
    bottom: 30px;
    width: 70px;
    height: 70px;
  }

  /* PC時だけホバー演出を入れる */
  .pagetop-btn:hover {
    opacity: 0.9;
    transform: scale(1.05);
  }

  /* PC時の矢印サイズを大きくする */
  .arrow {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 30px solid #fff;
  }
}

/* 表示・非表示の切り替えクラス */
.pagetop-btn.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateX(120%) scale(1.05);
}