.body {
  background-color: #fff;
  font-family: source-han-sans-japanese, sans-serif;
}

.hero {
  flex-flow: row;
  align-items: flex-start;
  width: 100vw;
  height: 600vh;
  display: flex;
  position: relative;
  overflow: visible;
}

.page-wrapper {
  flex-flow: column;
  display: flex;
}

.hero-content {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 0;
  display: flex;
  position: sticky;
  top: 0;
  overflow: visible;
}

.hero-subtitle {
  margin-bottom: 1rem;
}

.heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1rem;
}

.hero-title {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.heading-2 {
  color: #9f9f9f;
  flex-flow: column;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 100;
  line-height: 4rem;
  display: flex;
  transform: rotate(90deg);
}

.hero-image {
  width: 100vw;
  height: 100vh;
  max-height: none;
  display: flex;
}

.image {
  width: 100%;
}

.intro {
  flex-flow: column;
  align-items: center;
  width: auto;
  display: flex;
}

.intro-content {
  width: auto;
  padding: 6rem 6rem 4rem;
}

.intro-title {
  margin-bottom: 2rem;
}

.heading-3 {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.8rem;
}

.content-text {
  margin-bottom: 2rem;
  font-size: .875rem;
}

.text-block {
  text-align: justify;
  letter-spacing: .1rem;
  font-size: .875rem;
  line-height: 1.9rem;
}

.intro-image {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 2rem;
  display: grid;
}

._01 {
  flex-flow: column;
  align-items: center;
  width: auto;
  display: flex;
}

.content-wrapper {
  border: 1px #000;
  border-color: #000 #000 #b8b8b8 #b8b8b8;
  width: auto;
  padding-bottom: 1rem;
  padding-left: 0;
  padding-right: 0;
}

.content-image {
  margin-bottom: 2rem;
}

.image-2 {
  width: 100%;
}

._02, ._03, ._04 {
  flex-flow: column;
  align-items: center;
  width: 100vw;
  display: flex;
}

.infomation {
  flex-flow: column;
  align-items: center;
  width: auto;
  padding-top: 6rem;
  padding-bottom: 2rem;
  display: flex;
}

.info-wrap {
  border: 1px solid #9f9f9f;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  padding: 0;
  display: flex;
}

.info-title {
  margin-bottom: 2rem;
}

.text-block-2 {
  font-family: Roboto, sans-serif;
  font-size: 1rem;
}

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

.movie-info {
  text-align: center;
  letter-spacing: .1rem;
  font-size: .7rem;
  line-height: 1.6rem;
}

.movie-line {
  background-color: #333;
  width: 100%;
  height: 1px;
  margin-bottom: 2rem;
}

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

.nav-wrapper {
  z-index: 999;
  background-color: #fff;
  display: block;
  position: fixed;
}

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

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

.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: #f0f0ed;
  justify-content: flex-start;
  width: 100vw;
  position: relative;
}

.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_link {
  color: #fffffff2;
  object-fit: fill;
  height: 100%;
  padding: 10px 20px;
  font-size: .8125rem;
  font-weight: 500;
  transition: all .2s;
  overflow: visible;
}

.nav_link:hover {
  background-color: #ffffff1a;
}

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

.menu-bar {
  background-color: #fffffff2;
  width: 100%;
  height: 2px;
  margin-bottom: 6px;
}

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

.icon {
  border: 1px solid #0000;
  max-width: 4rem;
  margin-bottom: .5rem;
}

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

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

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

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

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

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

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

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

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

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

.fs-logo {
  width: 197px;
}

.purpose-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;
}

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

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

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

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

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

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

.store-logo {
  width: 115px;
}

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

._1st-line-stpre {
  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;
}

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

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

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

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

._1st-line {
  flex-flow: row;
  justify-content: center;
  height: auto;
  margin-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._2nd-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;
}

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

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

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

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

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

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

.store-snap-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;
}

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

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

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

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

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

.end {
  flex-flow: column;
  align-items: center;
  width: auto;
  padding-top: 6rem;
  padding-bottom: 8rem;
  display: flex;
}

.end-credit {
  flex-flow: column;
  align-items: center;
  margin-bottom: 8rem;
  font-weight: 400;
  display: flex;
}

.end-credit-text {
  color: #333;
  text-align: center;
  letter-spacing: .2rem;
  font-size: .7rem;
  line-height: 1.5rem;
}

.sticky.sp, .sp-hero-ab {
  display: none;
}

