[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%; /* Not required for horizontal scroll to trigger */
  max-height: 100%; /* Needed for vertical scroll to trigger */
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: " ";
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s 0.5s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  transition-delay: 0s;
  transition-duration: 0s;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 0;
  bottom: 0;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */

[data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.simplebar-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: scrollbar !important;
}

.simplebar-dummy-scrollbar-size > div {
  width: 200%;
  height: 200%;
  margin: 10px 0;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

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

:where([hidden]:not([hidden="until-found"])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
  tab-size: 2;
  scrollbar-gutter: stable;
  interpolate-size: allow-keywords;
  line-height: 1.5;
}

:where(html:has(dialog:modal[open])) {
  overflow: clip;
}

:where(body) {
  line-height: inherit;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(button) {
  all: unset;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role="button"], [role="option"]) {
  cursor: pointer;
}

:where(:disabled, label:has(> :disabled, + disabled)) {
  cursor: not-allowed;
}

:where(a) {
  color: inherit;
  text-underline-offset: 0.2ex;
}

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

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg, video) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(dialog, [popover]) {
  border: none;
  background: none;
  color: inherit;
  inset: unset;
  max-width: unset;
  max-height: unset;
  overflow: unset;
}

:where(dialog:not([open], [popover]), [popover]:not(:popover-open)) {
  display: none !important;
}

:where(:focus-visible) {
  outline: 3px solid CanvasText;
  box-shadow: 0 0 0 5px Canvas;
  outline-offset: 1px;
}

:where(:focus-visible, :target) {
  scroll-margin-block: 8vh;
}

:where(.visually-hidden:not(:focus-within, :active)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
  -webkit-user-select: none !important;
  user-select: none !important;
}

:root,
:host {
  --spacing: 0.25rem;
  --space-0: 0;
  --space-1: calc(var(--spacing) * 1);
  --space-2: calc(var(--spacing) * 2);
  --space-3: calc(var(--spacing) * 4);
  --space-4: calc(var(--spacing) * 6);
  --space-5: calc(var(--spacing) * 8);
  --space-6: calc(var(--spacing) * 10);
  --space-7: calc(var(--spacing) * 14);
  --space-8: calc(var(--spacing) * 16);
  --space-9: calc(var(--spacing) * 20);
  --space-10: calc(var(--spacing) * 25);
  --space-11: calc(var(--spacing) * 30);
  --font-jp: "Zen Maru Gothic", sans-serif;
  --font-en: "Quicksand", sans-serif;
  --default-font-family: var(--font-jp);
  --default-font-family-en: var(--font-en);
  --default-font-weight: 700;
  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-lg: 1.125rem;
  --text-xl: 1.25rem;
  --text-2xl: 1.5rem;
  --text-3xl: 1.875rem;
  --text-4xl: 2.5rem;
  --color-fg-default: #272727;
  --color-fg-primary: #5ac8b9;
  --color-fg-inverse: #ffffff;
  --color-fg-sub: #9e8c6b;
  --color-fg-alert: #ff0000;
  --color-fg-beige: #f7f4e3;
  --color-fg-black: #272727;
  --color-fg-pink: #ed777a;
  --color-fg-rose: #da5070;
  --color-bg-default: #ffffff;
  --color-bg-sub: #faf5ec;
  --color-bg-sub-blue: #c9e4d9;
  --color-bg-inverse: #535353;
  --color-bg-primary: #5ac8b9;
  --color-bg-secondary-orange: #f9ae5a;
  --color-bg-secondary-blue: #6bcaf9;
  --color-bg-secondary-brown: #aca08c;
  --color-bg-secondary-gray: #efefef;
  --color-bg-alert: #ffe0e0;
  --color-bg-beige: #f7f4e3;
  --color-bg-black: #272727;
  --color-bg-green: #0e7c12;
  --color-bg-pink: #ed777a;
  --color-bg-rose: #da5070;
  --color-bg-grey: #d1d1d1;
  --color-border-default: rgba(158, 140, 107, 0.4);
  --color-border-sub: #9e8c6b;
  --color-border-primary: #5ac8b9;
  --color-border-inverse: #ffffff;
  --color-border-alert: #ff0000;
  --color-border-wrapper: #707070;
  --color-disabled: #929292;
  --color-border-black: #272727;
  --container: 1200px;
  --container-md: 1000px;
  --side-padding: 80px;
  --opacity: 1;
  --opacity-transition: 0.3s;
  --opacity-hover: 0.7;
  --line-height-sm: 1.5;
  --line-height-md: 1.7;
  --line-height-base: 2;
  --default-line-height: var(--line-height-base);
}

body {
  font-family: var(--default-font-family);
  font-weight: var(--default-font-weight);
  line-height: var(--default-line-height);
  background: #fff;
  color: #272727;
}

[tabindex="-1"]:focus-visible {
  outline: none !important;
}

h1 {
  font-size: var(--text-4xl);
  line-height: 1.7;
  font-weight: bold;
}

h2 {
  font-size: var(--text-3xl);
  line-height: 1.7;
  font-weight: bold;
}

h3 {
  font-size: var(--text-2xl);
  line-height: 1.7;
  font-weight: bold;
}

h4 {
  font-size: var(--text-xl);
  line-height: 1.7;
  font-weight: bold;
}

h5 {
  font-size: var(--text-lg);
  font-weight: bold;
}

:where(a:has(img)) {
  display: inherit;
}

.l-wrapper {
  display: block;
}

.l-header {
  display: block;
}

.l-header-sp__bar {
  z-index: 21;
  position: relative;
  height: 60px;
  background: var(--color-bg-default);
  display: block;
  width: 100%;
}

.l-header-sp__img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  height: 42px;
  width: 144px;
}

