@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@keyframes top-primary-sway {
  0% {
    transform: rotate(-3deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
#top {
  overflow-x: clip;
}

#top .button_cover > .button > p,
#top .button_cover.fit > .button > p {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 1.25rem;
  font-weight: 700;
}
#top .button_cover > .button > p::after,
#top .button_cover.fit > .button > p::after {
  content: "";
  display: block;
  width: 0.95rem;
  height: 0.95rem;
  background-color: currentColor;
  -webkit-mask: url("../images/common/button_arrow.svg") center/contain no-repeat;
  mask: url("../images/common/button_arrow.svg") center/contain no-repeat;
}
#top .button_cover > img,
#top .button_cover.fit > img {
  display: none;
}

#key-visual h2 {
  position: relative;
  margin: 0;
}
#key-visual h2 span {
  position: absolute;
  color: #7D869A;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.05em;
}
#key-visual .container.full .viewport-wrap.first-view .movie {
  width: 100%;
  height: 100%;
}
#key-visual .container.full .viewport-wrap.first-view .movie video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#key-visual .container.full .viewport-wrap .viewport-inner.primary {
  bottom: 10%;
  left: -30px;
  padding: 10px;
  background-color: rgb(98, 198, 255);
  transform: rotate(-3deg);
  transform-origin: center center;
  animation: top-primary-sway 1.5s ease-in-out infinite alternate;
}
#key-visual .container.full .viewport-wrap .viewport-inner.primary .header-inner {
  padding: 0 15px;
  transform: rotate(-5deg);
  background-color: rgb(255, 140, 0);
}
#key-visual .container.full .viewport-wrap .viewport-inner.primary .header-inner h2 {
  padding: 0 15px 0 60px;
  font-size: 8vw;
  font-weight: 900;
  color: rgb(255, 255, 255);
}
#key-visual .container.full .viewport-wrap .viewport-inner.primary .header-inner h2 span {
  left: 40px;
  top: -2rem;
  padding: 0 10px;
  font-size: 1.5rem;
  color: rgb(98, 198, 255);
  background-color: rgb(255, 255, 255);
}
#key-visual .container.full .viewport-wrap .viewport-inner.secondry {
  display: flex;
  column-gap: 15px;
  bottom: 2%;
  right: 0%;
  width: 50%;
  height: 80px;
  border-radius: 40px 0 0 40px;
  padding: 0 40px;
  background-color: rgb(255, 255, 255);
}
#key-visual .container.full .viewport-wrap .viewport-inner.secondry h2 {
  display: block;
  margin: 0;
  font-size: 1.875rem;
  line-height: 80px;
}
#key-visual .container.full .viewport-wrap .viewport-inner.secondry p {
  display: block;
  margin: 0;
  font-size: 1.125rem;
  line-height: 80px;
}
#key-visual .container.full .viewport-wrap .viewport-inner.secondry p a {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.5s;
}
#key-visual .container.full .viewport-wrap .viewport-inner.secondry p a:hover {
  opacity: 0.5;
}
#key-visual .container.full .viewport-wrap .viewport-inner.secondry p.more {
  margin-left: auto;
}
#key-visual .container.full .viewport-wrap .viewport-inner.secondry p.more a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.25rem;
  font-weight: 500;
}
#key-visual .container.full .viewport-wrap .viewport-inner.secondry p.more a::after {
  content: "";
  display: block;
  width: 0.95rem;
  height: 0.95rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M5 3L11 8L5 13' stroke='%23515559' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

#story .wrapper {
  background-image: url("../images/top-page/bg-wire.svg"), url("../images/top-page/bg-flower.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right bottom;
  background-size: auto, 600px;
}
#story .container h2 {
  margin-bottom: 34px;
}
#story .container p {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  color: rgb(138, 77, 0);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.05em;
}

