<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.mask {
  overflow: hidden;
}

.collection-wrapper {
  height: 100%;
}

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

.marquee-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.marquee-list {
  display: flex;
  height: 100%;
}

.promo-txt {
  margin-top: 0.5rem;
  opacity: 0.9;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.marquee-track {
  position: absolute;
  display: flex;
  height: 100%;
  align-items: center;
}

.marquee-item {
  width: 40vw;
  height: 100%;
  margin-right: 0rem;
  margin-left: 0rem;
  padding-right: 0rem;
  padding-left: 0rem;
}

.marquee-item.mob {
  display: block;
}

.badge {
  position: absolute;
  left: 10%;
  top: 30%;
  right: 10%;
  bottom: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
}

.section-hero {
  position: relative;
  display: flex;
  width: 100vw;
  height: auto;
  padding: 3rem 3rem 8rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

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

.image.top {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
}

.container-marquee {
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-top: 0rem;
  margin-bottom: 0rem;
  flex-direction: column;
}

.brand-logo-wrapper {
  overflow: hidden;
  max-width: 500px;
}

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

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

.nav-wrapper {
  position: static;
}

.nav_link {
  overflow: visible;
  height: 100%;
  padding: 10px 20px;
  transition: all 200ms ease;
  color: hsla(0, 0%, 100%, 0.95);
  font-size: 0.8125rem;
  font-weight: 500;
  -o-object-fit: fill;
     object-fit: fill;
}

.nav_link:hover {
  background-color: hsla(0, 0%, 100%, 0.1);
}

.nav_link.nav-link-black {
  color: #000;
}

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

.menu-bar {
  width: 100%;
  height: 2px;
  margin-bottom: 6px;
  background-color: hsla(0, 0%, 100%, 0.95);
}

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

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

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

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

.nav_logo-link {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  flex: 0 0 auto;
}

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

.nav_component.nav-color-white {
  position: relative;
  background-color: #fff;
}

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

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

.icon {
  max-width: 4rem;
  margin-bottom: 0.5rem;
  border: 1px solid transparent;
}

.page-padding {
  display: flex;
  padding: 3rem 2.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.text-block {
  width: auto;
  max-width: 500px;
  margin-bottom: 0rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1rem;
  line-height: 1.8rem;
}

.section-body {
  display: flex;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.image-2 {
  height: 100vh;
}

.section-1 {
  display: flex;
  margin-top: 0rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  flex-direction: column;
  align-items: center;
}

.heading {
  margin-top: 0px;
  margin-bottom: 1rem;
  font-size: 2rem;
}

.section-body-3 {
  position: relative;
  top: auto;
}

.vertical-section {
  display: flex;
  justify-content: center;
  align-items: center;
}

.left-block {
  position: relative;
  width: 50%;
  height: 100vh;
}

.right-block {
  width: 50%;
  height: 100vh;
  padding-right: 2rem;
  padding-left: 2rem;
}

.image-3 {
  position: absolute;
  width: 60%;
  margin-left: 3rem;
}

.image-4 {
  position: absolute;
  right: 5%;
  bottom: 30%;
  width: 45%;
}

.column {
  position: static;
  padding-right: 0px;
  padding-left: 0px;
}

.left-1 {
  position: -webkit-sticky;
  position: sticky;
  display: flex;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #000;
}

.column-2 {
  position: static;
  padding-right: 0px;
  padding-left: 0px;
}

.columns {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}

.v-size {
  position: absolute;
  top: 0px;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

.half {
  display: flex;
  width: 40%;
  height: 100%;
  padding-right: 4rem;
  padding-left: 4rem;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  background-color: transparent;
}

.half.right {
  width: 60%;
  height: auto;
  flex-direction: column;
  align-items: center;
}

.v-wrap {
  position: absolute;
  z-index: -999;
  width: 1000%;
  height: 100%;
  padding-bottom: 100%;
  background-color: #000;
}

.v-wrap.three {
  height: 150%;
}

.section-body-2 {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  height: 100vh;
  padding-top: 0px;
  padding-bottom: 0px;
}

.section {
  position: relative;
  width: 100vw;
  height: 400vh;
}

.video-embed {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  opacity: 0.75;
}

.component-video {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 2;
  width: 40vw;
  height: 100vh;
}

.text-container {
  display: flex;
  width: 100%;
  height: auto;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  color: #000;
}

.heading-2 {
  font-family: 'Droid Serif', serif;
  color: #000;
  font-size: 1rem;
}

.text-block-2 {
  font-size: 1rem;
  line-height: 2rem;
}

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

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

.scroll_anime {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  width: 100%;
  height: 1rem;
  background-color: #424242;
}

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

.div-block {
  display: flex;
  width: 200px;
  height: 50px;
  margin-top: 4rem;
  margin-bottom: 4rem;
  flex-direction: column;
  align-items: center;
  background-color: #000;
}

.text-block-4 {
  color: #fff;
  font-size: 30px;
  text-align: center;
}

.section-body-3-copy {
  position: relative;
  top: auto;
}

.section-copy {
  position: relative;
  display: flex;
  width: 100vw;
  height: 400vh;
  justify-content: flex-end;
}

.component-video-copy {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 2;
  width: 40vw;
  height: 100vh;
}

.div-block-2 {
  background-color: #3c2e2e;
}

.div-block-3 {
  display: flex;
  align-items: flex-start;
}

.div-block-4 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: flex;
  width: 40vw;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.div-block-5 {
  display: flex;
  width: 60vw;
  padding-bottom: 5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.text-block-5 {
  font-family: Varela, sans-serif;
  color: #000;
  font-size: 1rem;
}

.section-body-04 {
  background-color: #fff;
}

.horizon-section {
  display: flex;
  align-items: flex-start;
}

.text-block-6 {
  width: 80%;
  margin-top: 5rem;
  margin-bottom: 5rem;
  padding-right: 3rem;
  padding-left: 3rem;
}

.div-block-6 {
  display: flex;
  width: 150px;
  height: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #000;
}

.text-block-7 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
}

.section-body-05 {
  background-color: #fff;
}

.black-opacity {
  position: absolute;
  z-index: 30;
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.31);
}

.image-wrap {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: flex-start;
}

.brand-wrap {
  display: flex;
  padding-top: 2rem;
  padding-bottom: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.item-credit {
  display: flex;
  width: 100%;
  margin-top: 0rem;
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  flex-direction: column;
  align-items: flex-end;
}

.text-block-8 {
  margin-right: 2rem;
  padding-bottom: 0rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.75rem;
  line-height: 1.5rem;
  text-align: right;
}

.item-wrap-01 {
  display: flex;
  padding-top: 3rem;
  padding-bottom: 0rem;
  flex-direction: column;
  align-items: center;
  border: 1px none #000;
}

.item-description {
  width: auto;
  margin-bottom: 3rem;
}

.page-wrap {
  display: flex;
  padding: 0rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.heading-3 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: flex;
  margin-top: 0rem;
  margin-right: 0rem;
  margin-bottom: 0px;
  justify-content: flex-end;
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  color: #fff;
  font-size: 4rem;
  line-height: 4rem;
}

.vol-wrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: flex;
  margin-top: 3rem;
  margin-right: 2rem;
  flex-direction: column;
  align-items: flex-end;
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  color: #fff;
}

.text-block-9 {
  margin-right: 0.5rem;
  margin-bottom: 0.3rem;
  font-size: 2rem;
  line-height: 2rem;
}

.vol-section {
  display: flex;
  margin-top: 1rem;
  align-items: flex-end;
}

.text-block-10 {
  max-width: 500px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1rem;
  line-height: 1.8rem;
}

.heading-4 {
  font-size: 1rem;
  font-weight: 700;
}

.credit-wrap {
  display: flex;
  margin-bottom: 2rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  justify-content: center;
  align-items: flex-end;
}

.buy-button {
  display: flex;
  width: 100px;
  height: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  border-radius: 0px;
  background-color: #000;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}

.buy-button:hover {
  background-color: #fff;
  color: #000;
}

.text-block-11 {
  font-size: 0.75rem;
  font-weight: 400;
}

.heading-5 {
  margin-top: 0rem;
  margin-bottom: 1rem;
  border: 1px none #000;
  outline-color: #333;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
  font-size: 1.3rem;
  line-height: 2rem;
  font-weight: 700;
  text-align: center;
}

.item-wrap-02 {
  display: flex;
  padding-top: 3rem;
  padding-bottom: 5rem;
  flex-direction: column;
  align-items: center;
}

.footer {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1a1a1a;
}

.footer-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.div-block-7 {
  width: 100%;
  background-color: #000;
}

.div-block-8 {
  width: 100%;
  background-color: #000;
}

.backtotop {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  display: flex;
  width: auto;
  height: auto;
  margin: 25px 25px 60px;
  padding: 15px;
  justify-content: center;
  align-items: center;
  border: 5px none #fff;
  border-radius: 100%;
  background-color: #929292;
  color: #000;
  text-decoration: none;
}

.backtotop.w--current {
  background-color: #bee901;
}

.arrow-up {
  margin-left: 0px;
  filter: invert(100%);
  color: #fff;
}

.utility-page-wrap {
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
}

.utility-page-content {
  display: flex;
  width: 260px;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.heading-6 {
  margin-top: 0px;
  margin-bottom: 0rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  text-align: center;
}

.image-7 {
  width: 20%;
}

.outro-section {
  display: flex;
  padding-top: 3rem;
  padding-bottom: 6rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.store-button {
  position: relative;
  width: 330px;
  height: 70px;
  margin-top: 5rem;
  margin-bottom: 2rem;
  border-radius: 150px;
  background-color: #000;
}

.store-button:hover {
  display: flex;
  opacity: 0.8;
}

.image-8 {
  width: auto;
  height: 15px;
  margin-right: 10px;
}

.div-block-9 {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.image-9 {
  height: 13px;
}

.store-button-hover {
  position: relative;
  width: 300px;
  height: 70px;
  border: 1px solid #000;
  border-radius: 150px;
  background-color: #fff;
}

.store-button-hover:hover {
  display: none;
}

.link-footer-box {
  margin-right: 1rem;
  margin-left: 1rem;
}

.footer-wrapper-2 {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0.95;
  color: hsla(0, 0%, 100%, 0.95);
}

.link-footer {
  transition: opacity 200ms ease;
  color: hsla(0, 0%, 100%, 0.95);
  font-size: 0.875rem;
}

.link-footer:hover {
  opacity: 0.8;
}

.footer-social-link {
  max-width: 1.4rem;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  transition: opacity 200ms ease;
}

.footer-social-link:hover {
  opacity: 0.8;
}

.section-footer {
  display: flex;
  padding-top: 3rem;
  padding-bottom: 4rem;
  justify-content: center;
  align-items: center;
  background-color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
}

.footer-link-wrap {
  display: flex;
  margin-bottom: 1rem;
  justify-content: flex-start;
  align-items: center;
}

.breadcrumbs {
  display: flex;
  width: 100%;
  height: 2.125rem;
  padding: 9px 0.85rem;
  align-items: center;
  background-color: #f4f4f7;
  font-family: 'Noto Sans JP', sans-serif;
  color: #747c83;
  font-size: 0.75rem;
}

.bc-link {
  padding-right: 0.35rem;
  padding-left: 0.35rem;
  color: #747c83;
  text-decoration: none;
  text-transform: uppercase;
}

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

.side {
  padding: 0.25rem;
  font-size: 0.563rem;
}

.archive-section {
  display: flex;
  margin-bottom: 0rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.text-block-12 {
  margin-bottom: 1rem;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}

.archive-div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.image-10 {
  width: 330px;
  max-width: none;
  border-radius: 20px;
}

.link-block {
  position: relative;
  display: flex;
  width: auto;
  max-width: none;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.black-opa {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: #000;
  opacity: 0.43;
}

.heading-7 {
  position: absolute;
  z-index: 5;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 1rem;
}

.buy-button-link {
  position: static;
  display: flex;
  width: 100px;
  height: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #000;
  color: #fff;
  text-decoration: none;
}

.buy-button-link:hover {
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
}

.link-block-2 {
  position: relative;
  width: 330px;
  height: 70px;
  margin-top: 5rem;
  margin-bottom: 2rem;
  border-radius: 150px;
  background-color: #000;
}

.store-link-button {
  position: relative;
  width: 330px;
  height: 70px;
  margin-top: 6rem;
  margin-bottom: 2rem;
  border-radius: 150px;
  background-color: #000;
}

.store-link-button:hover {
  opacity: 0.77;
}

.breadcrumbs-2 {
  display: flex;
  width: 100%;
  height: 2.125rem;
  padding: 9px 0.85rem;
  align-items: center;
  background-color: #f4f4f7;
  color: #747c83;
  font-size: 0.75rem;
}

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

.section-2 {
  margin-top: 5rem;
}

.image-11 {
  width: 60%;
}

.image-12 {
  width: 100%;
}

.top-tile {
  display: flex;
  width: 35%;
  margin-top: 3rem;
  flex-direction: column;
  align-items: center;
}

.image-13 {
  width: 15%;
  margin-bottom: 20px;
}

.heading-8 {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #f784b9;
  font-size: 1rem;
  text-align: center;
}

.text-block-13 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.875rem;
  line-height: 30px;
  text-align: center;
}

.text-block-14 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 12px;
}

._w-inline-block {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

._w-inline-block.center {
  position: relative;
  z-index: 51;
  display: flex;
  width: 200px;
  height: 100px;
  justify-content: center;
  filter: invert(100%);
}

._w-inline-block.hide {
  display: flex;
  margin-top: 1rem;
  flex-direction: row;
  opacity: 1;
}

._w-inline-block.center {
  position: relative;
  z-index: 51;
  display: flex;
  justify-content: center;
  filter: invert(100%);
}

._w-inline-block.center {
  justify-content: center;
}

.social-share-btn {
  display: flex;
  width: 20px;
  height: 20px;
  margin: 9px;
  justify-content: center;
  align-items: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  opacity: 0.9;
  filter: invert(100%);
}

.social-share-btn.tw {
  display: flex;
  width: 20px;
  height: 20px;
  margin: 0.5rem;
  justify-content: center;
  align-items: center;
  background-image: url('/special/seishun-hakusho-shinnyusei-2023/images/f-twitter.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.social-share-btn.fb {
  background-image: url('/special/seishun-hakusho-shinnyusei-2023/images/f-facebook.svg');
  background-size: contain;
}

.social-share-btn.line {
  background-image: url('/special/seishun-hakusho-shinnyusei-2023/images/f-line-1.svg');
}

.social-share-btn.pin {
  background-image: url('/special/seishun-hakusho-shinnyusei-2023/images/f-pinterest.svg');
  background-size: contain;
}

.share {
  display: flex;
  overflow: hidden;
  margin-top: 0rem;
  flex-direction: column;
  align-items: stretch;
}

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

.graduate-image-01 {
  width: 50%;
}

.graduate-name {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  text-align: center;
}

.text-block-15 {
  display: flex;
  margin-top: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  text-align: center;
}

.color-line {
  height: 5px;
  background-color: #d4345f;
}

.graduate-main-wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.image-15 {
  width: 40%;
  margin-right: 0rem;
  margin-left: 1rem;
}

.image-16 {
  width: 40%;
  margin-right: 1rem;
  margin-left: 0rem;
}

.text-block-16 {
  margin-bottom: 1rem;
  font-family: 'Noto Sans JP', sans-serif;
  color: #d53560;
  font-weight: 700;
}

.graduate-2nd-wrap {
  display: flex;
  margin-top: 3rem;
  flex-direction: column;
  align-items: center;
}

.text-block-17 {
  margin-bottom: 3rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
  text-align: center;
}

.image-17 {
  width: 50%;
  margin-bottom: 1rem;
}

.cordinate-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.text-block-18 {
  margin-bottom: 3rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 10px;
  font-weight: 500;
}

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

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

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

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

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

.fs-logo {
  width: 197px;
}

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

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

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

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

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

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

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

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

.store-logo {
  width: 115px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.profile {
  margin-bottom: 3rem;
}

.scrollbar-01 {
  position: fixed;
  z-index: 1000;
  display: flex;
  width: 100px;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}

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

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

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

.scrollbar-01-2 {
  position: fixed;
  z-index: 0;
  display: flex;
  width: 100px;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}

.intro-sec {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.profile-wrap {
  margin-top: 3rem;
  margin-bottom: 0rem;
}

.question-01 {
  display: flex;
  margin-bottom: 40px;
  flex-direction: column;
  align-items: flex-start;
}

.text-block-20 {
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #d53560;
  font-size: 20px;
  font-weight: 700;
}

.text-block-21 {
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.div-block-10 {
  display: flex;
  margin-bottom: 20px;
}

.div-block-11 {
  width: 5px;
  margin-right: 20px;
  background-color: #d53560;
}

.div-block-12 {
  width: 60%;
  height: 1px;
  background-color: #bee901;
  color: #bee901;
}

.line-block-line {
  display: flex;
  padding: 40px 3rem;
  flex-direction: column;
  align-items: center;
}

.section-1-copy {
  display: flex;
  margin-top: 0rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  flex-direction: column;
  align-items: center;
}

.intro-text-sp {
  display: none;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.875rem;
  line-height: 30px;
  text-align: center;
}

.text-block-22 {
  font-family: Lato, sans-serif;
  line-height: 40px;
  font-weight: 400;
}

.horizontal-block {
  display: flex;
  margin-bottom: 1rem;
  justify-content: center;
  align-items: center;
}

.image-18 {
  width: 40%;
  margin-right: 1rem;
}

.part-image {
  width: 40%;
  margin-right: 0rem;
  margin-left: 1rem;
}

.color-line-2 {
  height: 5px;
  background-color: #00ae51;
}

.ouyang-code-text {
  margin-bottom: 1rem;
  font-family: 'Noto Sans JP', sans-serif;
  color: #00ae51;
  font-weight: 700;
}

.ouyang-question {
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #00ae51;
  font-size: 20px;
  font-weight: 700;
}

.question-ouyang {
  width: 5px;
  margin-right: 20px;
  background-color: #00ae51;
}

.ouyang-question-div {
  width: 5px;
  margin-right: 20px;
  background-color: #00ae51;
}

.ouyang-question-2 {
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #00ae51;
  font-size: 20px;
  font-weight: 700;
}

.color-line-3 {
  height: 5px;
  background-color: #ffb64c;
}

.takayasu-code-text {
  margin-bottom: 1rem;
  font-family: 'Noto Sans JP', sans-serif;
  color: #da447d;
  font-weight: 700;
}

.takayasu-question-text {
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #ffb64c;
  font-size: 20px;
  font-weight: 700;
}

.takayasu-question-div {
  width: 5px;
  margin-right: 20px;
  background-color: #ffb64c;
}

.color-line-4 {
  height: 5px;
  background-color: #876db1;
}

.kondo-question-text {
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #da447d;
  font-size: 20px;
  font-weight: 700;
}

.kondo-question-div {
  width: 5px;
  margin-right: 20px;
  background-color: #876db1;
}

.div-block-13 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.profile-2 {
  margin-bottom: 0rem;
}

.profile-copy {
  margin-bottom: 3rem;
}

.div-block-14 {
  display: flex;
  margin-bottom: 3rem;
  justify-content: center;
  align-items: center;
}

.profile-wrap-01 {
  margin-top: 3rem;
  margin-right: 1rem;
  margin-bottom: 0rem;
}

.profile-wrap-02 {
  margin-top: 3rem;
  margin-bottom: 0rem;
  margin-left: 1rem;
}

.futari-question-text {
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #da447d;
  font-size: 20px;
  font-weight: 700;
}

.color-line-nagi {
  height: 5px;
  background-color: #da447d;
}

.color-line-nagi-2 {
  height: 5px;
  background-color: #da447d;
}

.futari-question-div {
  width: 5px;
  margin-right: 20px;
  background-color: #da447d;
}

.graduate-main-wrap-last {
  display: flex;
  margin-top: 2rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.takayasu-code-text-copy {
  margin-bottom: 1rem;
  font-family: 'Noto Sans JP', sans-serif;
  color: #ffb64c;
  font-weight: 700;
}

.kondo-code-text--2 {
  margin-bottom: 1rem;
  font-family: 'Noto Sans JP', sans-serif;
  color: #876db1;
  font-weight: 700;
}

.kondo-question-text-copy {
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #876db1;
  font-size: 20px;
  font-weight: 700;
}

.kondo-question-text-2 {
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #876db1;
  font-size: 20px;
  font-weight: 700;
}

.kondo-question-text-3 {
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #876db1;
  font-size: 20px;
  font-weight: 700;
}

.bold-text {
  color: #bee901;
}

.color-line-4-copy {
  height: 5px;
  background-color: #0048bd;
}

.kondo-code-text--2-copy {
  margin-bottom: 1rem;
  font-family: 'Noto Sans JP', sans-serif;
  color: #0048bd;
  font-weight: 700;
}

.kondo-question-text-copy-copy {
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #0048bd;
  font-size: 20px;
  font-weight: 700;
}

.kondo-question-text-2-copy {
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #0048bd;
  font-size: 20px;
  font-weight: 700;
}

.kondo-question-text-3-copy {
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #0048bd;
  font-size: 20px;
  font-weight: 700;
}

.kondo-question-div-copy {
  width: 5px;
  margin-right: 20px;
  background-color: #0048bd;
}

.kondo-question-div-copy {
  width: 5px;
  margin-right: 20px;
  background-color: #0048bd;
}

.kondo-question-div-copy {
  width: 5px;
  margin-right: 20px;
  background-color: #0048bd;
}

.text-block-23 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 700;
}

.archive-sec {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.link-block-6 {
  width: 300px;
  margin-bottom: 2rem;
  text-decoration: none;
}

.image-19 {
  border-radius: 0px;
}

.bold-text-2 {
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
  font-size: 0.5rem;
  text-decoration: none;
}

.text-block-24 {
  margin-top: 0.5rem;
}

.heading-9 {
  margin-top: 3rem;
  margin-bottom: 1rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1rem;
  line-height: 1rem;
}

@media screen and (max-width: 991px) {
  .promo-txt {
    font-size: 1.8rem;
  }

  .section-hero {
    height: 600px;
  }

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

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

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

  .menu-bar {
    height: 2px;
    margin-bottom: 4px;
    background-color: hsla(0, 0%, 100%, 0.95);
  }

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

  .nav_menu-button {
    padding: 0px;
    flex: 0 0 auto;
  }

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

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

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

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

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

  .right-block {
    padding-right: 2rem;
  }

  .video-embed {
    z-index: 1;
  }

  .backtotop {
    width: auto;
    height: auto;
    margin-bottom: 25px;
    padding: 20px;
    border-radius: 100%;
    background-color: #929292;
    filter: none;
    font-size: 12px;
  }

  .backtotop.w--current {
    background-color: #949494;
  }

  .arrow-up {
    margin-left: 0px;
    filter: invert(100%);
  }

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

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

  ._w-inline-block.center {
    justify-content: center;
  }

  ._w-inline-block.center {
    justify-content: center;
  }

  ._w-inline-block.center {
    justify-content: center;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .promo-txt {
    font-size: 1.3rem;
  }

  .marquee-item {
    width: 100vw;
  }

  .section-hero {
    height: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

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

  .menu-bar {
    background-color: hsla(0, 0%, 100%, 0.95);
  }

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

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

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

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

  .section-1 {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .scroll_anime {
    overflow: hidden;
  }

  .item-credit {
    padding-right: 1rem;
    padding-bottom: 2rem;
    align-items: flex-end;
  }

  .text-block-8 {
    margin-right: 0rem;
    margin-bottom: 0.5rem;
    text-align: center;
  }

  .item-wrap-01 {
    padding-top: 3rem;
  }

  .text-block-10 {
    max-width: none;
    padding-right: 2rem;
    padding-left: 2rem;
    font-size: 12px;
    line-height: 25px;
  }

  .credit-wrap {
    margin-bottom: 1rem;
    flex-direction: column;
    align-items: center;
  }

  .heading-5 {
    margin-bottom: 0.875rem;
    font-size: 1rem;
    line-height: 2rem;
  }

  .backtotop {
    padding: 17px;
  }

  .backtotop.w--current {
    background-color: #949494;
  }

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

  .breadcrumbs {
    overflow: visible;
    width: 800px;
    max-width: 800px;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }

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

  .top-tile {
    width: 80%;
  }

  .text-block-13 {
    display: none;
    font-size: 0.75rem;
  }

  ._w-inline-block {
    justify-content: flex-start;
  }

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

  .graduate-image-01 {
    width: 100%;
  }

  .graduate-main-wrap {
    flex-direction: column;
  }

  .image-15 {
    width: 100%;
    margin-right: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
  }

  .image-16 {
    width: 100%;
    margin-right: 0rem;
    margin-bottom: 1rem;
    margin-left: 0rem;
  }

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

  .image-17 {
    width: 100%;
  }

  .cordinate-wrap {
    align-items: flex-end;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  ._3rd-line {
    display: none;
  }

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

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

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

  .question-01 {
    margin-bottom: 30px;
  }

  .text-block-20 {
    font-size: 0.8rem;
  }

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

  .div-block-10 {
    margin-bottom: 10px;
  }

  .div-block-12 {
    width: 80%;
  }

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

  .intro-text-sp {
    display: block;
    font-size: 0.75rem;
  }

  .image-18 {
    width: 45%;
    margin-right: 5px;
  }

  .part-image {
    width: 45%;
    margin-left: 5px;
  }

  .ouyang-question {
    font-size: 0.8rem;
  }

  .ouyang-question-2 {
    font-size: 0.8rem;
  }

  .takayasu-question-text {
    font-size: 0.8rem;
  }

  .kondo-question-text {
    font-size: 0.8rem;
  }

  .futari-question-text {
    font-size: 0.8rem;
  }

  .graduate-main-wrap-last {
    flex-direction: column;
  }

  .kondo-question-text-copy {
    font-size: 0.8rem;
  }

  .kondo-question-text-2 {
    font-size: 0.8rem;
  }

  .kondo-question-text-3 {
    font-size: 0.8rem;
  }

  .kondo-question-text-copy-copy {
    font-size: 0.8rem;
  }

  .kondo-question-text-2-copy {
    font-size: 0.8rem;
  }

  .kondo-question-text-3-copy {
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 479px) {
  .marquee-wrapper {
    overflow: visible;
  }

  .promo-txt {
    margin-top: 0.25rem;
    font-size: 0.75rem;
  }

  .marquee-item {
    width: 100vw;
  }

  .marquee-item.mob {
    display: block;
  }

  .badge {
    top: 30%;
    right: 10%;
  }

  .section-hero {
    position: static;
    height: auto;
    padding-right: 0.5rem;
    padding-bottom: 5rem;
    padding-left: 0.5rem;
  }

  .container-marquee {
    height: 100%;
    margin-bottom: 6rem;
  }

  .brand-logo-wrapper {
    max-width: 150px;
  }

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

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

  .menu-bar {
    background-color: hsla(0, 0%, 100%, 0.95);
  }

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

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

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

  .page-padding {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .section-1 {
    margin-top: 0rem;
  }

  .heading {
    margin-bottom: 0.875rem;
    font-size: 1.3rem;
  }

  .half {
    display: none;
    width: 100%;
  }

  .half.right {
    display: block;
  }

  .component-video {
    width: 100vw;
  }

  .component-video-copy {
    width: 100vw;
  }

  .image-wrap {
    flex-direction: column;
  }

  .brand-wrap {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .item-wrap-01 {
    padding-top: 2rem;
  }

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

  .vol-wrap {
    margin-top: 2rem;
    margin-right: 1rem;
  }

  .text-block-9 {
    margin-right: 0.4rem;
    margin-bottom: 0.7rem;
    font-size: 1rem;
  }

  .vol-section {
    margin-top: 0rem;
  }

  .credit-wrap {
    margin-bottom: 1rem;
  }

  .heading-5 {
    border: 1px none #000;
    font-size: 0.9rem;
    line-height: 1.5rem;
    text-decoration: none;
  }

  .backtotop {
    width: auto;
    height: auto;
    padding: 17px;
    border-radius: 100%;
    background-color: #929292;
  }

  .backtotop.w--current {
    background-color: #949494;
  }

  .arrow-up {
    margin-left: 0px;
  }

  .heading-6 {
    font-size: 0.9rem;
    line-height: 1.4rem;
  }

  .image-7 {
    width: 30%;
  }

  .footer-social-link {
    max-width: 1.2rem;
  }

  .footer-link-wrap {
    margin-bottom: 1.2rem;
  }

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

  .image-10 {
    width: 280px;
  }

  .store-link-button {
    width: 280px;
  }

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

  .section-2 {
    margin-top: 0rem;
  }

  .top-tile {
    width: 90%;
  }

  ._w-inline-block {
    justify-content: center;
  }

  ._w-inline-block.center {
    margin-top: 0px;
    justify-content: center;
  }

  ._w-inline-block.center {
    margin-top: 0px;
    justify-content: center;
  }

  ._w-inline-block.center {
    margin-top: 0px;
    justify-content: center;
  }

  .share {
    margin-top: 0px;
  }

  .graduate-name {
    font-size: 30px;
  }

  .text-block-17 {
    font-size: 0.9rem;
  }

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

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

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

  .text-block-20 {
    font-size: 0.8rem;
  }

  .text-block-21 {
    font-size: 0.9rem;
  }

  .section-1-copy {
    margin-top: 0rem;
  }

  .ouyang-question {
    font-size: 0.8rem;
  }

  .ouyang-question-2 {
    font-size: 0.8rem;
  }

  .takayasu-question-text {
    font-size: 0.8rem;
  }

  .kondo-question-text {
    font-size: 0.8rem;
  }

  .futari-question-text {
    font-size: 0.8rem;
  }

  .kondo-question-text-copy {
    font-size: 0.8rem;
  }

  .kondo-question-text-2 {
    font-size: 0.8rem;
  }

  .kondo-question-text-3 {
    font-size: 0.8rem;
  }

  .kondo-question-text-copy-copy {
    font-size: 0.8rem;
  }

  .kondo-question-text-2-copy {
    font-size: 0.8rem;
  }

  .kondo-question-text-3-copy {
    font-size: 0.8rem;
  }

  .link-block-6 {
    width: 250px;
  }
}

</pre></body></html>