
:root {
  --color-orange: #ff7733;
  --color-orange-strong: #ff6b03;
  --color-orange-soft: #f8a04b;
  --color-orange-badge: #f8ab44;
  --color-orange-dark: #ef5a10;
  --color-text: #361515;
  --color-text-strong: #180909;
  --color-line: #573c2c;
  --color-cream: #fff1e7;
  --color-cream-light: #fffcf9;
  --color-cream-lighter: #fffef6;
  --color-white: #ffffff;
  --font-base: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  --font-hand: "Yomogi", "Noto Sans JP", cursive;
  --font-display: "M PLUS Rounded 1c", "Noto Sans JP", sans-serif;
  --font-en: "Lato", Arial, sans-serif;
  --shadow-orange: 0 0 36px rgba(255, 119, 51, 0.23);
  --shadow-soft: 1px 1px 5px rgba(0, 0, 0, 0.25);
  --container-width: 1120px;
  --gallery-duration: 40s;
  --book-preview-marquee-duration: 26s;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  min-width: 0px;
  font-family: var(--font-base);
  color: var(--color-text);
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  display: block;
}

ul, ol {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
}

h1, h2, h3, p, dl, dd, figure, table {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

table {
  border-collapse: collapse;
}

a {
  color: inherit;
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
}

button {
  font-style: inherit;
  font-variant-ligatures: inherit;
  font-variant-caps: inherit;
  font-variant-numeric: inherit;
  font-variant-east-asian: inherit;
  font-variant-alternates: inherit;
  font-variant-position: inherit;
  font-variant-emoji: inherit;
  font-weight: inherit;
  font-stretch: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  font-optical-sizing: inherit;
  font-size-adjust: inherit;
  font-kerning: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-language-override: inherit;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: none;
  border-image-slice: 100%;
  border-image-width: 1;
  border-image-outset: 0;
  border-image-repeat: stretch;
  background-image: none;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  cursor: pointer;
}

.container {
  width: var(--container-width);
  max-width: 1120px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 20px;
  position: relative;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-top: -1px;
  margin-right: -1px;
  margin-bottom: -1px;
  margin-left: -1px;
  overflow-x: hidden;
  overflow-y: hidden;
  clip: rect(0px, 0px, 0px, 0px);
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: none;
  border-image-slice: 100%;
  border-image-width: 1;
  border-image-outset: 0;
  border-image-repeat: stretch;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0px;
  color: rgb(255, 255, 255);
  padding-top: 12px;
  padding-right: 20px;
  padding-bottom: 12px;
  padding-left: 20px;
  z-index: 1000;
}

.skip-link:focus {
  left: 0px;
}

.text-accent {
  color: var(--color-orange-strong);
}

.text-strong {
  color: var(--color-text-strong);
}

.site-header {
  position: absolute;
  top: 18px;
  left: 39px;
  z-index: 20;
}

.site-header__logo img {
  width: 138px;
  height: auto;
}

.hero {
  position: relative;
  width: 100%;
  min-height: 845px;
  overflow-x: hidden;
  overflow-y: hidden;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(207, 230, 242);
}

.hero__bg {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.hero__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}

.hero__wave {
  position: absolute;
  left: 50vw;
  bottom: 0px;
  width: 100vw;
  height: auto;
  transform: translateX(-50%);
}

.hero__stage {
  position: relative;
  width: 1280px;
  max-width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.hero__heading {
  position: absolute;
  left: 0px;
  top: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  width: 100%;
  height: 100%;
}

.hero__heading-line {
  position: absolute;
  left: 65px;
  display: block;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 255, 255, 0.8);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.hero__heading-line--1 {
  top: 243px;
  width: 555px;
  height: 90px;
}

.hero__heading-line--2 {
  top: 344px;
  width: 555px;
  height: 90px;
}

.hero__heading-line--product {
  top: 445px;
  width: 670px;
  height: 100px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 254, 246, 0.95);
}

.hero__heading-line img {
  position: absolute;
}

.hero__heading-line--1 img {
  left: 23px;
  top: 24px;
  width: 511px;
  height: 58px;
}

.hero__heading-line--2 img {
  left: 19px;
  top: 14px;
  width: 513px;
  height: 63px;
}

.hero__heading-line--product img {
  left: 24px;
  top: 15px;
  width: 619px;
  height: 66px;
}

.hero__product {
  position: absolute;
  left: 598px;
  top: 101px;
  width: 253px;
  height: 297px;
}

.hero__product-book {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.section-intro {
  text-align: center;
  padding-top: 90px;
}

.section-intro__heading {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 30px;
  margin-left: 0px;
}

.section-intro__heading img {
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.section-intro__lead {
  font-size: 20px;
  line-height: 1.6;
  color: var(--color-text);
}

.book-preview {
  position: relative;
  min-height: 290px;
  overflow-x: hidden;
  overflow-y: hidden;
  background-image: linear-gradient(rgb(255, 252, 248) 0%, rgb(255, 252, 248) 50%, rgb(255, 241, 231) 100%);
}

.book-preview__stage {
  position: relative;
  width: 1280px;
  max-width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.book-preview__deco {
  position: absolute;
  left: 47px;
  top: 6px;
  width: 101px;
  height: 67px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.book-preview__deco img {
  position: absolute;
  left: 0px;
  top: -22.4%;
  width: 100%;
  height: 150.75%;
  max-width: none;
}

.book-preview__heading {
  position: absolute;
  left: 156px;
  top: 34px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-family: var(--font-base);
  font-weight: 700;
  font-size: 26px;
  letter-spacing: 0.1em;
  color: var(--color-text-strong);
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.book-preview__rule {
  position: absolute;
  left: 154px;
  top: 88px;
  width: 292px;
}

.book-preview__lead {
  position: absolute;
  left: 154px;
  top: 103px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  color: var(--color-text);
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.book-preview__list {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.book-preview__item {
  position: absolute;
  top: 35px;
  width: 220px;
  height: 197px;
}

.book-preview__photo {
  display: block;
  position: absolute;
  left: 4px;
  top: 5px;
  width: 210px;
  height: 149px;
  object-fit: cover;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  box-shadow: none;
  filter: drop-shadow(rgba(0, 0, 0, 0.25) 1px 1px 5px);
}

.book-preview__item--intro {
  left: 485px;
}

.book-preview__item--intro .book-preview__photo {
  transform: rotate(3deg);
}

.book-preview__item--spring {
  left: 718px;
  top: 33px;
}

.book-preview__item--spring .book-preview__photo {
  transform: rotate(-4deg);
}

.book-preview__item--autumn {
  left: 953px;
}

.book-preview__item--autumn .book-preview__photo {
  transform: rotate(3deg);
}

.book-preview__badge {
  display: block;
  position: absolute;
  left: 26px;
  top: 173px;
  width: 165px;
  height: 25px;
  background-color: var(--color-orange-soft);
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.empathy {
  padding-top: 102px;
  padding-right: 0px;
  padding-bottom: 59px;
  padding-left: 0px;
  background-color: rgb(255, 241, 231);
}

.empathy .section-intro {
  padding-top: 0px;
}

.empathy__list {
  margin-top: 101px;
  display: flex;
  flex-direction: column;
  row-gap: 114px;
  column-gap: 114px;
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.empathy__scene {
  display: grid;
  grid-template-columns: 545px 480px;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.empathy__scene-photo {
  order: 2;
}

.empathy__scene-body {
  order: 1;
}

.empathy__scene--reverse .empathy__scene-photo {
  order: 1;
}

.empathy__scene--reverse .empathy__scene-body {
  order: 2;
}

.empathy__scene-photo img {
  width: 480px;
  height: 285px;
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  box-shadow: var(--shadow-orange);
}

.empathy__scene-heading-row {
  display: flex;
  align-items: flex-end;
  row-gap: 14px;
  column-gap: 14px;
  margin-bottom: 18px;
}

.empathy__scene-number {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
  font-family: var(--font-en);
  font-weight: 800;
  font-size: 110px;
  line-height: 1;
}

.empathy__scene-digit {
  display: block;
  font-style: inherit;
  font-variant-ligatures: inherit;
  font-variant-caps: inherit;
  font-variant-numeric: inherit;
  font-variant-east-asian: inherit;
  font-variant-alternates: inherit;
  font-variant-position: inherit;
  font-variant-emoji: inherit;
  font-weight: inherit;
  font-stretch: inherit;
  font-size: inherit;
  font-family: inherit;
  font-optical-sizing: inherit;
  font-size-adjust: inherit;
  font-kerning: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-language-override: inherit;
  line-height: 0.92;
  background-image: conic-gradient(from 90deg, rgb(255, 146, 92) 0%, rgb(255, 119, 51) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-color: initial;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.empathy__scene-label {
  display: block;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--color-orange);
  -webkit-text-fill-color: var(--color-orange);
}

.empathy__scene-heading-text {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  column-gap: 10px;
  padding-bottom: 4px;
}

.empathy__scene-title {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.empathy__scene-title img {
  display: block;
}

.empathy__scene-quote {
  font-size: 22px;
  font-weight: 700;
  color: var(--color-text-strong);
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.empathy__scene-text {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--color-text);
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.empathy__scene-text strong {
  color: var(--color-orange);
  font-weight: 700;
}

.message {
  position: relative;
  min-height: 1055px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.message__wave {
  position: absolute;
  left: 50vw;
  width: 100vw;
  height: auto;
  z-index: 2;
}

.message__wave--top {
  top: -1px;
  transform: translateX(-50%);
}

.message__photo {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}

.message__overlay {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.05) 96%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.message__stage {
  position: relative;
  z-index: 1;
  width: 1280px;
  max-width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.message__inner {
  position: absolute;
  left: 155px;
  top: 295px;
  width: 672px;
}

.message__heading {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 58px;
  margin-left: 0px;
}

.message__body {
  font-size: 20px;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: 0.02em;
  color: var(--color-text-strong);
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 33px;
  margin-left: 0px;
}

.message__highlight {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.14px;
  color: var(--color-text-strong);
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 14px;
  margin-left: 0px;
}

.message__lead {
  font-size: 26px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0.154px;
  color: var(--color-text-strong);
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.message__lead strong {
  color: var(--color-orange);
  font-size: 32px;
  font-weight: 700;
}

.product .container {
  max-width: 1120px;
  padding-top: 0px;
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 28px;
}

.product .section-intro__heading {
  margin-bottom: 45px;
}

.product__lead {
  margin-bottom: 0px;
}

.product__lead-strong {
  display: inline-block;
  margin-top: 4px;
  font-size: 26px;
  font-weight: 700;
  color: var(--color-text-strong);
}

.product__list {
  margin-top: 91px;
  display: flex;
  flex-direction: column;
  row-gap: 108px;
  column-gap: 108px;
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.product__item {
  display: grid;
  grid-template-columns: 460px 1fr;
  row-gap: 44px;
  column-gap: 44px;
  align-items: center;
}

.product__figure {
  position: relative;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.product__figure img:not(.product__deco) {
  display: block;
  width: 460px;
  height: 460px;
  object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 10px inset;
}

.product__deco {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.product__deco--02 {
  left: -41px;
  top: 414px;
  width: 147px;
  height: auto;
}

.product__deco--03 {
  left: 276px;
  top: 402px;
  width: 169px;
  height: auto;
}

.product__name {
  position: relative;
  font-size: 38px;
  font-weight: 900;
  color: var(--color-orange);
  letter-spacing: 0.03em;
  margin-bottom: 18px;
  padding-left: 23px;
  border-left-width: 0px;
  border-left-style: none;
  border-left-color: currentcolor;
  line-height: 1.15;
}

.product__name::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  width: 5px;
  height: 70px;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-bottom-left-radius: 999px;
  transform: translateY(-50%);
}

.product__catch {
  font-size: 26px;
  font-weight: 900;
  color: var(--color-text-strong);
  margin-bottom: 16px;
}

.product__desc {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--color-text);
  max-width: 500px;
}

.cta {
  background-color: #FFF1E7;

  padding-top: 40px;
  padding-right: 0px;
  padding-bottom: 41px;
  padding-left: 0px;
}

#cta-2.cta {
  padding-top: 45px;
  padding-right: 0px;
  padding-bottom: 46px;
  padding-left: 0px;
}

.cta__wrap {
  width: 1278px;
  max-width: calc(100% - 20px);
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.cta__card {
  position: relative;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 252, 249);
  border: 1px solid var(--color-orange);
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  box-shadow: var(--shadow-orange);
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}

.cta__inner {
  border-top-left-radius: 90px;
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
  border-bottom-left-radius: 90px;
  box-shadow: var(--shadow-orange);
  border: 1px solid var(--color-orange);
  display: grid;
  grid-template-columns: 1fr 480px;
  align-items: center;
}

.cta__info {
  padding-top: 109px;
  padding-right: 40px;
  padding-bottom: 45px;
  padding-left: 133px;
}

.cta__heading {
  margin-bottom: 10px;
}

.cta__heading img {
  display: block;
  margin-left: 9px;
}

.cta__subheading {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-text-strong);
  margin-bottom: 14px;
}

.cta__price {
  font-family: var(--font-en);
  font-size: 34px;
  font-weight: 800;
  color: var(--color-orange-strong);
  margin-bottom: 20px;
}

.cta__price-unit {
  font-family: var(--font-base);
  font-size: 18px;
  font-weight: 700;
  color: var(--color-text-strong);
  margin-left: 4px;
}

.cta__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  margin-bottom: 24px;
}

.cta__table tr {
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
}

.cta__table th, .cta__table td {
  text-align: left;
  font-weight: 500;
  font-size: 20px;
  color: var(--color-text);
  padding-top: 12px;
  padding-right: 4px;
  padding-bottom: 12px;
  padding-left: 4px;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.cta__table th:first-child {
  width: 44%;
}

.cta__table th:last-of-type {
  width: 44%;
}

.cta__table td {
  width: 6%;
  text-align: right;
}

.cta__button-wrap {
  text-align: center;
  margin-bottom: 10px;
}

.cta__button {
  position: relative;
  display: block;
  width: 100%;
  max-width: 557px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  text-align: center;
  background-color: var(--color-orange);
  color: rgb(255, 255, 255);
  font-size: 26px;
  font-weight: 700;
  padding-top: 22px;
  padding-right: 70px;
  padding-bottom: 22px;
  padding-left: 70px;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  box-shadow: var(--shadow-soft);
}

.cta__button[disabled] {
  opacity: 1;
  color: rgb(255, 255, 255);
  cursor: not-allowed;
}

.cta__button-icon {
  position: absolute;
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  overflow-x: hidden;
  overflow-y: hidden;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 255, 255);
  display: grid;
  align-items: center;
  justify-items: center;
}

.cta__button-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.cta__note {
  text-align: center;
  font-size: 20px;
  color: rgb(0, 0, 0);
}

.cta__photo {
  width: 100%;
  height: auto;
  padding-top: 53px;
  padding-right: 62px;
  padding-bottom: 26px;
  padding-left: 0px;
  filter: drop-shadow(rgba(99, 88, 80, 0.35) 2px 3px 4px);
}

.howto {
  padding-top: 182px;
  padding-bottom: 149px;
  background-color: rgb(255, 241, 231);
}

.howto__list {
  margin-top: 75px;
  display: grid;
  grid-template-columns: repeat(3, 344px);
  justify-content: center;
  row-gap: 16px;
  column-gap: 16px;
}

.howto__step {
  position: relative;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 255, 255);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  box-shadow: var(--shadow-orange);
  padding-top: 34px;
  padding-right: 34px;
  padding-bottom: 45px;
  padding-left: 34px;
  text-align: left;
}

.howto__step-badge {
  position: absolute;
  top: -33px;
  left: 26px;
  transform: none;
  width: 100px;
  height: 100px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: #ff925c;
  color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-family: var(--font-en);
  font-weight: 700;
  font-size: 45px;
}

.howto__step-label {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 2px;
}

.howto__step-photo {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 34px;
  margin-left: 0px;
}

.howto__step-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-orange);
  margin-bottom: 12px;
  text-align: center;
}

.howto__step-desc {
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.14px;
}

.howto__lead {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin-top: 60px;
}

.howto__summary {
  text-align: center;
  margin-top: 70px;
}

.howto__summary img {
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.event {
  position: relative;
  min-height: 1263px;
  overflow-x: hidden;
  overflow-y: hidden;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 241, 231);
}

.event__stage {
  position: relative;
  width: 1280px;
  max-width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.event__maple {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.event__maple--left {
  left: -73px;
  top: 61px;
  width: 359px;
  height: auto;
}

.event__maple--right {
  left: auto;
  right: -114px;
  top: 69px;
  width: 572px;
  height: auto;
}

.event__panel {
  position: absolute;
  z-index: 1;
  left: 110px;
  top: 74px;
  width: 1060px;
  height: 1050px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 253, 248);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  box-shadow: rgba(255, 119, 51, 0.4) 0px 0px 50px;
}

.event__date-badge {
  position: absolute;
  left: 7px;
  top: -71px;
  width: 189px;
  height: 189px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(184, 73, 47);
  color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Avenir Next", Avenir, var(--font-en);
  line-height: 1;
}

.event__date-year {
  font-size: 36px;
  font-weight: 700;
}

.event__date-main {
  font-size: 75px;
  font-weight: 800;
  letter-spacing: -6px;
  margin-top: 2px;
}

.event__date-dot {
  font-size: 58px;
}

.event__date-weekday {
  font-size: 33px;
  margin-top: 2px;
}

.event__heading {
  position: absolute;
  left: 148px;
  top: 96px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.event__catch {
  position: absolute;
  left: 170px;
  top: 235px;
  width: 728px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-family: var(--font-base);
  font-size: 24px;
  font-weight: 700;
  color: var(--color-text-strong);
  text-align: center;
}

.event__ribbon {
  position: absolute;
  left: 435px;
  top: 275px;
  width: 176px;
  height: auto;
}

.event__book {
  position: absolute;
  box-shadow: none;
  filter: drop-shadow(rgba(0, 0, 0, 0.2) 2px 3px 6px);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.event__book--left {
  left: 17px;
  top: 338px;
  width: 216px;
}

.event__book--right {
  left: 829px;
  top: 315px;
  width: 203px;
}

.event__desc {
  position: absolute;
  left: 243px;
  top: 338px;
  width: 560px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--color-text);
  text-align: center;
}

.event__detail-list {
  position: absolute;
  left: 275px;
  top: 490px;
  width: 515px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.event__detail-row {
  position: relative;
  display: grid;
  grid-template-columns: 145px 1fr;
  align-items: center;
  row-gap: 21px;
  column-gap: 21px;
  padding-top: 12px;
  padding-right: 0px;
  padding-bottom: 12px;
  padding-left: 0px;
}

.event__detail-row dt {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(248, 171, 68);
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding-top: 8px;
  padding-right: 0px;
  padding-bottom: 8px;
  padding-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.event__detail-row dd {
  position: relative;
  padding-bottom: 12px;
  font-weight: 700;
  font-size: 20px;
  color: var(--color-text);
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}


.event__detail-row dd small {
  display: block;
  font-weight: 400;
  font-size: 16px;
  margin-top: 4px;
  white-space-collapse: collapse;
  text-wrap-mode: wrap;
}

.event__detail-sub {
  font-size: 16px;
}

.event__note {
  position: absolute;
  left: 50%;
  top: 790px;
  width: 799px;
  max-width: calc(100% - 80px);
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  transform: translateX(-50%);
  font-size: 20px;
  font-weight: 500;
  color: var(--color-text);
  text-align: center;
}

.event__cta {
  position: absolute;
  left: 50%;
  top: 850px;
  width: 425px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  transform: translateX(-50%);
  text-align: center;
}

.event__cta-heading {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 17px;
  margin-left: 0px;
  font-family: var(--font-base);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -1.6px;
  color: var(--color-text);
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.event__cta-button {
  display: block;
  width: 425px;
  height: 70px;
  line-height: 70px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(111, 186, 44);
  color: rgb(255, 255, 255);
  font-size: 21px;
  font-weight: 700;
  text-align: center;
  border-top-left-radius: 120px;
  border-top-right-radius: 120px;
  border-bottom-right-radius: 120px;
  border-bottom-left-radius: 120px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 3px;
}

.about__photo {
  position: absolute;
  left: 0px;
  width: 100%;
  object-fit: cover;
}

.about__photo--bg {
  top: 9px;
  height: 1108px;
  object-position: center 20%;
  filter: blur(6.5px);
  transform: none;
}

.about__photo--main {
  left: 50%;
  top: 78px;
  width: 1280px;
  max-width: none;
  height: 927px;
  object-fit: cover;
  object-position: center 15%;
  transform: translateX(-50%);
}

.about__wave {
  position: absolute;
  left: 50vw;
  top: 0px;
  width: 100vw;
  max-width: none;
  height: auto;
  transform: translateX(-50%);
  z-index: 2;
}

.about__stage {
  position: relative;
  z-index: 1;
  width: 1280px;
  max-width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.about__bird {
  position: absolute;
  left: 1030px;
  top: 35px;
  width: 170px;
  height: 170px;
  object-fit: contain;
  transform: scaleX(-1);
  z-index: 3;
}

.about__body {
  position: absolute;
  left: 471px;
  top: 283px;
  width: 702px;
  height: 700px;
}

.about__body-tab {
  position: absolute;
  left: -4px;
  top: 53px;
  width: 62px;
  height: 53px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 253, 249);
  clip-path: polygon(100% 0px, 100% 100%, 0px 45%);
  filter: drop-shadow(var(--shadow-orange));
}

.about__body-card {
  position: absolute;
  left: 25px;
  top: 0px;
  width: 677px;
  min-height: 700px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 253, 249);
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
  box-shadow: var(--shadow-orange);
  padding-top: 70px;
  padding-right: 60px;
  padding-bottom: 70px;
  padding-left: 60px;
  box-sizing: border-box;
}

.about__heading {
  font-family: var(--font-base);
  font-size: 36px;
  font-weight: 700;
  color: var(--color-orange);
  line-height: 1.4;
  letter-spacing: 0.03em;
  margin-bottom: 30px;
}

.about__heading .text-strong {
  color: var(--color-text-strong);
}

.about__lead {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.7px;
  color: var(--color-text);
  margin-bottom: 24px;
}

.about__text {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.7px;
  color: var(--color-text);
  margin-bottom: 30px;
}

.about__signature {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--color-text);
  line-height: 1.4;
  text-align: right;
}

.voice__heading-wrap {
  position: relative;
  text-align: center;
}

.voice__watermark {
  position: absolute;
  left: 50%;
  top: -55px;
  transform: translate(-50%, -50%);
  font-family: var(--font-en);
  font-weight: 200;
  font-size: 128px;
  color: rgba(255, 119, 51, 0.2);
  letter-spacing: 2px;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  z-index: 0;
}

.voice__heading {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.voice__heading img {
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.voice__list {
  width: 1065px;
  margin-top: 96px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  display: grid;
  grid-template-columns: repeat(2, 510px);
  row-gap: 41px;
  column-gap: 45px;
}

.voice__card {
  position: relative;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 255, 255);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  box-shadow: var(--shadow-orange);
  min-height: 310px;
}

.voice__badge {
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  height: 35px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(255, 119, 51, 0.8);
  color: rgb(255, 255, 255);
  font-family: var(--font-en);
  font-weight: 800;
  font-size: 16px;
  padding-top: 0px;
  padding-right: 18px;
  padding-bottom: 0px;
  padding-left: 18px;
  border-top-left-radius: 20px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.voice__avatar {
  position: absolute;
  left: 19px;
  top: 76px;
  width: 90px;
  height: 90px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  overflow-x: hidden;
  overflow-y: hidden;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(238, 238, 238);
}

.voice__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.voice__content {
  min-height: 310px;
  box-sizing: border-box;
  margin-left: 137px;
  padding-top: 56px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 14px;
  column-gap: 14px;
}

.voice__attribution {
  font-size: 26px;
  font-weight: 700;
  color: rgb(239, 90, 16);
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.voice__text {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.14px;
  color: var(--color-text);
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.gallery {
  padding-top: 40px;
  padding-right: 0px;
  padding-bottom: 40px;
  padding-left: 0px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: #FFF1E7;
  overflow-x: hidden;
  overflow-y: hidden;
}

.gallery__viewport {
  display: flex;
  width: 100%;
}

.gallery__track {
  display: flex;
  flex-shrink: 0;
  row-gap: 16px;
  column-gap: 16px;
  padding-right: 16px;
  animation: gallery-scroll var(--gallery-duration) linear infinite;
}

.gallery__item {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  width: 300px;
  height: 225px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  overflow-x: hidden;
  overflow-y: hidden;
}

.gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery:hover .gallery__track, .gallery:focus-within .gallery__track {
  animation-play-state: paused;
}

.faq__stage {
  position: relative;
  width: 1280px;
  max-width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.faq__watermark {
  position: absolute;
  left: 639px;
  top: 160px;
  transform: translate(-50%, -50%);
  font-family: var(--font-en);
  font-weight: 200;
  font-size: 128px;
  color: rgba(255, 119, 51, 0.2);
  letter-spacing: 2px;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
  z-index: 0;
}

.faq__heading {
  position: absolute;
  left: 405px;
  top: 253px;
  z-index: 1;
}

.faq__list {
  position: absolute;
  left: 106px;
  top: 399px;
  width: 1065px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  column-gap: 20px;
}

.faq__item {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 255, 255);
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
  border-bottom-right-radius: 28px;
  border-bottom-left-radius: 28px;
  box-shadow: rgba(255, 119, 51, 0.23) 0px 0px 17.778px;
  padding-top: 43px;
  padding-right: 53px;
  padding-bottom: 43px;
  padding-left: 53px;
  box-sizing: border-box;
}

.faq__question {
  display: flex;
  align-items: center;
  row-gap: 21px;
  column-gap: 21px;
}

.faq__question h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.224px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

.faq__q-badge {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 70px;
  width: 70px;
  height: 70px;

  border: 2px solid #FF6B03;
  border-radius: 50%;
  box-sizing: border-box;

  color: var(--color-orange-strong);
  font-family: var(--font-en);
  font-weight: 700;
  font-size: 35px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.faq__answer {
  display: flex;
  align-items: flex-start;
  row-gap: 21px;
  column-gap: 21px;
  margin-top: 28px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 29px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-top: 1px solid #573C2C;
}

.faq__answer p {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.7px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.faq__a-badge {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 70px;
  width: 70px;
  height: 70px;

  background: #FF6B03;
  border-radius: 50%;
  box-sizing: border-box;

  color: #FFFFFF;
  font-family: var(--font-en);
  font-weight: 700;
  font-size: 35px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.faq__deco {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}

.faq__deco--05 {
  left: 78px;
  top: 307px;
  width: 214px;
  height: auto;
}

.faq__deco--06 {
  left: 1050px;
  top: 1452px;
  width: 202px;
  height: auto;
}

.site-footer__logo {
  position: absolute;
  left: 111px;
  top: 271px;
  width: 178px;
  height: 99px;
  display: block;
}

.site-footer__logo img {
  width: 178px;
  height: 99px;
  display: block;
}

.site-footer__link {
  position: absolute;
  left: 1004px;
  top: 283px;
  display: flex;
  align-items: center;
  row-gap: 7px;
  column-gap: 7px;
  font-size: 13px;
  font-weight: 500;
  color: rgb(0, 0, 0);
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.site-footer__contact {
  position: absolute;
  left: 1001px;
  top: 311px;
  width: 164px;
  height: 30px;
  box-sizing: border-box;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgb(178, 178, 178);
  border-right-color: rgb(178, 178, 178);
  border-bottom-color: rgb(178, 178, 178);
  border-left-color: rgb(178, 178, 178);
  border-image-source: none;
  border-image-slice: 100%;
  border-image-width: 1;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  font-size: 13px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-footer__copyright {
  position: absolute;
  left: 946px;
  top: 354px;
  width: 220px;
  font-size: 11px;
  font-weight: 300;
  color: rgb(0, 0, 0);
  text-align: center;
  white-space-collapse: collapse;
  text-wrap-mode: nowrap;
}

.hero__heading-sp, .book-preview__marquee, .event__book-sp, .howto__summary-sp, .voice__divider, .site-footer__wave-sp {
  display: none;
}

.event__cta-heading-br {
  display: none;
}

.faq {
  position: relative;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(252, 233, 221);
  min-height: 2890px;
}

.voice, .gallery {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: #FFF1E7;
}

.message__wave--bottom {
  bottom: -8px;
  transform: translateX(-50%);
  width: calc(8px + 100vw);
}

.product {
  background-image: linear-gradient(rgb(255, 252, 248) 0%, rgb(255, 241, 231) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  padding-bottom: 112px;
  margin-top: -5px;
}

.voice__watermark, .faq__watermark {
  font-family: Avenir, "Avenir Next", Helvetica, Arial, sans-serif;
}

.product__number {
  font-family: Lato, Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 0.08em;
  color: var(--color-orange);
  font-size: 22px;
  margin-bottom: 6px;
}

.about__fade {
  position: absolute;
  left: 0px;
  top: 670px;
  width: 100%;
  height: 590px;
  background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.44) 25%, rgb(255, 255, 255) 57%, rgb(255, 255, 255) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
}

.site-footer__wave, .site-footer__wave-sp {
  display: none;
}

.about {
  position: relative;
  min-height: 1260px;
  overflow-x: hidden;
  overflow-y: hidden;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 255, 255);
}

.about::after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: clamp(220px, 20vw, 360px);
  background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 252, 249, 0.42) 45%, rgb(255, 252, 249) 100%);
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  pointer-events: none;
  z-index: 1;
}

.about__body, .about__bird {
  z-index: 3;
}

.voice {
  position: relative;
  padding-top: 146px;
  padding-right: 0px;
  padding-bottom: 131px;
  padding-left: 0px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 252, 249);
}

.site-footer {
  position: relative;
  min-height: 440px;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 255, 255);
  overflow-x: hidden;
  overflow-y: hidden;
}

.site-footer::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: clamp(82px, 9.8vw, 126px);
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 241, 231);
  z-index: 0;
  pointer-events: none;
}

.site-footer__wave {
  position: absolute;
  left: 50vw;
  bottom: auto;
  width: calc(240px + 100vw);
  max-width: none;
  height: auto;
  transform: translateX(-50%);
  transform-origin: center top;
  z-index: 1;
  pointer-events: none;
  top: 0px;
  display: block;
}

.site-footer__wave-sp {
  display: none;
}

.site-footer__inner {
  position: relative;
  z-index: 2;
  width: 1280px;
  max-width: 100%;
  height: 100%;
  min-height: 440px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

html, body {
  overflow-x: clip;
}

.cta__price-art {
  display: none;
}

.cta__price-art-sp {
  display: none;
}

.message__body--sp {
  display: none;
}

.cta__subheading-art {
  display: none;
}

.empathy__scene-number, .empathy__scene-digit, .product__number, .cta__price, .cta__price-main, .howto__step-badge, .event__date-badge, .event__date-year, .event__date-main, .event__date-dot, .event__date-weekday, .voice__watermark, .voice__badge, .faq__watermark, .faq__q-badge, .faq__a-badge {
  font-family: Lato, Arial, sans-serif;
}

br.sp-break {
  display: none;
}

@media (min-width: 768px) {
  .event__books-sp {
    display: none;
  }

  .message__wave--top {
    top: -1px;
    transform: translateX(-50%);
  }
  
  .message__wave--bottom {
    transform: translateX(-50%);
  }
  
  .product__body {
    text-align: left;
  }
  
  .product__name {
    margin-left: 0px;
    padding-left: 20px;
  }
  
  .cta__heading img {
    display: block;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  
  .event__detail-row dd::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 350px;
    border-bottom: 1px dashed #573C2C;
  }

  .event__date-badge, .event__date-year, .event__date-main, .event__date-dot, .event__date-weekday {
    font-family: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
    font-weight: 500;
  }
  
  .about__stage {
    z-index: 3;
  }
  
  .faq__deco--06 {
    left: auto;
    right: -10px;
    top: 1580px;
    width: 170px;
    z-index: 0;
  }
  
  .faq__list {
    z-index: 1;
  }
  
  .site-footer, .site-footer__inner {
    min-height: max(440px, 26.6vw);
  }
  
  .about__bird {
    left: auto;
    top: -145px;
    width: 150px;
    height: auto;
    object-fit: contain;
    transform: scaleX(-1);
    z-index: 8;
    right: 48px;
    pointer-events: none;
  }
  
  .event__maple--left {
    left: 0px;
    right: auto;
    top: 45px;
    width: clamp(280px, 28vw, 359px);
    height: auto;
    max-height: none;
    object-fit: contain;
  }
  
  .event__maple--right {
    left: auto;
    right: 0px;
    top: 45px;
    width: clamp(430px, 44vw, 560px);
    height: auto;
    max-height: none;
    object-fit: contain;
  }
  
  .about__photo--main {
    left: 50vw;
    top: 0px;
    width: 100vw;
    max-width: none;
    height: 1050px;
    object-fit: cover;
    object-position: center 16%;
    transform: translateX(-50%);
  }
  
  .about__fade {
    top: 650px;
    height: 543px;
    background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.38) 30%, rgb(255, 255, 255) 70%, rgb(255, 255, 255) 100%);
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
  }
  
  .empathy {
    height: 1610px;
    min-height: 1610px;
  }
  
  .message {
    height: 1055px;
    min-height: 1055px;
  }
  
  .product {
    height: 2870px;
    min-height: 2870px;
    margin-top: 0px;
  }
  
  #cta-1.cta {
    height: 760px;
    min-height: 760px;
  }
  
  .howto {
    height: 1345px;
    min-height: 1345px;
  }
  
  .faq {
    height: 2890px;
    min-height: 2890px;
  }
  
  .event {
    height: 1280px;
    min-height: 1280px;
    overflow-x: visible;
    overflow-y: visible;
  }

  .event__maple--left {
    left: -73px;
    right: auto;
  }

  .event__maple--right {
    left: auto;
    right: -114px;
  }

  .about {
    min-height: 1200px;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(255, 255, 255);
    height: 1200px;
  }
  
  #cta-2.cta {
    height: 900px;
    min-height: 900px;
    padding-top: 111px;
    padding-right: 0px;
    padding-bottom: 110px;
    padding-left: 0px;
  }
  
  .site-footer {
    height: 585px;
    min-height: 585px;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(255, 255, 255);
  }
  
  .site-footer::before {
    display: block;
    height: 440px;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(255, 241, 231);
  }
  
  .site-footer__inner {
    height: 585px;
    min-height: 585px;
  }
  
  .site-footer__logo {
    left: 106px;
    top: 271px;
  }
  
  .site-footer__link {
    left: 999px;
    top: 283px;
  }
  
  .site-footer__contact {
    left: 996px;
    top: 311px;
  }
  
  .site-footer__copyright {
    left: 941px;
    top: 354px;
  }
  
  .cta {
    position: relative;
  }
  
  .cta__wrap {
    position: absolute;
    width: 1279px;
    max-width: none;
    height: 679.03px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  
  #cta-1 .cta__wrap {
    left: 50%;
    top: 40px;
    transform: translateX(-50%);
  }
  
  #cta-2 .cta__wrap {
    left: 50%;
    top: 111px;
    transform: translateX(-50%);
  }
  
  .cta__card {
    width: 1279px;
    height: 679.03px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
  }
  
  .cta__inner {
    position: relative;
    display: block;
    width: 1250px;
    height: 649.073px;
    border-top-left-radius: 90px;
    border-top-right-radius: 90px;
    border-bottom-right-radius: 90px;
    border-bottom-left-radius: 90px;
  }
  
  .cta__info {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  
  .cta__heading picture, .cta__heading picture img {
    display: block;
    max-width: none;
    width: 535.357px;
    height: 51.425px;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
  }
  
  .cta__price {
    position: absolute;
    left: 130.81px;
    top: 242.788px;
    visibility: hidden;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  
  .cta__price-art {
    display: block;
    position: absolute;
    left: 130.81px;
    top: 242.788px;
    width: 282.219px;
    height: 33.8px;
    max-width: none;
  }
  
  .cta__product-picture .cta__photo {
    display: block;
    max-width: none;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    object-fit: contain;
    width: 479.658px;
    height: 569.593px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    filter: none;
    position: static;
  }
  
  .cta__price, .cta__price-art {
    top: 241.788px;
  }
  
  .cta__table {
    position: absolute;
    left: 128px;
    top: 315px;
    width: 553px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  
  .cta__product-picture {
    display: block;
    position: absolute;
    left: 706px;
    top: 52px;
    width: 479.658px;
    height: 569.593px;
  }
  
  .cta__button-wrap {
    position: absolute;
    left: 124px;
    top: 475px;
    width: 557px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  
  #cta-1 .cta__button-wrap {
    left: 125px;
    top: 485px;
  }
  
  .cta__button {
    height: 70px;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 70px;
    margin-top: 4px;
  }
  
  .cta__note {
    position: absolute;
    left: 209px;
    top: 559px;
    width: 388px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  
  #cta-1 .cta__note {
    left: 210px;
    top: 569px;
  }
  
  .cta__subheading {
    position: absolute;
    left: 130.524px;
    top: 180.205px;
    width: 441.325px;
    height: 22.828px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    display: none;
  }
  
  .cta__subheading-art {
    display: block;
    position: absolute;
    left: 130.524px;
    top: 180.205px;
    width: 441.325px;
    height: 22.828px;
    max-width: none;
  }
  
  .voice {
    padding-top: 0px;
    height: 1090px;
    min-height: 1090px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  
  .voice__list {
    position: absolute;
    left: 50%;
    top: 298px;
    transform: translateX(-50%);
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  
  .voice__card {
    height: 310px;
    min-height: 310px;
  }
  
  .gallery {
    height: 230px;
    min-height: 230px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    overflow-x: hidden;
    overflow-y: hidden;
  }
  
  .gallery__viewport, .gallery__track {
    height: 230px;
  }
  
  .gallery__track {
    row-gap: 16px;
    column-gap: 16px;
    padding-right: 16px;
  }
  
  .gallery__item, .gallery__item img {
    width: 340px;
    height: 230px;
  }
  
  .gallery__item {
    flex-basis: 340px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  
  .gallery__item img {
    max-width: none;
    object-fit: cover;
    object-position: center bottom;
  }
  
  .cta__heading {
    display: block;
    text-align: left;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    left: 123px;
    position: absolute;
    top: 108.155px;
    width: 535.357px;
    height: 51.425px;
  }
  
  .voice__attribution {
    font-size: 20px;
    line-height: 1.4;
    white-space-collapse: collapse;
    text-wrap-mode: nowrap;
  }

  .cta__table th {
    text-align: left;
  }
  
  .cta__table td {
    text-align: right;
  }
  
  .product__name::before {
    left: 0px;
    top: -30px;
    width: 5px;
    height: 70px;
    transform: none;
    border-top-left-radius: 999px;
    border-top-right-radius: 999px;
    border-bottom-right-radius: 999px;
    border-bottom-left-radius: 999px;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(255, 119, 51);
  }
  
  .empathy__scene-digit {
    background-image: conic-gradient(from 90deg, rgb(255, 146, 92) 0%, rgb(255, 119, 51) 100%);
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-color: initial;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }
  
  .product__number {
    margin-left: 0px;
    padding-left: 20px;
    margin-bottom: 14px;
  }
  
  .empathy__scene-number {
    align-items: center;
    text-align: center;
  }
  
  .cta__table tr > :nth-child(1) {
    grid-column-start: 1;
    grid-column-end: auto;
  }
  
  .cta__table tr > :nth-child(2) {
    grid-column-start: 2;
    grid-column-end: auto;
  }
  
  .cta__table tr > :nth-child(3) {
    grid-column-start: 4;
    grid-column-end: auto;
  }
  
  .cta__table tr > :nth-child(4) {
    grid-column-start: 5;
    grid-column-end: auto;
  }
  
  .book-preview__pc-break {
    display: inline;
  }
  
  .event__catch-image {
    display: block;
    width: 728px;
    height: auto;
    max-width: none;
  }
  
  .event__maple--left, .event__maple--right {
    top: auto;
    width: auto;
    height: calc(100% - 90px);
    max-height: 1173px;
    object-fit: contain;
    bottom: 0px;
  }
  
  .hero, .message, .about, .site-footer {
    overflow-x: visible;
    overflow-y: visible;
  }
  
  .hero__bg, .hero__picture, .hero__photo {
    left: 0px;
    width: 100%;
    max-width: none;
  }
  
  .hero__wave {
    left: -2px;
    width: calc(100% + 4px);
    height: 165px;
    transform: none;
  }
  
  .message__wave--top, .message__wave--bottom {
    transform: none;
  }
  
  #cta-1 .cta__wrap, #cta-2 .cta__wrap {
    left: 50%;
    transform: translateX(-50%);
  }
  
  .about__wave {
    left: -2px;
    top: 0px;
    width: 1280px;
    height: 146px;
    transform: none;
    z-index: 2;
    transform-origin: center center;
  }
  
  .about__body {
    top: 292px;
    overflow-x: visible;
    overflow-y: visible;
  }
  
  .about__body-card {
    height: 700px;
    min-height: 700px;
    padding-top: 57px;
    padding-right: 31px;
    padding-bottom: 30px;
    padding-left: 42px;
    overflow-x: hidden;
    overflow-y: hidden;
  }
  
  .about__text br + br {
    display: none;
  }
  
  .voice .container {
    position: relative;
    height: 1090px;
  }
  
  .voice__heading-wrap {
    text-align: center;
    position: static;
  }
  
  .voice__watermark {
    position: absolute;
    left: 50%;
    top: 0px;
    transform: translateX(-50%);
    font-size: 128px;
    line-height: 128px;
  }
  
  .cta__table tr {
    grid-template-columns: 198px 32px 20px 271px 32px;
    height: 45px;
    display: grid;
    position: relative;
  }
  
  .cta__table th, .cta__table td {
    height: 45px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: auto;
    padding-left: 0px;
    padding-right: 0px;
    text-align: left;
    border-bottom-width: 0px;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
  }
  
  .cta__table tr::before, .cta__table tr::after {
    content: "";
    position: absolute;
    bottom: 0px;
    height: 1px;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(87, 60, 44);
  }
  
  .cta__table tr::before {
    left: 0px;
    width: 230px;
  }
  
  .cta__table tr::after {
    left: 250px;
    width: 303px;
  }
  
  .voice__heading {
    position: absolute;
    left: 50%;
    top: 146px;
    width: 771px;
    height: 57px;
    transform: translateX(-50%);
  }
  
  .voice__heading img {
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    width: 771px;
    height: 57px;
    max-width: none;
  }
  
  .hero__wave, .message__wave, .about__wave, .site-footer__wave {
    left: 50%;
    right: auto;
    width: 100vw;
    min-width: 100vw;
    max-width: none;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    object-fit: fill;
    transform: translateX(-50%);
    transform-origin: center center;
  }

  .site-footer__wave {
    top: 100px;
    height: 340px;
    transform-origin: center bottom;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {

  html {
    overflow-x: hidden;
  }

  .hero__wave,
  .message__wave,
  .about__wave,
  .site-footer__wave {
    left: 50%;
    width: 1280px;
    min-width: 1280px;
    max-width: none;
    transform: translateX(-50%);
  }

  body {
    width: 1280px;
    zoom: var(--pc-intermediate-scale, 1);
  }

}

@media (max-width: 767px) {
  html {
    --sp-scale: clamp(1, calc(100vw / 480px), 1.5);
  }

  img {
    max-width: 100%;
  }
  
  .hero__heading-sp-gradient {
    background-image: linear-gradient(91.98deg, rgb(255, 119, 51) 1.24%, rgb(233, 109, 46) 96.92%);
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-color: initial;
    background-clip: text;
    color: transparent;
  }
  
  .book-preview__marquee-item--intro img {
    transform: rotate(3deg);
  }
  
  .book-preview__marquee-item--autumn img {
    transform: rotate(3deg);
  }
  
  .empathy__scene .empathy__scene-body, .empathy__scene--reverse .empathy__scene-body {
    order: 1;
  }
  
  #cta-2.cta {
    padding-top: 31px;
    padding-right: 0px;
    padding-bottom: 29px;
    padding-left: 0px;
  }
  
  .event__book, .event__book--right {
    display: none;
  }
  
  .voice__card:last-child {
    margin-bottom: 0px;
  }
  
  .hero__bg {
    top: 0px;
    bottom: 0px;
    height: 700px;
    right: 0px;
    left: 0px;
  }
  
  .empathy__scene-title img {
    width: auto;
    max-width: 265px;
    height: auto;
  }
  
  .empathy__scene .empathy__scene-photo, .empathy__scene--reverse .empathy__scene-photo {
    order: 2;
    margin-top: 24px;
  }
  
  .cta {
    padding-top: 31px;
    padding-right: 0px;
    padding-bottom: 29px;
    padding-left: 0px;
    position: relative;
  }
  
  #cta-1 .cta__wrap {
    left: 50%;
    top: 0px;
  }
  
  #cta-2 .cta__wrap {
    left: 50%;
    top: 0px;
  }
  
  .howto .section-intro__heading img, .howto > .container > h2 img {
    width: 300px;
    height: auto;
  }
  
  .event__detail-row dt, .event__detail-row dd, .event__detail-sub {
    font-size: 14px;
  }
  
  .about__lead, .about__text {
    font-size: 14px;
    line-height: 1.6;
  }
  
  .faq__q-badge, .faq__a-badge {
    flex-basis: 36px;
    width: 36px;
    height: 36px;
    font-size: 20px;
  }
  
  .event__date-badge, .event__date-year, .event__date-main {
    font-family: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
  }
  
  .event__detail-row:nth-child(4) {
    margin-bottom: 0px;
  }
  
  .hero__stage {
    position: relative;
    width: 390px;
    max-width: 100%;
    height: 715px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
  }
  
  .hero__product-book {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  
  body {
    min-width: 0px;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(255, 255, 255);
  }
  
  main {
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
  }
  
  .container {
    width: 100%;
    max-width: none;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    position: relative;
    height: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  
  .hero {
    height: calc(715px * var(--sp-scale));
    min-height: calc(715px * var(--sp-scale));
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(207, 230, 242);
    position: relative;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
  }
  
  .hero__bg, .hero__picture {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: block;
    width: 100%;
    height: 715px;
    overflow-x: hidden;
    overflow-y: hidden;
  }
  
  .hero__photo {
    position: absolute;
    left: 0px;
    right: auto;
    top: 0px;
    width: 100%;
    max-width: none;
    height: auto;
    object-fit: unset;
    object-position: initial;
    bottom: auto;
    display: block;
    min-width: 0px;
    max-height: none;
    transform: none;
  }
  
  .site-header {
    left: 16px;
    top: 11px;
  }
  
  .site-header__logo img {
    width: 81px;
    height: 46px;
  }
  
  .hero__product {
    left: 3px;
    top: 101px;
    width: 175.43px;
    height: 192.37px;
    position: absolute;
  }
  
  .hero__heading-line {
    display: none;
  }
  
  .hero__heading-sp {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }
  
  .hero__heading-sp-bar {
    position: absolute;
    left: 10px;
    display: block;
    align-items: center;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgba(255, 255, 255, 0.9);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    box-sizing: border-box;
    font-family: var(--font-display);
    font-size: 38px;
    font-weight: 700;
    letter-spacing: -3px;
    color: var(--color-text-strong);
    white-space-collapse: collapse;
    text-wrap-mode: nowrap;
    line-height: 1;
    overflow-x: visible;
    overflow-y: visible;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  
  .hero__heading-sp-bar--1 {
    top: 489px;
    width: 287px;
    height: 50px;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgba(255, 255, 255, 0.9);
  }
  
  .hero__heading-sp-bar--2 {
    top: 545px;
    width: 287px;
    height: 50px;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgba(255, 255, 255, 0.9);
  }
  
  .hero__heading-sp-bar--3 {
    top: 601px;
    width: 365px;
    height: 52px;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgba(255, 254, 246, 0.95);
  }
  
  .hero__heading-sp-bar img {
    position: absolute;
    display: block;
    max-width: none;
    max-height: none;
    object-fit: contain;
  }
  
  .hero__heading-sp-bar--1 img {
    left: 4px;
    top: 7px;
    width: 300px;
    height: 36px;
  }
  
  .hero__heading-sp-bar--2 img {
    left: 2px;
    top: 7px;
    width: 302px;
    height: 36px;
  }
  
  .hero__heading-sp-bar--3 img {
    left: 2px;
    top: 8px;
    width: 365px;
    height: 36px;
  }
  
  .book-preview {
    height: calc(540px * var(--sp-scale));
    min-height: calc(540px * var(--sp-scale));
    overflow-x: hidden;
    overflow-y: hidden;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    position: relative;
    width: 100%;
  }
  
  .book-preview__stage {
    position: relative;
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    height: 540px;
  }
  
  .book-preview__marquee-track {
    display: flex;
    flex-shrink: 0;
    align-items: flex-start;
    row-gap: 37px;
    column-gap: 37px;
    padding-top: 2px;
    padding-right: 18px;
    padding-bottom: 8px;
    padding-left: 18px;
    will-change: transform;
    flex-grow: 0;
    flex-basis: auto;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    animation-duration: 38s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: book-preview-marquee-scroll;
    animation-timeline: auto;
    animation-range-start: normal;
    animation-range-end: normal;
  }
  
  .book-preview__marquee-item {
    display: block;
    flex-direction: column;
    align-items: center;
    row-gap: 8px;
    column-gap: 8px;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 210px;
    position: relative;
    width: 210px;
    height: 198px;
  }
  
  .book-preview__marquee-item--intro img, .book-preview__marquee-item--autumn img {
    transform: rotate(3deg);
  }
  
  .book-preview__marquee-item--spring img {
    transform: rotate(-4deg);
  }
  
  .book-preview__marquee .book-preview__badge {
    position: absolute;
    min-width: 165px;
    height: 25px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    left: 22.5px;
    top: 172.7px;
    width: 165px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(248, 160, 75);
    font-weight: 700;
    color: rgb(255, 255, 255);
    white-space-collapse: collapse;
    text-wrap-mode: nowrap;
  }
  
  .empathy {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    min-height: calc(1790px * var(--sp-scale));
    position: relative;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    height: calc(1790px * var(--sp-scale));
  }
  
  .empathy .container {
    height: 1790px;
  }
  
  .empathy .section-intro {
    position: static;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  
  .empathy .section-intro__heading {
    margin-bottom: 0px;
    position: absolute;
    left: 43px;
    top: 46px;
    width: 300px;
    height: 67.76px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
  }
  
  .empathy .section-intro__lead {
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
    width: 340px;
    max-width: none;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    position: absolute;
    left: 28px;
    top: 127px;
    text-align: center;
    color: rgb(24, 9, 9);
  }
  
  .empathy__list {
    margin-top: 0px;
    row-gap: 76px;
    column-gap: 76px;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: block;
    width: 100%;
    height: 100%;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  
  .empathy__scene, .empathy__scene--reverse {
    display: block;
    flex-direction: column;
    width: 340px;
    max-width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    position: absolute;
    left: 25px;
    height: auto;
  }
  
  .empathy__scene:nth-child(1) {
    top: 270px;
    height: 429px;
  }
  
  .empathy__scene:nth-child(2) {
    top: 769px;
    height: 434px;
  }
  
  .empathy__scene:nth-child(3) {
    top: 1272.59px;
    height: 449px;
  }
  
  .empathy__scene-body {
    position: static;
    width: 340px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  
  .empathy__scene-heading-row {
    row-gap: 9px;
    column-gap: 9px;
    margin-bottom: 0px;
    align-items: flex-end;
    position: static;
    display: block;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  
  .empathy__scene-number {
    font-size: 67px;
    line-height: 1;
    position: absolute;
    left: 3px;
    top: 0px;
    display: block;
    width: 48px;
    height: 77px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  
  .empathy__scene:nth-child(1) .empathy__scene-number {
    left: 5px;
  }
  
  .empathy__scene:nth-child(2) .empathy__scene-number {
    left: 4px;
  }
  
  .empathy__scene-label {
    font-size: 12px;
    margin-bottom: 0px;
    position: absolute;
    left: 0px;
    top: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    line-height: 14px;
    color: rgb(255, 119, 51);
  }
  
  .empathy__scene-heading-text {
    position: static;
    width: 340px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  
  .empathy__scene-title {
    position: absolute;
    left: 56px;
    top: 15px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  
  .empathy__scene:nth-child(1) .empathy__scene-title img {
    width: 250px;
    height: 23.59px;
  }
  
  .empathy__scene:nth-child(2) .empathy__scene-title img {
    width: 270px;
    height: 22.36px;
  }
  
  .empathy__scene:nth-child(3) .empathy__scene-title img {
    width: 258.65px;
    height: 20.9px;
  }
  
  .empathy__scene-quote {
    font-size: 15px;
    line-height: 22px;
    position: absolute;
    left: 57px;
    top: 44px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-weight: 700;
    color: rgb(24, 9, 9);
    white-space-collapse: collapse;
    text-wrap-mode: nowrap;
  }
  
  .empathy__scene:nth-child(2) .empathy__scene-quote {
    top: 46.62px;
  }
  
  .empathy__scene:nth-child(3) .empathy__scene-quote {
    top: 42px;
  }
  
  .empathy__scene-text {
    font-size: 15px;
    margin-top: 0px;
    line-height: 22px;
    position: absolute;
    left: 0px;
    top: 89px;
    width: 340px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-weight: 500;
    color: rgb(54, 21, 21);
  }
  
  .empathy__scene:nth-child(2) .empathy__scene-text {
    top: 92px;
  }
  
  .empathy__scene:nth-child(3) .empathy__scene-text {
    top: 85px;
  }
  
  .empathy__scene-text br {
    display: none;
  }
  
  .empathy__scene-text strong {
    color: rgb(255, 107, 3);
    font-weight: 700;
  }
  
  .empathy__scene-photo {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-image: none;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: rgba(255, 119, 51, 0.23) 0px 0px 35.556px;
    position: absolute;
    left: 0px;
    top: 227px;
    width: 340px;
    height: 202px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    overflow-x: hidden;
    overflow-y: hidden;
  }
  
  .empathy__scene:nth-child(2) .empathy__scene-photo {
    top: 231.59px;
  }
  
  .empathy__scene:nth-child(3) .empathy__scene-photo {
    top: 247px;
  }
  
  .empathy__scene-photo img {
    width: 340px;
    height: 202px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: none;
    display: block;
    max-width: none;
    object-fit: cover;
  }
  
  .empathy__scene:nth-child(3) .empathy__scene-photo img {
    object-position: center 72%;
  }
  
  .message__stage {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 800px;
    z-index: 3;
  }
  
  .message__inner {
    left: 24px;
    top: 91px;
    width: 335px;
    position: absolute;
    height: auto;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  
  .message__body {
    font-size: 13px;
    line-height: 1.65;
    letter-spacing: 0.3px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 54px;
    margin-left: 0px;
    display: none;
  }
  
  .message__body--sp {
    display: block;
    position: absolute;
    left: 1px;
    top: 82px;
    width: 335px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.3px;
    color: rgb(24, 9, 9);
  }
  
  .message__highlight {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.126px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    position: absolute;
    left: 0px;
    top: 322px;
    width: 315px;
    font-weight: 700;
    color: rgb(24, 9, 9);
  }
  
  .message__lead {
    font-size: 18px;
    line-height: 38px;
    letter-spacing: 0.126px;
    position: absolute;
    left: 0px;
    top: 390px;
    width: 335px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-weight: 700;
    color: rgb(24, 9, 9);
    white-space-collapse: collapse;
    text-wrap-mode: nowrap;
  }
  
  .message__lead strong {
    font-size: 18px;
    color: rgb(255, 119, 51);
  }
  
  .product {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-image: linear-gradient(rgb(255, 252, 249) 0%, rgb(255, 241, 231) 100%);
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    margin-top: 0px;
    min-height: calc(3375px * var(--sp-scale));
    position: relative;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    height: calc(3375px * var(--sp-scale));
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  
  .product .container {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    max-width: 100%;
    position: relative;
    width: 100%;
    height: 3375px;
  }
  
  .product .section-intro {
    position: static;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  
  .product .section-intro__heading {
    margin-bottom: 0px;
    position: absolute;
    left: 74px;
    top: 77px;
    width: 237px;
    height: 67.4px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
  }
  
  .product .section-intro__heading img {
    width: 237px;
    height: 67.4px;
    max-width: none;
  }
  
  .product__lead {
    font-size: 15px;
    line-height: 22px;
    position: absolute;
    left: 25px;
    top: 168px;
    width: 339px;
    max-width: none;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-weight: 500;
    text-align: center;
    color: rgb(54, 21, 21);
  }
  
  .product__lead-strong {
    font-size: 18px;
    display: inline-block;
    margin-top: 5px;
    font-weight: 700;
    line-height: 26px;
    color: rgb(24, 9, 9);
  }
  
  .product__list {
    margin-top: 0px;
    row-gap: 42px;
    column-gap: 42px;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: block;
    width: 100%;
    height: 100%;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  
  .product__item {
    grid-template-columns: 1fr;
    row-gap: 15px;
    column-gap: 15px;
    text-align: left;
    position: absolute;
    left: 24px;
    width: 342px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    display: block;
  }
  
  .product__item:nth-child(1) {
    top: 463px;
    height: 668px;
  }
  
  .product__item:nth-child(2) {
    top: 1188px;
    height: 674px;
  }
  
  .product__item:nth-child(3) {
    top: 1919px;
    height: 656px;
  }
  
  .product__item:nth-child(4) {
    top: 2632px;
    height: 666px;
  }
  
  .product__figure {
    position: absolute;
    left: 1px;
    top: 0px;
    width: 340px;
    height: 340px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  
  .product__figure img:not(.product__deco) {
    width: 340px;
    height: 340px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    display: block;
    max-width: none;
    object-fit: cover;
  }
  
  .product__deco--02 {
    left: -22px;
    top: 282px;
    bottom: -28px;
    width: 106.74px;
    z-index: 3;
    position: absolute;
    height: 88.21px;
  }
  
  .product__deco--03 {
    left: 253px;
    right: auto;
    top: 296px;
    bottom: -20px;
    width: 86.24px;
    z-index: 3;
    position: absolute;
    height: 78.08px;
  }
  
  .cta, #cta-2.cta {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(255, 241, 231);
    position: relative;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    height: calc(800px * var(--sp-scale));
    min-height: calc(800px * var(--sp-scale));
  }
  
  .cta__wrap {
    width: 100%;
    max-width: none;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    position: absolute;
    height: 800px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }
  
  .cta__card {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    width: 390px;
    height: 740px;
    position: absolute;
    left: 0px;
    top: 31px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(255, 252, 249);
    box-shadow: rgba(255, 119, 51, 0.23) 0px 0px 35.556px;
  }
  
  .cta__inner {
    display: block;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
    text-align: center;
    position: absolute;
    width: 365px;
    height: 710px;
    flex-direction: column;
    left: 13px;
    top: 15px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgb(255, 119, 51);
    border-right-color: rgb(255, 119, 51);
    border-bottom-color: rgb(255, 119, 51);
    border-left-color: rgb(255, 119, 51);
    border-image-source: none;
    border-image-slice: 100%;
    border-image-width: 1;
    border-image-outset: 0;
    border-image-repeat: stretch;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: transparent;
    box-shadow: rgba(255, 119, 51, 0.23) 0px 0px 35.556px;
    overflow-x: visible;
    overflow-y: visible;
  }
  
  .cta__info {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    position: static;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: auto;
    height: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  
  .howto {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    min-height: calc(1770px * var(--sp-scale));
    position: relative;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    height: calc(1770px * var(--sp-scale));
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(255, 241, 231);
  }
  
  .howto .container {
    height: 1770px;
  }
  
  .howto__list {
    grid-template-columns: 1fr;
    justify-items: center;
    row-gap: 28px;
    column-gap: 28px;
    margin-top: 0px;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: block;
    width: 100%;
    height: 100%;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  
  .howto__step:nth-child(1) {
    left: 26px;
    top: 305px;
  }
  
  .howto__step:nth-child(2) {
    top: 754px;
  }
  
  .howto__step:nth-child(3) {
    top: 1203px;
  }
  
  .howto__step-photo {
    height: 240px;
    margin-bottom: 0px;
    position: absolute;
    left: 33px;
    top: 23px;
    width: 275px;
    max-width: none;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    object-fit: cover;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  
  .howto__step:nth-child(2) .howto__step-photo {
    object-position: 50% 50%;
  }
  
  .howto__step-title {
    font-size: 20px;
    margin-bottom: 0px;
    position: absolute;
    left: 0px;
    top: 277px;
    width: 340px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 0.14px;
    text-align: center;
    color: rgb(255, 119, 51);
    white-space-collapse: collapse;
    text-wrap-mode: nowrap;
  }
  
  .howto__step-desc {
    font-size: 15px;
    line-height: 22px;
    letter-spacing: normal;
    position: absolute;
    left: 21px;
    top: 315px;
    width: 300px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-weight: 500;
    color: rgb(54, 21, 21);
    text-align: left;
  }
  
  .howto__step-badge {
    width: 60px;
    height: 60px;
    top: -18px;
    left: 8px;
    font-size: 24px;
    z-index: 4;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    background-color: #ff925c;
    color: rgb(255, 255, 255);
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", sans-serif;
    font-weight: 700;
    line-height: 22px;
  }
  
  .howto__step-label {
    font-size: 10px;
    display: block;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-weight: 400;
    line-height: 11px;
  }
  
  .howto__summary-pc {
    display: none;
  }
  
  .event {
    height: calc(1135px * var(--sp-scale));
    min-height: calc(1135px * var(--sp-scale));
    position: relative;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(255, 241, 231);
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
  }
  
  .event__maple {
    pointer-events: none;
    position: absolute;
    max-width: none;
    height: auto;
    object-fit: contain;
    z-index: 0;
  }
  
  .event__maple--left {
    left: -66px;
    top: 194.04px;
    width: 238.65px;
    height: auto;
    right: auto;
    max-height: none;
    object-fit: contain;
    z-index: 0;
  }
  
  .event__maple--right {
    left: 168.92px;
    right: auto;
    top: 130.99px;
    width: 393.49px;
    height: auto;
    max-height: none;
    object-fit: contain;
    z-index: 0;
  }
  
  .event__book, .event__book--left, .event__book--right {
    display: none;
  }
  
  .event__date-year {
    font-size: 17px;
    font-weight: 500;
    line-height: 17px;
  }
  
  .event__date-main {
    font-size: 26px;
    letter-spacing: -2px;
    font-weight: 800;
    line-height: 26px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  
  .event__date-dot {
    font-size: 24px;
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", sans-serif;
    font-weight: 500;
    line-height: 1;
  }
  
  .event__date-weekday {
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", sans-serif;
    font-weight: 500;
    line-height: 14px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  
  .event__heading img {
    width: 272.76px;
    height: 85.59px;
    display: block;
    max-width: none;
  }
  
  .event__desc br {
    display: none;
  }
  
  .event__detail-row {
    display: block;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-bottom: 16px;
    width: 300px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    border-image-source: none;
    border-image-slice: 100%;
    border-image-width: 1;
    border-image-outset: 0;
    border-image-repeat: stretch;
  }
  
  .event__detail-row dt {
    display: block;
    width: 300px;
    height: 25px;
    line-height: 25px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 15px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-bottom: 9px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(248, 171, 68);
    color: rgb(255, 255, 255);
    font-weight: 700;
    text-align: center;
  }
  
  .event__detail-row dd {
    display: block;
    text-align: center;
    padding-bottom: 9px;
    font-size: 15px;
    width: 300px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: rgb(87, 60, 44);
    color: rgb(54, 21, 21);
    font-weight: 700;
    line-height: 22px;
    min-height: 32px;
  }
  
  .event__detail-row:nth-child(4) dd {
    min-height: 56px;
  }
  
  .event__detail-sub {
    font-size: 15px;
  }
  
  .event__detail-row dd small {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
  }
  
  .event__cta-heading {
    font-size: 15px;
    letter-spacing: 0px;
    white-space-collapse: collapse;
    text-wrap-mode: wrap;
    text-align: center;
    width: 300px;
    min-height: 44px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 8px;
    margin-left: 0px;
    color: rgb(54, 21, 21);
    font-weight: 700;
    line-height: 22px;
  }
  
  .event__cta-heading-br {
    display: inline;
  }
  
  .event__cta-button {
    width: 280px;
    height: 50px;
    line-height: 25px;
    font-size: 17px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border-top-left-radius: 120px;
    border-top-right-radius: 120px;
    border-bottom-right-radius: 120px;
    border-bottom-left-radius: 120px;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(111, 186, 44);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 3px;
    color: rgb(255, 255, 255);
    font-weight: 700;
    text-align: center;
  }
  
  .about::after {
    height: 170px;
    display: none;
  }
  
  .about__stage {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 1050px;
    z-index: 4;
  }
  
  .about__body-tab {
    display: none;
  }
  
  .about__heading {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 1px;
    width: 298px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    position: absolute;
    left: 22px;
    top: 43px;
    font-weight: 700;
    text-align: center;
    color: rgb(255, 119, 51);
    white-space-collapse: collapse;
    text-wrap-mode: nowrap;
  }
  
  .about__heading .text-strong {
    color: rgb(24, 9, 9);
  }
  
  .about__lead {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: justify;
    width: 300px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    position: absolute;
    left: 20px;
    top: 125px;
    font-weight: 700;
    color: rgb(54, 21, 21);
  }
  
  .about__text {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: justify;
    width: 300px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    position: absolute;
    left: 21px;
    top: 254px;
    height: 264px;
    font-weight: 400;
    color: rgb(54, 21, 21);
  }
  
  .about__text br {
    display: none;
  }
  
  .about__signature {
    font-size: 16px;
    line-height: 26px;
    width: 299px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    position: absolute;
    left: 21px;
    top: 538px;
    font-weight: 700;
    text-align: right;
    color: rgb(54, 21, 21);
  }
  
  .voice .container {
    height: 1305px;
  }
  
  .voice__heading-wrap {
    height: auto;
    position: static;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  
  .voice__watermark {
    left: 50%;
    top: 58px;
    font-size: 43px;
    position: absolute;
    transform: translateX(-50%);
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", sans-serif;
    font-weight: 300;
    line-height: 48px;
    letter-spacing: 2px;
    color: rgba(255, 119, 51, 0.2);
  }
  
  .voice__heading {
    position: absolute;
    left: 45px;
    top: 121px;
    transform: none;
    width: 300px;
    height: 21.88px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  
  .voice__heading img {
    width: 300px;
    height: 21.88px;
    max-width: none;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  
  .voice__card {
    width: 342px;
    height: auto;
    min-height: 265px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    position: absolute;
    left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(255, 119, 51, 0.23) 0px 0px 25px;
  }
  
  .voice__divider {
    display: block;
    position: absolute;
    left: 90px;
    top: 40px;
    width: 250px;
    height: 0px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgb(87, 60, 44);
  }
  
  .voice__avatar {
    position: absolute;
    left: 5px;
    top: 56px;
    width: 75px;
    height: 75px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    overflow-x: hidden;
    overflow-y: hidden;
  }
  
  .voice__avatar img {
    width: 75px;
    height: 75px;
    object-fit: cover;
  }
  
  .voice__content {
    height: auto;
    min-height: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    display: block;
    position: static;
    width: auto;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
  }
  
  .voice__card:nth-child(2) .voice__avatar {
    top: 57px;
  }
  
  .voice__card:nth-child(2) .voice__text {
    top: 61px;
  }
  
  .voice__card:nth-child(3) .voice__avatar {
    top: 58px;
  }
  
  .voice__card:nth-child(3) .voice__attribution {
    left: 100px;
  }
  
  .voice__card:nth-child(3) .voice__text {
    top: 55px;
  }
  
  .voice__card:nth-child(4) .voice__avatar {
    top: 57px;
  }
  
  .voice__card:nth-child(4) .voice__text {
    top: 59px;
  }
  
  .gallery {
    min-height: calc(160px * var(--sp-scale));
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(255, 252, 249);
    position: relative;
    width: 100%;
    --gallery-duration: 70s;
    height: calc(160px * var(--sp-scale));
    overflow-x: hidden;
    overflow-y: hidden;
  }
  
  .gallery__viewport {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: flex;
    width: 100%;
    height: 160px;
    overflow-x: hidden;
    overflow-y: hidden;
  }
  
  .gallery__track {
    row-gap: 11.13px;
    column-gap: 11.13px;
    padding-right: 0px;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    height: 160px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  
  .gallery__item {
    width: 236.52px;
    height: 160px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 236.52px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    overflow-x: hidden;
    overflow-y: hidden;
  }
  
  .gallery__item img {
    display: block;
    width: 236.52px;
    height: 160px;
    max-width: none;
    object-fit: cover;
  }
  
  .faq {
    min-height: calc(2850px * var(--sp-scale));
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(255, 241, 231);
    position: relative;
    width: 100%;
    height: calc(2850px * var(--sp-scale));
    overflow-x: hidden;
    overflow-y: hidden;
  }
  
  .faq__stage {
    height: 2850px;
    position: relative;
    width: 390px;
    max-width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
  }
  
  .faq__watermark {
    left: 50%;
    top: 40px;
    font-size: 43px;
    position: absolute;
    transform: translateX(-50%);
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", sans-serif;
    font-weight: 300;
    line-height: 48px;
    letter-spacing: 2px;
    color: rgba(255, 119, 51, 0.2);
  }
  
  .faq__heading {
    left: 117px;
    top: 103px;
    transform: none;
    position: absolute;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    text-align: center;
    width: 155.14px;
    height: 20.88px;
  }
  
  .faq__heading img {
    width: 155.14px;
    height: 20.88px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    max-width: none;
  }
  
  .faq__list {
    position: absolute;
    left: 0px;
    top: 177px;
    width: 390px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    row-gap: 14px;
    column-gap: 14px;
    height: 2600px;
    display: block;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    z-index: 3;
  }
  
  .faq__item {
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
    border-bottom-right-radius: 28px;
    border-bottom-left-radius: 28px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    position: absolute;
    left: 0px;
    width: 390px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(255, 119, 51, 0.23) 0px 0px 17.778px;
    overflow-x: visible;
    overflow-y: visible;
  }
  
  .faq__item:nth-child(1) {
    top: 0px;
    height: 390px;
  }
  
  .faq__item:nth-child(2) {
    top: 405px;
    height: 400px;
  }
  
  .faq__item:nth-child(3) {
    top: 820px;
    height: 400px;
  }
  
  .faq__item:nth-child(4) {
    top: 1235px;
    height: 420px;
  }
  
  .faq__item:nth-child(5) {
    top: 1670px;
    height: 455px;
  }
  
  .faq__item:nth-child(6) {
    top: 2140px;
    height: 460px;
  }
  
  .faq__question {
    row-gap: 12px;
    column-gap: 12px;
    position: absolute;
    left: 26px;
    top: 34px;
    width: 342px;
    min-height: 68px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    display: block;
  }
  
  .faq__q-badge {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 40px;
    width: 40px;
    height: 40px;
    font-size: 24px;
    letter-spacing: normal;
    position: absolute;
    left: 0px;
    top: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    line-height: 40px;
  }
  
  .faq__question h3 {
    font-size: 20px;
    line-height: 34px;
    letter-spacing: normal;
    position: absolute;
    left: 65px;
    top: 0px;
    width: 277px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-weight: 700;
    color: rgb(54, 21, 21);
  }
  
  .faq__answer {
    row-gap: 12px;
    column-gap: 12px;
    padding-top: 20px;
    margin-top: 0px;
    position: absolute;
    left: 26px;
    width: 340px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgb(87, 60, 44);
    display: block;
  }
  
  .faq__item:nth-child(1) .faq__answer {
    top: 142px;
    height: 248px;
  }
  
  .faq__item:nth-child(2) .faq__answer {
    top: 123px;
    height: 277px;
  }
  
  .faq__item:nth-child(3) .faq__answer {
    top: 156px;
    height: 244px;
  }
  
  .faq__item:nth-child(4) .faq__answer {
    top: 156px;
    height: 264px;
  }
  
  .faq__item:nth-child(5) .faq__answer {
    top: 156px;
    height: 279px;
  }
  
  .faq__item:nth-child(6) .faq__answer {
    top: 156px;
    height: 288px;
  }
  
  .faq__a-badge {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 40px;
    width: 40px;
    height: 40px;
    font-size: 24px;
    letter-spacing: normal;
    position: absolute;
    left: 0px;
    top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    line-height: 40px;
  }
  
  .faq__answer p {
    font-size: 15px;
    line-height: 26px;
    letter-spacing: normal;
    position: absolute;
    left: 62px;
    top: 19px;
    width: 278px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-weight: 400;
    color: rgb(54, 21, 21);
  }
  
  .faq__deco--06 {
    width: 119px;
    left: 271px;
    right: auto;
    top: 2731px;
    bottom: auto;
    position: absolute;
    height: 119px;
    max-width: none;
    z-index: 4;
  }
  
  .site-footer__wave {
    display: none;
    left: 50vw;
    top: 0px;
    width: calc(80px + 100vw);
    height: auto;
    transform: translateX(-50%);
    bottom: auto;
    max-width: none;
    z-index: 1;
  }
  
  .site-footer__inner {
    z-index: 2;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 390px;
    height: 220px;
    min-height: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  
  .site-footer__logo {
    left: 157px;
    top: 82px;
    transform: none;
    width: 76px;
    height: 42px;
    position: absolute;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  
  .site-footer__logo img {
    width: 76px;
    height: 42px;
    display: block;
    max-width: none;
  }
  
  .site-footer__link {
    left: 129px;
    top: 137px;
    transform: none;
    font-size: 12px;
    position: absolute;
    width: 132px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-weight: 500;
    line-height: 17px;
    color: rgb(0, 0, 0);
    text-align: center;
    white-space-collapse: collapse;
    text-wrap-mode: nowrap;
  }
  
  .site-footer__link span {
    display: none;
  }
  
  .site-footer__contact {
    left: 120px;
    top: 157px;
    transform: none;
    width: 150px;
    height: 25px;
    font-size: 12px;
    position: absolute;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgb(178, 178, 178);
    border-right-color: rgb(178, 178, 178);
    border-bottom-color: rgb(178, 178, 178);
    border-left-color: rgb(178, 178, 178);
    border-image-source: none;
    border-image-slice: 100%;
    border-image-width: 1;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(255, 255, 255);
    font-weight: 500;
    line-height: 23px;
    color: rgb(0, 0, 0);
    text-align: center;
  }
  
  .site-footer__copyright {
    left: 95px;
    top: 194px;
    transform: none;
    width: 200px;
    font-size: 10px;
    position: absolute;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-weight: 300;
    line-height: 14px;
    color: rgb(0, 0, 0);
    text-align: center;
    white-space-collapse: collapse;
    text-wrap-mode: nowrap;
  }
  
  .message__heading {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 326px;
    height: 56.83px;
    position: relative;
    left: 1px;
  }
  
  .product__item:nth-child(1) .product__name::before {
    top: -17px;
  }
  
  .cta__table tbody,
  .cta__table tr {
  display: grid;
  width: 341px;
  grid-template-columns: 140px 20px 20px 140px 20px;
}
  
  .cta__table tr > :nth-child(1) {
    grid-column-start: 1;
    grid-column-end: auto;
  }
  
  .cta__table tr > :nth-child(2) {
    grid-column-start: 2;
    grid-column-end: auto;
  }
  
  .cta__table tr > :nth-child(3) {
    grid-column-start: 4;
    grid-column-end: auto;
  }
  
  .cta__table tr > :nth-child(4) {
    grid-column-start: 5;
    grid-column-end: auto;
  }
  
  .hero__wave {
    height: auto;
    left: 50%;
    bottom: auto;
    width: calc(12px + 100vw);
    transform: translateX(-50%);
    position: absolute;
    top: 664px;
    max-width: none;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  
  .book-preview__marquee-item, .book-preview__marquee-item img {
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: transparent;
    box-shadow: none;
  }
  
  .book-preview__marquee-item img {
    display: block;
    width: 210px;
    height: 148.58px;
    object-fit: cover;
    box-shadow: rgba(0, 0, 0, 0.25) 1px 1px 5px;
    filter: drop-shadow(rgba(0, 0, 0, 0.25) 1px 1px 5px);
    transform-origin: center center;
    position: absolute;
    left: 0px;
    top: 0px;
    max-width: none;
  }
  
  .message {
    height: calc(800px * var(--sp-scale));
    min-height: calc(800px * var(--sp-scale));
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(255, 255, 255);
    position: relative;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
  }
  
  .message__wave {
    height: auto;
    left: 50%;
    width: calc(12px + 100vw);
    transform: translateX(-50%);
    position: absolute;
    max-width: none;
    z-index: 4;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  
  .message__wave--top {
    top: -1px;
    transform: translateX(-50%);
    bottom: auto;
  }
  
  .message__wave--bottom {
    bottom: -3px;
    transform: translateX(-50%);
    top: auto;
    width: calc(22px + 100vw);
  }
  
  .product__body {
    text-align: left;
    position: absolute;
    left: 0px;
    top: 377px;
    width: 342px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  
  .product__body::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 5px;
    height: 50px;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(255, 119, 51);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  
  .product__name::before {
    width: 5px;
    height: 50px;
    display: none;
    content: none;
    position: absolute;
    left: -14px;
    top: -16px;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(255, 119, 51);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  
  .product__number {
    font-size: 16px;
    margin-bottom: 0px;
    text-align: left;
    position: absolute;
    left: 14px;
    top: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    line-height: 19px;
    font-weight: 300;
    color: rgb(255, 119, 51);
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  
  .product__name {
    font-size: 26px;
    padding-left: 0px;
    text-align: left;
    display: block;
    margin-bottom: 0px;
    line-height: 38px;
    position: absolute;
    left: 14px;
    top: 17px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    font-weight: 700;
    color: rgb(24, 9, 9);
    white-space-collapse: collapse;
    text-wrap-mode: nowrap;
  }
  
  .product__catch {
    font-size: 18px;
    margin-bottom: 0px;
    position: absolute;
    left: 0px;
    top: 70px;
    width: 342px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    font-weight: 700;
    line-height: 26px;
    color: rgb(24, 9, 9);
    text-align: left;
    white-space-collapse: collapse;
    text-wrap-mode: nowrap;
  }
  
  .product__desc {
    font-size: 15px;
    width: 340px;
    max-width: none;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    line-height: 22px;
    position: absolute;
    left: 0px;
    top: 119px;
    font-weight: 500;
    color: rgb(54, 21, 21);
    text-align: left;
  }
  
  .product__item:nth-child(1) .product__body {
    top: 378px;
  }
  
  .product__item:nth-child(1) .product__body::before {
    top: 0px;
  }
  
  .product__item:nth-child(1) .product__number {
    top: 2px;
  }
  
  .product__item:nth-child(1) .product__name {
    top: 17px;
  }
  
  .product__item:nth-child(1) .product__catch {
    top: 65px;
  }
  
  .product__item:nth-child(1) .product__desc {
    top: 114px;
  }
  
  .product__item:nth-child(2) .product__body {
    top: 377px;
  }
  
  .product__item:nth-child(2) .product__number {
    top: 0px;
  }
  
  .product__item:nth-child(2) .product__name {
    top: 17px;
  }
  
  .product__item:nth-child(2) .product__catch {
    top: 70px;
  }
  
  .product__item:nth-child(2) .product__desc {
    top: 121px;
  }
  
  .product__item:nth-child(3) .product__body {
    top: 377px;
  }
  
  .product__item:nth-child(3) .product__number {
    top: 0px;
  }
  
  .product__item:nth-child(3) .product__name {
    top: 18px;
  }
  
  .product__item:nth-child(3) .product__catch {
    top: 72px;
  }
  
  .product__item:nth-child(3) .product__desc {
    top: 125px;
  }
  
  .product__item:nth-child(4) .product__body {
    top: 377px;
  }
  
  .product__item:nth-child(4) .product__number {
    top: 0px;
  }
  
  .product__item:nth-child(4) .product__name {
    top: 16px;
  }
  
  .product__item:nth-child(4) .product__catch {
    top: 68px;
  }
  
  .product__item:nth-child(4) .product__desc {
    top: 113px;
  }
  
  .cta__subheading {
    font-size: 13px;
    margin-bottom: 0px;
    position: absolute;
    left: 59px;
    top: 81px;
    width: 243px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.8px;
    text-align: center;
    color: rgb(255, 119, 51);
    white-space-collapse: collapse;
    text-wrap-mode: nowrap;
  }
  
  .cta__photo {
    width: 272px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    height: 323px;
    z-index: 1;
    position: absolute;
    left: 46px;
    top: 148px;
    max-width: none;
    object-fit: cover;
    box-shadow: none;
    filter: drop-shadow(rgba(99, 88, 80, 0.22) 2px 3px 4px);
  }
  
  .cta__table {
    margin-bottom: 0px;
    z-index: 2;
    position: absolute;
    left: 11px;
    top: 450px;
    width: 341px;
    height: 105px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    border-collapse: separate;
    table-layout: auto;
  }
  
  .cta__table tbody {
    display: block;
    width: 341px;
  }
  
  .cta__table tr {
    height: 35px;
    position: relative;
    display: grid;
    width: 341px;
    grid-template-columns: 130px 21px 190px;
    grid-template-rows: 35px;
  }
  
  .cta__table th, .cta__table td {
    font-size: 12px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    display: block;
    width: auto;
    height: 35px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #573C2C;
    font-weight: 500;
    line-height: 35px;
    color: rgb(54, 21, 21);
    white-space-collapse: collapse;
    text-wrap-mode: nowrap;
    overflow-x: visible;
    overflow-y: visible;
    min-height: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-left-color: currentcolor;
    border-image-source: none;
    border-image-slice: 100%;
    border-image-width: 1;
    border-image-outset: 0;
    border-image-repeat: stretch;
  }
  
  .cta__table tr > :nth-child(1), .cta__table tr > :nth-child(2) {
    grid-column-start: 1;
    grid-column-end: auto;
    grid-row-start: 1;
    grid-row-end: auto;
  }
  
  .cta__table tr > :nth-child(3), .cta__table tr > :nth-child(4) {
    grid-column-start: 3;
    grid-column-end: auto;
    grid-row-start: 1;
    grid-row-end: auto;
  }
  
  .cta__table th {
    text-align: left;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(87, 60, 44);
  }
  
  .cta__table td {
    text-align: right;
    pointer-events: none;
  }
  
  .cta__button-wrap {
    position: absolute;
    left: 41px;
    top: 608px;
    width: 280px;
    height: 50px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  
  .cta__button {
    max-width: none;
    height: 50px;
    padding-top: 0px;
    padding-right: 42px;
    padding-bottom: 0px;
    padding-left: 18px;
    font-size: 17px;
    line-height: 1;
    position: relative;
    display: flex;
    width: 280px;
    border-top-left-radius: 120px;
    border-top-right-radius: 120px;
    border-bottom-right-radius: 120px;
    border-bottom-left-radius: 120px;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(255, 119, 51);
    box-shadow: rgba(0, 0, 0, 0.25) 1px 1px 5px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    text-align: center;
    opacity: 1;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
  }
  
  .cta__button-icon {
    width: 30px;
    height: 30px;
    right: 14px;
    position: absolute;
    top: 10px;
    max-width: none;
    transform: none;
  }
  
  .cta__note {
    font-size: 13px;
    margin-top: 0px;
    position: absolute;
    left: 32px;
    top: 671px;
    width: 300px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    color: rgb(24, 9, 9);
    white-space-collapse: collapse;
    text-wrap-mode: wrap;
  }
  
  .howto__summary-pc, .howto__summary-sp {
    display: none;
  }
  
  .message__picture {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: block;
  }
  
  .message__photo {
    left: 0px;
    right: auto;
    top: 0px;
    width: 100%;
    max-width: none;
    height: 800px;
    object-fit: cover;
    object-position: center top;
    position: absolute;
    content: url("../images/message_parent_photo_sp.webp");
    bottom: auto;
    transform: none;
  }
  
  .message__overlay {
    z-index: 2;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: block;
  }
  
  .message__inner, .message__wave {
    z-index: 4;
  }
  
  .event__book-sp, .event__book-sp::before, .event__book-sp::after, .book-preview__item, .book-preview__marquee-item {
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: transparent;
    box-shadow: none;
  }
  
  .book-preview__photo, .book-preview__marquee-item img {
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: transparent;
    box-shadow: none;
    filter: drop-shadow(rgba(0, 0, 0, 0.18) 1px 1px 5px);
  }
  
  .voice__attribution {
    position: absolute;
    left: 103px;
    top: 10px;
    font-size: 12px;
    width: 230px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-weight: 700;
    line-height: 18px;
    color: rgb(239, 90, 16);
    white-space-collapse: collapse;
    text-wrap-mode: nowrap;
  }
  
  .voice__text {
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    left: 103px;
    top: 51px;
    width: 230px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-weight: 400;
    color: rgb(54, 21, 21);
  }
  
  .event__panel .event__note {
    left: 20px;
    right: auto;
    top: 702px;
    width: 300px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    transform: none;
    text-align: center;
    position: absolute;
    height: 44px;
    max-width: 300px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    color: rgb(54, 21, 21);
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    white-space-collapse: collapse;
    text-wrap-mode: wrap;
    word-break: normal;
    overflow-wrap: break-word;
    z-index: 6;
  }
  
  .voice__card .voice__badge {
    font-size: 12px;
    line-height: 17px;
  }
  
  .voice__card .voice__attribution {
    font-size: 16px;
    line-height: 23px;
  }
  
  .voice__card .voice__text {
    font-size: 16px;
    line-height: 26px;
  }
  
  .about__photo--main {
    left: 0px;
    top: 0px;
    width: 100%;
    max-width: 100%;
    height: auto;
    transform: none;
    object-fit: contain;
    object-position: center top;
    display: block;
    position: absolute;
    z-index: 1;
  }
  
  .about__body-card {
    position: absolute;
    width: 342px;
    height: 610px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(255, 119, 51, 0.23) 0px 0px 25px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    min-height: 610px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }
  
  .product__item .product__name {
    color: rgb(255, 119, 51);
    font-weight: 900;
  }
  
  .about {
    height: calc(1050px * var(--sp-scale));
    min-height: calc(1050px * var(--sp-scale));
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(255, 241, 231);
    position: relative;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
  }
  
  .about__photo--bg {
    top: 0px;
    height: 607.44px;
    position: absolute;
    left: 0px;
    width: 390px;
    max-width: none;
    filter: blur(6.5px);
    transform: scale(1.03);
    object-fit: cover;
    object-position: 35% top;
    opacity: 1;
  }
  
  .about__body {
    left: 24px;
    top: 348px;
    width: 342px;
    height: 610px;
    overflow-x: visible;
    overflow-y: visible;
    position: absolute;
    z-index: 5;
  }
  
  .about__bird {
    left: 270px;
    top: -15px;
    width: 72px;
    height: 72px;
    transform: scaleX(-1);
    object-fit: contain;
    right: auto;
    z-index: 8;
    position: absolute;
    max-width: none;
  }
  
  .about__wave {
    top: 0px;
    height: 44px;
    left: 50%;
    width: calc(4px + 100vw);
    transform: translateX(-50%);
    position: absolute;
    max-width: none;
    z-index: 4;
    right: auto;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    scale: none;
    rotate: none;
    object-fit: fill;
  }
  
  .cta__heading {
    display: block;
    justify-content: center;
    position: absolute;
    left: 40px;
    top: 45px;
    width: 280px;
    height: auto;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    text-align: center;
    overflow-x: visible;
    overflow-y: visible;
  }
  
  .cta__price {
    display: block;
    flex-direction: column;
    align-items: center;
    font-size: 30px;
    margin-bottom: 0px;
    position: absolute;
    left: 0px;
    top: 108px;
    width: 365px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    font-weight: 700;
    line-height: 31px;
    text-align: center;
    color: rgb(255, 119, 51);
    justify-content: flex-start;
    font-family: var(--font-en);
    white-space-collapse: collapse;
    text-wrap-mode: nowrap;
    visibility: hidden;
  }

  .cta__price-art-sp {
    display: flex;
    position: absolute;
    left: 130px;
    top: 108px;
    width: 100px;
    height: 39px;
    flex-direction: column;
    align-items: center;
    gap: 2px;
  }

  .cta__price-art-sp img:first-child {
    width: 100px;
    height: 26.1065px;
    max-width: none;
  }

  .cta__price-art-sp img:last-child {
    width: 80px;
    height: 10.1053px;
    max-width: none;
  }
  
  .cta__price-main {
    display: inline;
    align-items: baseline;
    justify-content: center;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    white-space-collapse: collapse;
    text-wrap-mode: nowrap;
    font-style: inherit;
    font-variant-ligatures: inherit;
    font-variant-caps: inherit;
    font-variant-numeric: inherit;
    font-variant-east-asian: inherit;
    font-variant-alternates: inherit;
    font-variant-position: inherit;
    font-variant-emoji: inherit;
    font-stretch: inherit;
    font-optical-sizing: inherit;
    font-size-adjust: inherit;
    font-kerning: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-language-override: inherit;
  }
  
  .cta__price-yen {
    display: inline;
    margin-left: 1px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    color: rgb(255, 119, 51);
    vertical-align: baseline;
  }
  
  .cta__price-note {
    display: none;
    margin-top: 2px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 9px;
    font-weight: 500;
    line-height: 11px;
    color: rgb(255, 119, 51);
    white-space-collapse: collapse;
    text-wrap-mode: nowrap;
  }
  
  .cta__price-unit {
    margin-left: 1px;
    font-size: 0px;
    display: inline-block;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    font-weight: 500;
    line-height: 1;
    color: transparent;
    vertical-align: baseline;
  }
  
  .cta__price-unit::before {
    content: "円";
    display: inline;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    color: rgb(255, 119, 51);
  }
  
  .cta__price::after {
    content: "（税込・送料込み）";
    display: block;
    margin-top: 2px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 9px;
    font-weight: 500;
    line-height: 11px;
    color: rgb(255, 119, 51);
    text-align: center;
    white-space-collapse: collapse;
    text-wrap-mode: nowrap;
  }
  
  .event__catch-text {
    display: block;
    width: 100%;
    color: rgb(54, 21, 21);
    text-align: center;
    white-space-collapse: collapse;
    text-wrap-mode: nowrap;
  }
  
  .book-preview__item, .book-preview__list {
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: transparent;
    box-shadow: none;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    border-image-source: none;
    border-image-slice: 100%;
    border-image-width: 1;
    border-image-outset: 0;
    border-image-repeat: stretch;
  }
  
  .voice__card:nth-child(1) {
    top: 0px;
    height: 260px;
    min-height: 260px;
  }

  .voice__card:nth-child(2) {
    top: 270px;
    height: 260px;
    min-height: 260px;
  }
  
  .hero__stage, .book-preview__stage, .empathy > .container, .message__stage, .product > .container, .cta__wrap, .howto > .container, .about__stage, .voice > .container, .faq__stage, .site-footer__inner {
    left: 50%;
    right: auto;
    width: 390px;
    max-width: none;
    margin-left: 0px;
    margin-right: 0px;
    transform: translateX(-50%) scale(var(--sp-scale));
    transform-origin: top center;
  }
  
  .about__fade {
    top: 318px;
    height: 732px;
    background-image: linear-gradient(rgba(255, 252, 249, 0) 0%, rgba(255, 252, 249, 0.44) 24.927%, rgb(255, 252, 249) 56.977%, rgb(255, 252, 249) 100%);
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    position: absolute;
    left: 0px;
    width: 100%;
    z-index: 2;
    display: block;
  }
  
  .book-preview__deco img {
    object-fit: contain;
    width: 73px;
    height: 48px;
    top: 0px;
    object-position: center center;
  }
  
  br.sp-break {
    display: block;
  }
  
  .empathy__scene-digit {
    position: absolute;
    left: 2px;
    top: 1px;
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", sans-serif;
    font-size: 64px;
    font-weight: 900;
    line-height: 76px;
    background-image: conic-gradient(from 90deg, rgb(255, 146, 92) 0%, rgb(255, 119, 51) 100%);
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-color: initial;
    background-clip: text;
    color: transparent;
    display: inline-block;
    -webkit-text-fill-color: transparent;
  }
  
  .voice__badge {
    height: 40px;
    width: 80px;
    justify-content: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    font-size: 14px;
    position: absolute;
    left: 0px;
    top: 0px;
    display: flex;
    align-items: center;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgba(255, 119, 51, 0.8);
    font-family: Lato, Arial, sans-serif;
    font-weight: 900;
    color: rgb(255, 255, 255);
    white-space-collapse: collapse;
    text-wrap-mode: nowrap;
  }
  
  .voice__watermark, .faq__watermark, .empathy__scene-label, .product__number, .howto__step-badge {
    font-family: Lato, Arial, sans-serif;
  }
  
  .howto > .container > h2 {
    position: absolute;
    left: 35px;
    top: 96px;
    width: 315px;
    height: 46.8px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  
  .howto > .container > h2 img {
    width: 315px;
    height: 46.8px;
    max-width: none;
  }
  
  .howto__lead {
    font-size: 15px;
    width: 342px;
    max-width: none;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    line-height: 22px;
    position: absolute;
    left: 22px;
    top: 165px;
    font-weight: 500;
    text-align: center;
    color: rgb(54, 21, 21);
  }
  
  .book-preview__deco {
    left: 24px;
    right: auto;
    top: 9px;
    width: 73px;
    height: 48px;
    position: absolute;
  }
  
  .book-preview__heading {
    position: absolute;
    text-align: left;
    font-size: 22px;
    margin-top: 0px;
    line-height: 32px;
    white-space-collapse: collapse;
    text-wrap-mode: nowrap;
    left: 71px;
    top: 64px;
    width: 240px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    letter-spacing: 0.1em;
    overflow-x: visible;
    overflow-y: visible;
  }
  
  .book-preview__rule {
    position: absolute;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 240px;
    left: 71px;
    top: 104px;
    height: 0px;
    background-image: none;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    border-image-source: none;
    border-image-slice: 100%;
    border-image-width: 1;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-top-width: 1px;
    border-top-style: dashed;
    border-top-color: rgb(87, 60, 44);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    transform: none;
  }
  
  .book-preview__lead {
    position: absolute;
    text-align: center;
    font-size: 15px;
    line-height: 22px;
    white-space-collapse: collapse;
    text-wrap-mode: wrap;
    width: 285px;
    max-width: none;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-weight: 500;
    left: 49px;
    top: 124px;
    color: rgb(54, 21, 21);
    height: 66px;
  }
  
  .book-preview__marquee {
    display: flex;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
    margin-left: 0px;
    position: absolute;
    left: 0px;
    top: 268px;
    height: 220px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .book-preview__list {
    display: none;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 540px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  
  .book-preview__item {
    position: absolute;
    top: 272px;
    width: 217.49px;
    height: 197.69px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  
  .book-preview__item--autumn {
    left: -166px;
  }
  
  .book-preview__item--intro {
    left: 80px;
  }
  
  .book-preview__item--spring {
    left: 328px;
    top: 270px;
  }
  
  .book-preview__photo {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 210px;
    height: 148.58px;
    object-fit: cover;
    box-shadow: rgba(0, 0, 0, 0.25) 1px 1px 5px;
  }
  
  .book-preview__badge {
    position: absolute;
    left: 25.78px;
    top: 172.69px;
    width: 165px;
    height: 25px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
  }
  
  .howto__summary {
    margin-top: 0px;
    position: absolute;
    left: 35px;
    top: 1638px;
    width: 320px;
    height: 73px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: transparent;
  }
  
  .howto__summary::before {
    content: none;
    display: none;
    width: 283px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    color: rgb(24, 9, 9);
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: center;
    white-space-collapse: preserve;
    text-wrap-mode: nowrap;
  }
  
  .event__heading picture, .event__heading picture img {
    display: block;
    width: 272.76px;
    height: 85.59px;
    max-width: none;
  }
  
  .cta__heading img {
    width: 280px;
    height: auto;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    display: block;
    max-width: 280px;
    transform: none;
    filter: none;
    image-rendering: auto;
  }
  
  html, body {
    width: 100%;
    overflow-x: hidden;
    min-width: 0px;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(255, 255, 255);
  }
  
  .about__bg-picture {
    position: absolute;
    top: 0px;
    right: auto;
    bottom: auto;
    left: 50%;
    display: block;
    width: 390px;
    height: 607px;
    overflow-x: hidden;
    overflow-y: hidden;
    transform: translateX(-50%);
    z-index: 0;
  }
  
  .about__bg-picture .about__photo--bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 390px;
    height: 633.5px;
    max-width: none;
    object-fit: fill;
    object-position: left top;
    filter: none;
    transform: none;
    display: block;
  }
  
  .about__picture {
    position: absolute;
    left: 50%;
    top: 0px;
    display: block;
    width: 389px;
    height: 403px;
    z-index: 1;
    right: auto;
    bottom: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    transform: translateX(-50%);
  }
  
  .about__picture .about__photo--main {
    position: absolute;
    top: 0px;
    right: auto;
    bottom: auto;
    left: 0px;
    display: block;
    width: 389px;
    height: 403px;
    max-width: none;
    object-fit: fill;
    object-position: left top;
    transform: none;
  }
  
  .howto__step {
    width: 340px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    box-shadow: rgba(255, 119, 51, 0.23) 0px 0px 35.556px;
    position: absolute;
    left: 25px;
    height: 400px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(255, 255, 255);
  }
  
  .howto__summary-sp {
    display: block;
    width: 320px;
    height: 73px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    max-width: none;
    filter: none;
    transform: none;
    image-rendering: auto;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: transparent;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }
  
  .event__stage {
    position: relative;
    width: 390px;
    max-width: none;
    height: 1135px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    overflow-x: visible;
    overflow-y: visible;
    left: 50%;
    transform: translateX(-50%) scale(var(--sp-scale));
    transform-origin: top center;
  }
  
  .event__panel {
    left: 24px;
    top: 120px;
    width: 342px;
    height: 930px;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(255, 253, 248);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    box-shadow: rgba(255, 119, 51, 0.4) 0px 0px 50px;
    overflow-x: visible;
    overflow-y: visible;
    position: absolute;
  }
  
  .event__book-sp {
    display: block;
    position: absolute;
    box-shadow: none;
    filter: none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    z-index: 5;
    max-width: none;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: transparent;
  }
  
  .event__catch-image {
    display: block;
    width: 316px;
    max-width: none;
    height: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
  }
  
  .event__date-badge {
    left: 266px;
    top: -23px;
    width: 70px;
    height: 70px;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(201, 70, 40);
    z-index: 7;
    position: absolute;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
  }
  
  .event__books-sp {
    position: absolute;
    left: -22px;
    top: -100px;
    width: 423px;
    height: auto;
    display: block;
    max-width: none;
    z-index: 5;
  }

  .event__ribbon {
    left: 117px;
    top: 32px;
    width: 111px;
    height: 20.81px;
    z-index: 6;
    position: absolute;
    max-width: none;
  }
  
  .event__heading {
    left: 28.32px;
    top: 71px;
    width: 272.76px;
    height: 85.59px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    z-index: 6;
    position: absolute;
  }
  
  .event__catch {
    left: 12px;
    top: 171px;
    width: 315px;
    font-family: var(--font-hand);
    font-size: 11px;
    font-weight: 500;
    white-space-collapse: collapse;
    text-wrap-mode: nowrap;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    line-height: 14px;
    text-align: center;
    z-index: 6;
    position: absolute;
    color: rgb(54, 21, 21);
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  
  .event__desc {
    left: 20px;
    top: 197px;
    width: 300px;
    font-size: 15px;
    line-height: 22px;
    z-index: 6;
    height: 132px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-weight: 500;
    color: rgb(54, 21, 21);
    position: absolute;
  }
  
  .event__detail-list {
    left: 21px;
    top: 357.997px;
    width: 300px;
    z-index: 6;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    position: absolute;
    height: 323px;
  }
  
  .event__note {
    left: 20px;
    top: 702px;
    width: 300px;
    font-size: 15px;
    font-weight: 500;
    z-index: 6;
    line-height: 22px;
    text-align: center;
    height: 44px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    color: rgb(54, 21, 21);
    position: absolute;
  }
  
  .event__cta {
    left: 17px;
    top: 788.99px;
    width: 300px;
    transform: none;
    z-index: 6;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    text-align: center;
    position: absolute;
  }
  
  .faq__deco--05 {
    width: 111.09px;
    left: 6px;
    top: 120.77px;
    position: absolute;
    height: 97.02px;
    max-width: none;
    z-index: 4;
  }
  
  .book-preview__pc-break {
    display: none;
  }
  
  .book-preview__photo, .book-preview__marquee-item img, .event__book-sp {
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: transparent;
    box-shadow: none;
    filter: none;
  }
  
  .empathy .section-intro__heading img {
    width: 300px;
    height: auto;
    display: block;
    max-width: none;
  }
  
  .message__heading img {
    width: 326px;
    height: auto;
    display: block;
    max-width: none;
    filter: none;
    transform: none;
  }
  
  .voice {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    min-height: calc(1305px * var(--sp-scale));
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(255, 252, 249);
    position: relative;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    height: calc(1305px * var(--sp-scale));
  }
  
  .voice > .container {
    height: 1305px;
  }
  
  .voice__list {
    width: 342px;
    max-width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    display: block;
    position: absolute;
    left: 24px;
    top: 195px;
    height: 1110px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  
  .voice__card:nth-child(3) {
    margin-bottom: 16px;
    top: 540px;
    height: 235px;
    min-height: 235px;
  }

  .voice__card:nth-child(4) {
    top: 785px;
    height: 240px;
    min-height: 240px;
  }
  
  .site-footer {
    height: calc(300px * var(--sp-scale));
    min-height: calc(300px * var(--sp-scale));
    overflow-x: hidden;
    overflow-y: hidden;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(255, 255, 255);
    width: 100%;
    position: relative;
  }
  
  .site-footer::before {
    height: 220px;
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(255, 241, 231);
    z-index: 0;
    display: block;
  }
  
  .site-footer__wave-sp {
    display: block;
    position: absolute;
    left: 0px;
    bottom: auto;
    width: 100%;
    max-width: none;
    height: 220px;
    transform: none;
    top: 0px;
    z-index: 1;
    object-fit: fill;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gallery__track {
    animation-duration: auto;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: none;
    animation-timeline: auto;
    animation-range-start: normal;
    animation-range-end: normal;
  }
  
  .book-preview__marquee-track {
    animation-duration: auto;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: none;
    animation-timeline: auto;
    animation-range-start: normal;
    animation-range-end: normal;
  }
  
  .book-preview__marquee-track, .gallery__track {
    animation-duration: auto;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: none;
    animation-timeline: auto;
    animation-range-start: normal;
    animation-range-end: normal;
  }
}

@keyframes book-preview-marquee-scroll { 
  0% { transform: translateX(0px); }
  100% { transform: translateX(-100%); }
}

@keyframes gallery-scroll { 
  0% { transform: translateX(0px); }
  100% { transform: translateX(-100%); }
}
@media (min-width: 768px) {
  .gallery,
  .gallery__viewport {
    background: #FFF1E7 !important;
  }
}
@media (min-width: 768px) {
  #faq,
  #cta-2,
  #cta-2 .cta__wrap {
    background: #FFF1E7 !important;
  }
}