#about-us .container.wide {
  background: rgb(255, 255, 255);
  padding: 120px 150px;
  border-radius: 300px;
}
#about-us .container.wide .column-single,
#about-us .container.wide .column-flex {
  padding: 30px 0;
  align-items: center;
  gap: 48px;
}
#about-us .container.wide .column-single p,
#about-us .container.wide .column-flex p {
  color: rgb(138, 77, 0);
  line-height: 3;
}
#about-us .container.wide .about-photo-card {
  position: relative;
  max-width: 470px;
  padding: 18px;
  isolation: isolate;
}
#about-us .container.wide .about-photo-card::before, #about-us .container.wide .about-photo-card::after {
  content: "";
  position: absolute;
  inset: 26px 10px -2px;
  border-radius: 48px;
  border: 1px solid rgb(138, 77, 0);
  z-index: -2;
}
#about-us .container.wide .about-photo-card::before {
  background: rgb(255, 140, 0);
  transform: rotate(6deg);
}
#about-us .container.wide .about-photo-card::after {
  background: rgb(98, 198, 255);
  transform: rotate(-4deg);
  z-index: -1;
}
#about-us .container.wide .about-photo-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 44px;
  border: 1px solid rgb(138, 77, 0);
  background: rgb(255, 255, 255);
}
#about-us .container.wide .about-photo-card-snow::before {
  transform: rotate(-6deg);
}
#about-us .container.wide .about-photo-card-snow::after {
  transform: rotate(4deg);
}
#about-us .container.wide .catch-copy .underline-yellow {
  display: inline;
  padding: 0 0.12em;
  background: linear-gradient(transparent 72%, rgb(255, 229, 0) 72%);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
#about-us .container.wide p .underline-blue,
#about-us .container.wide p .underline-orange {
  display: inline;
  padding: 0 0.08em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
#about-us .container.wide p .underline-blue::before,
#about-us .container.wide p .underline-orange::before {
  content: none;
}
#about-us .container.wide p .underline-blue {
  background: linear-gradient(transparent 74%, rgb(224, 244, 255) 74%);
}
#about-us .container.wide p .underline-orange {
  background: linear-gradient(transparent 74%, rgb(255, 238, 217) 74%);
}
#about-us .container.wide .button_cover {
  margin-top: 18px;
}
#about-us .container.wide .catch-copy.large {
  font-size: clamp(1.5rem, 2.8vw, 2.625rem);
  line-height: 2;
  margin-top: 40px;
}
#about-us .container.wide .catch-copy.large .top-about-copy-row {
  display: inline;
  white-space: nowrap;
}
#about-us .container.wide .catch-copy.large .top-about-copy-mobile-break {
  display: none;
}

#concept .container.full {
  min-height: 1240px;
  margin-bottom: 0;
}
#concept .concept-scene {
  position: relative;
  min-height: 1240px;
  overflow: hidden;
}
#concept .absolute-inner {
  top: 435px;
  left: 50%;
  width: min(450px, 100% - 48px);
  transform: translateX(-50%);
  text-align: center;
  z-index: 3;
}
#concept h2 {
  position: relative;
  color: rgb(138, 77, 0);
  margin-bottom: 0;
  font-size: 72px;
  line-height: 0.92;
  letter-spacing: 0.04em;
  font-weight: 700;
}
#concept h2 span {
  position: absolute;
  left: 50%;
  top: 10rem;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  width: 100%;
  color: rgb(138, 77, 0);
  font-size: 30px;
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: 0.06em;
}
#concept .button-wrap {
  margin-top: 86px;
}
#concept .concept-button-cover {
  width: fit-content;
  margin: 0 auto;
}
#concept .concept-splash-layer,
#concept .concept-photo-collage {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
#concept .concept-splash-layer {
  z-index: 0;
}
#concept .concept-photo-collage {
  z-index: 1;
}
#concept .concept-splash-item {
  position: absolute;
  left: 0;
  top: 0;
  width: var(--concept-width);
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0;
  transform: translate(-50%, 0) scale(0.06, 0.06) rotate(var(--concept-rotate, 0deg));
  will-change: transform, opacity;
  animation: concept-splash-settle 0.5s cubic-bezier(0.16, 0.84, 0.25, 1) forwards;
}
#concept .concept-splash-item.is-white {
  filter: brightness(0) saturate(0) invert(1);
}
#concept .concept-photo-card {
  position: absolute;
  left: 0;
  top: 0;
  width: var(--concept-width);
  aspect-ratio: 4/3;
  border-radius: 42px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow: 0 20px 38px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transform: translate(-50%, 24px) scale(0.92) rotate(var(--concept-rotate, 0deg));
  animation: concept-photo-reveal 0.45s ease forwards;
}
#concept .concept-button-cover .button {
  padding: 16px 32px;
  min-width: 290px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffa82a 0%, #ff9500 100%);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.18);
  color: rgb(255, 255, 255);
}
@keyframes concept-splash-settle {
  0% {
    opacity: 0;
    transform: translate(-50%, 0) scale(0.06, 0.06) rotate(var(--concept-rotate, 0deg));
  }
  35% {
    opacity: 0.78;
    transform: translate(-50%, 0) scale(1.28, 0.62) rotate(var(--concept-rotate, 0deg));
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0) scale(1, 1) rotate(var(--concept-rotate, 0deg));
  }
}
@keyframes concept-photo-reveal {
  0% {
    opacity: 0;
    transform: translate(-50%, 24px) scale(0.92) rotate(var(--concept-rotate, 0deg));
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0) scale(1) rotate(var(--concept-rotate, 0deg));
  }
}