.l-header-sp__hamburger {
  position: absolute;
  right: 12px;
  transition:
    transform 0.5s ease,
    top 0.5s ease;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  aspect-ratio: 1/1;
  border-radius: 100vmax;
  background: var(--color-bg-pink);
  border: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.l-header-sp__hamburger::before,
.l-header-sp__hamburger::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 22px;
  height: 2px;
  min-height: 2px;
  border-radius: 999px;
  background: var(--color-fg-inverse);
  transform: translateX(-50%);
  transition:
    transform 0.5s ease,
    top 0.5s ease;
}

.l-header-sp__hamburger::before {
  top: 14px;
}

.l-header-sp__hamburger::after {
  top: 20px;
}

.l-header-sp__hamburger[aria-expanded="true"]::before,
.l-header-sp__hamburger[aria-expanded="true"]::after {
  top: 50%;
  transform: translate(-50%, -50%);
}

.l-header-sp__hamburger[aria-expanded="true"]::before {
  transform: translate(-50%, -50%) rotate(25deg);
}

.l-header-sp__hamburger[aria-expanded="true"]::after {
  transform: translate(-50%, -50%) rotate(-25deg);
}

.l-header-sp__menu-wrapper {
  width: 440px;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.l-header-sp__menu {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 60px;
  left: 0%;
  width: 100%;
  max-width: 100%;
  height: 220px;
  background: var(--color-bg-pink);
  transform: translateY(-210%);
  transition: transform 0.6s ease;
  z-index: 20;
  padding: var(--space-6) var(--space-6);
  gap: 10px;
}

.l-header-sp__menu.is-open {
  transform: translateY(0);
}

.l-header-sp__nav-btn {
  -webkit-tap-highlight-color: transparent;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  width: auto;
  height: 46px;
  gap: 10px;
}

.l-header-sp__btn-text {
  font-size: 22px;
  color: var(--color-fg-inverse);
}

.l-header-sp__btn-img {
  padding-top: 2px;
  display: block;
}

.l-header-sp__menu-link {
  display: block;
  padding: var(--space-3);
  border-radius: 30px;
  color: var(--color-fg-inverse);
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.l-header-sp__apply {
  margin-top: var(--space-5);
}

.l-header-sp__bg-bottom-wrapper {
  position: absolute;
  height: 440px;
  width: 100%;
  max-width: 440px;
  left: 0;
  top: 220px;
  overflow-x: hidden;
}

.l-header-sp__bg-bottom {
  position: absolute;
  height: auto;
  width: 440px;
  max-width: 140%;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
}

.l-header-pc__img {
  width: 165px;
}

.l-header-pc__btn-box {
  background: var(--color-bg-default);
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.l-header-pc__btn-img--is-rest {
  opacity: 1;
  position: absolute;
  height: 16px;
  width: 16px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s opacity ease-in-out;
}

.l-header-pc__btn-img--is-hover {
  opacity: 0;
  position: absolute;
  height: 16px;
  width: 16px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s opacity ease-in-out;
}

.l-header-pc__nav-btn {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 46px;
  background: var(--color-bg-beige);
  color: var(--color-fg-black);
  border-radius: 25px;
  transition: 0.3s all ease-in-out;
}

.l-header-pc__nav-btn:hover {
  background-color: var(--color-bg-pink);
  color: var(--color-fg-inverse);
}

.l-header-pc__nav-btn:hover .l-header-pc__btn-img--is-rest {
  opacity: 0;
}

.l-header-pc__nav-btn:hover .l-header-pc__btn-img--is-hover {
  opacity: 1;
}

.l-header-pc__btn-text {
  font-size: var(--text-base);
}

.l-main {
  margin-top: 0;
  position: relative;
}

.l-footer {
  z-index: 0;
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 38px;
  background: var(--color-bg-pink);
  color: var(--color-fg-inverse);
  align-items: center;
  justify-content: center;
}

.l-footer__inner {
  font-size: var(--text-xs);
}

.c_button {
  position: absolute;
  width: 310px;
  max-width: 70%;
  height: 72px;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: row;
  padding-inline: 20px;
  padding-block: 18px;
  background: var(--color-disabled);
  top: 65.5%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  transition: background-color 0.3s cubic-bezier(0, 0, 0.58, 1);
}

.c_button.js-reveal {
  opacity: 0;
}

.c_button.js-reveal.is-revealed {
  animation: c-button-scale-enter 650ms cubic-bezier(0, 0, 0.58, 1);
  animation-fill-mode: both;
  opacity: 1;
}

.c_button--present {
  position: absolute;
  width: 310px;
  max-width: 80%;
  height: 72px;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: row;
  padding-inline: 20px;
  padding-block: 18px;
  background: var(--color-disabled);
  top: 62%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  transition: background-color 0.3s cubic-bezier(0, 0, 0.58, 1);
}

.c_button--present.js-reveal {
  opacity: 0;
}

.c_button--present.js-reveal.is-revealed {
  animation: c-button-scale-enter 650ms cubic-bezier(0, 0, 0.58, 1);
  animation-fill-mode: both;
  opacity: 1;
}

.c_button--present:hover {
  cursor: not-allowed;
}

.c_button--bottom {
  position: absolute;
  width: 310px;
  max-width: 80%;
  height: 72px;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: row;
  padding-inline: 20px;
  padding-block: 18px;
  background: var(--color-disabled);
  top: 62%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  transition: background-color 0.3s cubic-bezier(0, 0, 0.58, 1);
}

.c_button--bottom.js-reveal {
  opacity: 0;
}

.c_button--bottom.js-reveal.is-revealed {
  animation: c-button-scale-enter 650ms cubic-bezier(0, 0, 0.58, 1);
  animation-fill-mode: both;
  opacity: 1;
}

.c_button--bottom:hover {
  cursor: not-allowed;
}

.c_button--hamburger {
  position: absolute;
  width: 310px;
  max-width: 80%;
  height: 72px;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: row;
  padding-inline: 20px;
  padding-block: 18px;
  background: var(--color-disabled);
  top: 110%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 22;
  transition: background-color 0.3s cubic-bezier(0, 0, 0.58, 1);
}

.c_button--hamburger.js-reveal {
  opacity: 0;
}

.c_button--hamburger.js-reveal.is-revealed {
  animation: c-button-scale-enter 650ms cubic-bezier(0, 0, 0.58, 1);
  animation-fill-mode: both;
  opacity: 1;
}

.c_button--hamburger:hover {
  cursor: not-allowed;
}

.c_button--float {
  position: fixed;
  width: 109px;
  max-width: 30%;
  height: 109px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: none;
  border: 2px solid var(--color-bg-default);
  flex-direction: column;
  padding-inline: 20px;
  padding-block: 1px;
  background: var(--color-bg-green);
  bottom: 40px;
  right: 20%;
  left: 76%;
  transform: translateX(45%);
  z-index: 30;
  gap: 5px;
  transition: background-color 0.3s cubic-bezier(0, 0, 0.58, 1);
}

.c_button--float:hover {
  cursor: not-allowed;
}

.c_button:is([disabled], .is-disabled) {
  cursor: not-allowed;
  opacity: 0.45;
  filter: grayscale(40%);
}

.c_button--text {
  color: var(--color-fg-inverse);
  font-size: 18px;
  text-align: center;
}

.c_button--text--float {
  font-size: var(--text-base);
  color: var(--color-fg-inverse);
  line-height: 1.5rem;
}

.c_button--circle {
  position: absolute;
  display: none;
  right: 20px;
  width: 36px;
  height: 36px;
  background: var(--color-bg-pink);
  border-radius: 50%;
}

.c_button--circle--float {
  position: relative;
  width: 26px;
  height: 26px;
  background: var(--color-bg-pink);
  border-radius: 50%;
}

.c_button--arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
}

.c_button:hover {
  cursor: not-allowed;
}

@keyframes c-button-scale-enter {
  0% {
    transform: translateX(-50%) scale(0.5);
    opacity: 0;
  }
  50% {
    transform: translateX(-50%) scale(1.2);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) scale(1);
    opacity: 1;
  }
}

.guidelines__details .simplebar-track.simplebar-vertical {
  width: 6px;
  background: var(--color-bg-grey);
  border-radius: 999px;
}

.guidelines__details .simplebar-scrollbar::before {
  background: #41485b;
  opacity: 1;
  border-radius: 999px;
}

.p-link {
  text-decoration: none;
}

.p_bg {
  min-height: 100vh;
  min-height: 100dvh;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.p_bg__img {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  pointer-events: none;
}

.p_bg--bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.p_bg__logo {
  position: fixed;
  height: 55px;
  left: 30px;
  display: flex;
}

.p_bg__logo-container {
  position: fixed;
  width: 100%;
  height: 55px;
  left: 50dvw;
  top: 10px;
  transform: translateX(-50%);
}

.p_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  align-items: center;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 10;
}

.p_wrapper--sp {
  max-width: none;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #ffffff;
}

.p_kv {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
}

/* Media query for screens wider than 390px */

.kv {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  margin: 0 auto;
  overflow-x: hidden;
  justify-content: center;
  align-items: center;
}

.kv_box-01 {
  position: relative;
  display: flex;
  padding-top: 20px;
  width: 115%;
}

.kv_box-01--text {
  position: absolute;
  left: 50%;
  top: 22.5%;
  transform: translateX(-50%);
  color: var(--color-fg-beige);
  font-size: var(--text-base);
  text-align: center;
}

.kv_box-01--text-img {
  position: absolute;
  width: 269px;
  left: 50%;
  top: 39%;
  transform: translateX(-50%);
}

.kv_box-01--pink-img {
  width: 128vw;
  height: auto;
}

.kv_box-01--rice-img {
  width: 128vw;
  height: auto;
}

.kv_box-02 {
  position: relative;
  display: flex;
  margin-top: -80px;
  width: 115%;
}

.kv_box-02--text {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 16.2%;
  transform: translateX(-50%);
  color: var(--color-fg-black);
  font-size: var(--text-base);
  text-align: center;
}

.kv_box-02--campaign {
  position: absolute;
  left: 50%;
  top: 41%;
  transform: translateX(-50%);
  max-width: 70.2%;
  width: 310px;
  height: 26px;
  color: var(--color-fg-inverse);
  background: var(--color-bg-black);
  text-align: center;
  border-radius: 5px;
  font-size: var(--text-sm);
  align-items: center;
}

.kv_box-02--date {
  position: absolute;
  left: 50%;
  top: 48.2%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: row;
  font-family: "quicksand";
  align-items: center;
  letter-spacing: -0.08rem;
}

.kv_box-02--date .year {
  font-size: var(--text-2xl);
  padding-right: 4px;
}

.kv_box-02--date .dash {
  width: 15px;
  height: 5px;
  border-radius: 25px;
  background: var(--color-bg-black);
  margin-left: 16px;
  margin-right: 11px;
  margin-bottom: 13px;
}

.kv_box-02--date .start-date-num,
.kv_box-02--date .end-date-num {
  font-size: 48px;
  line-height: 3rem;
}

.kv_box-02--date .start-date-day,
.kv_box-02--date .end-date-day {
  font-size: var(--text-lg);
  line-height: 0.9rem;
  font-weight: 600;
}

.kv_box-02--date .start-date-box .start-date-day {
  margin-left: 4.5px;
}

.present {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  margin: 0 auto;
  overflow-x: hidden;
  justify-content: center;
  align-items: center;
}

.present-box-01 {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: 20px;
  width: 125%;
  height: auto;
  min-height: 1100px;
  overflow: hidden;
}

.present-box-01__bg--border {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 120vw;
}

.present-box-01__bg--title {
  position: absolute;
  top: 128px;
  left: 50%;
  width: 39%;
  transform: translateX(-50%);
}

.present-box-01__bg--beige {
  position: absolute;
  top: 270px;
  left: 0%;
  width: 100%;
}

.present-item {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid var(--color-bg-black);
  padding-block: 20px;
  justify-content: space-between;
  align-items: center;
}

.present-item__list {
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  max-width: 80%;
  padding-inline: 20px;
  padding-top: 172.5px;
  padding-bottom: 20px;
  height: auto;
}

.present-item__left {
  display: flex;
  flex-direction: column;
}

.present-item__brand {
  font-size: var(--text-base);
  color: var(--color-bg-black);
  line-height: 1.5;
}

.present-item__name {
  color: var(--color-fg-rose);
  font-size: 22px;
  line-height: 1.6;
}

.present-item__name--first {
  color: var(--color-fg-rose);
  font-size: 28px;
  line-height: 2.7rem;
}

.present-item__capacity {
  font-size: var(--text-base);
  color: var(--color-bg-black);
}

.present-item__amount--box {
  margin-top: 5px;
  border-radius: 5px;
  background: var(--color-bg-rose);
  padding: 4px 10px 0px 14px;
  color: var(--color-fg-inverse);
  line-height: 2rem;
  display: inline-flex;
  align-items: baseline;
  align-self: flex-start;
  white-space: nowrap;
}

.present-item__amount--number {
  font-family: "quicksand";
  font-size: var(--text-3xl);
}

.present-item__amount--text {
  font-size: var(--text-sm);
}

.present-item__right--01 {
  width: 49.71%;
  min-width: 169px;
  height: auto;
}

.present-item__right--02 {
  width: 34.71%;
  min-width: 118px;
  height: auto;
  margin-right: 20px;
}

.present-item__right--03 {
  width: 27.35%;
  min-width: 93px;
  height: auto;
  margin-right: 20px;
}

.present-item:last-of-type {
  border-bottom: none;
}

.present-pink-box {
  z-index: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  position: relative;
  margin-bottom: 45px;
}

.present-pink-box__top {
  z-index: 2;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 23px;
  padding-bottom: 70px;
  gap: 20px;
  text-align: center;
}

.present-pink-box__top--left,
.present-pink-box__top--right {
  width: 20px;
  height: 36px;
  margin-top: auto;
  margin-bottom: 5px;
}

.present-pink-box__top--center {
  color: var(--color-fg-inverse);
  font-size: 18px;
}

.present-pink-box__bg--pink {
  position: absolute;
  top: 0px;
  left: 0%;
  width: 100%;
  height: 216px;
}

.about {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: -26.5px;
  overflow-x: hidden;
  justify-content: center;
  align-items: center;
}

.about-box-01 {
  z-index: 10;
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: 20px;
  width: 125%;
  height: auto;
  min-height: 1000px;
  overflow: hidden;
}

.about-box-01__bg--beige {
  z-index: 10;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 120vw;
  height: 300px;
}

.about-box-01__bg--title {
  z-index: 12;
  position: absolute;
  top: 149px;
  left: 50%;
  width: 46%;
  transform: translateX(-50%);
}

.about-box-01__bg--border {
  z-index: 11;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 120%;
}

.about-box-01__bg--rice {
  z-index: 11;
  position: absolute;
  top: 230px;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
}

.about-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-bottom: 20px;
}