.pc-sticky {
  height: 400vh;
  display: flex;
}

.pc-sticky.a {
  width: 90vw;
  height: 550vh;
  position: relative;
}

.pc-sticky.b {
  width: 100vw;
  height: 300vh;
  position: relative;
}

.left-wrapper {
  justify-content: center;
  align-items: center;
  width: 45vw;
  height: 100vh;
  padding: 4rem 0 4rem 6rem;
  display: flex;
  position: sticky;
  top: 0;
}

.right-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 45vw;
  height: 100vh;
  padding: 6rem;
  display: flex;
  position: sticky;
  inset: 0% auto auto;
}

.heading-4 {
  letter-spacing: .1rem;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.8rem;
}

.content-text-2 {
  margin-bottom: 2rem;
}

.text-block-20 {
  color: #333;
  text-align: justify;
  letter-spacing: .1rem;
  font-size: .875rem;
  line-height: 1.9rem;
}

.text-content-wrapper, .text-content {
  flex-flow: column;
  align-items: center;
  width: auto;
  display: flex;
}

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

.photo-ab {
  width: 100%;
  height: 100%;
  position: absolute;
}

.photo-ab._01 {
  z-index: 10;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  background-color: #f0f0ed;
  grid-template-rows: 50% 50%;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  justify-items: center;
  height: auto;
  max-height: 100vh;
  display: grid;
}

.photo-ab._01-copy {
  justify-content: center;
}

.photo-ab._02 {
  z-index: 9;
  justify-content: center;
}

.photo-ab._03 {
  z-index: 8;
  justify-content: center;
}

.photo-ab._04 {
  z-index: 7;
  justify-content: center;
}

.photo-ab._05 {
  z-index: 6;
  aspect-ratio: 4 / 5;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  max-height: 100vh;
  display: flex;
  overflow: visible;
}

.photo-ab._02 {
  z-index: 5;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  height: auto;
  max-height: 100vh;
  display: flex;
  overflow: hidden;
}

.photo-ab._07 {
  z-index: 4;
  aspect-ratio: 4 / 5;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  max-height: 100vh;
  display: flex;
}

.photo-ab._08 {
  z-index: 3;
  aspect-ratio: 4 / 5;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 50vw;
  height: 100vh;
  display: flex;
}

.photo-ab._01 {
  z-index: 6;
  aspect-ratio: 4 / 5;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  max-height: 100vh;
  display: flex;
  overflow: hidden;
}

.photo-ab._03 {
  z-index: 4;
  aspect-ratio: 4 / 5;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  max-height: 100vh;
  display: flex;
  overflow: hidden;
}

.photo-ab-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.image-3 {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: clip;
}

.text-block-21 {
  color: #333;
  font-family: Roboto, sans-serif;
  font-size: .7rem;
}

.content-wrapper-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  width: auto;
  padding-left: 6rem;
  padding-right: 6rem;
  display: flex;
}

.content-text-3 {
  margin-bottom: 2rem;
}

.content-text-4 {
  text-align: center;
  margin-bottom: 0;
}

.hero-main-title {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  margin-top: 0;
  padding: 0 0 0 50px;
  display: flex;
  position: static;
  inset: 0% 0 0% auto;
}

.hero-title-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: 50%;
  display: flex;
  overflow: visible;
}

.content-text-5 {
  margin-bottom: 2rem;
}

.show-button-wrap {
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  position: absolute;
}

.button {
  border: 1px #b8b8b8;
  border-radius: 3px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  overflow: hidden;
}

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

.image-31 {
  width: 15px;
}

.info-text-02 {
  position: relative;
}

.code-embed {
  display: none;
}

.photo-part {
  width: 100%;
  height: 100%;
}

.image-2-copy {
  width: 100%;
}

.text-block-68 {
  color: #333;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: .7rem;
}

.shevron {
  width: 15px;
}

.div-block-2, .shevron-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 10px;
  display: flex;
  overflow: hidden;
}

.content-wrapper-info {
  width: auto;
  padding-bottom: 0;
  padding-left: 6rem;
  padding-right: 6rem;
}

.image-copy {
  width: 100%;
}