#event .container.full {
  background-image: url("../images/top-page/bg-event.svg");
  background-position: center;
  background-size: cover;
  background-color: rgb(255, 255, 255);
  border-radius: 500px 500px 0 0;
  padding: 120px 120px 60px 120px;
}
#event .container .catch-copy {
  color: rgb(255, 140, 0);
}
#event .container h2 {
  position: relative;
  text-align: left;
  margin-bottom: 30px;
}
#event .container h2 span {
  position: absolute;
  left: 0;
  top: -1rem;
  color: rgb(255, 140, 0);
  font-weight: 600;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.05em;
}
#event .container p {
  line-height: 2;
}
#event .container .column-flex {
  align-items: flex-start;
  gap: 28px;
}
#event .container .inside-box.single {
  flex: 0 0 24%;
}
#event .container .inside-box.single > p {
  font-size: 1.5rem;
  line-height: 1.9;
}
#event .container .inside-box.single .button-wrap {
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 0;
  margin-top: 34px;
}
#event .container .inside-box.single .button-wrap .button_cover {
  min-width: 0;
}
#event .container .inside-box.single .button-wrap .button {
  min-width: 268px;
  padding: 22px 42px 24px;
  font-size: 1.25rem;
}
#event .container .inside-box.single .button-wrap .button p {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 1.25rem;
  font-weight: 700;
}
#event .container .inside-box.single .button-wrap .button p::after {
  content: "";
  display: block;
  width: 0.95rem;
  height: 0.95rem;
  background: url("../images/common/button_arrow.svg") center/contain no-repeat;
}
#event .container .top-event-slider {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 28px;
}
#event .container .top-event-next {
  flex: none;
  width: 84px;
  height: 84px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  transition: opacity 0.3s;
}
#event .container .top-event-next:hover {
  opacity: 0.7;
}
#event .container .top-event-next img {
  display: block;
  width: 100%;
  height: 100%;
}
#event .container .top-event-stage {
  position: relative;
  flex: 1;
  min-height: 760px;
  overflow: hidden;
}
#event .container .top-event-card {
  position: absolute;
  top: 0;
  width: calc((100% - 28px) / 2);
  display: flex;
  flex-direction: column;
  border-radius: 52px 52px 36px 36px;
  background: rgba(255, 234, 207, 0.92);
  overflow: hidden;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
  transition: transform 0.5s ease, opacity 0.5s ease;
}
#event .container .top-event-card.is-left {
  left: 0;
}
#event .container .top-event-card.is-right {
  right: 0;
}
#event .container .top-event-card.is-next {
  right: 0;
  opacity: 0;
  transform: translateX(calc(100% + 28px));
}
#event .container .top-event-card.is-next.is-enter {
  opacity: 1;
  transform: translateX(0);
}
#event .container .top-event-card.is-exit-left {
  opacity: 0;
  transform: translateX(calc(-100% - 28px));
}
#event .container .top-event-card.is-shift-left {
  transform: translateX(calc(-100% - 28px));
}
#event .container .top-event-card-image {
  display: block;
  overflow: hidden;
}
#event .container .top-event-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#event .container .top-event-card-body {
  padding: 24px 30px 0;
}
#event .container .top-event-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}
#event .container .top-event-card-meta .date {
  font-size: 0.75rem;
  line-height: 1.2;
}
#event .container .top-event-card-meta .tag_cover {
  padding: 0;
  flex-grow: 0;
}
#event .container .top-event-card-meta .tag_cover .tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 92px;
  padding: 5px 10px;
  border-radius: 999px;
  color: rgb(255, 255, 255);
  background: rgb(255, 140, 0);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