.about-item__inner {
  padding: 20px 20px 20px 50px;
  margin-left: 20px;
  background: var(--color-bg-beige);
  border-radius: 10px;
}

.about-item__list {
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  max-width: 80%;
  padding-inline: 20px;
  padding-top: 455px;
  padding-bottom: 10px;
  height: auto;
}

.about-item__title {
  color: var(--color-fg-rose);
  font-size: var(--text-lg);
  line-height: 1.625;
}

.about-item__desc {
  color: var(--color-fg-base);
  font-size: var(--text-sm);
}

.about-item:last-of-type {
  margin-bottom: 0px;
}

.about-point {
  position: absolute;
  left: 0;
  top: calc(50% - 12px);
  transform: translateY(-50%);
  font-family: "quicksand";
}

.about-point__text {
  font-size: var(--text-xs);
  color: var(--color-fg-rose);
  text-align: center;
  margin-left: -2px;
}

.about-point__circle {
  border-radius: 50%;
  background: var(--color-bg-rose);
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-point__number {
  color: var(--color-fg-inverse);
  text-align: center;
  font-size: var(--text-base);
}

#about {
  scroll-margin-top: -10px;
}

.quiz {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  margin: 0 auto;
  overflow-x: hidden;
  justify-content: center;
  align-items: center;
}