.hero-image-pc {
  vertical-align: top;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.hero-image-sp {
  width: 100%;
  display: none;
}

.image-32 {
  width: 100%;
  font-weight: 200;
}

.link {
  text-decoration: underline;
}

.sp-content.sp {
  display: none;
}

.hero-sticky {
  z-index: 100;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 6rem;
  display: flex;
  position: absolute;
  top: 0;
}

.intro-text {
  z-index: 10;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  display: flex;
  position: relative;
}

.text-block-copy {
  text-align: justify;
  letter-spacing: .1rem;
  font-size: .875rem;
  line-height: 1.9rem;
}

.intro-text-01 {
  color: #333;
  text-align: left;
  letter-spacing: .1rem;
  font-size: .875rem;
  line-height: 1.9rem;
}

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

.opacity-bg {
  z-index: 1;
  background-color: #fff;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
}

.title-wrapper {
  border-bottom: 1px solid #9f9f9f;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 2rem;
  display: flex;
}

.heading-5 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 2.2rem;
  font-weight: 100;
  line-height: 1.8rem;
}

.sub-title-wrapper {
  margin-bottom: 2rem;
}

.text-block-69 {
  font-weight: 300;
}

.item-content-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 2rem 0 0;
  display: flex;
}

.item-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.item-left {
  width: 50%;
}

.item-right {
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.text-block-70 {
  color: #333;
  text-align: right;
  text-transform: capitalize;
  font-size: .7rem;
  line-height: .8rem;
}

.image-33 {
  width: 100%;
}

.button-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-71 {
  color: #333;
  margin-bottom: 5px;
  font-size: .875rem;
  line-height: 1rem;
}

.item-name {
  margin-bottom: 1rem;
}

.item-button {
  border: 1px #b8b8b8;
  border-radius: 0;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 1rem;
  display: flex;
  overflow: hidden;
}

.inside-photo {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: clip;
}

.end-content {
  border: 1px #000;
  border-color: #000 #000 #b8b8b8 #b8b8b8;
  flex-flow: column;
  align-items: center;
  width: 60vw;
  padding-bottom: 1rem;
  padding-left: 6rem;
  padding-right: 6rem;
  display: flex;
}

.info-text {
  color: #333;
  text-align: left;
  letter-spacing: .1rem;
  font-size: .7rem;
  line-height: 1.4rem;
}

.more-info-button {
  -webkit-text-decoration: underline #9f9f9f;
  text-decoration: underline #9f9f9f;
}

.text-block-72 {
  color: #9f9f9f;
  font-size: .7rem;
}

.cosme-png {
  aspect-ratio: 1;
  width: 60%;
  min-width: 300px;
}

.slide {
  object-fit: fill;
  width: 100%;
  height: auto;
  overflow: visible;
}

.slide-icon-left {
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 30px;
}

.left-arrow-2 {
  display: none;
  left: 0;
}

.mask {
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
  overflow: hidden;
}

.slide-nav {
  justify-content: center;
  display: none;
  position: relative;
}

.slide-icon-right {
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-left: 30px;
  padding-right: 20px;
}

.used-slider-size {
  flex-flow: row;
  justify-content: center;
  min-width: auto;
  max-width: 600px;
  padding: 3rem 0;
  display: flex;
}

.used-item-slider {
  background-color: #fefefe;
  width: 80%;
  max-width: 600px;
  height: auto;
}

.right-arrow-2 {
  display: none;
  right: 0;
}

.slide-ab {
  z-index: 1000;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.slide-text-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  display: flex;
}

.text-block-6-copy {
  color: #333;
  font-size: .75rem;
  font-weight: 100;
  line-height: 1.5rem;
}

.icon-3 {
  opacity: 0;
}

.item-gallery {
  background-color: #f8f9fa;
  width: 100%;
  max-width: none;
  height: auto;
}

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

.btn-01.bgskew._01 {
  border-color: #9f9f9f;
  width: 170px;
  margin-top: 1rem;
  margin-bottom: 3rem;
}

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

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

.btn-text-01 {
  z-index: 1150;
  color: #505050;
  font-size: .75rem;
  font-weight: 400;
  line-height: 30px;
  display: block;
  position: absolute;
  inset: 0%;
}

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

.btn-text-01._01 {
  color: #9f9f9f;
}

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

.html-embed {
  color: #fff;
}

.credit-title {
  color: #333;
  text-align: center;
  letter-spacing: .2rem;
  margin-bottom: 1rem;
  font-size: .7rem;
  line-height: 1.5rem;
}

.right-wrapper-copy, .sp-01 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50vw;
  height: 100vh;
  padding: 6rem;
  display: flex;
  position: sticky;
  inset: 0% auto auto;
}

.text-wrap {
  border-bottom: 1px solid #9f9f9f;
  justify-content: space-between;
  margin-bottom: .6rem;
  display: flex;
}