#event .container .top-event-card-text {
  min-height: 188px;
}
#event .container .top-event-card-text p {
  font-size: 1.125rem;
  line-height: 1.9;
}
#event .container .top-event-card-button {
  padding: 0;
  margin-top: auto;
  width: 100%;
}
#event .container .top-event-card-button .custom-button {
  width: 70%;
  padding: 25px 0;
  background: url("../images/top-page/bg-button.svg") left top/cover no-repeat;
  background-size: 100%;
  background-position: left top;
  margin-left: auto;
  border-radius: 0 0 34px 34px;
}
#event .container .top-event-card-button p {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1.125rem;
  font-weight: 700;
  color: rgb(255, 255, 255);
  text-indent: 15px;
}
#event .container .top-event-card-button p::after {
  content: "";
  display: block;
  width: 0.95rem;
  height: 0.95rem;
  background: url("../images/common/button_arrow.svg") center/contain no-repeat;
}

#voice {
  background-color: rgb(255, 255, 255);
}
#voice .container.full {
  padding: 0 0 120px 0;
  background-image: url("../images/top-page/bg-voice.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
#voice .container.full h2 {
  position: relative;
  width: fit-content;
  margin: 0 auto 140px;
  color: rgb(255, 140, 0);
  font-size: 3.5rem;
  letter-spacing: 0.08em;
  z-index: 1;
  isolation: isolate;
}
#voice .container.full h2::before {
  content: "";
  position: absolute;
  inset: -90px -120px;
  background: url(../images/service/splash_h1_orange.svg) center/contain no-repeat;
  z-index: -1;
  pointer-events: none;
}
#voice .container.full .message {
  padding: 30px 0;
  color: rgb(138, 77, 0);
}
#voice .container.full .message p {
  text-align: center;
}
#voice .container.full .television {
  position: relative;
  width: 60%;
  margin: auto;
}
#voice .container.full .television .television-wrap {
  position: relative;
  z-index: 100;
  width: 100%;
  aspect-ratio: 10/8;
}
#voice .container.full .television .television-wrap img {
  width: 100%;
}
#voice .container.full .television .television-inner {
  position: absolute;
  z-index: 10;
  left: 46%;
  top: 8%;
  width: 82%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  aspect-ratio: 10/8;
  border-radius: 70px;
  overflow: hidden;
}
#voice .container.full .television .television-inner video {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 10/8;
}
#voice .container.full .voice-links {
  display: flex;
  justify-content: center;
  gap: 96px;
  margin-top: 42px;
}
#voice .container.full .voice-links .button_cover {
  width: min(300px, 100%);
  margin-bottom: 0;
}
#voice .container.full .voice-links .button_cover.left {
  margin-left: auto;
  margin-right: 0;
}
#voice .container.full .voice-links .button_cover.right {
  margin-left: 0;
  margin-right: auto;
}
#voice .container.full .voice-links .button {
  padding: 17px 28px;
  border-radius: 999px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  color: rgb(255, 255, 255);
}
#voice .container.full .voice-links .voice-link-encounter .button {
  background: #ff676d;
}
#voice .container.full .voice-links .voice-link-learning .button {
  background: #58b5eb;
}

#plan .top-plan-shell {
  position: relative;
  width: min(1360px, 100%);
  margin: 0 auto;
  padding: 22px 24px 20px;
  overflow: visible;
}
#plan .top-plan-layer {
  display: block;
  position: absolute;
  inset: 0;
  border: 1px solid rgb(138, 77, 0);
  border-radius: 52px;
}
#plan .top-plan-layer-orange {
  background: rgb(255, 140, 0);
  transform: rotate(-2.25deg);
}
#plan .top-plan-layer-blue {
  background: rgb(98, 198, 255);
  transform: rotate(2deg);
}
#plan .top-plan-panel {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 38px;
  padding: 68px 64px 54px;
  flex-direction: column;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(138, 77, 0);
  border-radius: 48px;
  aspect-ratio: auto;
}
#plan .top-plan-panel h2 {
  margin-bottom: 0;
}
#plan .top-plan-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 60px;
  align-items: start;
}
#plan .top-plan-tab {
  width: 100%;
  min-width: 0;
  padding: 17px 24px 19px;
  border: 0;
  border-radius: 999px;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.1;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
}
#plan .top-plan-tab span {
  display: block;
  margin-bottom: 3px;
  font-size: 1.125rem;
  font-weight: 700;
}
#plan .top-plan-tab.is-active {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
  opacity: 1;
}
#plan .top-plan-tab-premium {
  background: rgb(255, 140, 0);
  color: rgb(255, 255, 255);
}
#plan .top-plan-tab-premium span {
  color: rgba(255, 255, 255, 0.92);
}
#plan .top-plan-tab-standard {
  background: rgb(98, 198, 255);
  color: rgb(255, 255, 255);
}
#plan .top-plan-tab-standard span {
  color: rgba(255, 255, 255, 0.92);
}
#plan .top-plan-rows {
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid rgba(138, 77, 0, 0.3);
}
#plan .top-plan-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 28px;
  padding: 28px 0;
  border-bottom: 1px solid rgba(138, 77, 0, 0.3);
}
#plan .top-plan-label {
  grid-column: 2;
  margin: 0;
  text-align: center;
  color: rgb(138, 77, 0);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}
