@charset "UTF-8";
/* ==========================================================================
   foundation
   ========================================================================== */
:where(*, ::before, ::after) {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

:where(html) {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

:where(body) {
  margin: 0;
}

:where(main) {
  display: block;
}

:where(p, table, blockquote, address, pre, iframe, form, figure, dl) {
  margin: 0;
}

:where(h1, h2, h3, h4, h5, h6) {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

:where(ul, ol) {
  margin: 0;
  padding: 0;
  list-style: none;
}

:where(dt) {
  font-weight: 700;
}

:where(dd) {
  margin-left: 0;
}

:where(hr) {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

:where(pre) {
  font-family: monospace, monospace;
  font-size: inherit;
}

:where(address) {
  font-style: inherit;
}

:where(a) {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

:where(abbr[title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

:where(b, strong) {
  font-weight: bolder;
}

:where(code, kbd, samp) {
  font-family: monospace, monospace;
  font-size: inherit;
}

:where(small) {
  font-size: 80%;
}

:where(sub, sup) {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

:where(sub) {
  bottom: -0.25em;
}

:where(sup) {
  top: -0.5em;
}

:where(button, input, optgroup, select, textarea) {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

:where(button, [type=button], [type=reset], [type=submit]) {
  cursor: pointer;
}

:where(button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled) {
  cursor: default;
}

:where(:-moz-focusring) {
  outline: auto;
}

:where(select:disabled) {
  opacity: inherit;
}

:where(option) {
  padding: 0;
}

:where(fieldset) {
  margin: 0;
  padding: 0;
  min-width: 0;
}

:where(legend) {
  padding: 0;
}

:where(progress) {
  vertical-align: baseline;
}

:where(textarea) {
  overflow: auto;
}

:where([type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button) {
  height: auto;
}

:where([type=search]) {
  outline-offset: -2px;
}

:where([type=search]::-webkit-search-decoration) {
  -webkit-appearance: none;
}

:where(::-webkit-file-upload-button) {
  -webkit-appearance: button;
  font: inherit;
}

:where([type=number]) {
  -moz-appearance: textfield;
}

:where(label[for]) {
  cursor: pointer;
}

:where(details) {
  display: block;
}

:where(summary) {
  display: list-item;
}

:where([contenteditable]:focus) {
  outline: auto;
}

:where(table) {
  border-color: inherit;
  border-collapse: collapse;
}

:where(caption) {
  text-align: left;
}

:where(td, th) {
  vertical-align: top;
  padding: 0;
}

:where(th) {
  text-align: left;
  font-weight: 700;
}

:where(i, em) {
  font-style: normal;
}

:where(a, area, button, [role=button], input:not([type=range]), label, select, summary, textarea) {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

:where(a) {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
:where(em) {
  font-style: normal;
}

:where(img) {
  display: block;
  max-width: 100%;
  height: auto;
}

:where(video) {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

:where(dialog) {
  width: unset;
  max-width: unset;
  height: unset;
  max-height: unset;
  padding: unset;
  color: unset;
  background-color: unset;
  border: unset;
  overflow: unset;
}

:root:has(dialog[open]) {
  overflow: hidden;
}

::-webkit-backdrop {
  background-color: unset;
}

::-ms-backdrop {
  background-color: unset;
}

::backdrop {
  background-color: unset;
}

.btn {
  position: relative;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.6rem;
  color: #fff;
  font-size: 1.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.btn::after {
  position: relative;
  display: block;
  content: "";
  background-image: url("https://wcdn.valuebooks.jp/ws/site/assets/images/arrow_r_s.svg");
  width: 7rem;
  height: 0.8rem;
}
.btn.-primary {
  max-width: 33rem;
  width: 100%;
  height: 7.2rem;
  border: 0.1rem solid currentcolor;
  background-color: rgb(128, 110, 70);
}
.btn.-primary::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.btn.-secondary {
  max-width: 33rem;
  width: 100%;
  height: 6.4rem;
  border: 0.1rem solid currentcolor;
  color: rgb(128, 110, 70);
}
.btn.-back {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.btn.-back::after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.btn.-noarrow::after {
  display: none;
}
.btn:active {
  opacity: 0.8;
}
.btn span {
  position: relative;
}

*[data-inview=-pop] {
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: opacity 0.5s, -webkit-transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: opacity 0.5s, transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: opacity 0.5s, transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), -webkit-transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
*[data-inview=-pop].-pop {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

*[data-inview=-show] {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
*[data-inview=-show].-show {
  opacity: 1;
}

*[data-inview=-slideY] {
  opacity: 0;
  -webkit-transform: translateY(24px);
          transform: translateY(24px);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
*[data-inview=-slideY].-slideY {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.splide__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
          animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

#back-top {
  display: none !important;
}

.otoshidama2026 {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
  font-size: 16px;
  --color-red: rgba(231, 45, 28, 1);
  border: 2px solid var(--color-red);
  min-height: 100svh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  background-color: #fff;
  --side-inner-width: 26px;
  --side-width: calc( var(--side-inner-width) + 4px );
}
#contents:has(.otoshidama2026) {
  padding-top: 1px;
  margin-bottom: 0;
}
.otoshidama2026 a {
  color: currentcolor;
}
.otoshidama2026__badge {
  position: relative;
}
.otoshidama2026__badge__bg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-animation: badge_rotate 24s linear infinite;
          animation: badge_rotate 24s linear infinite;
}
@-webkit-keyframes badge_rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes badge_rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.otoshidama2026__badge__face {
  position: absolute;
  inset: 0;
}
.otoshidama2026__side {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 var(--side-inner-width);
          flex: 0 0 var(--side-inner-width);
}
.otoshidama2026__side__marquee {
  height: calc(100lvh + 64px);
  position: sticky;
  top: 0;
  left: 0;
  overflow: hidden;
}
.otoshidama2026__side__marquee__item {
  --marquee-height: 349px;
  height: calc(var(--marquee-height) * 5);
  background-image: url("https://wcdn.valuebooks.jp/ws/site/assets/images/campaign/otoshidama/2026/side__marquee.webp");
  background-size: 15px var(--marquee-height);
  background-repeat: repeat-y;
  background-position: top center;
  margin-inline: auto;
  -webkit-animation: marquee-up 48s linear infinite;
          animation: marquee-up 48s linear infinite;
  will-change: transform;
}
.-reverse .otoshidama2026__side__marquee__item {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  animation-direction: reverse;
}
@-webkit-keyframes marquee-up {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@keyframes marquee-up {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
.otoshidama2026__cta {
  position: sticky;
  bottom: 0;
  right: 0;
  height: 0;
  z-index: 5;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.otoshidama2026__cta.-show {
  opacity: 1;
}
.otoshidama2026__cta__body {
  position: absolute;
  bottom: 8px;
  right: 0;
  overflow: hidden;
}
.otoshidama2026__cta__body:active {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}
.otoshidama2026__cta__badge {
  display: block;
  width: 96px;
  aspect-ratio: 132/130;
  bottom: 0;
  right: -8px;
}
.otoshidama2026__cta__face {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  font-size: 14px;
  color: #fff;
}
.otoshidama2026__cta__face em {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 900;
}
.otoshidama2026__spacer__bg {
  position: fixed;
  inset: -24px;
  background-color: #fff;
  z-index: -1;
}
.otoshidama2026__spacer__bottom {
  position: fixed;
  bottom: 0;
  pointer-events: none;
  height: 4px;
  width: 100%;
  background-color: #000;
  mix-blend-mode: lighten;
}
.otoshidama2026__main {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  border-right: 2px solid var(--color-red);
  border-left: 2px solid var(--color-red);
}
.otoshidama2026__hero {
  --hero-body-base: calc( 100dvw - ( var(--side-width) * 2 ) - 32px );
  background-color: #fff;
  border-bottom: 2px solid var(--color-red);
}
.otoshidama2026__hero__img {
  position: relative;
  max-width: 1100px;
  margin: -4px -6px 0;
}
.otoshidama2026__hero__img__caption {
  margin-top: 8px;
  margin-left: 6px;
  font-size: 12px;
  font-weight: 800;
  color: rgb(0, 89, 141);
}
.otoshidama2026__hero__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: calc((var(--hero-body-base) - 16px) * 0.1);
  font-weight: 900;
  line-height: 1.25;
  font-family: "Playfair Display", serif;
  font-style: italic;
  color: var(--color-red);
}
.otoshidama2026__hero__title span {
  font-weight: 900;
}
.otoshidama2026__hero__body {
  padding: 20px 16px 16px;
}
.otoshidama2026__hero__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-top: 30px;
}
.otoshidama2026__hero__badge {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
.otoshidama2026__hero__badge__item {
  width: calc(var(--hero-body-base) * 0.36);
}
.otoshidama2026__hero__badge01 {
  position: absolute;
  bottom: 60%;
  left: 0;
  z-index: 1;
}
.otoshidama2026__hero__badge02 {
  position: absolute;
  top: 0;
  right: -10px;
}
.otoshidama2026__hero__period {
  margin-top: auto;
  padding: 24px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 2px solid var(--color-red);
  color: var(--color-red);
  font-size: 16px;
  font-weight: 800;
}
.otoshidama2026__hero__period span {
  font-weight: 800;
  white-space: nowrap;
}
.otoshidama2026__happy-new-year {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.otoshidama2026__happy-new-year__lead {
  padding: 48px 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  background-color: var(--color-red);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 45px;
  font-weight: 900;
  line-height: 1.25;
  font-family: "Playfair Display", serif;
  font-style: italic;
}
.otoshidama2026__happy-new-year__lead span {
  font-weight: 900;
  display: block;
  padding: 0 8px;
}
.otoshidama2026__happy-new-year__body {
  padding: 40px 16px 64px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  background-color: rgb(250, 225, 0);
}
.otoshidama2026__happy-new-year__title {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.66;
  text-align: center;
}
.otoshidama2026__happy-new-year__subtitle {
  line-height: 2.5;
  font-weight: 700;
  text-align: center;
}
.otoshidama2026__happy-new-year__text {
  margin-top: 8px;
  word-break: keep-all;
  overflow-wrap: anywhere;
  text-align: center;
  line-height: 1.875;
}
.otoshidama2026__how-to-entry {
  position: relative;
  padding: 40px 16px;
  background: url("https://wcdn.valuebooks.jp/ws/site/assets/images/campaign/otoshidama/2026/bg__lattice.svg");
  background-position: center center;
  background-color: rgb(250, 193, 222);
}
.otoshidama2026__how-to-entry__img {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin-inline: auto;
  aspect-ratio: 240/100;
  background: url("https://wcdn.valuebooks.jp/ws/site/assets/images/campaign/otoshidama/2026/happy-new-year__img.webp") no-repeat center center/contain;
  width: calc(100% - 40px);
  margin-top: -72px;
  margin-bottom: 24px;
  max-width: 480px;
}
.otoshidama2026__how-to-entry__title {
  word-break: keep-all;
  overflow-wrap: anywhere;
  text-align: center;
  font-size: 48px;
  font-weight: 900;
  font-family: "Playfair Display", serif;
  font-style: italic;
  line-height: 1.25;
  color: var(--color-red);
}
.otoshidama2026__how-to-entry__flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 48px;
  margin-top: 48px;
  counter-reset: flow-number 0;
  max-width: 480px;
  margin-inline: auto;
}
.otoshidama2026__how-to-entry__flow li {
  position: relative;
  border-radius: 8px;
  border: 4px solid var(--color-red);
  background-color: #fff;
  padding: 48px 16px 16px;
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  counter-increment: flow-number 1;
}
.otoshidama2026__how-to-entry__flow li::before {
  content: "0" counter(flow-number);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 56px;
  height: 56px;
  padding-top: 0.25em;
  border-radius: 50%;
  background-color: var(--color-red);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-inline: auto;
  -webkit-transform: translateY(calc(-50% - 2px));
          transform: translateY(calc(-50% - 2px));
  font-size: 32px;
  font-weight: 900;
  font-family: "Playfair Display", serif;
  font-style: italic;
  color: #fff;
  line-height: 1;
  text-box-trim: trim-both;
}
.otoshidama2026__how-to-entry__flow__img {
  width: 108px;
  margin-inline: auto;
}
.otoshidama2026__how-to-entry__flow__img img {
  aspect-ratio: 1/1;
}
.otoshidama2026__how-to-entry__flow__text {
  word-break: keep-all;
  overflow-wrap: anywhere;
  text-align: center;
  margin-top: 24px;
}
.otoshidama2026__how-to-entry__condition {
  max-width: 680px;
  margin-inline: auto;
  position: relative;
  margin-top: 72px;
}
.otoshidama2026__how-to-entry__condition__title {
  position: absolute;
  top: -29px;
  left: 20px;
  border: 2.5px solid var(--color-red);
  border-radius: 24px;
  background-color: #fff;
  padding: 16px 36px;
}
.otoshidama2026__how-to-entry__condition__title::after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 50%;
  display: block;
  width: 26px;
  height: 15px;
  translate: -50% 100%;
  background: url("https://wcdn.valuebooks.jp/ws/site/assets/images/campaign/otoshidama/2026/how-to-entry__condition__bubble.svg") no-repeat top center/contain;
}
.otoshidama2026__how-to-entry__condition__body {
  max-width: 600px;
  margin-inline: auto;
  padding: 64px 48px 32px 24px;
  background-color: var(--color-red);
  color: #fff;
  border-radius: 16px 16px 0 0;
}
.otoshidama2026__how-to-entry__condition__list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.otoshidama2026__how-to-entry__condition__list > * + * {
  margin-top: 16px;
}
.otoshidama2026__how-to-entry__condition__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.otoshidama2026__how-to-entry__condition__list__item::before {
  content: "";
  display: block;
  width: 26px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background: url("https://wcdn.valuebooks.jp/ws/site/assets/images/campaign/otoshidama/2026/how-to-entry__condition__icon.svg") no-repeat top center/contain;
}
.otoshidama2026__how-to-entry__condition__list__item span {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  font-weight: 800;
  word-break: keep-all;
  overflow-wrap: anywhere;
  line-height: 1.5;
}
.otoshidama2026__how-to-entry__condition__list__caption {
  margin-top: 24px;
  font-size: 12px;
  text-align: center;
}
.otoshidama2026__how-to-entry__condition__more {
  position: relative;
  max-width: 600px;
  margin-inline: auto;
  background-color: #fff;
  border-radius: 0 0 16px 16px;
  padding: 40px 16px;
}
.otoshidama2026__how-to-entry__condition__more__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  text-align: center;
  font-size: 18px;
  color: var(--color-red);
  line-height: 1.5;
}
.otoshidama2026__how-to-entry__condition__more__label::before, .otoshidama2026__how-to-entry__condition__more__label::after {
  content: "";
  display: block;
  width: 1px;
  height: 1.25em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1px;
          flex: 0 0 1px;
  background-color: var(--color-red);
}
.otoshidama2026__how-to-entry__condition__more__label::before {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.otoshidama2026__how-to-entry__condition__more__label::after {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.otoshidama2026__how-to-entry__condition__more__label span {
  font-weight: 800;
}
.otoshidama2026__how-to-entry__condition__more__row {
  position: relative;
  padding: 0 4px;
  margin-top: 24px;
}
.otoshidama2026__how-to-entry__condition__more__badge {
  width: 58%;
  margin-bottom: -16vw;
}
.otoshidama2026__how-to-entry__condition__more__text {
  font-size: 20px;
  font-weight: 800;
  word-break: keep-all;
  overflow-wrap: anywhere;
  line-height: 1.5;
  color: var(--color-red);
  text-align: center;
  margin-top: 16px;
}
.otoshidama2026__how-to-entry__condition__more::after {
  content: "";
  display: block;
  width: 88px;
  position: absolute;
  bottom: calc(100% - 16px);
  right: -42px;
  aspect-ratio: 506/1000;
  background: url("https://wcdn.valuebooks.jp/ws/site/assets/images/campaign/otoshidama/2026/how-to-entry__condition__img.webp") no-repeat bottom center/contain;
}
.otoshidama2026__happy-5-bags {
  padding: 32px 0 0;
  background-color: rgb(165, 217, 224);
}
.otoshidama2026__happy-5-bags__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 0.25em;
  padding: 0 24px 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.otoshidama2026__happy-5-bags__title span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.25em;
  text-align: center;
  font-weight: 900;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 48px;
  line-height: 1;
}
.otoshidama2026__happy-5-bags__title span em {
  font-size: 1.95em;
  font-weight: 900;
  font-style: italic;
  line-height: 0.4;
}
.otoshidama2026__happy-5-bags__title::before, .otoshidama2026__happy-5-bags__title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.5px;
  background-color: currentcolor;
}
.otoshidama2026__happy-5-bags__title::before {
  bottom: 4px;
}
.otoshidama2026__happy-5-bags__title + * {
  margin-top: 40px;
}
.otoshidama2026__happy-5-bags__item {
  padding: 72px 16px 32px;
  background-color: var(--bag-item-color);
}
.otoshidama2026__happy-5-bags__item01 {
  --bag-item-color: rgba(165, 217, 224, 1);
}
.otoshidama2026__happy-5-bags__item02 {
  --bag-item-color: rgba(168, 193, 38, 1);
}
.otoshidama2026__happy-5-bags__item03 {
  --bag-item-color: rgba(224, 201, 94, 1);
}
.otoshidama2026__happy-5-bags__item04 {
  --bag-item-color: rgba(250, 193, 222, 1);
}
.otoshidama2026__happy-5-bags__item05 {
  --bag-item-color: rgba(202, 193, 250, 1);
}
.otoshidama2026__happy-5-bags__item__inner {
  position: relative;
  max-width: 1000px;
  margin-inline: auto;
}
.otoshidama2026__happy-5-bags__item__inner::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0 32px;
  background-color: #fff;
  z-index: 0;
}
.otoshidama2026__happy-5-bags__item__inner::after {
  content: "";
  display: block;
  position: absolute;
  inset: 32px 0;
  background-color: #fff;
  z-index: 0;
}
.otoshidama2026__happy-5-bags__item__corner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
  margin-top: 0;
}
.otoshidama2026__happy-5-bags__item__corner::before, .otoshidama2026__happy-5-bags__item__corner::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  aspect-ratio: 1/1;
  background-image: url("https://wcdn.valuebooks.jp/ws/site/assets/images/campaign/otoshidama/2026/happy-5-bags__item__corner.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.otoshidama2026__happy-5-bags__item__corner.-t {
  top: 0;
}
.otoshidama2026__happy-5-bags__item__corner.-t::before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.otoshidama2026__happy-5-bags__item__corner.-t::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.otoshidama2026__happy-5-bags__item__corner.-b {
  bottom: 0;
}
.otoshidama2026__happy-5-bags__item__corner.-b::before {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.otoshidama2026__happy-5-bags__item__corner.-b::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.otoshidama2026__happy-5-bags__item__body {
  position: relative;
  padding: 24px 16px;
  z-index: 1;
}
.otoshidama2026__happy-5-bags__item__label {
  font-family: "Playfair Display", serif;
  line-height: 1;
  margin-left: 4px;
}
.otoshidama2026__happy-5-bags__item__label span {
  position: relative;
  display: block;
  font-weight: 900;
  font-style: italic;
  font-size: 27px;
  margin-left: 8px;
  margin-top: -1.4em;
}
.otoshidama2026__happy-5-bags__item__label em {
  position: relative;
  display: block;
  font-weight: 900;
  font-style: italic;
  font-size: 84px;
  margin-top: -0.25em;
}
.otoshidama2026__happy-5-bags__item__img {
  position: relative;
  margin-top: 16px;
}
.otoshidama2026__happy-5-bags__item__img img.-sp {
  display: block;
}
.otoshidama2026__happy-5-bags__item__img img.-pc {
  display: none;
}
.otoshidama2026__happy-5-bags__item__badge {
  position: absolute;
  top: -36px;
  right: -12px;
  width: 118px;
  margin-top: 0;
}
.otoshidama2026__happy-5-bags__item__badge__face {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  padding-bottom: 4px;
}
.otoshidama2026__happy-5-bags__item__badge__face em {
  font-family: "Playfair Display", serif;
  font-size: 48px;
  font-weight: 900;
  font-style: italic;
  line-height: 1;
  height: 1em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 4px;
}
.otoshidama2026__happy-5-bags__item__badge__face em.-l {
  font-size: 72px;
  margin-left: 6px;
  height: 0.7em;
  margin-bottom: 2px;
}
.otoshidama2026__happy-5-bags__item__badge__face span {
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
}
.otoshidama2026__happy-5-bags__item__text {
  margin-top: 16px;
  line-height: 1.5;
  font-size: 14px;
}
.otoshidama2026__happy-5-bags__item__text a {
  text-decoration: underline;
}
.otoshidama2026__happy-5-bags__item__text > * + * {
  margin-top: 16px;
}
.otoshidama2026__happy-5-bags__item__title {
  word-break: keep-all;
  overflow-wrap: anywhere;
  font-size: 20px;
  font-weight: 800;
}
.otoshidama2026__happy-5-bags__item__lead {
  font-size: 16px;
}
.otoshidama2026__happy-5-bags__item__note {
  font-size: 12px;
  font-weight: 300;
  color: #666;
  line-height: 1.5;
}
.otoshidama2026__happy-5-bags__item__note ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 300;
}
.otoshidama2026__happy-5-bags__item__note ul li::before {
  content: "・";
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.otoshidama2026__happy-5-bags__carousel {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
}
.otoshidama2026__happy-5-bags__carousel::before {
  content: "";
  display: block;
  width: 110vw;
  height: 32px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url("https://wcdn.valuebooks.jp/ws/site/assets/images/campaign/otoshidama/2026/happy-5-bags__carousel__sep.svg") repeat-x top center;
  z-index: 1;
}
.otoshidama2026__happy-5-bags__carousel__item {
  position: relative;
  min-width: 0;
  width: 300vw;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300vw;
          flex: 0 0 300vw;
  aspect-ratio: 8/1;
  background: url("https://wcdn.valuebooks.jp/ws/site/assets/images/campaign/otoshidama/2026/happy-5-bags__carousel__img.webp") no-repeat center center/cover;
  -webkit-animation: bags_carousel 60s linear infinite;
          animation: bags_carousel 60s linear infinite;
}
@-webkit-keyframes bags_carousel {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes bags_carousel {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.otoshidama2026__entry {
  padding: 40px 16px;
  background: url("https://wcdn.valuebooks.jp/ws/site/assets/images/campaign/otoshidama/2026/bg__lattice.svg");
  background-position: center center;
}
.otoshidama2026__entry__body {
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
}
.otoshidama2026__entry__title {
  font-family: "Playfair Display", serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 1;
  color: var(--color-red);
  text-align: center;
  font-style: italic;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.otoshidama2026__entry__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 3px solid var(--color-red);
  border-radius: 32px;
  background-color: rgb(250, 193, 222);
  height: 64px;
  padding: 16px;
  width: 100%;
  max-width: 368px;
  margin-top: 40px;
  margin-inline: auto;
  -webkit-box-shadow: 0 4px 0 0 var(--color-red);
          box-shadow: 0 4px 0 0 var(--color-red);
}
.otoshidama2026__entry__btn:active {
  position: relative;
  top: 4px;
  -webkit-box-shadow: 0 0 0 0;
          box-shadow: 0 0 0 0;
}
.otoshidama2026__entry__btn span {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.5;
}
.otoshidama2026__entry__text {
  position: relative;
  margin-top: 40px;
  padding: 40px 16px;
}
.otoshidama2026__entry__text::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0 24px;
  background-color: #fff;
  border-top: 2px solid currentcolor;
  border-bottom: 2px solid currentcolor;
  z-index: 0;
}
.otoshidama2026__entry__text::after {
  content: "";
  display: block;
  position: absolute;
  inset: 24px 0;
  background-color: #fff;
  border-left: 2px solid currentcolor;
  border-right: 2px solid currentcolor;
  z-index: 0;
}
.otoshidama2026__entry__text__corner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
  margin-top: 0;
}
.otoshidama2026__entry__text__corner::before, .otoshidama2026__entry__text__corner::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  aspect-ratio: 1/1;
  background-image: url("https://wcdn.valuebooks.jp/ws/site/assets/images/campaign/otoshidama/2026/entry__text__corner.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.otoshidama2026__entry__text__corner.-t {
  top: 0;
}
.otoshidama2026__entry__text__corner.-t::before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.otoshidama2026__entry__text__corner.-t::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.otoshidama2026__entry__text__corner.-b {
  bottom: 0;
}
.otoshidama2026__entry__text__corner.-b::before {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.otoshidama2026__entry__text__corner.-b::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.otoshidama2026__entry__text__inner {
  position: relative;
  z-index: 1;
}
.otoshidama2026__entry__text__title {
  font-weight: 800;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.otoshidama2026__entry__note {
  margin-top: 24px;
  font-size: 14px;
  font-weight: 300;
  color: #666;
  line-height: 1.75;
  max-width: 778px;
  margin-inline: auto;
}
.otoshidama2026__entry__note li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 300;
}
.otoshidama2026__entry__note li::before {
  content: "・";
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.otoshidama2026__asides {
  position: relative;
  border-top: 3px solid var(--color-red);
  padding: 92px 16px 40px;
}
.otoshidama2026__companies {
  display: block;
  position: relative;
  padding: 0 16px;
  max-width: 800px;
  margin-inline: auto;
}
.otoshidama2026__companies__img__before {
  display: block;
  position: absolute;
  top: -144px;
  right: -16px;
  width: 128px;
  aspect-ratio: 346/422;
  background: url("https://wcdn.valuebooks.jp/ws/site/assets/images/campaign/otoshidama/2026/companies__bg01.webp") no-repeat center center/contain;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  z-index: 0;
}
.otoshidama2026__companies__img__after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: -16px;
  width: 120px;
  aspect-ratio: 302/400;
  background: url("https://wcdn.valuebooks.jp/ws/site/assets/images/campaign/otoshidama/2026/companies__bg02.webp") no-repeat center center/contain;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  z-index: 0;
}
.otoshidama2026__companies__title {
  position: relative;
  font-family: "Playfair Display", serif;
  font-size: 40px;
  font-weight: 900;
  text-align: center;
  font-style: italic;
  line-height: 1;
  color: rgb(1, 163, 195);
  z-index: 1;
}
.otoshidama2026__companies__list {
  position: relative;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
  z-index: 1;
}
.otoshidama2026__companies__list__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 104px;
          flex: 0 0 104px;
  background-color: #fff;
}
.otoshidama2026__companies__list__item:active {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}
.otoshidama2026__about {
  display: block;
  margin-top: 177px;
}
.otoshidama2026__about__body {
  padding: 24px 20px;
  background-color: rgb(1, 147, 73);
  color: #fff;
  margin-inline: auto;
  border-radius: 20px;
}
.otoshidama2026__about__title {
  font-family: "Playfair Display", serif;
  font-size: 48px;
  font-weight: 900;
  text-align: center;
  font-style: italic;
  line-height: 1;
}
.otoshidama2026__about__label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 16px;
  background-color: #fff;
  color: rgb(1, 147, 73);
  font-weight: 800;
  font-size: 14px;
  text-align: center;
  line-height: 1.5;
  padding: 4px 8px;
}
.otoshidama2026__about__img {
  margin-top: 24px;
  border: 6px solid currentcolor;
  border-radius: 13.5px;
  overflow: hidden;
}
.otoshidama2026__about__img img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.otoshidama2026__about__text {
  margin-top: 16px;
  font-size: 14px;
}
@media screen and (min-width: 600px){
  .otoshidama2026 {
    --side-inner-width: 36px;
  }
  .otoshidama2026__side__marquee__item {
    --marquee-height: 489px;
    background-size: 21px var(--marquee-height);
  }
  .otoshidama2026__cta__body {
    bottom: 8px;
    right: 8px;
  }
  .otoshidama2026__cta__badge {
    width: 132px;
    bottom: 0;
    right: 0;
  }
  .otoshidama2026__cta__face {
    font-size: 18px;
  }
  .otoshidama2026__hero__badge__item {
    width: calc(var(--hero-body-base) * 0.3);
  }
  .otoshidama2026__hero__badge01 {
    bottom: 50%;
    left: -8px;
  }
  .otoshidama2026__hero__badge02 {
    top: 10px;
  }
  .otoshidama2026__happy-new-year {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .otoshidama2026__happy-new-year__lead {
    padding: 16px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    font-size: 56px;
  }
  .otoshidama2026__happy-new-year__body {
    padding: 56px 16px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .otoshidama2026__how-to-entry__img {
    margin-top: -80px;
    margin-bottom: 40px;
    max-width: 360px;
  }
  .otoshidama2026__how-to-entry__title {
    font-size: 64px;
  }
  .otoshidama2026__how-to-entry__flow {
    max-width: 600px;
  }
  .otoshidama2026__how-to-entry__flow li::before {
    width: 64px;
    height: 64px;
    font-size: 36px;
  }
  .otoshidama2026__how-to-entry__condition__title::after {
    width: 40px;
    height: 20px;
    background-image: url("https://wcdn.valuebooks.jp/ws/site/assets/images/campaign/otoshidama/2026/how-to-entry__condition__bubble__pc.svg");
  }
  .otoshidama2026__how-to-entry__condition__body {
    padding: 64px 24px 40px;
  }
  .otoshidama2026__how-to-entry__condition__list__caption {
    font-size: 14px;
  }
  .otoshidama2026__how-to-entry__condition__more__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 16px;
    max-width: 600px;
    margin-inline: auto;
    margin-top: -8px;
  }
  .otoshidama2026__how-to-entry__condition__more__badge {
    width: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 34%;
            flex: 0 0 34%;
    margin-bottom: 0;
    -ms-flex-item-align: end;
        align-self: flex-end;
    padding-bottom: 16px;
  }
  .otoshidama2026__how-to-entry__condition__more::after {
    width: 144px;
    bottom: 100%;
    right: -32px;
  }
  .otoshidama2026__happy-5-bags {
    padding-top: 72px;
  }
  .otoshidama2026__happy-5-bags__title span {
    font-size: 70px;
  }
  .otoshidama2026__happy-5-bags__title span em {
    font-size: 1.88em;
  }
  .otoshidama2026__happy-5-bags__item__body {
    padding: 32px 24px;
  }
  .otoshidama2026__happy-5-bags__item__label {
    position: absolute;
    top: 24px;
    left: 16px;
    z-index: 2;
  }
  .otoshidama2026__happy-5-bags__item__label span {
    font-size: 32px;
  }
  .otoshidama2026__happy-5-bags__item__label em {
    font-size: 104px;
  }
  .otoshidama2026__happy-5-bags__item__img {
    margin-top: 0;
  }
  .otoshidama2026__happy-5-bags__item__img.-over {
    z-index: 2;
  }
  .otoshidama2026__happy-5-bags__item__img img.-sp {
    display: none;
  }
  .otoshidama2026__happy-5-bags__item__img img.-pc {
    display: block;
  }
  .otoshidama2026__happy-5-bags__item__badge {
    position: relative;
    top: auto;
    right: auto;
    float: right;
    width: 144px;
    margin-top: -56px;
    margin-right: -8px;
  }
  .otoshidama2026__happy-5-bags__item__badge__face em {
    font-size: 56px;
  }
  .otoshidama2026__happy-5-bags__carousel__item {
    width: 200vw;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200vw;
            flex: 0 0 200vw;
  }
  .otoshidama2026__entry__title {
    font-size: 70px;
  }
  .otoshidama2026__asides {
    padding: 72px 16px 104px;
  }
  .otoshidama2026__companies__img__before {
    width: 24vw;
    top: -156px;
    right: -24px;
  }
  .otoshidama2026__companies__img__after {
    width: 22vw;
    top: 75%;
  }
  .otoshidama2026__companies__title {
    font-size: 48px;
  }
  .otoshidama2026__companies__list {
    max-width: 600px;
    margin-inline: auto;
  }
  .otoshidama2026__about__body {
    max-width: 600px;
    padding: 32px 48px;
  }
  .otoshidama2026__about__title {
    font-size: 70px;
  }
  .otoshidama2026__about__label {
    font-size: 16px;
  }
}
@media screen and (min-width: 960px){
  .btn::after {
    left: 0;
    -webkit-transition: left 1s;
    transition: left 1s;
  }
  .btn.-secondary {
    -webkit-transition: color 1s;
    transition: color 1s;
  }
  .btn.-secondary:hover {
    color: #fff;
  }
  .btn.-back:hover::after {
    left: -0.8rem;
  }
  .btn:hover::before {
    opacity: 1;
  }
  .btn:hover::after {
    left: 0.8rem;
  }
  .otoshidama2026 {
    --side-inner-width: 56px;
  }
  .otoshidama2026__side__marquee__item {
    --marquee-height: 698px;
    background-size: 30px var(--marquee-height);
  }
  .otoshidama2026__cta__body {
    bottom: 16px;
    right: 16px;
  }
  .otoshidama2026__cta__face {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .otoshidama2026__cta__face:hover {
    opacity: 0.8;
  }
  .otoshidama2026__hero__img {
    margin-inline: auto;
  }
  .otoshidama2026__hero__img__caption {
    margin-top: 0;
    margin-right: 32px;
    text-align: right;
  }
  .otoshidama2026__hero__title {
    gap: 0 0.5em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: clamp(64px, var(--hero-body-base) * 0.08, 82px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .otoshidama2026__hero__body {
    position: relative;
    padding: 24px 16px;
    overflow: hidden;
  }
  .otoshidama2026__hero__row {
    display: block;
    margin-top: 0;
  }
  .otoshidama2026__hero__badge {
    position: absolute;
    bottom: 0;
    top: 0;
    left: -8px;
    right: -8px;
    max-width: 1280px;
    margin-inline: auto;
    pointer-events: none;
  }
  .otoshidama2026__hero__badge__item {
    width: 205px;
  }
  .otoshidama2026__hero__badge01 {
    bottom: 26.3%;
    left: -8px;
  }
  .otoshidama2026__hero__badge02 {
    top: auto;
    bottom: 38%;
    right: -8px;
  }
  .otoshidama2026__hero__period {
    font-size: 20px;
    padding: 16px 8px;
  }
  .otoshidama2026__happy-new-year__lead {
    font-size: 75px;
  }
  .otoshidama2026__happy-new-year__title {
    font-size: 28px;
    line-height: 1.4;
  }
  .otoshidama2026__happy-new-year__subtitle {
    font-size: 18px;
  }
  .otoshidama2026__happy-new-year__text {
    line-height: 2.5;
  }
  .otoshidama2026__how-to-entry__img {
    margin-top: -112px;
    margin-bottom: 56px;
    max-width: 480px;
  }
  .otoshidama2026__how-to-entry__title {
    font-size: 96px;
  }
  .otoshidama2026__how-to-entry__flow {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-top: 90px;
    gap: 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 1000px;
  }
  .otoshidama2026__how-to-entry__flow li {
    padding: 48px 8px 16px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .otoshidama2026__how-to-entry__flow li::before {
    width: 72px;
    height: 72px;
    font-size: 40px;
  }
  .otoshidama2026__how-to-entry__condition {
    max-width: 880px;
  }
  .otoshidama2026__how-to-entry__condition__title {
    top: -32px;
    left: 0;
    font-size: 20px;
  }
  .otoshidama2026__how-to-entry__condition__body {
    max-width: 800px;
  }
  .otoshidama2026__how-to-entry__condition__list__item::before {
    background-position: center center;
  }
  .otoshidama2026__how-to-entry__condition__list__item span {
    font-size: 20px;
  }
  .otoshidama2026__how-to-entry__condition__more {
    max-width: 800px;
  }
  .otoshidama2026__how-to-entry__condition__more__row {
    gap: 32px;
    padding: 0;
  }
  .otoshidama2026__how-to-entry__condition__more__text {
    font-size: 24px;
    margin-top: 24px;
  }
  .otoshidama2026__how-to-entry__condition__more::after {
    width: 156px;
    right: -40px;
  }
  .otoshidama2026__happy-5-bags__title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 1.25em;
    padding: 0 2px 32px;
  }
  .otoshidama2026__happy-5-bags__item {
    padding: 80px 16px;
  }
  .otoshidama2026__happy-5-bags__item__corner::before, .otoshidama2026__happy-5-bags__item__corner::after {
    background-image: url("https://wcdn.valuebooks.jp/ws/site/assets/images/campaign/otoshidama/2026/happy-5-bags__item__corner__pc.svg");
  }
  .otoshidama2026__happy-5-bags__item__body {
    padding: 40px 48px 48px;
  }
  .otoshidama2026__happy-5-bags__item__label {
    position: absolute;
    top: -24px;
    left: 16px;
    margin-left: 32px;
  }
  .otoshidama2026__happy-5-bags__item__label span {
    font-size: 45px;
    margin-top: 0;
  }
  .otoshidama2026__happy-5-bags__item__label em {
    font-size: 140px;
  }
  .otoshidama2026__happy-5-bags__item__badge {
    margin-top: -108px;
    width: 182px;
    right: -16px;
  }
  .otoshidama2026__happy-5-bags__item__badge__face em {
    font-size: 75px;
  }
  .otoshidama2026__happy-5-bags__item__badge__face em.-l {
    font-size: 110px;
  }
  .otoshidama2026__happy-5-bags__item__badge__face span {
    font-size: 26px;
  }
  .otoshidama2026__happy-5-bags__item__text {
    position: relative;
    margin-top: 24px;
    font-size: 16px;
  }
  .otoshidama2026__happy-5-bags__item__text > * + * {
    margin-top: 24px;
  }
  .otoshidama2026__happy-5-bags__item__title {
    font-size: 32px;
  }
  .otoshidama2026__happy-5-bags__item__lead {
    font-size: 20px;
  }
  .otoshidama2026__happy-5-bags__carousel::before {
    height: 40px;
  }
  .otoshidama2026__happy-5-bags__carousel__item {
    width: 180vw;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 180vw;
            flex: 0 0 180vw;
    max-width: 2800px;
  }
  .otoshidama2026__entry {
    padding: 80px 16px 72px;
  }
  .otoshidama2026__entry__title {
    font-size: 95px;
  }
  .otoshidama2026__entry__btn {
    height: 84px;
    border-radius: 42px;
    margin-top: 56px;
  }
  .otoshidama2026__entry__btn span {
    font-size: 24px;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
  }
  .otoshidama2026__entry__btn:hover span {
    color: var(--color-red);
  }
  .otoshidama2026__entry__text {
    margin-top: 72px;
    padding: 60px 16px;
  }
  .otoshidama2026__entry__text::before {
    inset: 0 32px;
  }
  .otoshidama2026__entry__text::after {
    inset: 32px 0;
  }
  .otoshidama2026__entry__text__corner::before, .otoshidama2026__entry__text__corner::after {
    background-image: url("https://wcdn.valuebooks.jp/ws/site/assets/images/campaign/otoshidama/2026/entry__text__corner__pc.svg");
  }
  .otoshidama2026__entry__note {
    margin-top: 40px;
  }
  .otoshidama2026__companies {
    padding: 0;
  }
  .otoshidama2026__companies__img__before {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    width: 346px;
    top: -220px;
    right: auto;
    left: calc(100% - 48px);
  }
  .otoshidama2026__companies__img__after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    width: 302px;
    top: -32px;
    left: auto;
    right: calc(100% - 48px);
  }
  .otoshidama2026__companies__title {
    font-size: 70px;
  }
  .otoshidama2026__companies__list {
    margin-top: 72px;
    max-width: initial;
    gap: 40px;
  }
  .otoshidama2026__companies__list__item {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 132px;
            flex: 0 0 132px;
  }
  .otoshidama2026__companies__list__item:hover {
    opacity: 0.6;
  }
  .otoshidama2026__about {
    margin-top: 80px;
  }
  .otoshidama2026__about__body {
    max-width: 1000px;
    padding: 56px 64px;
  }
  .otoshidama2026__about__row {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .otoshidama2026__about__img {
    margin-top: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.3%;
            flex: 0 0 41.3%;
  }
  .otoshidama2026__about__text {
    margin-top: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
@media (any-hover: hover){
  :where(a[href^="tel:"]) {
    pointer-events: none;
  }
}
@media screen and (-ms-high-contrast: none){
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}