.quiz-box-01 {
  z-index: 10;
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: 28px;
  width: 115%;
  height: 227.5vw;
  min-height: 860px;
  max-height: 930px;
  overflow: hidden;
}

.quiz-box-01__quiz {
  background: var(--color-bg-pink);
  margin: 0 auto;
  margin-top: 200px;
  display: flex;
  flex-direction: column;
  height: 350px;
  width: 100%;
  z-index: 20;
  width: 100%;
  max-width: 89%;
  align-items: center;
}

.quiz-box-01__bg--border-top {
  z-index: 11;
  position: absolute;
  top: 37px;
  left: 50%;
  transform: translateX(-50%);
  width: 120%;
}

.quiz-box-01__bg--title {
  z-index: 12;
  position: absolute;
  top: 152px;
  left: 50%;
  width: 53%;
  transform: translateX(-50%);
}

.quiz-box-01__bg--border-bottom {
  z-index: 11;
  position: absolute;
  top: 573px;
  left: 50%;
  transform: translateX(-50%);
  width: 125%;
}

.quiz-pink-box {
  z-index: 20;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  position: relative;
  margin-bottom: 45px;
  margin-top: -74px;
}

.quiz-pink-box__top {
  z-index: 2;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 28.5px;
  padding-bottom: 64px;
  gap: 20px;
  text-align: center;
}