#plan .top-plan-value {
  display: contents;
  margin: 0;
  text-align: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}
#plan .top-plan-value span {
  display: none;
  margin: 0;
  justify-self: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
#plan .top-plan-value span[data-plan-content=premium] {
  grid-column: 1;
  color: rgb(255, 140, 0);
}
#plan .top-plan-value span[data-plan-content=standard] {
  grid-column: 3;
  color: rgb(98, 198, 255);
}
#plan .top-plan-value span.is-active {
  display: block;
}
#plan .button-wrap {
  margin-top: 14px;
  justify-content: center;
}
#plan .button-wrap .button_cover {
  justify-content: center;
}
#plan .button-wrap .button {
  min-width: 300px;
  padding: 20px 40px 22px;
}
#plan .button-wrap .button p {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 1.125rem;
  font-weight: 700;
}
#plan .button-wrap .button p::after {
  content: "";
  display: block;
  width: 0.95rem;
  height: 0.95rem;
  background: url("../images/common/button_arrow.svg") center/contain no-repeat;
}
@media screen and (min-width: 901px) {
  #plan .top-plan-tabs {
    grid-template-columns: minmax(0, 1fr) clamp(140px, 14vw, 220px) minmax(0, 1fr);
    gap: 32px 40px;
    align-items: center;
  }
  #plan .top-plan-tab {
    width: min(100%, 486px);
    justify-self: center;
    cursor: default;
    pointer-events: none;
    transition: none;
  }
  #plan .top-plan-tab.is-active {
    transform: none;
    box-shadow: none;
  }
  #plan .top-plan-tab-premium {
    grid-column: 1;
  }
  #plan .top-plan-tab-standard {
    grid-column: 3;
  }
  #plan .top-plan-row {
    align-items: center;
    grid-auto-flow: dense;
    grid-template-columns: minmax(0, 1fr) clamp(140px, 14vw, 220px) minmax(0, 1fr);
    gap: 32px 40px;
  }
  #plan .top-plan-label {
    width: 100%;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5;
  }
  #plan .top-plan-value span,
  #plan .top-plan-value span.is-active {
    display: block;
    width: 100%;
    max-width: 360px;
  }
  #plan .top-plan-value span[data-plan-content=premium],
  #plan .top-plan-value span[data-plan-content=standard] {
    justify-self: center;
  }
}

#blog .wrapper {
  background-color: rgb(255, 140, 0);
  background-image: repeating-linear-gradient(to right, rgba(255, 255, 255, 0.32) 0, rgba(255, 255, 255, 0.32) 1px, transparent 1px, transparent 38px), repeating-linear-gradient(to bottom, rgba(255, 255, 255, 0.32) 0, rgba(255, 255, 255, 0.32) 1px, transparent 1px, transparent 38px);
}
#blog .container.wide {
  padding-top: 120px;
  padding-bottom: 140px;
}
#blog .top-blog-head {
  padding-top: 0;
  padding-bottom: 56px;
  color: rgb(255, 255, 255);
}
#blog .top-blog-head h2 {
  color: rgb(138, 77, 0);
  margin-bottom: 34px;
}
#blog .top-blog-head p {
  color: rgb(255, 255, 255);
  font-size: 1.5rem;
  line-height: 1.9;
}
#blog .top-blog-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 34px;
  align-items: start;
  transition: transform 0.42s ease;
}
#blog .top-blog-slider {
  position: relative;
}
#blog .top-blog-viewport {
  overflow: visible;
}
#blog .top-blog-nav {
  display: none;
}
#blog .top-blog-card {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
#blog .top-blog-card h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  padding: 12px 20px;
  border-radius: 999px;
  background: rgba(138, 77, 0, 0.95);
  color: rgb(255, 255, 255);
  font-size: 1.75rem;
  text-align: center;
}
#blog .top-blog-card p {
  color: rgb(255, 255, 255);
  font-size: 1.125rem;
  line-height: 2;
}
#blog .top-blog-card-image {
  aspect-ratio: 1/1;
  border-radius: 28px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.12);
}
#blog .top-blog-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#blog .button-wrap {
  margin-top: 64px;
  justify-content: center;
}
#blog .button-wrap .button_cover {
  justify-content: center;
}
#blog .button-wrap .button.brown {
  min-width: 300px;
  background: #8a4d00;
  color: rgb(255, 255, 255);
}

