@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

/* 読み上げ対策 */
.ec-featureRole .ec-featureRole__head {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

/* 商品紐付けで自動表示されるアンカーリンクを非表示*/
.ec-featureItems.buttons {
  display: none;
}

.ec-layoutRole {
  background-color: var(--white);
  overflow: hidden;
}

.ec-featureRole__content {
  position: relative;
  z-index: 0;
  padding: 120px 0 !important;
}
.ec-featureRole__content:before {
  position: absolute;
  content: "";
  background-color: var(--lightgreen);
  background-image: url("/html/upload/user_data/feature/wsotoku/img/2026/mid-fire-bg2_pc.png");
  background-position: top center;
  background-repeat: repeat-y;
  background-size: auto;
  height: 100%;
  width: 100vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .ec-featureRole__content:before {
    background-image: url("/html/upload/user_data/feature/wsotoku/img/2026/mid-fire-bg2_sp.png");
  }
}
.ec-featureRole__content:after {
  position: absolute;
  content: "";
  background-color: var(--white);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  height: calc(100% - 150px);
  width: 100vw;
  max-width: 1220px;
  top: 50%;
  left: 50%;
  border-radius: 10px;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.ec-featureRole__content .ec-giftArea:first-child h2 {
  background-image: url("/html/upload/user_data/feature/wsotoku/img/2026/feature-titleimg2_pc.png");
  background-size: contain;
  height: clamp(180px, 23vw, 245px);
  background-position: center;
  background-repeat: no-repeat;
  color: transparent !important;
  margin-top: -69px;
  border-bottom: none !important;
  text-indent: -9999px;
}
@media screen and (max-width: 768px) {
  .ec-featureRole__content .ec-giftArea:first-child h2 {
    background-image: url("/html/upload/user_data/feature/wsotoku/img/2026/feature-titleimg2_sp.png");
  }
}
.ec-featureRole__content .ec-featureRole__headdescription {
  position: relative;
  z-index: 0;
}
.ec-featureRole__content .ec-featureRole__headdescription:before {
  position: absolute;
  content: "";
  background-color: var(--white);
  background-position: bottom center;
  background-size: auto;
  background-repeat: no-repeat;
  height: 100%;
  width: 100vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

:root {
  --bg: #e8f9d7;
  --brown: #42210b;
  --orange: #f26126;
  --green: #379245;
  --lightgreen: #39b54a;
  --black: #000000;
  --white: #ffffff;
  --red: #ff0000;
  --panel-pink: #ffeaeb;
  --marker: #ffe084;
  --gray: #e7e7e7;
  --shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
}

.wsotoku {
  font-size: 62.5%;
  margin: auto;
  font-feature-settings: "palt";
  position: relative;
  z-index: 0;
  /* =========================
    section
  ========================= */
  /* =========================
    fv
  ========================= */
  /* =========================
    nav
  ========================= */
  /* =========================
    tabs
  ========================= */
  /* =========================
    cpend
  ========================= */
  /* =========================
    cpdetail
  ========================= */
  /* =========================
    ctabox
  ========================= */
  /* =========================
    ctabutton
  ========================= */
  /* =========================
    osusumeitemlist
  ========================= */
  /* =========================
    shop
  ========================= */
  /* =========================
    category
  ========================= */
  /* =========================
    Campaign
  ========================= */
  /* =========================
    attention
  ========================= */
}
.wsotoku.topcontents {
  margin-bottom: 80px;
}
.wsotoku.bottomcontents {
  margin-top: 80px;
}
.wsotoku .ec-featureRole__content:before, .wsotoku .ec-featureRole__content:after {
  display: none !important;
}
.wsotoku * {
  box-sizing: border-box;
}
.wsotoku small {
  color: inherit !important;
}
.wsotoku img {
  max-width: 100%;
  pointer-events: none;
  user-select: none;
}
.wsotoku summary {
  display: block;
  list-style: none;
}
.wsotoku summary::-webkit-details-marker {
  display: none;
}
@media screen and (max-width: 767px) {
  .wsotoku .hp_pcOnly {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .wsotoku .hp_spOnly {
    display: none;
  }
}
.wsotoku__title {
  position: relative;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 40px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .wsotoku__title {
    margin-top: clamp(20px, 5vw, 30px);
    margin-bottom: clamp(25px, 5vw, 40px);
  }
}
.wsotoku__title__inner {
  display: inline-block;
  background: var(--green);
  color: var(--white);
  padding: 10px;
  border-radius: 50vh;
  margin-bottom: 0;
  margin-top: 0;
  font-size: clamp(20px, 5vw, 3rem);
  width: 85%;
}
@media screen and (min-width: 768px) {
  .wsotoku__title__inner {
    min-width: 510px;
    font-size: 3.2rem;
    padding: 15px;
    width: auto;
  }
}
.wsotoku__title__inner:before {
  position: absolute;
  height: 3px;
  width: 100%;
  content: "";
  background: var(--green);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  filter: brightness(0.6);
}
@media screen and (max-width: 767px) {
  .wsotoku__title__inner:before {
    height: 2px;
  }
}
.wsotoku__bg {
  position: relative;
  z-index: 0;
  padding: 60px 0;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .wsotoku__bg {
    padding: clamp(30px, 7vw, 60px) 0;
    margin-bottom: clamp(30px, 12vw, 50px);
  }
}
.wsotoku__bg:before {
  position: absolute;
  content: "";
  background-color: var(--bg);
  background-image: url("/html/upload/user_data/feature/wsotoku/img/2026/top-fire-bg_pc.png");
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .wsotoku__bg:before {
    background-image: url("/html/upload/user_data/feature/wsotoku/img/2026/top-fire-bg_sp.png");
    background-position: top center;
  }
}
.wsotoku .wsotoku-section {
  margin-bottom: 80px;
}
.wsotoku .wsotoku-section.last {
  margin-bottom: 0;
}
.wsotoku .feature-fv {
  text-align: center;
  background-color: var(--lightgreen);
}
@media screen and (max-width: 1160px) {
  .wsotoku .feature-fv {
    margin-left: -60px;
    margin-right: -60px;
  }
}
@media (min-width: 1161px) {
  .wsotoku .feature-fv {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    overflow: hidden;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  .wsotoku .feature-fv {
    margin-left: -4.6%;
    margin-right: -4.6%;
  }
}
.wsotoku .feature-fv h1 {
  margin-bottom: 0;
  margin-top: 0;
}
@media (min-width: 1161px) {
  .wsotoku .feature-fv h1 img {
    min-width: 2078px;
  }
}
.wsotoku .top-nav {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media screen and (max-width: 1160px) {
  .wsotoku .top-nav {
    gap: 8px;
  }
}
@media screen and (max-width: 767px) {
  .wsotoku .top-nav {
    margin-bottom: clamp(30px, 7vw, 40px);
  }
}
.wsotoku .top-nav__btn {
  position: relative;
  width: calc(25% - 14px);
  appearance: none;
  border: none;
  background: var(--brown);
  color: var(--white);
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  padding: 14px 30px 14px 26px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  text-align: center;
  gap: 10px;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.3s;
}
@media screen and (max-width: 1160px) {
  .wsotoku .top-nav__btn {
    width: calc(25% - 8px);
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .wsotoku .top-nav__btn {
    width: calc(50% - 8px);
    font-size: clamp(12px, 2.5vw, 1.6rem);
  }
}
.wsotoku .top-nav__btn:hover {
  color: #fff;
  transform: scale(0.95);
}
.wsotoku .top-nav__btn:before {
  content: "";
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  color: var(--white);
  line-height: 1;
  width: 0.6em;
  height: 0.6em;
  right: 1.2em;
  top: calc(50% - 3px);
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-50%) rotate(135deg);
}
.wsotoku .tabs {
  margin-top: 10px;
  position: relative;
}
.wsotoku .tabs__controls {
  display: flex;
  justify-content: center;
  gap: 0;
  align-items: flex-end;
  margin: 0 auto;
}
.wsotoku .tabs__radio {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.wsotoku .tabs__tab {
  flex: 1 1 580px;
  text-align: center;
  font-weight: 900;
  font-size: 2.2rem;
  color: #fff;
  padding: 10px 18px;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
  user-select: none;
  line-height: 1.1;
  margin-bottom: 0;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .wsotoku .tabs__tab {
    padding: clamp(10px, 2vw, 20px) 10px;
  }
}
.wsotoku .tabs__tab img {
  height: 45px;
  width: auto;
  transition: transform 0.3s;
}
@media screen and (max-width: 767px) {
  .wsotoku .tabs__tab img {
    height: clamp(20px, 5vw, 45px);
  }
}
.wsotoku .tabs__tab--orange {
  background: var(--orange);
}
.wsotoku .tabs__tab--green {
  background: var(--green);
}
.wsotoku .tabs__frame {
  margin: 0 auto;
  background: var(--white);
  border: 8px solid var(--orange);
  border-radius: 0 0 10px 10px;
  padding: 40px 30px;
  position: relative;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .wsotoku .tabs__frame {
    padding: clamp(15px, 2vw, 30px);
  }
}
.wsotoku .tabs__panel {
  display: none;
}
.wsotoku .tabs__ill img {
  position: absolute;
  width: 200px;
  height: auto;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .wsotoku .tabs__ill img {
    width: 20vw;
  }
}
.wsotoku .tabs__ill img:first-child {
  left: -130px;
  bottom: 40%;
}
@media screen and (max-width: 768px) {
  .wsotoku .tabs__ill img:first-child {
    left: -40px;
  }
}
.wsotoku .tabs__ill img:last-child {
  right: -110px;
  bottom: -50px;
}
@media screen and (max-width: 768px) {
  .wsotoku .tabs__ill img:last-child {
    right: -40px;
    bottom: 40%;
  }
}
.wsotoku .tabs #tab2:not(:checked) ~ .tabs__controls label[for=tab2],
.wsotoku .tabs #tab1:not(:checked) ~ .tabs__controls label[for=tab1] {
  transform: translateY(10px);
}
.wsotoku .tabs #tab2:not(:checked) ~ .tabs__controls label[for=tab2] img,
.wsotoku .tabs #tab1:not(:checked) ~ .tabs__controls label[for=tab1] img {
  transform: scale(0.7) translateY(-8px);
}
.wsotoku .tabs #tab2:checked ~ .tabs__frame {
  border-color: var(--green);
}
.wsotoku .tabs #tab1:checked ~ .tabs__frame .tabs__panel--1 {
  display: block;
}
.wsotoku .tabs #tab2:checked ~ .tabs__frame .tabs__panel--2 {
  display: block;
}
.wsotoku .cpend {
  position: absolute;
  display: flex;
  width: 95%;
  height: 95%;
  justify-content: center;
  align-items: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: grayscale(0.5) blur(2px);
  border-radius: 10px;
  z-index: 1;
}
.wsotoku .cpend__titleRow {
  width: 80%;
  margin: auto;
  text-align: center;
}
.wsotoku .cpdetail {
  text-align: center;
}
.wsotoku .cpdetail__titleRow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .wsotoku .cpdetail__titleRow {
    max-width: 60%;
    margin: auto;
    margin-bottom: clamp(10px, 2vw, 18px);
  }
}
.wsotoku .cpdetail__title {
  font-size: 3.6rem;
  font-weight: 900;
  color: var(--brown);
  letter-spacing: 0.02em;
}
.wsotoku .cpdetail__subtitle {
  font-size: 2.2rem;
  font-weight: 600;
  margin: 12px 0 10px;
}
@media screen and (max-width: 767px) {
  .wsotoku .cpdetail__subtitle {
    font-size: clamp(14px, 3.6vw, 1.8rem);
  }
}
.wsotoku .cpdetail__lead {
  font-size: 2.2rem;
  font-weight: 600;
  margin: 8px 0 34px;
}
@media screen and (max-width: 767px) {
  .wsotoku .cpdetail__lead {
    font-size: clamp(14px, 3.6vw, 1.8rem);
  }
}
@media screen and (max-width: 767px) {
  .wsotoku .cpdetail__lead {
    margin: 8px 0 clamp(15px, 4vw, 30px);
  }
}
.wsotoku .cpdetail__strong {
  color: var(--red);
  font-weight: 800;
  font-size: 1.5em;
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 2px;
  margin: 0 10px;
}
.wsotoku .ctaBox {
  max-width: 720px;
  margin: 0 auto;
  background: var(--panel-pink);
  border-radius: 12px;
  padding: 30px 20px;
}
@media screen and (max-width: 767px) {
  .wsotoku .ctaBox {
    padding: clamp(20px, 2vw, 30px) clamp(15px, 2vw, 30px);
  }
}
.wsotoku .ctaBox__dateRow {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 18px;
  color: var(--red);
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .wsotoku .ctaBox__dateRow {
    flex-direction: column;
    gap: 5px;
    align-items: center;
    margin-bottom: clamp(5px, 2.6vw, 18px);
  }
}
.wsotoku .ctaBox__label {
  font-size: 2.2rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .wsotoku .ctaBox__label {
    font-size: clamp(14px, 3.6vw, 1.8rem);
  }
}
.wsotoku .ctaBox__date {
  font-size: 3.2rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .wsotoku .ctaBox__date {
    font-size: clamp(18px, 3.6vw, 2.6rem);
  }
}
.wsotoku .ctaBox__strong {
  font-size: 1.5em;
  font-weight: 800;
}
.wsotoku .ctaBtn {
  position: relative;
  display: block;
  align-items: baseline;
  justify-content: center;
  gap: 3px;
  background: linear-gradient(#f12b2b, #c70f0f);
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 2rem;
  padding: 18px 36px;
  border-radius: 999px;
  border: 2px solid var(--white);
  min-width: min(520px, 100%);
  box-shadow: var(--shadow);
  max-width: 600px;
  margin: auto;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .wsotoku .ctaBtn {
    font-size: clamp(14px, 3.6vw, 1.8rem);
    padding: clamp(14px, 3.6vw, 1.8px);
    padding-right: clamp(20px, 3.6vw, 24px);
  }
}
.wsotoku .ctaBtn.beforeentry, .wsotoku .ctaBtn.greenbtn {
  background: linear-gradient(#399c4a, #006837);
}
.wsotoku .ctaBtn:not(p):hover {
  color: #fff;
  transform: scale(0.95);
}
.wsotoku .ctaBtn__strong {
  font-size: 1.5em;
}
@media screen and (max-width: 767px) {
  .wsotoku .ctaBtn__strong {
    font-size: clamp(1.2em, 3.6vw, 1.5em);
  }
}
.wsotoku .ctaBtn:before {
  content: "";
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  color: var(--white);
  line-height: 1;
  width: 0.8em;
  height: 0.8em;
  right: 1.2em;
  top: 50%;
  border: 2px solid currentColor;
  border-right: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-50%) rotate(135deg);
}
@media screen and (max-width: 767px) {
  .wsotoku .ctaBtn:before {
    width: 0.6em;
    height: 0.6em;
    right: 1em;
  }
}
.wsotoku .shoplist + .more-link {
  margin-top: 30px;
}
.wsotoku .category {
  background-color: var(--bg);
  border-radius: 10px;
  padding: 40px 30px;
}
@media screen and (max-width: 767px) {
  .wsotoku .category {
    padding: clamp(15px, 2vw, 30px);
  }
}
.wsotoku .category + .category {
  margin-top: 20px;
}
.wsotoku .category .category-group {
  width: calc((100% - 22px) / 2);
  border-radius: 10px;
  background-color: var(--white);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .wsotoku .category .category-group {
    width: 100%;
  }
}
.wsotoku .category .category-group__title {
  margin: 0;
}
.wsotoku .category .category-group__title a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 15px 30px 15px 15px;
  background-color: var(--green);
  color: var(--white);
  text-decoration: none !important;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  transition-duration: 0.2s;
}
@media screen and (max-width: 767px) {
  .wsotoku .category .category-group__title a {
    padding: 10px 25px 10px 10px;
    font-size: 1.4rem;
  }
}
.wsotoku .category .category-group__title a:before {
  content: "";
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  color: var(--white);
  line-height: 1;
  width: 0.8em;
  height: 0.8em;
  right: 1.2em;
  top: 50%;
  border: 2px solid currentColor;
  border-right: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-50%) rotate(135deg);
}
.wsotoku .category .category-group__inner {
  padding: 15px;
}
.wsotoku .category .category-group__list {
  padding: 20px 15px 45px;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 14px;
}
@media screen and (max-width: 767px) {
  .wsotoku .category .category-group__list {
    gap: 12px;
  }
}
.wsotoku .category .category-group__list li {
  width: calc((100% - 14px) / 2);
}
@media screen and (max-width: 767px) {
  .wsotoku .category .category-group__list li {
    width: calc((100% - 12px) / 2);
  }
}
.wsotoku .category .category-group__list a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 15px 30px 15px 15px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 9999px;
  background-color: var(--green);
  transition-duration: 0.2s;
}
@media screen and (max-width: 767px) {
  .wsotoku .category .category-group__list a {
    font-size: 1.2rem;
    padding: 10px 25px 10px 10px;
  }
}
.wsotoku .category .category-group__list a:before {
  content: "";
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  color: var(--white);
  line-height: 1;
  width: 0.5em;
  height: 0.5em;
  right: 1em;
  top: 50%;
  border: 2px solid currentColor;
  border-right: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-50%) rotate(135deg);
}
.wsotoku .category__groups {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}
@media screen and (max-width: 767px) {
  .wsotoku .category__groups {
    flex-direction: column;
    gap: 15px;
  }
}
.wsotoku .category__title {
  margin: 0 0 18px;
  font-weight: 700;
  font-size: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .wsotoku .category__title {
    font-size: 1.8rem;
    margin: 0 0 10px;
  }
}
.wsotoku .campaign {
  position: relative;
  z-index: 0;
  padding: 60px 0;
  /* span:first-child / last-child 依存をやめてクラスで明示 */
}
@media screen and (max-width: 767px) {
  .wsotoku .campaign {
    padding: clamp(30px, 7vw, 60px) 0;
  }
}
.wsotoku .campaign:before {
  position: absolute;
  content: "";
  background-color: var(--lightgreen);
  background-image: url("/html/upload/user_data/feature/wsotoku/img/2026/mid-fire-bg2_pc.png");
  background-position: top center;
  background-repeat: repeat-y;
  background-size: auto;
  height: 100%;
  width: 100vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .wsotoku .campaign:before {
    background-image: url("/html/upload/user_data/feature/wsotoku/img/2026/mid-fire-bg2_sp.png");
  }
}
.wsotoku .campaign__inner {
  border: solid var(--white) 4px;
  border-radius: 10px;
  background: var(--bg);
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.wsotoku .campaign__title {
  color: var(--black);
  border-radius: 5px 5px 0 0;
  background: var(--white);
  font-size: 1.5em;
  text-align: center;
  padding: 30px;
  line-height: 2em;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .wsotoku .campaign__title {
    font-size: 1.3em;
    padding: 15px;
  }
}
.wsotoku .campaign__hl {
  background: linear-gradient(transparent 70%, var(--marker) 70%);
  color: var(--black);
  font-size: 1.1em;
}
.wsotoku .campaign__em {
  border-bottom: solid var(--red) 3px;
  color: var(--red);
  font-size: 1.4em;
}
.wsotoku .campaign__entry {
  text-align: center;
  color: var(--black);
  margin: auto auto;
  padding: 40px 0 20px;
  border-top: solid 3px var(--white);
  width: 90%;
}
.wsotoku .campaign__note {
  padding: 20px 0 40px;
  margin: 0;
}
.wsotoku .campaign__body {
  overflow: hidden;
  padding: 0 30px 30px;
}
@media screen and (max-width: 980px) {
  .wsotoku .campaign__body {
    text-align: center;
    padding: 0 15px 30px;
  }
}
.wsotoku .campaign__list {
  padding: 50px 20px 20px !important;
  margin: 0;
  list-style: none;
}
@media screen and (max-width: 980px) {
  .wsotoku .campaign__list {
    padding: 20px 0 20px !important;
  }
}
.wsotoku .campaign__footnote {
  width: 70%;
  color: var(--black);
  text-align: center;
  margin: 0 auto 10px;
}
@media screen and (max-width: 980px) {
  .wsotoku .campaign__footnote {
    font-size: 1.4rem;
    line-height: 1.6em;
    width: 100%;
  }
}
.wsotoku .campaign__ill img {
  position: absolute;
  width: 200px;
  height: auto;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .wsotoku .campaign__ill img {
    width: 20vw;
  }
}
.wsotoku .campaign__ill img:first-child {
  left: -110px;
  bottom: -100px;
}
@media screen and (max-width: 768px) {
  .wsotoku .campaign__ill img:first-child {
    left: -40px;
    bottom: -50px;
  }
}
.wsotoku .campaign__ill img:last-child {
  right: -110px;
  bottom: -50px;
}
@media screen and (max-width: 768px) {
  .wsotoku .campaign__ill img:last-child {
    right: -40px;
    bottom: -50px;
  }
}
.wsotoku .campaign .campaign-item {
  margin-bottom: 30px;
}
@media screen and (max-width: 980px) {
  .wsotoku .campaign .campaign-item:first-child:last-child {
    margin-bottom: 0;
  }
}
.wsotoku .campaign .campaign-item__row {
  display: flex;
}
@media screen and (max-width: 980px) {
  .wsotoku .campaign .campaign-item__row {
    display: block;
  }
}
.wsotoku .campaign .campaign-item__row:first-child:last-child {
  margin-bottom: 0;
}
.wsotoku .campaign .campaign-item__desc {
  color: var(--black);
  display: inline-block;
  line-height: 28px;
  font-size: 1.8rem;
  margin-left: 15px;
}
@media screen and (max-width: 980px) {
  .wsotoku .campaign .campaign-item__desc {
    font-size: 1.6rem;
    margin-left: 0;
  }
}
.wsotoku .campaign .campaign-item__em {
  color: var(--red);
  font-weight: 600;
  font-size: 2.4rem;
  display: block;
}
.wsotoku .campaign .badge {
  position: relative;
  display: inline-block;
  margin-right: 15px;
  padding: 13px;
  border-radius: 10px;
  background-color: var(--white);
  text-align: center;
  font-weight: 600;
  line-height: 1.5;
  color: var(--red);
  width: 25%;
}
@media screen and (min-width: 981px) {
  .wsotoku .campaign .badge.widebadge {
    width: 35%;
  }
}
.wsotoku .campaign .badge span {
  display: inline-block;
  font-size: 2.4rem;
}
@media screen and (min-width: 981px) {
  .wsotoku .campaign .badge:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    border-style: solid;
    border-width: 8.5px 0 8.5px 15px;
    border-color: transparent transparent transparent var(--white);
    translate: 100% -50%;
  }
}
@media screen and (max-width: 980px) {
  .wsotoku .campaign .badge {
    width: 100%;
    margin-bottom: 15px !important;
    padding: 16px !important;
  }
  .wsotoku .campaign .badge:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 9px 5.5px 0 5.5px;
    border-color: var(--white) transparent transparent;
    translate: -50% 100%;
  }
  .wsotoku .campaign .badge span {
    font-size: 2rem;
  }
}
.wsotoku .attention {
  margin-top: 40px;
  padding: 40px 5%;
  background-color: var(--gray);
  margin: 40px auto 0;
  border-radius: 10px;
}
.wsotoku .attention__title {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .wsotoku .attention__title {
    font-size: 1.8rem;
  }
}
.wsotoku .attention__list li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .wsotoku .attention__list li {
    font-size: 1.2rem;
  }
}
.wsotoku .attention__list li + li {
  margin-top: 3px;
}/*# sourceMappingURL=style2026_2.css.map */