.quiz-pink-box__top--left,
.quiz-pink-box__top--right {
  width: 20px;
  height: 36px;
  margin-top: auto;
  margin-bottom: 5px;
}

.quiz-pink-box__top--center {
  color: var(--color-fg-inverse);
  font-size: 18px;
}

.quiz-pink-box__pink-bg {
  background: var(--color-bg-pink);
  position: absolute;
  height: 265px;
  top: 310px;
  width: 100%;
}

.quiz-question {
  display: flex;
  flex-direction: row;
  color: var(--color-fg-inverse);
  align-items: center;
  justify-content: flex-start;
  gap: 11px;
  width: 80%;
  margin-left: 3px;
}

.quiz-question__q {
  font-size: 38px;
  font-family: "quicksand";
}

.quiz-question__text {
  padding-top: 9px;
  font-size: 22px;
  line-height: 2.2rem;
}

.quiz-answer-box {
  display: flex;
  flex-direction: column;
  gap: 14px;
  background: var(--color-bg-default);
  width: 90%;
  align-items: left;
  margin-top: 17px;
  padding: 14px 20px 56px 17px;
  border-radius: 10px;
}

.quiz-answer-box__row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  text-align: start;
  align-items: flex-start;
  gap: 13px;
  margin-left: 10px;
  height: 2rem;
}