@media screen and (max-width: 1200px) {
  #key-visual .container.full .viewport-wrap.first-view {
    min-height: 100svh;
  }
  #key-visual .container.full .viewport-wrap .viewport-inner.primary {
    left: -40px;
    right: 12px;
    bottom: 112px;
    padding: 8px;
    max-width: none;
  }
  #key-visual .container.full .viewport-wrap .viewport-inner.primary .header-inner {
    padding: 6px 8px;
    transform: rotate(-3deg);
  }
  #key-visual .container.full .viewport-wrap .viewport-inner.primary .header-inner h2 {
    padding: 10px 10px 10px 22px;
    font-size: clamp(2.5rem, 10.4vw, 4rem);
    line-height: 1.15;
  }
  #key-visual .container.full .viewport-wrap .viewport-inner.primary .header-inner h2 span {
    left: 30px;
    top: -1.2rem;
    font-size: 0.75rem;
    padding: 4px 8px;
    white-space: nowrap;
  }
  #key-visual .container.full .viewport-wrap .viewport-inner.secondry {
    left: auto;
    right: 0;
    bottom: 18px;
    width: calc(100% - 18px);
    height: auto;
    padding: 12px 18px 12px 24px;
    align-items: center;
    column-gap: 10px;
  }
  #key-visual .container.full .viewport-wrap .viewport-inner.secondry h2 {
    font-size: 1.5rem;
    line-height: 1.2;
  }
  #key-visual .container.full .viewport-wrap .viewport-inner.secondry p {
    font-size: 0.75rem;
    line-height: 1.5;
  }
  #key-visual .container.full .viewport-wrap .viewport-inner.secondry p.more {
    font-size: 0.625rem;
    white-space: nowrap;
  }
  #about-us .wrapper {
    padding-top: 0px;
    padding-bottom: 80px;
  }
  #about-us .container.wide {
    padding: 56px 24px 64px;
    border-radius: 56px;
  }
  #about-us .container.wide .column-single,
  #about-us .container.wide .column-flex {
    padding: 18px 0;
  }
  #about-us .container.wide .column-flex,
  #about-us .container.wide .column-flex.reverse {
    flex-direction: column;
    gap: 18px;
  }
  #about-us .container.wide p {
    font-size: 0.9375rem;
    line-height: 2;
    letter-spacing: 0.02em;
  }
  #about-us .container.wide .about-photo-card {
    width: 100%;
    max-width: 100%;
    padding: 12px;
  }
  #about-us .container.wide .about-photo-card::before, #about-us .container.wide .about-photo-card::after {
    inset: 18px 6px -2px;
    border-radius: 28px;
  }
  #about-us .container.wide .about-photo-card img {
    border-radius: 24px;
  }
  #about-us .container.wide .catch-copy.large {
    max-width: none;
    margin: 38px auto 0;
    font-size: clamp(1.4rem, 6.15vw, 1.85rem);
    line-height: 1.42;
    letter-spacing: 0.02em;
    text-align: center;
  }
  #about-us .container.wide .catch-copy.large .top-about-copy-row {
    display: block;
    width: fit-content;
    margin: 0 auto;
    white-space: nowrap;
    text-align: center;
  }
  #story .wrapper {
    background-position: left top, right -20px bottom -10px;
    background-size: 220px, 220px;
  }
  #story .wrapper .container p {
    font-size: 0.9375rem;
    line-height: 2.05;
  }
  #concept .container.full,
  #concept .concept-scene {
    min-height: 900px;
  }
  #concept .absolute-inner {
    top: 320px;
    width: calc(100% - 32px);
  }
  #concept h2 {
    font-size: 32px;
    line-height: 0.95;
  }
  #concept h2 span {
    top: 45px;
    font-size: 20px;
    line-height: 1.15;
  }
  #concept .button-wrap {
    margin-top: 78px;
  }
  #concept .concept-photo-card {
    border-radius: 22px;
  }
  #concept .concept-splash-item.is-white {
    filter: brightness(0) saturate(0) invert(1) opacity(0.95);
  }
  #event .container.full {
    padding: 56px 0;
    border-radius: 64px 64px 0 0;
  }
  #event .container.full .column-flex {
    padding: 0;
  }
  #event .container.full .catch-copy.large {
    font-size: 30px;
    line-height: 42px;
  }
  #event .container.full .top-event-card-text {
    min-height: 100px;
  }
  #event .container.full .top-event-card-text p {
    font-size: 1.125rem;
    line-height: 1.9;
  }
  #event .container.full .top-event-stage {
    position: relative;
    min-height: 600px;
    width: 100%;
    display: block;
    overflow: hidden;
  }
  #event .container .top-event-card {
    width: 80%;
  }
  #event .container .top-event-card.is-left {
    left: 10%;
  }
  #event .container .top-event-card.is-left .top-event-card-button .custom-button {
    background-size: 100%;
    background-position: left bottom;
  }
  #event .container .top-event-card.is-left .top-event-card-button .custom-button p {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9375rem;
    font-weight: 700;
    color: rgb(255, 255, 255);
  }
  #event .container .top-event-card.is-left .top-event-card-button .custom-button p::after {
    content: "";
    display: block;
    width: 0.95rem;
    height: 0.95rem;
    background: url("../images/common/button_arrow.svg") center/contain no-repeat;
  }
  #event .container .inside-box.single {
    flex: none;
    width: 100%;
    max-width: 312px;
    margin: 0 auto;
  }
  #event .container .inside-box.single .catch-copy {
    max-width: 7.4em;
    margin: 0 auto 28px;
    font-size: clamp(2.3rem, 11vw, 3rem);
    line-height: 1.34;
    text-align: center;
  }
  #event .container .inside-box.single h2 {
    font-size: 30px;
    margin: 0 auto 24px;
    text-align: left;
  }
  #event .container .inside-box.single h2 span {
    top: -20px;
  }
  #event .container .inside-box.single > p {
    font-size: 15px;
    line-height: 30px;
  }
  #event .column-flex {
    flex-direction: column;
    gap: 38px;
  }
  #event .top-event-slider {
    width: 100%;
    position: relative;
    padding-left: 0;
    flex-direction: column;
    gap: 0;
  }
  #event .top-event-next {
    position: absolute;
    left: 0;
    top: 248px;
    z-index: 3;
    align-self: flex-start;
    width: 68px;
    height: 68px;
  }
  #event .top-event-card {
    position: absolute;
    top: 0;
    width: 300px;
    margin-left: 0;
    border-radius: 38px 38px 30px 30px;
    left: auto;
    right: auto;
    opacity: 1;
    transform: none;
  }
  #event .top-event-card.is-left {
    left: 34px;
    z-index: 2;
  }
  #event .top-event-card.is-right {
    left: calc(100% - 18px);
    z-index: 1;
  }
  #event .top-event-card.is-next {
    display: none;
  }
  #event .top-event-card-image {
    aspect-ratio: 1.12/1;
  }
  #event .top-event-card-body {
    padding: 22px 24px 0;
  }
  #event .inside-box.single .button-wrap {
    justify-content: center;
  }
  #event .inside-box.single .button-wrap .button_cover {
    width: min(300px, 100%);
  }
  #event .inside-box.single .button-wrap .button {
    width: 100%;
    justify-content: center;
  }
  #voice .container.full .voice-links {
    flex-direction: column;
    gap: 14px;
    margin-top: 28px;
  }
  #voice .container.full .voice-links .button_cover {
    width: 100%;
  }
  #voice .container.full {
    padding: 80px 0;
    background-size: cover;
  }
  #voice .container.full h2 {
    margin: 0 auto 30px;
  }
  #voice .container.full p {
    font-size: 15px;
  }
  #voice .container.full .television {
    width: min(100%, 360px);
  }
  #voice .container.full .television .television-inner {
    left: 46.5%;
    top: 7.5%;
    width: 81%;
    border-radius: 34px;
  }
  #plan .wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  #plan .top-plan-shell {
    width: 100%;
    padding: 14px 6px 8px;
    overflow: visible;
  }
  #plan .top-plan-layer {
    display: block;
    position: absolute;
    inset: 0;
    border: 1px solid rgb(138, 77, 0);
    border-radius: 34px;
  }
  #plan .top-plan-layer-orange {
    background: rgb(255, 140, 0);
    transform: rotate(2.8deg);
  }
  #plan .top-plan-layer-blue {
    background: rgb(98, 198, 255);
    transform: rotate(-2.4deg);
  }
  #plan .top-plan-panel {
    position: relative;
    z-index: 2;
    gap: 18px;
    padding: 28px 16px 22px;
    aspect-ratio: auto;
    border-radius: 30px;
    background: rgb(255, 255, 255);
    background-image: none;
    border: 1px solid rgb(138, 77, 0);
  }
  #plan .top-plan-panel h2 {
    margin-bottom: 12px;
  }
  #plan .top-plan-tabs {
    gap: 10px;
    justify-content: space-between;
  }
  #plan .top-plan-tab {
    flex: 1 1 calc(50% - 6px);
    min-width: 0;
    padding: 11px 8px 12px;
    font-size: 1.125rem;
    color: rgb(255, 255, 255);
    border-radius: 22px;
  }
  #plan .top-plan-tab span {
    margin-bottom: 2px;
    font-size: 0.75rem;
    color: inherit;
  }
  #plan .top-plan-tab.is-active {
    transform: translateY(-2px);
    box-shadow: 0 8px 14px rgba(0, 0, 0, 0.14);
    color: rgb(255, 255, 255);
    border-color: rgba(255, 255, 255, 0.72);
  }
  #plan .top-plan-tab-premium {
    background: rgb(255, 140, 0);
  }
  #plan .top-plan-tab-standard {
    background: rgb(98, 198, 255);
  }
  #plan .top-plan-rows {
    width: 100%;
  }
  #plan .top-plan-row {
    grid-template-columns: minmax(0, 1fr) minmax(104px, 132px);
    gap: 12px;
    padding: 16px 0;
  }
  #plan .top-plan-label {
    grid-column: 1;
    text-align: left;
    font-size: 0.875rem;
    line-height: 1.6;
  }
  #plan .top-plan-value span {
    grid-column: 2;
    justify-self: end;
    text-align: right;
    font-size: 1rem;
    line-height: 1.6;
  }
  #plan .top-plan-value span[data-plan-content=premium],
  #plan .top-plan-value span[data-plan-content=standard] {
    grid-column: 2;
  }
  #plan .button-wrap {
    margin-top: 6px;
  }
  #plan .button-wrap .button {
    min-width: 0;
    width: 100%;
    padding: 15px 22px 16px;
  }
  #plan .button-wrap .button p {
    font-size: 1rem;
  }
  #blog .wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  #blog .container.wide {
    padding-top: 0;
    padding-bottom: 0;
  }
  #blog .top-blog-head {
    padding-bottom: 34px;
  }
  #blog .top-blog-head h2 {
    margin-bottom: 18px;
  }
  #blog .top-blog-head p {
    font-size: 0.9375rem;
    line-height: 1.8;
  }
  #blog .top-blog-grid {
    display: flex;
    grid-template-columns: none;
    gap: 0;
  }
  #blog .top-blog-slider {
    position: relative;
    padding: 0;
  }
  #blog .top-blog-viewport {
    overflow: hidden;
  }
  #blog .top-blog-nav {
    display: grid;
    place-items: center;
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 56px;
    height: 56px;
    border: 0;
    border-radius: 50%;
    background: rgba(138, 77, 0, 0.72);
    transform: translateY(-12%);
    cursor: pointer;
  }
  #blog .top-blog-nav::before {
    content: "";
    width: 16px;
    height: 16px;
    border-top: 3px solid rgb(255, 255, 255);
    border-right: 3px solid rgb(255, 255, 255);
  }
  #blog .top-blog-nav-prev {
    left: 0;
  }
  #blog .top-blog-nav-prev::before {
    transform: rotate(-135deg);
    margin-left: 6px;
  }
  #blog .top-blog-nav-next {
    right: 0;
  }
  #blog .top-blog-nav-next::before {
    transform: rotate(45deg);
    margin-right: 6px;
  }
  #blog .top-blog-card {
    flex: 0 0 100%;
    gap: 18px;
    padding: 0 38px;
  }
  #blog .top-blog-card h3 {
    min-height: 52px;
    font-size: 1.5rem;
  }
  #blog .top-blog-card p {
    font-size: 0.9375rem;
    line-height: 1.95;
  }
  #blog .top-blog-card-image {
    aspect-ratio: 1/1;
    border-radius: 30px;
  }
  #blog .button-wrap {
    margin-top: 34px;
  }
  #blog .button-wrap .button.brown {
    min-width: min(300px, 100%);
    width: min(300px, 100%);
  }
}/*# sourceMappingURL=top.css.map */