@charset "UTF-8";
:root {
  --white: #ffffff;
  --black: #000000;
  --gray10: #333333;
  --gray20: #474747;
  --gray30: #5C5C5C;
  --gray40: #757575;
  --gray50: #9E9E9E;
  --gray60: #C2C2C2;
  --gray70: #E0E0E0;
  --gray80: #F4F4F4;
  --gray90: #FBFBFB;
  --primary-black: #231815;
  --primary-red: #ff0001;
  --border: var(--gray60);
  --accent: var(--primary-red);
  --inactive: var(--gray60);
  --disabled: var(--gray60);
  --japanese-sans-serif:
    "Zen Maru Gothic",
    "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN",
    "メイリオ", Meiryo, Arial, sans-serif;
  --english-sans-serif: 'Montserrat', var(--japanese-sans-serif);
  --space-xs: clamp(1.25rem, 0.1389rem + 2.3148vw, 1.875rem);
  --space-sm: calc(var(--space-xs) * 1.5);
  --space-md: calc(var(--space-xs) * 2);
  --space-lg: calc(var(--space-xs) * 3);
  --space-xl: calc(var(--space-xs) * 4);
  --space-xxl: calc(var(--space-xs) * 5);
  --easeOutQuint: cubic-bezier(0.22, 1, 0.36, 1);
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  color: var(--primary-black);
  font-feature-settings: "palt" on;
  font-family: var(--japanese-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  line-break: strict;
  text-align: left;
  margin: 0;
  background-color: var(--white);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section, a, picture {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

p {
  margin: 0;
}

p a {
  display: inline-block;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  font-style: normal;
  line-height: inherit;
  margin: 0;
}

ol,
ul,
dl,
ol ol,
ul ul,
ol ul,
ul ol {
  padding: 0;
  margin: 0;
}

ol li,
ul li {
  list-style-position: inside;
  padding: 0;
}

ul li, ol li {
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

a, p a {
  color: var(--active);
  display: block;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: var(--active);
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin: 0;
  overflow: auto;
}

figure {
  margin: 0;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  width: 100%;
  border-collapse: collapse;
}

caption {
  color: var(--black);
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin: 0;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
  vertical-align: top;
  padding: 0.2rem 0.5rem;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=submit] {
  outline: none;
  border: 1px solid var(--border);
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0 0 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type=search]::-webkit-search-cancel-button {
  cursor: pointer;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

button, input[type=submit], input[type=button] {
  border: none;
  outline: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button, select, input {
  color: var(--black);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}
button::-moz-placeholder, select::-moz-placeholder, input::-moz-placeholder {
  color: var(--black);
}
button::placeholder, select::placeholder, input::placeholder {
  color: var(--black);
}

::-webkit-scrollbar {
  width: 15px;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.l-wrapper {
  overflow: hidden;
}
.l-container {
  width: 100%;
  max-width: 980px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .l-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .l-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.c-badge {
  position: relative;
}
.c-badge__body {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}
.c-badge__title {
  max-width: 82px;
}
.c-badge__name {
  font-size: 22px;
  font-size: 1.375rem;
  font-size: clamp(1.375rem, 0.7249614792rem + 2.7734976888vw, 2.5rem);
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  letter-spacing: 0;
  color: var(--white);
}
.c-badge__background {
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .c-badge {
    width: 316px;
  }
}

.c-buttonToIndex {
  position: relative;
  width: 100%;
  padding-top: var(--space-xl);
  padding-bottom: var(--space-xxl);
}
.c-buttonToIndex__button {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 18px;
  font-size: 1.125rem;
  font-size: clamp(1.125rem, 0.6916409861rem + 1.8489984592vw, 1.875rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-indent: 0.02em;
  border-radius: 50px;
  color: #E60012;
  border: 3px solid #E60012;
  background-color: var(--white);
  padding: 1em 2em;
  margin: 0 auto;
  transition: all 0.35s ease;
}
.c-buttonToIndex__button:hover {
  color: var(--white);
  background-color: #E60012;
}
@media screen and (min-width: 768px) {
  .c-buttonToIndex__button {
    border-width: 4px;
  }
}
@media screen and (min-width: 1024px) {
  .c-buttonToIndex {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

.p-hero {
  position: relative;
  z-index: 5;
}
.p-hero__container {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.p-hero__heading {
  position: absolute;
  top: 19%;
  left: 50%;
  transform: translateX(-48%);
  font-size: 28px;
  font-size: 1.75rem;
  font-size: clamp(1.75rem, 1.0277349769rem + 3.0816640986vw, 3rem);
  font-weight: 500;
  white-space: nowrap;
  letter-spacing: 0.06em;
  text-indent: 0.06em;
  text-align: center;
  margin: 0 auto;
  color: var(--white);
  transition: top 0.2s ease;
}
.p-hero__heading > span {
  display: block;
}
.p-hero__background {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: -1;
}
.p-hero__background img {
  width: 100%;
  height: auto;
  display: block;
}
.p-hero__clouds {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.p-hero__clouds .cloud-left,
.p-hero__clouds .cloud-right {
  position: absolute;
}
.p-hero__clouds .cloud-left {
  width: 26%;
  max-width: 236px;
  left: -12%;
  top: 60px;
  animation: cloudFloatLeft 8s ease-in-out infinite;
}
.p-hero__clouds .cloud-right {
  width: 28%;
  max-width: 253px;
  right: -4%;
  top: 240px;
  animation: cloudFloatRight 7s ease-in-out infinite;
}
.p-hero__animation {
  position: absolute;
  bottom: -10%;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 3;
}
.p-hero__animation div video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.p-hero__animation div.anim-pc {
  display: none;
  aspect-ratio: 2000/425;
  width: 100%;
  position: relative;
}
.p-hero__animation div.anim-sp {
  display: block;
  aspect-ratio: 750/362;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-hero__heading {
    top: 15%;
  }
  .p-hero__background img {
    height: 88vh;
    min-height: 580px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom;
       object-position: bottom;
  }
  .p-hero__clouds .cloud-left {
    left: -3%;
    width: 24%;
  }
  .p-hero__clouds .cloud-right {
    top: 280px;
    right: -6%;
    width: 24%;
  }
  .p-hero__animation {
    bottom: -14%;
  }
}
@media screen and (min-width: 1024px) {
  .p-hero__heading {
    top: 13%;
  }
  .p-hero__background img {
    height: auto;
    min-height: 685px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom;
       object-position: bottom;
  }
  .p-hero__clouds .cloud-left {
    top: 90px;
    left: -12%;
    width: 236px;
  }
  .p-hero__clouds .cloud-right {
    top: 280px;
    right: -13%;
    width: 253px;
  }
  .p-hero__animation {
    bottom: -15%;
  }
  .p-hero__animation div.anim-pc {
    display: block;
  }
  .p-hero__animation div.anim-sp {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .p-hero__heading {
    top: 14%;
  }
}
@media screen and (min-width: 1400px) {
  .p-hero__heading {
    top: 16%;
  }
}

@keyframes cloudFloatLeft {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes cloudFloatRight {
  0% {
    transform: translateY(-40px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-40px);
  }
}
.p-intro {
  position: relative;
  z-index: 3;
  padding-top: calc(var(--space-xxl) * 1.6);
  margin-top: -5.5vw;
  background-color: #53c3f1;
  background: linear-gradient(180deg, #54c3f1 0%, #ffffff 100%);
}
.p-intro__body {
  position: relative;
}
.p-intro__logo {
  width: 46%;
  max-width: 386px;
  display: block;
  position: relative;
  z-index: 2;
  margin: 0 auto;
}
.p-intro__logo > svg {
  width: 100%;
  height: auto;
  display: block;
}
.p-intro__sloganWrapper {
  max-width: 840px;
  display: block;
  position: relative;
  z-index: 1;
  margin: 5% auto 0;
}
.p-intro__slogan {
  width: 90%;
  margin: 0 auto;
}
.p-intro__slogan > svg {
  width: 100%;
  max-width: 810px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.p-intro__circle {
  display: block;
  width: 100%;
  height: auto;
  max-width: 840px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.p-intro__kirakira .kirakira-left,
.p-intro__kirakira .kirakira-right {
  position: absolute;
}
.p-intro__kirakira .kirakira-left {
  width: 23%;
  max-width: 197px;
  top: -42%;
  right: 85%;
}
.p-intro__kirakira .kirakira-right {
  width: 25%;
  max-width: 222px;
  top: -42%;
  left: 85%;
}
.p-intro__background {
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.5) 0.18rem, transparent 0.18rem), radial-gradient(circle, rgba(255, 255, 255, 0.5) 0.18rem, transparent 0.18rem), radial-gradient(circle, rgba(255, 255, 255, 0.5) 0.18rem, transparent 0.18rem), radial-gradient(circle, rgba(255, 255, 255, 0.5) 0.18rem, transparent 0.18rem);
  background-position: 0 0, 16px 0, 8px 16px, 24px 16px;
  background-size: 32px 32px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-intro {
    padding-top: calc(var(--space-xxl) * 3.5);
  }
}
@media screen and (min-width: 1024px) {
  .p-intro {
    padding-top: 450px;
    padding-bottom: 120px;
    margin-top: -5vw;
  }
  .p-intro__logo {
    width: 43%;
  }
  .p-intro__slogan {
    width: 100%;
  }
  .p-intro__sloganWrapper {
    margin: 25px auto 0;
  }
  .p-intro__kirakira .kirakira-left {
    top: 80px;
    right: calc(50% + 460px);
  }
  .p-intro__kirakira .kirakira-right {
    top: 80px;
    left: calc(50% + 450px);
  }
}

.p-slogan {
  position: relative;
  z-index: 4;
  padding-top: var(--space-xl);
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 50%, #fffcee 100%);
}
.p-slogan__body > * + * {
  margin-top: 1.4em;
}
.p-slogan__text {
  font-size: 20px;
  font-size: 1.25rem;
  font-size: clamp(1.25rem, 0.5999614792rem + 2.7734976888vw, 2.375rem);
  font-weight: 600;
  line-height: 2;
  white-space: nowrap;
  letter-spacing: 0;
  text-align: center;
  color: var(--black);
}
.p-slogan__text a {
  display: inline;
  text-decoration: none;
}
.p-slogan__text a.logo {
  color: #e95383;
}
.p-slogan__text a.character {
  color: #f08300;
}
.p-slogan__backgroundBottom {
  width: 100%;
  margin-top: var(--space-xl);
}
.p-slogan__background {
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.5) 0.18rem, transparent 0.18rem), radial-gradient(circle, rgba(255, 255, 255, 0.5) 0.18rem, transparent 0.18rem), radial-gradient(circle, rgba(255, 255, 255, 0.5) 0.18rem, transparent 0.18rem), radial-gradient(circle, rgba(255, 255, 255, 0.5) 0.18rem, transparent 0.18rem);
  background-position: 0 0, 16px 0, 8px 16px, 24px 16px;
  background-size: 32px 32px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .p-slogan {
    padding-top: 100px;
  }
  .p-slogan__backgroundBottom {
    margin-top: 235px;
  }
}

.p-design {
  position: relative;
  z-index: 1;
  padding-top: calc(var(--space-xxl) * 1.4);
  background: linear-gradient(180deg, #fffcee 0%, #f4cedf 50%, #fde0aa 100%);
}
.p-design__body {
  position: relative;
  padding: var(--space-xxl) 10% var(--space-xl);
  border: 4px solid var(--black);
  border-radius: 30px;
  background-color: #fdeef5;
}
.p-design__body::after {
  content: "";
  display: block;
  width: 76%;
  height: 4px;
  background-color: #fdeef5;
  position: absolute;
  top: -4px;
  left: 6%;
  z-index: 1;
}
.p-design__heading {
  width: 72%;
  max-width: 634px;
  position: absolute;
  top: -0.9%;
  left: 8%;
  z-index: 2;
}
.p-design__heading > * {
  width: 100%;
  height: auto;
  display: block;
}
.p-design__logoWrap {
  position: relative;
  z-index: 1;
}
.p-design__logoWrap::after {
  content: "";
  display: block;
  width: 150%;
  height: auto;
  aspect-ratio: 1/1;
  background: radial-gradient(circle, rgb(255, 255, 255) 40%, rgba(255, 255, 255, 0) 70%);
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}
.p-design__logo {
  width: 85%;
  max-width: 492px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.p-design__logo > * {
  width: 100%;
  height: auto;
  display: block;
}
.p-design__text {
  position: relative;
  z-index: 2;
  margin-top: var(--space-xl);
}
.p-design__title {
  font-size: 22px;
  font-size: 1.375rem;
  font-size: clamp(1.375rem, 0.8333012327rem + 2.311248074vw, 2.3125rem);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
  color: #e95383;
}
.p-design__title br {
  display: inline;
}
.p-design__description {
  font-size: 16px;
  font-size: 1rem;
  font-size: clamp(1rem, 0.4944144838rem + 2.157164869vw, 1.875rem);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.02em;
  text-align: justify;
  margin-top: 0.7em;
  color: var(--primary-black);
}
.p-design__line {
  margin: var(--space-xxl) 0;
}
.p-design__line::after {
  content: "";
  display: block;
  width: 100vw;
  max-width: 1026px;
  height: 20px;
  background: url("../../assets/img/line-gizagiza-pink.png") repeat-x center center/contain;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.p-design__subheading {
  width: 46%;
  max-width: 257px;
}
.p-design__subheading > svg {
  width: 100%;
  height: auto;
  display: block;
}
.p-design__logoHistory {
  display: block;
  width: 110%;
  max-width: 700px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.p-design__note {
  font-size: 16px;
  font-size: 1rem;
  font-size: clamp(1rem, 0.4944144838rem + 2.157164869vw, 1.875rem);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.02em;
  text-align: justify;
  margin-top: 1.2em;
  color: var(--primary-black);
}
.p-design__note br {
  display: none;
}
.p-design__background {
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.5) 0.18rem, transparent 0.18rem), radial-gradient(circle, rgba(255, 255, 255, 0.5) 0.18rem, transparent 0.18rem), radial-gradient(circle, rgba(255, 255, 255, 0.5) 0.18rem, transparent 0.18rem), radial-gradient(circle, rgba(255, 255, 255, 0.5) 0.18rem, transparent 0.18rem);
  background-position: 0 0, 16px 0, 8px 16px, 24px 16px;
  background-size: 32px 32px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-design {
    padding-top: calc(var(--space-xxl) * 1.6);
  }
  .p-design__body {
    padding: calc(var(--space-xxl) * 1.6) 10% var(--space-xl);
  }
  .p-design__logo {
    width: 75%;
  }
}
@media screen and (min-width: 1024px) {
  .p-design {
    padding-top: 400px;
  }
  .p-design__body {
    padding: 210px 13.445% 135px;
    border-radius: 50px;
  }
  .p-design__body::after {
    width: 74%;
    left: 6%;
  }
  .p-design__heading {
    top: -1.45%;
    left: 7%;
  }
  .p-design__logo {
    width: 100%;
  }
  .p-design__text {
    margin-top: 205px;
  }
  .p-design__title {
    line-height: 1;
  }
  .p-design__title br {
    display: none;
  }
  .p-design__line {
    margin: 140px 0;
  }
  .p-design__subheading {
    width: 257px;
  }
  .p-design__logoHistory {
    margin-top: -85px;
  }
  .p-design__note br {
    display: inline;
  }
}

.p-character {
  position: relative;
  z-index: 1;
  padding-top: calc(var(--space-xxl) * 1.4);
  background: linear-gradient(180deg, #fde0aa 0%, #f6de62 50%, #ffffff 100%);
}
.p-character__body {
  position: relative;
  padding: calc(var(--space-xxl) * 2.6) 10% var(--space-xl);
  border: 4px solid var(--black);
  border-radius: 30px;
  background-color: #fff9b1;
}
.p-character__body::after {
  content: "";
  display: block;
  width: 69%;
  height: 4px;
  background-color: #fff9b1;
  position: absolute;
  top: -4px;
  left: 6%;
  z-index: 1;
}
.p-character__heading {
  width: 64%;
  max-width: 536px;
  position: absolute;
  top: -0.75%;
  left: 8%;
  z-index: 2;
}
.p-character__heading > * {
  width: 100%;
  height: auto;
  display: block;
}
.p-character__charaWrap {
  position: relative;
  z-index: 1;
}
.p-character__charaWrap::after {
  content: "";
  display: block;
  width: 140%;
  height: auto;
  aspect-ratio: 1/1;
  background: radial-gradient(circle, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0) 70%);
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}
.p-character__chara {
  width: 90%;
  max-width: 470px;
  position: relative;
  z-index: 2;
  margin: 0 auto;
}
.p-character__chara > * {
  width: 100%;
  height: auto;
  display: block;
}
.p-character__badge {
  width: 60%;
  max-width: 316px;
  position: absolute;
  top: 45px;
  right: -5%;
  z-index: 2;
}
.p-character__text {
  margin-top: var(--space-lg);
}
.p-character__title {
  position: relative;
  z-index: 2;
  font-size: 22px;
  font-size: 1.375rem;
  font-size: clamp(1.375rem, 0.8333012327rem + 2.311248074vw, 2.3125rem);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
  color: #f08300;
}
.p-character__title br {
  display: inline;
}
.p-character__description {
  font-size: 16px;
  font-size: 1rem;
  font-size: clamp(1rem, 0.4944144838rem + 2.157164869vw, 1.875rem);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.02em;
  text-align: justify;
  margin-top: 0.6em;
  color: var(--primary-black);
}
.p-character__profile {
  margin-top: var(--space-lg);
}
.p-character__profileTitle {
  width: 34%;
  max-width: 135px;
  margin: 0;
}
.p-character__profileTitle > * {
  width: 100%;
  height: auto;
  display: block;
}
.p-character__profileList {
  margin-top: var(--space-md);
}
.p-character__marquee {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  margin-top: var(--space-xl);
}
.p-character__line {
  margin: var(--space-xxl) 0;
}
.p-character__line::after {
  content: "";
  display: block;
  width: 100vw;
  max-width: 1026px;
  height: 20px;
  background: url("../../assets/img/line-gizagiza-orange.png") repeat-x center center/contain;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.p-character__historyHeading {
  width: 50%;
  max-width: 257px;
  margin: 0;
}
.p-character__historyHeading > * {
  width: 100%;
  height: auto;
  display: block;
}
.p-character__historyBody {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
}
.p-character__historyThumbSp {
  display: block;
  width: 80%;
  max-width: 350px;
  margin: var(--space-sm) auto 0;
}
.p-character__historyThumbSp > * {
  width: 100%;
  height: auto;
  display: block;
}
.p-character__historyImage {
  width: 70%;
  max-width: 352px;
  position: static;
  margin: 0 auto;
  display: none;
}
.p-character__historyContent {
  width: 100%;
  margin-top: var(--space-md);
}
.p-character__historyContent > * + * {
  margin-top: var(--space-lg);
}
.p-character__historyTitle {
  font-size: 22px;
  font-size: 1.375rem;
  font-size: clamp(1.375rem, 0.7971879815rem + 2.4653312789vw, 2.375rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  color: #f08300;
}
.p-character__historyDescription {
  font-size: 15px;
  font-size: 0.9375rem;
  font-size: clamp(0.9375rem, 0.6485939908rem + 1.2326656394vw, 1.4375rem);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0;
  text-align: justify;
  margin-top: 0.6em;
  color: var(--primary-black);
}
.p-character__background {
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.5) 0.18rem, transparent 0.18rem), radial-gradient(circle, rgba(255, 255, 255, 0.5) 0.18rem, transparent 0.18rem), radial-gradient(circle, rgba(255, 255, 255, 0.5) 0.18rem, transparent 0.18rem), radial-gradient(circle, rgba(255, 255, 255, 0.5) 0.18rem, transparent 0.18rem);
  background-position: 0 0, 16px 0, 8px 16px, 24px 16px;
  background-size: 32px 32px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 500px) {
  .p-character__body {
    padding: 62vw 10% var(--space-xl);
  }
}
@media screen and (min-width: 768px) {
  .p-character {
    padding-top: calc(var(--space-xxl) * 1.6);
  }
  .p-character__body {
    padding: calc(var(--space-xxl) * 3.2) 10% var(--space-xl);
  }
  .p-character__badge {
    top: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .p-character {
    padding-top: 400px;
  }
  .p-character__body {
    padding: 250px 13.445% 150px;
    border-radius: 50px;
  }
  .p-character__body::after {
    width: 64%;
    left: 5%;
  }
  .p-character__heading {
    width: 536px;
    top: -1.55%;
    left: 7%;
  }
  .p-character__chara {
    width: 100%;
  }
  .p-character__badge {
    width: 100%;
    top: -45px;
    right: -8px;
  }
  .p-character__text {
    margin-top: 130px;
  }
  .p-character__title {
    line-height: 1;
  }
  .p-character__title br {
    display: none;
  }
  .p-character__profile {
    margin-top: 90px;
  }
  .p-character__profileTitle {
    width: 135px;
  }
  .p-character__profileList {
    margin-top: 50px;
  }
  .p-character__marquee {
    margin-top: 150px;
  }
  .p-character__line {
    margin: 140px 0;
  }
  .p-character__hsistoryHeading {
    width: 257px;
  }
  .p-character__historyBody {
    flex-direction: row;
    gap: 0;
  }
  .p-character__historyThumbSp {
    display: none;
  }
  .p-character__historyImage {
    width: 100%;
    max-width: 352px;
    position: absolute;
    top: 0;
    left: calc(72% + 40px);
    display: block;
  }
  .p-character__historyContent {
    width: 72%;
    margin-top: 100px;
  }
  .p-character__historyContent > * + * {
    margin-top: 55px;
  }
}

.p-cloud {
  position: relative;
  z-index: 2;
  padding-top: calc(var(--space-xxl) * 1.4);
}
@media screen and (min-width: 768px) {
  .p-cloud {
    padding-top: calc(var(--space-xxl) * 1.6);
  }
}
@media screen and (min-width: 1024px) {
  .p-cloud {
    padding-top: 320px;
  }
}

.p-message {
  position: relative;
  z-index: 2;
  padding-top: 80px;
}
.p-message__heading {
  width: 65%;
  max-width: 482px;
}
.p-message__heading > * {
  width: 100%;
  height: auto;
  display: block;
}
.p-message__figure {
  position: relative;
  margin-top: var(--space-lg);
}
.p-message__figure > img {
  width: 80%;
  max-width: 686px;
  display: block;
  margin: 0 auto;
}
.p-message__figure::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 100vw;
  height: 59%;
  transform: translate(-50%, -50%);
  background-image: radial-gradient(circle, rgba(240, 202, 172, 0.5) 0.18rem, transparent 0.18rem), radial-gradient(circle, rgba(240, 202, 172, 0.5) 0.18rem, transparent 0.18rem), radial-gradient(circle, rgba(240, 202, 172, 0.5) 0.18rem, transparent 0.18rem), radial-gradient(circle, rgba(240, 202, 172, 0.5) 0.18rem, transparent 0.18rem);
  background-position: 0 0, 16px 0, 8px 16px, 24px 16px;
  background-size: 32px 32px;
}
.p-message__figure::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -2;
  width: 100vw;
  height: 59%;
  transform: translate(-50%, -50%);
  background-color: #e60012;
}
.p-message__text {
  max-width: 650px;
  margin-top: var(--space-md);
  padding: 0 8%;
  margin-left: auto;
  margin-right: auto;
}
.p-message__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-size: clamp(1.5rem, 0.9221879815rem + 2.4653312789vw, 2.5rem);
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  letter-spacing: 0;
  color: #e60012;
}
.p-message__description {
  font-size: 16px;
  font-size: 1rem;
  font-size: clamp(1rem, 0.4944144838rem + 2.157164869vw, 1.875rem);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.02em;
  text-align: justify;
  margin-top: 0.6em;
  color: var(--primary-black);
}
.p-message__profile {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  display: flex;
  flex-direction: column;
  margin-top: 50px;
  margin-left: auto;
}
.p-message__profileCompany {
  font-size: 15px;
  font-size: 0.9375rem;
  font-size: clamp(0.9375rem, 0.6124807396rem + 1.3867488444vw, 1.5rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: var(--primary-black);
}
.p-message__profileName {
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-top: 1em;
  color: var(--primary-black);
}
.p-message__profileName dt {
  font-size: 15px;
  font-size: 0.9375rem;
  font-size: clamp(0.9375rem, 0.6124807396rem + 1.3867488444vw, 1.5rem);
  font-weight: 500;
}
.p-message__profileName dd {
  font-size: 18px;
  font-size: 1.125rem;
  font-size: clamp(1.125rem, 0.6916409861rem + 1.8489984592vw, 1.875rem);
  font-weight: 500;
}
.p-message__chara {
  width: 72%;
  max-width: 472px;
  margin-top: var(--space-sm);
  transform: translateX(-50px);
}
@media screen and (min-width: 768px) {
  .p-message__text {
    padding: 0 4%;
  }
}
@media screen and (min-width: 1024px) {
  .p-message__hading {
    width: 482px;
  }
  .p-message__figure {
    margin-top: 105px;
  }
  .p-message__figure > img {
    width: 100%;
  }
  .p-message__text {
    padding: 0;
    margin-top: 65px;
  }
  .p-message__chara {
    width: 100%;
    margin-top: -50px;
  }
}

.js-marquee {
  width: 100%;
  height: 100%;
}
.js-marquee .swiper-wrapper {
  width: 100%;
  height: 100%;
  transition-timing-function: linear !important;
}
.js-marquee .swiper-slide {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.js-marquee .swiper-slide__image {
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.js-marquee .swiper-slide__image img {
  -o-object-fit: cover;
     object-fit: cover;
}

.js-floating {
  animation: float 5s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(0);
  }
}
.js-rotateGearInfinite {
  animation: rotateGear 15s linear infinite;
}

@keyframes rotateGear {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