.quiz-answer-box__letter {
  z-index: 1;
  padding-top: 3.5px;
  color: var(--color-fg-inverse);
  font-size: var(--text-base);
  font-family: "quicksand";
}

.quiz-answer-box__text {
  color: var(--color-fg-base);
  font-size: 1rem;
  position: relative;
}

.quiz-answer-box__text:before {
  z-index: 0;
  content: "";
  position: absolute;
  display: flex;
  flex-direction: row;
  left: -30px;
  top: 8px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--color-bg-rose);
}

.guidelines {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: 12px;
  overflow-x: hidden;
  justify-content: center;
  align-items: center;
}

.guidelines-box-01 {
  z-index: 10;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 30px 10px 40px 20px;
  width: 90%;
  height: 510px;
  min-height: 510px;
  max-height: 510px;
  max-width: 390px;
  object-fit: contain;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 42px;
  background: var(--color-bg-beige);
  border-radius: 10px;
}

.guidelines__heading {
  font-size: var(--text-lg);
  color: var(--color-fg-rose);
  margin-bottom: 15px;
}

.guidelines__details {
  display: flex;
  flex-direction: column;
  position: relative;
  height: auto;
  width: 100%;
  max-height: 390px;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-gutter: stable;
  -webkit-overflow-scrolling: touch;
  padding-right: 5px;
  line-height: 1.69rem;
}