.name-wrap {
  margin-left: 10px;
}

.shevron-mute {
  width: auto;
  height: 9px;
  margin-right: 10px;
  display: flex;
  overflow: visible;
}

.image-35, .shevron-image {
  vertical-align: top;
  width: auto;
  height: 100%;
}

.button-wrap {
  cursor: pointer;
  align-items: center;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ab-button-line {
  background-color: #333;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.right-content {
  width: 100%;
  height: auto;
}

.snap-name-wrap {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.name {
  margin-bottom: 5px;
}

.text-block-73 {
  color: #333;
  font-size: .7rem;
  font-weight: 200;
  line-height: .7rem;
}

.text-block-74 {
  color: #333;
  font-size: 2rem;
  font-weight: 100;
  line-height: 2rem;
}

.profile-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border-bottom: 1px solid #9f9f9f;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.job-wrap {
  flex-flow: column;
  align-items: flex-start;
  margin-right: 0;
  display: flex;
}

.job-01 {
  margin-right: .5rem;
}

.text-block-75 {
  color: #333;
  font-size: .7rem;
  font-weight: 200;
}

.job-name {
  color: #333;
  font-size: .875rem;
  font-weight: 200;
}

.instagram-wrap {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.insta-01 {
  margin-right: 1rem;
}

.index {
  z-index: 998;
  border-left: 1px solid #9f9f9f;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 10vw;
  height: 100vh;
  display: flex;
  position: sticky;
  inset: 0% 0% 0% auto;
}

.index-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.index-link {
  aspect-ratio: auto;
  border-radius: 0%;
  flex-flow: column;
  align-items: center;
  width: 35px;
  display: flex;
  overflow: visible;
}

.link-image {
  aspect-ratio: 1;
  border-radius: 50%;
  width: 100%;
  overflow: hidden;
}

.link-number {
  margin-bottom: 3px;
}

.text-block-76 {
  font-family: Roboto, sans-serif;
  font-size: .7rem;
  font-weight: 200;
}

.text-block-77 {
  margin-bottom: 1rem;
  font-weight: 100;
  transform: rotate(90deg);
}

.pc-content {
  border-top: 1px solid #9f9f9f;
  border-bottom: 1px solid #9f9f9f;
  width: 100vw;
  display: flex;
  position: relative;
}

.sticky-condition {
  flex-flow: column;
  display: flex;
}

.hero-collage-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  overflow: visible;
}

.hero-part-image {
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 0%;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.horizon-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  object-fit: fill;
  object-position: 50% 0%;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: none;
  display: flex;
  position: relative;
}

.horizon-wrap.sp {
  display: none;
}

.model-wrap {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.image-37, .image-38 {
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 50%;
}

.image-39, .image-40, .image-41, .image-42 {
  aspect-ratio: auto;
  object-fit: cover;
}

.hero-animation {
  z-index: 1001;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
}

.hero-opening {
  width: 60%;
  display: none;
}

.image-43 {
  width: 100%;
}

.hero-opening-text {
  justify-content: flex-end;
  align-items: flex-end;
  width: 100vw;
  height: 100vh;
  padding-bottom: 3rem;
  padding-right: 3rem;
  display: none;
  position: absolute;
}

.text-block-78 {
  color: #9f9f9f;
  letter-spacing: .5rem;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
}

._1st-credit {
  justify-content: flex-end;
  width: 75vw;
  display: flex;
}

.link-6 {
  color: #fff;
  text-decoration: none;
}

.text-block-36 {
  color: #fff;
  text-align: right;
  font-size: .75rem;
}

._1st {
  width: 100vw;
  display: flex;
  overflow: hidden;
}

._1st-01 {
  width: 50%;
  position: relative;
}

._1st-01._01 {
  z-index: 2;
  right: 50%;
}

._1st-01._02 {
  z-index: 1;
  right: 100%;
}

.sp-1st {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  aspect-ratio: auto;
  object-fit: fill;
  background-color: #a93325;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sp-1st.sp {
  display: none;
}

._1st--vertical {
  flex-flow: column;
  align-items: flex-start;
  width: 100vw;
  display: flex;
}

._1st-wrap {
  width: 75vw;
  margin-bottom: 1rem;
  display: flex;
}

.image-44 {
  height: 100%;
}

.div-block-4 {
  display: flex;
}

.size-wrap {
  align-items: flex-start;
  width: 1.2rem;
  height: 1.2rem;
  margin-left: 10px;
  display: flex;
}

.size-wrapper {
  align-items: flex-end;
  display: flex;
}

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

.hero-shrink {
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 0%;
}

.hero-scroll-title {
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% -2%;
}

.image-46 {
  width: 100%;
}

.scroll-anime {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.text-block-41 {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-weight: 400;
}

.scroll-line-2 {
  background-color: #000;
  width: 1px;
  height: 80px;
}

.overflow-scroll {
  height: 80px;
  display: flex;
  overflow: hidden;
}

.text-block-79 {
  transform: rotate(270deg);
}

.scrollbar-01-2 {
  z-index: 0;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.hidebox {
  width: 2px;
  height: 30vh;
  position: relative;
}

.scrollbar-element {
  z-index: 1000;
  background-color: #000;
  border-radius: 20px;
  width: 2px;
  height: 100%;
  position: relative;
}

.scroll-background {
  background-color: #b9b9b9;
  border-radius: 20px;
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
}

.hero-sub-title {
  margin-bottom: 3rem;
}

.heading-6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6rem;
}

.heading-6.sp {
  display: none;
}

.archive-number {
  text-align: center;
  margin-bottom: .5rem;
  display: flex;
}

.archive-link {
  margin-bottom: 0;
}

.image-48 {
  max-width: 300px;
}

.archive-text {
  flex-flow: column;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.end-logo {
  width: 100px;
  margin-bottom: 1rem;
}

.hero-titke-image {
  width: 100%;
}

.scroll-text {
  display: none;
}

.heading-6-copy {
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.2rem;
}

.collection-page {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 12rem;
  padding-bottom: 6rem;
  display: flex;
}

.link-block-6 {
  border: 1px solid #9f9f9f;
  border-radius: 5px;
  padding: 20px 40px;
}

.text-block-81 {
  color: #333;
  text-align: center;
  line-height: 24px;
}

.collection-link {
  border: 1px #9f9f9f;
  border-bottom: 1px solid #333;
  border-radius: 0;
  align-items: center;
  padding: 0 10px 5px;
  display: flex;
  position: relative;
}

.item-page-link-ab {
  border: 1px #9f9f9f;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  position: static;
  inset: -20px 10px 0 auto;
  overflow: hidden;
}

.image-49 {
  width: 15px;
}

.collabo-text {
  margin-right: 2rem;
}

.shevron-link {
  width: auto;
  height: 9px;
  margin-right: 0;
  display: flex;
  overflow: visible;
}

.btn-text-01-2 {
  z-index: 1150;
  color: #333;
  font-size: .75rem;
  line-height: 28px;
  display: block;
  position: absolute;
  inset: 0%;
}

.btn-text-01-2:hover {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .hero-content {
    width: 100vw;
  }

  .intro-content {
    width: auto;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .content-wrapper {
    border-bottom-style: none;
    width: auto;
    padding: 3rem;
  }

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

  .nav_menu-button.w--open {
    background-color: #0000;
  }

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

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

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

  .nav_link {
    color: #333;
    text-align: left;
    border-top: .5px #555;
    border-bottom: .5px solid #5555554d;
    font-weight: 500;
  }

  .menu-bar {
    background-color: #fffffff2;
    height: 2px;
    margin-bottom: 4px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pc-sticky.a, .pc-sticky.b {
    display: none;
  }

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

  .right-wrapper {
    width: 100vw;
  }

  .content-text-2 {
    margin-bottom: 0;
  }

  .content-wrapper-2 {
    width: auto;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .hero-main-title {
    align-items: flex-start;
    padding-bottom: 3rem;
    padding-left: 3rem;
    padding-right: 0;
  }

  .content-wrapper-info {
    width: auto;
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

  .hero-image-sp {
    object-fit: cover;
    object-position: 50% 0%;
    height: 100%;
    display: none;
  }

  .sp-content.sp {
    flex-flow: column;
    display: flex;
  }

  .title-wrapper {
    width: 100%;
    margin-bottom: 1rem;
  }

  .item-content-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .item-wrapper {
    padding-top: 3rem;
  }

  .end-content {
    width: auto;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .used-slider-size {
    max-width: none;
  }

  .used-item-slider, .item-gallery {
    width: 100%;
    height: auto;
  }

  .right-wrapper-copy {
    width: 100vw;
  }

  .sp-01 {
    width: 100vw;
    height: auto;
    position: relative;
  }

  .sp-image {
    width: 100%;
    margin-bottom: 0;
  }

  .sp-image._02 {
    margin-bottom: 3rem;
  }

  .image-34, .sp-baseline {
    width: 100%;
  }

  .baseline {
    background-color: #9f9f9f;
    width: 100%;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .profile-wrapper {
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
  }

  .index {
    display: none;
  }

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

  ._1st-wrap {
    width: 90vw;
  }

  .under-line {
    display: none;
  }

  .scroll-anime {
    display: flex;
  }

  .insta-icon {
    padding-bottom: 3px;
  }
}

@media screen and (max-width: 767px) {
  .body {
    background-color: #f8f9fa;
  }

  .hero {
    height: 500svh;
    position: relative;
    top: 0;
  }

  .page-wrapper {
    background-color: #fff;
  }

  .hero-content {
    width: 100vw;
    height: 100svh;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-subtitle {
    display: none;
  }

  .hero-subtitle.sp {
    margin-bottom: 1rem;
    display: flex;
  }

  .heading.sp {
    color: #fff;
  }

  .hero-title {
    display: none;
  }

  .hero-title.sp {
    display: flex;
  }

  .heading-2.sp {
    color: #fff;
  }

  .hero-image {
    width: 100%;
    height: 100svh;
    position: relative;
  }

  .image {
    object-fit: cover;
    height: 100%;
  }

  .intro {
    position: static;
  }

  .intro-content {
    width: 80vw;
  }

  .heading-3 {
    letter-spacing: .1rem;
    margin-top: 0;
    margin-bottom: 0;
    font-size: .875rem;
    font-weight: 700;
  }

  .text-block {
    text-align: justify;
  }

  .content-wrapper {
    width: 80vw;
  }

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

  .nav-wrapper {
    background-color: #fff0;
  }

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

  .nav_component.nav-color-white {
    background-color: #fff0;
  }

  .nav_container {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-bar {
    background-color: #fffffff2;
  }

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

  .section-breadcrumb {
    background-color: #f0f0ed;
    overflow: hidden;
  }

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

  .bc-link {
    text-transform: none;
    flex: none;
  }

  ._3rd-line {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  ._1st-line {
    flex-flow: row;
    margin-right: 1rem;
    display: none;
  }

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

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

  ._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;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .store-snap-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;
  }

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

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

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

  .end {
    background-color: #fff;
  }

  .sticky {
    background-color: #f0f0ed;
    position: relative;
    top: 0;
  }

  .sticky.sp {
    flex-flow: column;
    display: flex;
  }

  .sp-hero-ab {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100vw;
    height: 100svh;
    padding-bottom: 4rem;
    padding-left: 2rem;
    display: flex;
    position: absolute;
  }

  .pc-sticky {
    display: none;
  }

  .content-wrapper-2 {
    flex-flow: column;
    align-items: center;
    width: 80vw;
  }

  .hero-main-title {
    display: none;
  }

  .text-block-68 {
    color: #333;
    font-family: source-han-sans-japanese, sans-serif;
    font-size: .7rem;
  }

  .content-wrapper-info {
    width: 80vw;
  }

  .image-copy {
    object-fit: cover;
    height: 100%;
  }

  .hero-image-pc, .hero-image-sp {
    object-fit: cover;
    height: 100%;
    display: none;
  }

  .link-2 {
    text-decoration: underline;
  }

  .sp-content {
    background-color: #f0f0ed;
    position: relative;
    top: 0;
  }

  .sp-content.sp {
    background-color: #fff;
    flex-flow: column;
    display: flex;
  }

  .hero-sticky {
    display: flex;
  }

  .intro-text {
    width: 85%;
  }

  .text-block-copy {
    text-align: justify;
  }

  .intro-text-01 {
    text-align: justify;
    line-height: 1.4rem;
  }

  .title-wrapper {
    width: 100%;
  }

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

  .end-content {
    width: 80vw;
  }

  .profile-wrapper {
    width: 100%;
  }

  .index, .horizon-wrap {
    display: none;
  }

  .horizon-wrap.sp, .hero-animation {
    display: flex;
  }

  .link-16 {
    color: #fff;
    text-decoration: none;
  }

  ._1st-credit {
    width: 100%;
    height: auto;
    padding: 1rem 0;
  }

  .item-credit-wrap {
    width: 100vw;
    height: 20vh;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .scroll-anime-wrap {
    height: 1px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    overflow: hidden;
  }

  .stick-slide {
    width: 200vw;
    height: 80vh;
    display: flex;
    overflow: hidden;
  }

  .link-17 {
    color: #fff;
    text-decoration: none;
  }

  .stick-image {
    width: 100vw;
    height: 80vh;
    overflow: hidden;
  }

  .link-18, .link-19 {
    color: #fff;
    text-decoration: none;
  }

  ._1st {
    height: 500vh;
    overflow: visible;
  }

  .sp-1st {
    display: none;
  }

  .sp-1st.sp {
    background-color: #d5d4c000;
    height: 100vh;
    display: flex;
    position: sticky;
    top: 0;
    overflow: hidden;
  }

  .link-20 {
    color: #fff;
    text-decoration: none;
  }

  ._1st--vertical {
    display: none;
  }

  .scroll-line {
    background-color: #fff;
    width: 100%;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
    position: relative;
    right: 100%;
  }

  .link-21 {
    color: #fff;
    text-decoration: none;
  }

  .hero-scroll-title {
    z-index: 20;
    justify-content: center;
    height: 100%;
  }

  .scroll-anime {
    z-index: 101;
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    display: none;
    position: absolute;
    inset: auto 0% 0%;
    overflow: hidden;
  }

  .text-block-41 {
    color: #fff;
    font-weight: 600;
  }

  .scroll-line-2 {
    background-color: #fff;
    width: 1px;
    height: 120px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .scrollbar-01-2 {
    display: none;
  }

  .heading-6 {
    font-size: 1rem;
  }

  .scroll-text {
    display: flex;
  }

  .sp-scroll-anime-2 {
    z-index: 200;
    position: absolute;
    inset: auto 0% 10%;
  }

  .heading-6-copy {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    justify-content: center;
    align-items: flex-start;
    height: 400svh;
    position: relative;
    overflow: visible;
  }

  .hero-content {
    width: 100vw;
    overflow: hidden;
  }

  .heading-2.sp {
    font-size: 3.5rem;
    line-height: 3.5rem;
    display: flex;
  }

  .hero-image {
    justify-content: center;
    align-items: center;
  }

  .intro-content {
    width: 100vw;
    padding-bottom: 2.3rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .heading-3 {
    font-size: .875rem;
    font-weight: 700;
  }

  .text-block {
    text-align: justify;
  }

  .intro-image {
    padding-bottom: 0;
  }

  .content-wrapper {
    flex-flow: column;
    align-items: center;
    width: 100vw;
    margin-bottom: 2rem;
    padding: 2rem;
    display: flex;
  }

  .content-image.special {
    width: 100vw;
    height: auto;
    margin-bottom: 0;
  }

  .image-2 {
    width: 100%;
    max-width: none;
  }

  .infomation {
    background-color: #fff;
    padding-bottom: 0;
  }

  .info-wrap {
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

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

  .nav_container {
    background-color: #0000;
    height: 100%;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu-bar {
    background-color: #fffffff2;
  }

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

  .breadcrumbs-2 {
    background-color: #fff;
    justify-content: flex-start;
    width: 800px;
  }

  ._1st-line {
    margin-right: 0;
    display: none;
  }

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

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

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

  .end-credit-text {
    letter-spacing: .1rem;
    font-size: .7rem;
  }

  .sp-hero-ab {
    z-index: 3;
    padding-left: 2rem;
  }

  .content-wrapper-2 {
    width: 100vw;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .image-2-copy {
    width: 100vw;
    max-width: none;
    overflow: hidden;
  }

  .content-wrapper-info {
    flex-flow: column;
    align-items: flex-start;
    width: 100vw;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
  }

  .sp-content.sp {
    z-index: 10;
    background-color: #fff;
  }

  .hero-sticky {
    z-index: 105;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
  }

  .intro-text {
    width: 100%;
  }

  .text-block-copy {
    text-align: justify;
  }

  .intro-text-01 {
    text-align: justify;
    font-size: .8rem;
    line-height: 1.9rem;
  }

  .title-wrapper {
    border-bottom-style: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .heading-5 {
    font-family: Roboto, sans-serif;
    font-size: 1.5rem;
    font-weight: 100;
    line-height: 1.5rem;
  }

  .text-block-69 {
    font-size: 1rem;
    font-weight: 400;
  }

  .item-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
    padding-top: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
    overflow: hidden;
  }

  .item-left {
    width: 70%;
  }

  .item-right {
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

  .text-block-71 {
    margin-bottom: 3px;
    font-size: .7rem;
  }

  .item-button {
    border-bottom-width: .5px;
  }

  .end-content {
    flex-flow: column;
    align-items: center;
    width: 100vw;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
  }

  .info-text {
    line-height: 1.4rem;
  }

  .slide {
    aspect-ratio: 4 / 5;
    overflow: hidden;
  }

  .left-arrow-2 {
    left: 10px;
  }

  .mask {
    overflow: hidden;
  }

  .right-arrow-2 {
    right: 10px;
  }

  .slide-ab {
    padding-left: 5px;
    padding-right: 5px;
  }

  .slide-text-wrap {
    align-items: flex-start;
  }

  .btn-01.bgskew {
    width: 120px;
  }

  .credit-title {
    letter-spacing: .1rem;
    font-size: .7rem;
  }

  .sp-01 {
    padding-top: 6rem;
    padding-left: 0;
    padding-right: 0;
  }

  .sp-image._01 {
    margin-top: 1rem;
    margin-bottom: 2rem;
  }

  .sp-image._02, .sp-baseline {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .text-wrap {
    border-bottom-width: .5px;
    align-items: flex-end;
    width: 100%;
    padding-bottom: 3px;
  }

  .ab-button-line {
    height: .5px;
  }

  .image-36 {
    width: 100%;
  }

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

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

  .profile-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    border-bottom-style: none;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .pc-content {
    display: none;
  }

  .hero-collage-wrap {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex: 0 auto;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-content: center;
    place-items: center stretch;
    height: 100svh;
    display: grid;
  }

  .hero-part-image {
    object-position: 50% 50%;
    height: 100%;
  }

  .horizon-wrap {
    width: 100vw;
    height: 50vh;
    display: none;
  }

  .horizon-wrap.sp {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .hero-animation {
    height: 100svh;
    display: flex;
  }

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

  .item-credit-wrap {
    height: 5vh;
  }

  .scroll-anime-wrap {
    margin-top: 2rem;
  }

  .text-block-36 {
    font-size: .6rem;
  }

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

  ._1st {
    height: 300vh;
    position: relative;
    overflow: visible;
  }

  .sp-1st.sp {
    background-color: #d5d4c000;
    height: 85vh;
    top: 0;
    left: auto;
  }

  .scroll-line {
    background-color: #9f9f9f;
  }

  .under-bar {
    width: 100%;
    height: 1px;
    margin-bottom: 2rem;
    padding-bottom: 0;
    padding-left: 2rem;
    padding-right: 2rem;
    position: relative;
    overflow: hidden;
  }

  .under-line {
    background-color: #9f9f9f;
    width: 100%;
    height: .5px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .hero-shrink {
    aspect-ratio: auto;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .hero-scroll-title {
    z-index: 20;
    justify-content: center;
    height: 100%;
    inset: 0%;
  }

  .image-46 {
    width: 40%;
  }

  .scroll-anime {
    opacity: 1;
    mix-blend-mode: normal;
    justify-content: flex-end;
    display: none;
  }

  .scroll-line-2 {
    mix-blend-mode: difference;
  }

  .numbering-wrap {
    margin-bottom: 0;
    padding-bottom: 5px;
  }

  .insta-icon {
    height: 100%;
    padding-bottom: 3px;
  }

  .image-47 {
    width: 20px;
  }

  .hero-sub-title {
    margin-bottom: 2rem;
  }

  .heading-6 {
    font-family: source-han-sans-japanese, sans-serif;
    font-size: .7rem;
    line-height: 1.8rem;
  }

  .heading-6.pc {
    display: none;
  }

  .heading-6.sp {
    display: flex;
  }

  .image-48, .archive-text {
    width: 100%;
  }

  .hero-titke-image {
    width: 40%;
  }

  .text-block-80 {
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: .7rem;
  }

  .overflow-line {
    overflow: hidden;
  }

  .sp-scroll-anime-2 {
    z-index: 200;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: auto 0% 5%;
  }

  ._2-scroll-wrap {
    justify-content: center;
    width: 60px;
    height: 60px;
    display: flex;
  }

  ._2-round {
    z-index: 100;
    background-color: #9f9f9f;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    padding-bottom: 0;
    padding-right: 0;
    position: relative;
  }

  .heading-6-copy {
    margin-bottom: 0;
    font-family: source-han-sans-japanese, sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.9rem;
  }

  .collection-page {
    padding-top: 6rem;
  }

  .collection-link {
    border-bottom-width: .5px;
    padding-left: 5px;
    padding-right: 5px;
  }
}


