:root {
  --white: white;
  --black: black;
}

.hero-wrap {
  background-color: #a2c99f;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-over {
  z-index: 10;
  background-color: #000;
  width: 100%;
  height: 5%;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.hero-below {
  z-index: 10;
  background-color: #000;
  width: 100%;
  height: 5%;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-image {
  object-fit: fill;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.image-34 {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
}

.hero-abs {
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.image-35 {
  opacity: 1;
  width: 50%;
}

.intro-wrap {
  background-color: #fdf2ec;
  width: 100vw;
  height: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.div-block {
  width: 100vw;
  height: 100%;
}

.boldline-wrap {
  border-top: 3px solid #505050;
  border-bottom: 3px solid #505050;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.div-block-2 {
  width: 100vw;
  height: 100%;
}

.thinline-wrap {
  border-top: 1px solid #505050;
  border-bottom: 1px solid #505050;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.intro-content-wrap {
  opacity: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  padding: 8rem 3rem;
  display: flex;
}

.main-message-warap {
  margin-bottom: 3rem;
}

.heading {
  color: #505050;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Serif JP, sans-serif;
  font-size: 2.2rem;
  font-weight: 300;
}

.intro-paragraph-wrap {
  width: 60%;
  max-width: 550px;
  margin-bottom: 3rem;
  font-weight: 400;
}

.text-block {
  color: #505050;
  text-align: center;
  font-family: Noto Serif JP, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.8rem;
}

.btn-01 {
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 30px;
  text-decoration: none;
  display: flex;
}

.btn-01.bgskew {
  color: #fff;
  border-color: #505050;
  width: 130px;
  padding: 0;
  line-height: 14px;
}

.btn-01.bgskew:hover {
  z-index: 0;
  color: #605483;
  line-height: 30px;
  position: relative;
}

.btn-01.bgskew._01 {
  border-color: #505050;
}

.btn-text-01 {
  z-index: 1150;
  color: #505050;
  font-family: Canela Trial, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: 30px;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.btn-text-01:hover, .btn-text-01._01, .btn-text-01._01:hover {
  color: #505050;
}

.html-embed {
  color: #fff;
}

.maincontent-wrap {
  background-color: #eee8f9;
  justify-content: center;
  width: 100vw;
  height: auto;
  display: flex;
}

.maincontent-wrap._01 {
  -webkit-text-fill-color: inherit;
  background-color: #eee8f9;
  background-clip: border-box;
  padding-bottom: 3rem;
}

.maincontent-wrap._02 {
  background-color: rgba(238, 232, 249, 0);
  flex-flow: row-reverse;
}

.maincontent-wrap._01-copy {
  -webkit-text-fill-color: inherit;
  background-color: #f8f6d4;
  background-clip: border-box;
  padding-bottom: 3rem;
}

.maincontent-wrap._04 {
  -webkit-text-fill-color: inherit;
  background-color: #f9e5ed;
  background-clip: border-box;
  padding-bottom: 3rem;
}

.left-content {
  width: 50vw;
  height: 200vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.right-content {
  width: 50vw;
}

.left-top-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 2rem 5rem;
  display: flex;
}

.left-boldline {
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
  width: 100%;
  height: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}

.left-thinline-wrap {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.left-text-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.number-wrap {
  background-color: #9586c7;
  border-radius: 3rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  margin-bottom: 2rem;
  display: flex;
}

.number-wrap._02 {
  background-color: #e6c245;
}

.number-wrap._03 {
  background-color: #cf4971;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  font-family: Canela Trial, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2rem;
}

.item-name-wrap {
  margin-bottom: 0;
}

.text-block-3 {
  color: #cf4a71;
  text-align: center;
  font-family: Canela Trial, sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.8rem;
  text-decoration: none;
}

.flower-word-wrap {
  font-size: 1.5rem;
}

.text-block-4 {
  color: #505050;
  text-align: center;
  font-family: Noto Serif JP, sans-serif;
  font-size: 1.2rem;
}

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

.bg-img.top {
  object-position: 50% 0%;
}

.bg-img.top.celine {
  width: auto;
  height: 100vh;
}

.align-wrap-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50vw;
  height: 100vh;
  padding: 0;
  display: flex;
}

._1st-1st-wrap-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.bg-hero {
  z-index: -1;
  justify-content: center;
  width: 50vw;
  height: 100vh;
  display: flex;
  position: relative;
  top: 0;
  bottom: auto;
  left: auto;
  right: auto;
  overflow: hidden;
}

.bg-image-sp {
  display: none;
}

.section-hero {
  width: 100vw;
  height: 500vh;
  display: block;
  position: relative;
  top: 0;
}

.overlay-bg {
  z-index: 0;
  opacity: 0;
  width: 50vw;
  height: 100vh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-36 {
  height: 100vh;
}

._1st-section {
  z-index: 0;
  height: 100vh;
  display: block;
  position: relative;
  top: auto;
}

._1st-text-wrap-3 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: 100vh;
  padding: 0;
  display: flex;
}

.section-hero-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.right-sticky {
  width: 50vw;
  height: 400vh;
  display: block;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sticky-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.item-after {
  height: auto;
}

.bg-image {
  z-index: 1;
  justify-content: center;
  width: 50vw;
  height: 100vh;
  display: flex;
  position: relative;
  top: 0;
  bottom: auto;
  left: auto;
  right: auto;
  overflow: hidden;
}

.item-before {
  object-fit: cover;
  width: 100%;
  height: auto;
}

.item-before.top {
  object-position: 50% 0%;
}

.item-before.top.celine {
  width: auto;
  height: 100vh;
}

.div-block-3 {
  width: 100%;
  height: 100vh;
}

.ab-over {
  z-index: 1;
  width: 100%;
  height: 100vh;
  position: absolute;
}

.ab-below {
  z-index: 1;
  width: 100%;
  height: 100vh;
  position: relative;
  top: 0;
}

.left-2nd-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  max-height: 150vh;
  padding: 5rem 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.left-2nd-wrap.sp {
  display: none;
}

.right-after {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 8rem 8rem 8rem 0;
  display: flex;
}

.right-after._02 {
  padding-left: 8rem;
  padding-right: 0;
}

.right-after._01 {
  max-height: 150vh;
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-right: 3rem;
  overflow: hidden;
}

.right-after._01.sp {
  display: none;
}

.left-rel-wrap {
  aspect-ratio: 4 / 5;
  flex-flow: column;
  align-items: flex-start;
  width: auto;
  height: 100%;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.image-37 {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.text-block-5 {
  color: #505050;
  font-family: Noto Sans JP, sans-serif;
  font-size: .875rem;
  font-weight: 200;
}

.item-image-left {
  width: auto;
  height: 100%;
  margin-bottom: 1rem;
}

.left-ab-wrap {
  width: 10rem;
  height: 10rem;
  position: absolute;
  top: -5rem;
  bottom: 0%;
  left: auto;
  right: -5rem;
}

.rotate-image {
  width: 100%;
  height: 100%;
}

.right-text-content {
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.right-text-content._01 {
  justify-content: flex-start;
}

.right-bold-line {
  aspect-ratio: auto;
  border: 3px solid #505050;
  width: auto;
  height: 100%;
  padding: 5px;
  position: relative;
}

.div-block-4 {
  border: 1px solid #fff;
  width: 100%;
  height: 100%;
}

.right-thin-line {
  border: 1px solid #505050;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 2.5rem;
  display: flex;
}

.item-discription {
  width: 100%;
  margin-bottom: 2rem;
}

.heading-2 {
  color: #7e58ff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Serif JP, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.8rem;
}

.item-paragraph {
  width: 100%;
  max-width: 400px;
  margin-bottom: 2rem;
}

.text-block-6 {
  color: #505050;
  font-family: Noto Sans JP, sans-serif;
  font-size: .8rem;
  font-weight: 200;
  line-height: 1.5rem;
}

.scroll-indicator {
  z-index: 99;
  transform-origin: 0%;
  background-image: linear-gradient(#fff, #fff);
  width: 100%;
  height: .5rem;
  display: block;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav_link {
  color: rgba(255, 255, 255, .95);
  object-fit: fill;
  height: 100%;
  padding: 10px 20px;
  font-size: .8125rem;
  font-weight: 500;
  transition: all .2s;
  overflow: visible;
}

.nav_link:hover {
  background-color: rgba(255, 255, 255, .1);
}

.nav_link.nav-link-black {
  color: #000;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.nav_component {
  z-index: 99;
  opacity: 1;
  background-color: #1a1a1a;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
}

.nav_component.nav-color-white {
  background-color: #fff;
  justify-content: flex-start;
  width: 100vw;
  position: relative;
}

.nav_logo {
  opacity: 1;
  height: 20px;
}

.nav_logo.nav-logo-black {
  filter: invert();
}

.nav-wrapper-2 {
  z-index: 5;
  background-color: #fff;
  position: fixed;
}

.menu-parent {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 12px 8px 8px;
  display: flex;
  overflow: hidden;
}

.nav_container {
  justify-content: space-between;
  align-items: center;
  max-width: none;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.nav_logo-link-2 {
  flex: none;
  margin-right: 100px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.menu-bar {
  background-color: rgba(255, 255, 255, .95);
  width: 100%;
  height: 2px;
  margin-bottom: 6px;
}

.menu-bar.menu-bar-black {
  background-color: #1a1a1a;
}

.nav_menu-wrapper {
  flex-wrap: nowrap;
  flex: none;
  order: 0;
  justify-content: flex-start;
  display: flex;
  overflow: hidden;
}

.icon {
  border: 1px solid rgba(0, 0, 0, 0);
  max-width: 4rem;
  margin-bottom: .5rem;
}

.nav_menu-button {
  color: #fff;
  flex: 1;
  order: 0;
  align-self: auto;
  display: none;
}

.top-link {
  color: #fff;
  margin-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.store-privacy-link {
  color: #fff;
  margin-right: 20px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.fs-logo {
  width: 197px;
}

._1st-line-stpre-sp-01 {
  margin-bottom: 20px;
  display: none;
}

.store-link {
  color: #fff;
  margin-right: 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.store-question-link {
  color: #fff;
  margin-right: 20px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.sp-category-div {
  display: none;
}

.store-deal-link {
  color: #fff;
  margin-right: 0;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.pinterest-icon {
  width: 24px;
  height: 24px;
}

._3rd-line-copy-copy {
  display: none;
}

.horoscope-link {
  color: #fff;
  margin-right: 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.line-icon {
  width: 24px;
  height: 24px;
}

.link-block-5 {
  margin-right: 32px;
}

.line-block {
  padding: 40px 0;
}

.link-block-sp {
  margin-right: 32px;
}

.store-feature-link {
  color: #fff;
  margin-right: 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.about-link {
  color: #fff;
  margin-right: 20px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.text-block-19 {
  color: #fff;
  text-align: right;
  font-size: 12px;
}

.sns-sec {
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.question-link {
  color: #fff;
  margin-right: 0;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.store-item-link {
  color: #fff;
  margin-right: 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.poddast-link {
  color: #fff;
  margin-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.footer-2 {
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: auto;
  padding: 40px;
  display: block;
  position: static;
}

.store-shopping-link {
  color: #fff;
  margin-right: 20px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.tiktok-icon, .twitter-icon {
  width: auto;
  height: 24px;
}

._3rd-line-copy-copy-2nd {
  display: none;
}

._1st-line-stpre {
  margin-bottom: 20px;
}

.store-snap-link {
  color: #fff;
  margin-right: 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.purpose-link {
  color: #fff;
  margin-right: 20px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.post-link {
  color: #fff;
  margin-right: 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.fs-section {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.recruit-link {
  color: #fff;
  margin-right: 20px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.snap-link {
  color: #fff;
  margin-right: 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.instagram-icon {
  width: 24px;
  height: 24px;
}

.news-link {
  color: #fff;
  margin-right: 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.horizontal-line {
  background-color: #666;
  width: 100%;
  height: 1px;
}

._1st-line-sp {
  margin-bottom: 20px;
  display: none;
}

._2nd-line-sp {
  margin-bottom: 20px;
}

.company-link-sp {
  color: #fff;
  margin-right: 20px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.fs-block {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.brand-link {
  color: #fff;
  margin-right: 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.category {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

._1st-line {
  margin-bottom: 20px;
}

.company-link {
  color: #fff;
  margin-right: 20px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.store-logo {
  width: 115px;
}

._3rd-line-sp {
  display: none;
}

.mediakit-link, .privacy-link {
  color: #fff;
  margin-right: 20px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

._2nd-line {
  margin-bottom: 20px;
}

.facebook-icon {
  width: 24px;
  height: 24px;
}

.feature-link {
  color: #fff;
  margin-right: 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.store-concept-link {
  color: #fff;
  margin-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.fsstore-block {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.store-brand-link {
  color: #fff;
  margin-right: 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.line-block-sp {
  padding-top: 40px;
  padding-bottom: 40px;
  display: none;
}

.horizontal-line-sp-w {
  background-color: #666;
  width: 100%;
  height: 1px;
}

.line-block-sp-w {
  padding-top: 40px;
  padding-bottom: 40px;
  display: none;
}

.section-breadcrumb {
  z-index: 10;
  width: 100vw;
  max-width: 100vw;
  position: relative;
  overflow: hidden;
}

.breadcrumbs-2 {
  color: #505050;
  background-color: #e4e9f7;
  border: 1px solid #505050;
  align-items: center;
  width: 100%;
  height: 2.125rem;
  padding: 9px .85rem;
  font-size: .75rem;
  display: flex;
}

.bc-link {
  color: #505050;
  text-transform: uppercase;
  padding-left: .35rem;
  padding-right: .35rem;
  text-decoration: none;
}

.side {
  padding: .25rem;
  font-size: .563rem;
}

.info-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 6rem;
  display: flex;
}

.sns-links {
  opacity: 1;
  width: 1.8rem;
  margin-left: 1rem;
  margin-right: 1rem;
  overflow: hidden;
}

.sns-links.yt {
  padding: .2rem;
}

.text-block-35 {
  color: #505050;
  margin-bottom: .5rem;
  font-family: Noto Sans JP, sans-serif;
  font-size: .875rem;
  font-weight: 200;
}

.c-sns-icons {
  opacity: 1;
  margin-top: 1rem;
}

.sns-text {
  font-size: 14px;
  display: none;
}

.text-block-36 {
  color: #505050;
  margin-bottom: .5rem;
  font-family: Noto Sans JP, sans-serif;
  font-size: .875rem;
  font-weight: 200;
}

.text-block-37 {
  color: #505050;
  font-family: Noto Sans JP, sans-serif;
  font-size: 1rem;
  font-weight: 200;
}

.sns-img.i {
  filter: invert();
}

.jill-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 8rem;
  display: flex;
}

.jill-logo-end {
  width: 200px;
  margin-bottom: 2rem;
}

.official-link {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.btn-text-02 {
  z-index: 1150;
  color: #505050;
  font-family: Canela Trial, sans-serif;
  font-size: .75rem;
  line-height: 30px;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.btn-text-02:hover {
  color: #505050;
}

.staff-credit-wrap {
  padding-top: 2rem;
  padding-bottom: 8rem;
}

.text-block-33 {
  color: #505050;
  text-align: center;
  margin-bottom: 2rem;
  font-family: Canela Trial, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
}

.text-block-34 {
  color: #505050;
  text-align: center;
  font-family: Canela Trial, sans-serif;
  font-size: 1rem;
  line-height: 2rem;
}

.left-position-wrap {
  aspect-ratio: 4 / 5;
  flex-flow: column;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.other-content-wrap {
  background-color: #fdf1ec;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 5rem 8rem;
  display: flex;
}

.other-1st-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.other-title-wrap {
  margin-bottom: .5rem;
}

.text-block-38 {
  color: #7a482c;
  text-align: center;
  font-family: Canela Trial, sans-serif;
  font-size: 2.2rem;
  line-height: 2.2rem;
}

.other-subtitle-wrap {
  margin-bottom: 2rem;
}

.text-block-39 {
  color: #7a482c;
  text-align: center;
  font-family: Canela Trial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.other-image-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-38 {
  width: 100%;
}

.other-2nd-wrap {
  width: 100%;
  padding-top: 2rem;
}

.other-2nd-content-wrap {
  background-color: #fdf1ec;
  width: 100%;
  padding-top: 0;
  padding-bottom: 2rem;
}

.boldline-other-wrap {
  border-top: 3px solid #7a482c;
  border-bottom: 3px solid #7a482c;
  padding-top: 5px;
  padding-bottom: 5px;
}

.thinline-other-wrap {
  border-top: 1px solid #7a482c;
  border-bottom: 1px solid #7a482c;
  padding-top: 0;
  padding-bottom: 0;
}

.other-text-content-wrap {
  opacity: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0 8rem 5rem;
  display: flex;
}

.heading-3 {
  color: #7a482c;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Serif JP, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
}

.other-item-name-wrap {
  margin-bottom: 2rem;
}

.other-item-info-wrap {
  margin-bottom: 0;
}

.text-block-40 {
  color: #7a482c;
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  font-size: .875rem;
  font-weight: 200;
  line-height: 1.5rem;
}

.other-text-wrap {
  margin-bottom: 3rem;
}

.text-block-41 {
  color: #7a482c;
  text-align: center;
  font-family: Noto Serif JP, sans-serif;
  font-size: 1rem;
  font-weight: 200;
  line-height: 2rem;
}

.sns-text-2 {
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  display: none;
}

.info-text-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.text-span, .text-span-2, .text-span-3, .text-span-4, .text-span-5 {
  padding-left: .5rem;
  font-size: .7rem;
}

.company-wrap {
  margin-bottom: 2rem;
}

.fashionsnap-wrap {
  margin-bottom: 3rem;
}

.text-block-42 {
  color: #505050;
  text-align: center;
  margin-bottom: 1rem;
  font-family: Canela Trial, sans-serif;
  font-size: .8rem;
}

.main-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ab-over-01 {
  z-index: 2;
  opacity: 0;
  width: 100%;
  height: 100vh;
  position: absolute;
}

.ab-over-02, .ab-over-03 {
  z-index: 1;
  width: 100%;
  height: 100vh;
  position: absolute;
}

.hero-image-sp {
  display: none;
}

._02-heading {
  color: #dab01f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Serif JP, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.8rem;
}

._01-heading {
  color: #9786c9;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Serif JP, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.8rem;
}

._03-heading {
  color: #cf4a71;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Serif JP, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.8rem;
}

.hero-image-sp-anime {
  z-index: 1;
  object-fit: fill;
  border: 0 #000;
  width: 100%;
  max-width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.hero-image-sp-anime.ab-last {
  z-index: 1;
  width: 100%;
  height: 100vh;
  display: none;
}

.c-img__overlay {
  background-color: #fefaee;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.c-img__overlay.yellow {
  color: #940827;
  background-color: #fff;
  display: none;
}

.c-img__overlay_blink {
  background-color: #fefaee;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.c-img__overlay_blink.yellow {
  background-color: #940827;
}

.m-img {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.other-content-wrap-2 {
  background-color: #fdf2ec;
  width: 100vw;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.outro-wrap {
  background-color: #e4e9f7;
  width: 100%;
}

._1-2r-image {
  aspect-ratio: 4 / 5;
  object-fit: fill;
  width: 100%;
  height: auto;
  position: static;
  top: 25%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.c-img {
  z-index: 1;
  aspect-ratio: 4 / 5;
  object-fit: fill;
  border: 0 #000;
  width: 100%;
  max-width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.c-img.tab1.sp {
  display: none;
}

.glow-heading-103 {
  color: #9686c8;
  text-align: center;
  font-family: Canela Trial, sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.8rem;
  text-decoration: none;
}

.flower-word {
  color: #505050;
  text-align: center;
  font-family: Noto Serif JP, sans-serif;
  font-size: 1.2rem;
}

.cheerful-heading-104 {
  color: #e6c245;
  text-align: center;
  font-family: Canela Trial, sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.8rem;
  text-decoration: none;
}

.scroll-animation-wrap {
  display: none;
}

.div-block-7 {
  position: absolute;
}

.promotion-wrap {
  z-index: 100;
  position: absolute;
  top: 3%;
  bottom: auto;
  left: 0%;
  right: 2%;
}

.text-block-43 {
  color: #fff;
  text-align: right;
  font-family: Canela Trial, sans-serif;
  font-size: .875rem;
}

.text-block-44 {
  color: #505050;
  text-align: center;
  font-family: Canela Trial, sans-serif;
  font-size: .875rem;
}

.item-name-last {
  color: #7a482c;
  text-align: center;
  margin-bottom: 1rem;
  font-family: Noto Sans JP, sans-serif;
  font-size: .875rem;
  font-weight: 200;
  line-height: 1.2rem;
}

@media screen and (max-width: 991px) {
  .hero-over, .hero-below, .hero-image {
    display: none;
  }

  .hero-abs {
    z-index: 2;
    width: 100%;
    top: 15%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .image-35 {
    width: 70%;
  }

  .intro-wrap {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .intro-content-wrap {
    height: auto;
  }

  .heading {
    font-size: 2rem;
  }

  .intro-paragraph-wrap {
    width: 100%;
  }

  .maincontent-wrap {
    flex-flow: column;
    align-items: center;
  }

  .left-content {
    width: 100vw;
    height: 50vh;
    position: relative;
  }

  .right-content {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    height: 300vh;
    display: flex;
  }

  .left-top-wrap {
    height: 50vh;
  }

  .align-wrap-5 {
    padding-right: 3rem;
  }

  ._1st-text-wrap-3 {
    align-items: center;
  }

  .right-sticky {
    justify-content: center;
    align-items: center;
    width: 80vw;
    height: auto;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .sticky-wrap {
    justify-content: center;
    height: auto;
    position: relative;
    top: auto;
  }

  .left-2nd-wrap {
    display: none;
  }

  .left-2nd-wrap.sp {
    display: block;
  }

  .right-after {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .right-after._01 {
    display: none;
    position: relative;
  }

  .right-after._01.sp {
    height: auto;
    padding-top: 3rem;
    padding-bottom: 3rem;
    display: block;
  }

  .right-text-content, .right-text-content._01 {
    justify-content: center;
  }

  .nav_link {
    color: #333;
    text-align: left;
    border-top: .5px #555;
    border-bottom: .5px solid rgba(85, 85, 85, .3);
    font-weight: 500;
  }

  .nav_component {
    justify-content: space-around;
    display: block;
    position: absolute;
  }

  .nav_logo {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .menu-parent {
    width: 35px;
    height: 35px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .nav_container {
    justify-content: space-between;
    padding-left: 40px;
    padding-right: 40px;
    overflow: visible;
  }

  .menu-bar {
    background-color: rgba(255, 255, 255, .95);
    height: 2px;
    margin-bottom: 4px;
  }

  .menu-bar.menu-bar-black {
    background-color: #1a1a1a;
  }

  .nav_menu-wrapper {
    background-color: #fff;
    padding: 30px;
  }

  .icon {
    color: #fff;
    max-width: none;
    margin-bottom: 0;
    display: none;
  }

  .nav_menu-button {
    flex: none;
    padding: 0;
  }

  .nav_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .top-link {
    font-size: 14px;
  }

  ._1st-line-stpre-sp-01 {
    font-size: 12px;
  }

  .store-link, .horoscope-link, .store-feature-link, .store-item-link, .poddast-link {
    font-size: 14px;
  }

  ._1st-line-stpre {
    font-size: 12px;
  }

  .store-snap-link, .post-link {
    font-size: 14px;
  }

  .fs-section {
    margin-bottom: 35px;
  }

  .snap-link, .news-link {
    font-size: 14px;
  }

  ._1st-line-sp {
    font-size: 12px;
  }

  .fs-block {
    flex-direction: column;
    justify-content: flex-start;
  }

  .brand-link {
    font-size: 14px;
  }

  .category {
    align-items: flex-start;
  }

  ._1st-line {
    font-size: 12px;
  }

  .feature-link, .store-concept-link {
    font-size: 14px;
  }

  .fsstore-block {
    flex-direction: column;
  }

  .store-brand-link {
    font-size: 14px;
  }

  .breadcrumbs-2 {
    justify-content: flex-start;
  }

  .other-content-wrap {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .other-2nd-wrap, .other-2nd-content-wrap {
    padding-bottom: 2rem;
  }

  .other-text-content-wrap {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .text-block-41 {
    font-size: .875rem;
  }

  .hero-image-sp {
    width: 100vw;
    height: 100%;
    display: block;
    position: relative;
  }

  .image-39 {
    aspect-ratio: 4 / 5;
  }

  .hero-sp-ab {
    z-index: 5;
    opacity: 0;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .hero-image-sp-anime {
    width: 100vw;
  }

  .hero-image-sp-anime.ab-last {
    height: auto;
    display: block;
  }

  .m-img {
    object-fit: cover;
    object-position: 50% 50%;
  }

  .m-img.hero {
    z-index: 1;
    aspect-ratio: auto;
    object-fit: cover;
    height: auto;
  }

  .c-img {
    width: 100%;
  }

  .c-img.tab1 {
    width: 35vw;
  }

  .scroll-animation-wrap {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .hero-wrap {
    background-color: rgba(162, 201, 159, 0);
    justify-content: flex-start;
    height: auto;
  }

  .image-35 {
    width: 80%;
  }

  .heading {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .text-block {
    font-size: .875rem;
  }

  .left-top-wrap, .left-text-wrap {
    padding-bottom: 0;
  }

  .text-block-4 {
    font-size: 1.3rem;
  }

  .bg-img.top.celine {
    display: none;
  }

  .bg-image-sp {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
  }

  .right-sticky {
    width: 100vw;
    height: auto;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sticky-wrap {
    height: 100vh;
  }

  .item-after {
    height: 100%;
  }

  .item-before.top.celine {
    display: none;
  }

  .ab-below, .left-2nd-wrap.sp {
    height: auto;
  }

  .right-after._01.sp {
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-right: 3rem;
    overflow: hidden;
  }

  .left-rel-wrap {
    align-items: center;
  }

  .left-ab-wrap {
    width: 8rem;
    height: 8rem;
    top: -4rem;
    right: -4rem;
  }

  .right-thin-line {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .heading-2 {
    font-size: 1.1rem;
  }

  .text-block-6 {
    font-size: .8rem;
    font-weight: 300;
    line-height: 1.5rem;
  }

  .scroll-indicator {
    display: none;
  }

  .nav_component {
    background-color: #1a1a1a;
    position: absolute;
  }

  .nav_container {
    background-color: rgba(0, 0, 0, 0);
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav_logo-link-2 {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .menu-bar {
    background-color: rgba(255, 255, 255, .95);
  }

  .nav_menu-button {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .store-privacy-link {
    margin-right: 0;
    font-size: 14px;
  }

  ._1st-line-stpre-sp-01 {
    flex-direction: column;
    align-items: flex-start;
    width: 140px;
    margin-bottom: 0;
    margin-right: 0;
    display: flex;
  }

  .store-link {
    margin-bottom: 25px;
  }

  .store-question-link {
    margin-bottom: 25px;
    font-size: 14px;
  }

  .sp-category-div {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    font-family: Lato, sans-serif;
    font-weight: 700;
    display: flex;
  }

  .store-deal-link {
    font-size: 14px;
  }

  ._3rd-line-copy-copy {
    flex-direction: column;
    align-items: flex-start;
    width: 140px;
    margin-right: 1rem;
    display: flex;
  }

  .horoscope-link {
    margin-bottom: 25px;
  }

  .line-block {
    width: 100%;
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .link-block-sp {
    margin-right: 0;
  }

  .store-feature-link {
    margin-bottom: 25px;
  }

  .about-link {
    margin-bottom: 25px;
    font-size: 14px;
    font-weight: 400;
  }

  .text-block-19 {
    text-align: center;
  }

  .question-link {
    font-size: 14px;
  }

  .store-item-link {
    margin-bottom: 25px;
  }

  .footer-2 {
    padding: 36px 20px;
  }

  .store-shopping-link {
    margin-bottom: 25px;
    margin-right: 0;
    font-size: 14px;
  }

  ._3rd-line-copy-copy-2nd {
    flex-direction: column;
    align-items: flex-start;
    width: 140px;
    margin-left: 1rem;
    margin-right: 0;
    display: flex;
  }

  ._1st-line-stpre {
    flex-direction: column;
    margin-bottom: 0;
    margin-right: 0;
    display: none;
  }

  .store-snap-link {
    margin-bottom: 25px;
  }

  .purpose-link {
    margin-bottom: 25px;
    font-size: 14px;
  }

  .post-link {
    margin-bottom: 25px;
  }

  .fs-section {
    align-items: center;
    margin-bottom: 0;
  }

  .recruit-link {
    margin-bottom: 25px;
    font-size: 14px;
  }

  .snap-link, .news-link {
    margin-bottom: 25px;
  }

  ._1st-line-sp {
    flex-direction: column;
    width: 140px;
    margin-bottom: 0;
    margin-right: 0;
    display: flex;
  }

  ._2nd-line-sp {
    flex-direction: column;
    width: 140px;
    margin-bottom: 0;
    margin-left: 0;
    display: flex;
  }

  .company-link-sp {
    margin-right: 0;
    font-size: 14px;
  }

  .fs-block {
    align-items: center;
  }

  .brand-link {
    margin-bottom: 25px;
  }

  .category {
    flex-direction: row;
    margin-bottom: 10px;
    display: block;
  }

  ._1st-line {
    flex-direction: column;
    margin-right: 1rem;
    display: none;
  }

  ._3rd-line-sp {
    flex-direction: column;
    width: 140px;
    margin-bottom: 0;
    display: flex;
  }

  .mediakit-link {
    margin-bottom: 25px;
    font-size: 14px;
  }

  .privacy-link {
    margin-bottom: 25px;
    margin-right: 0;
    font-size: 14px;
  }

  ._2nd-line {
    flex-direction: column;
    margin-left: 1rem;
    display: none;
  }

  .feature-link {
    margin-bottom: 25px;
  }

  ._3rd-line {
    display: none;
  }

  .fsstore-block {
    justify-content: flex-start;
    align-items: center;
  }

  .store-brand-link {
    margin-bottom: 25px;
  }

  .line-block-sp {
    width: 100%;
    padding-top: 36px;
    padding-bottom: 36px;
    display: block;
  }

  .horizontal-line-sp-w {
    background-color: #fff;
  }

  .line-block-sp-w {
    width: 100%;
    padding-top: 36px;
    padding-bottom: 36px;
    display: block;
  }

  .breadcrumbs-2 {
    justify-content: flex-start;
    width: 800px;
    max-width: 800px;
  }

  .text-block-35 {
    font-weight: 200;
  }

  .sns-text {
    font-size: 12px;
  }

  .text-block-36, .text-block-37 {
    font-weight: 200;
  }

  .text-block-33 {
    font-size: 1.2rem;
  }

  .text-block-34 {
    font-size: .7rem;
    line-height: 1.8rem;
  }

  .other-text-content-wrap {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-3 {
    font-size: 1.2rem;
  }

  .text-block-40 {
    font-size: .7rem;
  }

  .text-block-41 {
    font-size: .8rem;
    font-weight: 300;
    line-height: 1.5rem;
  }

  .sns-text-2 {
    font-size: 12px;
  }

  .ab-over-01 {
    height: auto;
    top: auto;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .hero-image-sp-anime, .hero-image-sp-anime.ab-last, .hero-image-sp-anime.ab-last {
    display: block;
  }

  .m-img.hero {
    z-index: auto;
    z-index: auto;
  }

  ._1-2r-image {
    z-index: auto;
    width: 80vw;
    position: relative;
    top: auto;
  }

  .c-img, .c-img.tab1 {
    display: none;
  }

  .c-img.tab1.sp {
    z-index: auto;
    width: 100vw;
    display: block;
  }

  .flower-word {
    font-size: 1.3rem;
  }

  .scroll-animation-wrap {
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 20vh;
    display: none;
  }

  .coloring-wrap {
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 8vh;
    display: flex;
    position: relative;
  }

  .moving-color-01 {
    z-index: 3;
    background-color: #9686c8;
    width: 100vw;
    height: 8vh;
    position: absolute;
  }

  .color-text-01 {
    font-family: Canela Trial, sans-serif;
  }

  .item-name-last {
    font-size: .7rem;
  }
}

@media screen and (max-width: 479px) {
  .hero-abs {
    z-index: 1000;
    top: 17%;
  }

  .image-35 {
    width: 80%;
  }

  .thinline-wrap {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .intro-content-wrap {
    opacity: 0;
    padding: 5rem 1rem;
  }

  .main-message-warap {
    margin-bottom: 2rem;
  }

  .heading {
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .intro-paragraph-wrap {
    margin-bottom: 2rem;
  }

  .text-block {
    font-size: .775rem;
    line-height: 1.5rem;
  }

  .maincontent-wrap._04 {
    padding-bottom: 0;
  }

  .left-content {
    height: auto;
  }

  .left-top-wrap {
    height: auto;
    padding-top: 5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .left-text-wrap {
    padding-top: 0;
    padding-bottom: 0;
  }

  .number-wrap {
    width: 3rem;
    height: 3rem;
  }

  .text-block-2 {
    font-size: 1.3rem;
  }

  .text-block-3 {
    font-size: 1.5rem;
  }

  .text-block-4 {
    font-size: 1rem;
  }

  .bg-img.top {
    object-position: 50% 0%;
  }

  .bg-img.top.celine {
    object-position: 55% 0%;
  }

  .align-wrap-5 {
    width: auto;
    padding: 5rem 0;
  }

  .section-hero {
    height: 400vh;
  }

  .section-hero-wrapper {
    height: 100vh;
  }

  .right-sticky {
    justify-content: center;
    align-items: flex-start;
    height: 100vh;
    margin-top: 0;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .sticky-wrap {
    height: auto;
  }

  .item-before.top {
    object-position: 50% 0%;
  }

  .item-before.top.celine {
    object-position: 55% 0%;
  }

  .left-2nd-wrap.sp {
    max-height: none;
    padding-top: 5rem;
    padding-left: 0;
    padding-right: 0;
  }

  .right-after._01.sp {
    padding-top: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
    overflow: hidden;
  }

  .left-rel-wrap {
    align-items: center;
    height: auto;
  }

  .text-block-5 {
    font-size: .7rem;
  }

  .left-ab-wrap {
    width: 8rem;
    height: 8rem;
    top: -4rem;
    right: -4rem;
  }

  .right-thin-line {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-2 {
    font-size: 1rem;
    font-weight: 400;
  }

  .text-block-6 {
    font-weight: 200;
  }

  .nav_component {
    background-color: #1a1a1a;
    height: 40px;
    display: block;
    position: absolute;
  }

  .nav_logo {
    margin-top: 0;
    margin-bottom: 0;
  }

  .nav-wrapper-2 {
    z-index: 100;
    top: 0;
  }

  .menu-parent {
    align-items: stretch;
  }

  .nav_container {
    background-color: rgba(0, 0, 0, 0);
    height: 100%;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu-bar {
    background-color: rgba(255, 255, 255, .95);
  }

  .nav_menu-button {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  ._3rd-line-copy-copy {
    width: 160px;
    margin-right: .5rem;
  }

  ._3rd-line-copy-copy-2nd {
    margin-left: .5rem;
  }

  .horizontal-line-sp-w {
    background-color: #fff;
  }

  .breadcrumbs-2 {
    justify-content: flex-start;
    width: 800px;
  }

  .sns-links {
    width: 1.8rem;
  }

  .text-block-33 {
    margin-bottom: 2rem;
  }

  .left-position-wrap {
    height: auto;
  }

  .other-content-wrap {
    padding-bottom: 0;
  }

  .text-block-38 {
    font-size: 1.8rem;
  }

  .text-block-39 {
    font-size: 1.3rem;
  }

  .other-text-content-wrap {
    opacity: 1;
    padding-top: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-3 {
    font-size: .9rem;
    line-height: 1.3rem;
  }

  .text-block-40 {
    font-size: .7rem;
  }

  .text-block-41 {
    font-family: Noto Serif JP, sans-serif;
  }

  .ab-over-01 {
    top: 0;
  }

  .hero-sp-ab {
    z-index: 1001;
  }

  ._02-heading {
    color: #505050;
    font-size: 1rem;
    font-weight: 400;
  }

  ._03-heading {
    letter-spacing: -.5px;
    font-size: 1rem;
  }

  .hero-image-sp-anime {
    order: -1;
    width: 100%;
  }

  .m-img {
    object-position: 55% 50%;
  }

  .m-img.hero {
    z-index: 5;
    object-position: 55% 50%;
    z-index: 100;
    object-position: 55% 50%;
    width: 100vw;
  }

  ._1-2r-image {
    z-index: 100;
    width: 100%;
  }

  .c-img {
    order: -1;
    width: 100%;
  }

  .c-img.tab1.sp {
    z-index: 100;
    width: 100%;
  }

  .glow-heading-103 {
    font-size: 1.5rem;
  }

  .flower-word {
    opacity: 0;
    font-size: 1rem;
  }

  .cheerful-heading-104 {
    font-size: 1.5rem;
  }

  .key-animation {
    width: 100%;
    padding: 3rem 10vw;
  }

  .ket-wrap {
    border-bottom: 3px solid #505050;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 5px;
    display: flex;
  }

  .image-40 {
    width: auto;
    height: 20px;
  }

  .image-41 {
    height: 30px;
  }

  .div-block-5 {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .key-thin {
    border-bottom: 1px solid #505050;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 10px;
    display: flex;
  }

  .scroll-animation-wrap {
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 20vh;
    display: flex;
    position: relative;
  }

  .color-text-03 {
    z-index: 5;
    color: #cf4a71;
    text-align: center;
    font-family: Canela Trial, sans-serif;
    position: relative;
  }

  .coloring-wrap {
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 8vh;
    display: flex;
    position: relative;
  }

  .div-block-6 {
    z-index: 3;
    background-color: #cf4a71;
    width: 100vw;
    height: 8vh;
    position: absolute;
  }

  .moving-color, .moving-color-03 {
    z-index: 3;
    background-color: #cf4a71;
    border-top-right-radius: 5vh;
    border-bottom-right-radius: 5vh;
    width: 100vw;
    height: 8vh;
    position: absolute;
  }

  .moving-color-01 {
    z-index: 3;
    background-color: #9586c7;
    border-top-right-radius: 5vh;
    border-bottom-right-radius: 5vh;
    width: 100vw;
    height: 8vh;
    position: absolute;
  }

  .color-text-01 {
    z-index: 5;
    color: #9586c7;
    text-align: center;
    font-family: Canela Trial, sans-serif;
    position: relative;
  }

  .color-text-02 {
    z-index: 5;
    color: #e6c245;
    text-align: center;
    font-family: Canela Trial, sans-serif;
    position: relative;
  }

  .moving-color-02 {
    z-index: 3;
    background-color: #e6c245;
    border-top-right-radius: 5vh;
    border-bottom-right-radius: 5vh;
    width: 100vw;
    height: 8vh;
    position: absolute;
  }

  .promotion-wrap {
    top: 20px;
  }

  .text-block-43, .text-block-44 {
    font-size: .6rem;
  }

  .item-name-last {
    font-size: .8rem;
  }
}


@font-face {
  font-family: 'Canela Trial';
  src: url('/special/jillstuart-euphoric-bouque/fonts/Canela-Regular-Trial.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}