.guidelines__text {
  margin-bottom: 2rem;
  font-size: var(--text-sm);
}

.guidelines__text--margin-left {
  margin-bottom: 0rem;
  font-size: var(--text-sm);
  margin-left: 2.63rem;
}

.guidelines__text:last-of-type {
  margin-bottom: 0rem;
  font-size: var(--text-sm);
}

.guidelines__scrollbar {
  display: none;
}

.guidelines__details .simplebar-track.simplebar-vertical {
  background: var(--color-bg-grey);
  width: 6px;
  border-radius: 999px;
  right: 0px;
}

/* Thumb (vertical) */

.guidelines__details .simplebar-scrollbar::before {
  background: var(--color-fg-pink);
  opacity: 1;
  border-radius: 999px;
  width: 6px;
  left: 0px;
}

.companies {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  margin: 0 auto;
  overflow-x: hidden;
  justify-content: center;
  align-items: center;
}

.companies-box-01 {
  z-index: 10;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 90%;
  height: auto;
  max-width: 390px;
  object-fit: contain;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 100px;
  margin-top: 43px;
  border-radius: 10px;
}

.companies-box-01 .companies-item__link {
  margin-bottom: 10px;
}

.companies-box-01 .companies-item__link:last-of-type {
  margin-bottom: 0px;
}

.companies-item {
  display: flex;
  flex-direction: row;
  border: 1px solid var(--color-border-black);
  width: 100%;
  height: 100px;
  border-radius: 10px;
  position: relative;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: 0.3s opacity ease-in-out;
}

.companies-item__link {
  width: 100%;
  height: auto;
}

.companies-item__logo--01 {
  height: 58px;
}

.companies-item__logo--02 {
  height: 50.8px;
}

.companies-item__img {
  position: absolute;
  bottom: 10px;
  right: 10px;
  height: 26px;
  width: 26px;
}

.companies-item:hover {
  opacity: 0.6;
}

.bottom {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  margin: 0 auto;
  overflow-x: hidden;
  justify-content: center;
  align-items: center;
}

.bottom-pink-box {
  z-index: 1;
  width: 100%;
  max-width: 440px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  position: relative;
  margin-bottom: 45px;
}

.bottom-pink-box__top {
  z-index: 2;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 26px;
  padding-bottom: 70px;
  gap: 20px;
  text-align: center;
}

.bottom-pink-box__top--left,
.bottom-pink-box__top--right {
  width: 20px;
  height: 36px;
  margin-top: auto;
  margin-bottom: 5px;
}

.bottom-pink-box__top--center {
  color: var(--color-fg-inverse);
  font-size: 18px;
}

.bottom-pink-box__bg--pink {
  position: absolute;
  top: 0px;
  left: 0%;
  width: 100%;
  height: 216px;
}

.js-reveal.from-right {
  transform: translateX(1000px);
}

.js-reveal.from-left {
  transform: translateX(-300px);
}

.js-reveal.from-up {
  transform: translateY(-200px);
}

.js-reveal.from-down {
  transform: translateY(200px);
}

.js-fade-in {
  opacity: 0;
  transition: opacity 0.5s;
  will-change: opacity;
}

.js-fade-in.is-faded-in {
  opacity: 1;
}

.js-fadeIn {
  opacity: 0;
  transition: opacity 0.5s;
  will-change: opacity;
}

.js-fadeIn.is-faded-in {
  opacity: 1;
}

.js-slideIn {
  opacity: 0;
  transform: translateX(200%);
  transition:
    transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1),
    opacity 0.6s;
  will-change: transform, opacity;
}

.js-slideIn.is-slid-in {
  opacity: 1;
  transform: none;
}

@media (min-width: 24.25rem) {
  .quiz-answer-box__text {
    font-size: 1.125rem;
  }
}

@media (min-width: 440px) {
  .p_wrapper {
    border-left: 1px solid var(--color-border-wrapper);
    border-right: 1px solid var(--color-border-wrapper);
  }
  .p_wrapper {
    max-width: 440px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
    height: auto;
    position: relative;
    z-index: 10;
  }
  .p_wrapper--sp {
    max-width: none;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #ffffff;
  }
}

@media (min-width: 64rem) {
  .l-wrapper {
    display: flex;
  }
  .l-header {
    z-index: 20;
  }
  .l-header--pc {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    padding: 30px 30px 37px 30px;
  }
  .l-header--sp {
    display: none;
  }
  .l-header__nav {
    z-index: 20;
    position: fixed;
    top: 50%;
    left: 25%;
    width: 280px;
    height: 397px;
    transform: translate(-50%, -50%);
    background: var(--color-bg-default);
    border-radius: 50px;
  }
  .l-main {
    margin-left: 49vw;
    max-width: 1388px;
    overflow: auto;
  }
  .c_button--float {
    display: none;
  }
}

@media (min-width: 1025px) {
  .p_wrapper {
    max-width: 390px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
    height: auto;
    position: relative;
    z-index: 10;
  }
  .p_wrapper--sp {
    max-width: none;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #ffffff;
  }
}

@media (max-width: 63.98rem) {
  :root,
  :host {
    --side-padding: 40px;
  }
  .l-header {
    width: 100%;
    z-index: 20;
  }
  .l-header--pc {
    display: none;
  }
  .l-header--sp {
    display: block;
  }
  .l-header__nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    transform: translateY(-100%);
    transition: transform 0.3s ease;
  }
  .l-header__nav.l-header--visible {
    transform: translateY(0);
  }
}

@media (max-width: 47.98rem) {
  :root,
  :host {
    --side-padding: 20px;
  }
}

@media (max-width: 24.25rem) {
  .u-340-hidden {
    display: none;
  }
}

@media (any-hover: hover) {
  .l-header-sp__hamburger:hover {
    opacity: 0.85;
  }
  .l-header-sp__menu-link:hover {
    text-decoration: underline;
  }
}

@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}

@media (prefers-reduced-motion: reduce) {
  .js-slideIn {
    transition: none;
    transform: none;
    opacity: 1;
  }
}
