/*
* top.css
*
*/
.hello-content {
  overflow: clip;
  margin: 0 auto;
  max-width: 750px;

  --base-size: 1rem;
}
@media (min-width: 768px) {
  .hello-content {
    max-width: initial;
  }
}
@media (min-width: 768px) {
  .hello-content .hello-container {
    margin: auto;
    max-width: clamp(1080px,140.625vw, 1440px);
  }
}
.hello-content img {
  max-width: 100%;
  height: auto;
}
.hello-content .js-fade {
  opacity: 0;
  transition: opacity 0.65s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.85s cubic-bezier(0.39, 0.575, 0.565, 1);
  transform: translateY(25px);
}
.hello-content .js-fade.is-inview {
  -webkit-animation: fade 0.45s forwards;
          animation: fade 0.45s forwards;
}
@-webkit-keyframes fade {
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade {
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.hello-content .hello-link {
  position: fixed;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: white;
}
@media (min-width: 768px) {
  .hello-content .hello-link {
    display: flex;
    opacity: 0;
    flex-direction: column;
    bottom: 80px;
    left: initial;
    max-width: clamp(256px,33.39844vw, 342px);

    gap: clamp(7px,0.97657vw, 10px);
  }
}
.hello-content .hello-link.-message {
  opacity: 1;
  position: static;
  padding: clamp(37px,4.88282vw, 50px) 0 clamp(41px,5.3711vw, 55px);
  max-width: 100%;
}
@media (min-width: 768px) {
  .hello-content .hello-link.-message p {
    padding: 0 !important;
  }
}
.hello-content .hello-link .hello-link-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0 min( 17.94872vw, 8.5625 * var(--base-size)) min( 5.12821vw, 2.4375 * var(--base-size)) min( 5.12821vw, 2.4375 * var(--base-size));
  background-color: #fff;

  gap: min( 2.56411vw, 1.1875 * var(--base-size));
}
@media (min-width: 768px) {
  .hello-content .hello-link .hello-link-inner {
    align-items: flex-start;
    padding: 0 clamp(15px,1.95313vw, 20px) clamp(15px,1.95313vw, 20px);

    gap: clamp(7px,0.97657vw, 10px);
  }
}
.hello-content .hello-link p {
  text-align: center;
  white-space: nowrap;
  font-size: min( 4.8718vw, 2.3125 * var(--base-size));

  padding-block: min( 5.12821vw, 2.4375 * var(--base-size));
}
@media (min-width: 768px) {
  .hello-content .hello-link p {
    padding: clamp(15px,1.95313vw, 20px) clamp(15px,1.95313vw, 20px) 0;
    font-size: clamp(13px,1.75782vw, 18px);
  }
}
.hello-content .hello-link .hello-link-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 100%;
  transition: opacity 0.3s ease;
  background-color: #2d75c7;
  color: #fff;
  font-size: min( 4.61539vw, 2.1875 * var(--base-size));

  aspect-ratio: 290/44;
}
@media (min-width: 768px) {
  .hello-content .hello-link .hello-link-btn:hover {
    opacity: 0.6;
  }
}
@media (min-width: 768px) {
  .hello-content .hello-link .hello-link-btn {
    width: clamp(217px,28.32032vw, 290px);
    font-size: clamp(13px,1.75782vw, 18px);

    aspect-ratio: 290/44;
  }
}
.hello-content .hello-mv {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.hello-content .hello-mv img {
  width: 100%;
}
.hello-content .hello-mv-opening {
  position: absolute;
  z-index: 1;

  inset: 0;
}
.hello-content .hello-mv-light {
  position: absolute;
  z-index: 2;
  margin: auto;
  border-radius: 50%;
  width: min( 84.61539vw, 40.5625 * var(--base-size));
  height: min( 94.8718vw, 45.5 * var(--base-size));
  background: radial-gradient(white 10%, rgba(255, 255, 255, 0.5) 20%, rgba(255, 255, 255, 0) 45%);

  inset: 0 min( 23.07693vw, 11.0625 * var(--base-size)) 0 0;
}
@media (min-width: 768px) {
  .hello-content .hello-mv-light {
    right: clamp(414px,53.90625vw, 552px);
    width: clamp(277px,36.13282vw, 370px);
    height: clamp(292px,38.08594vw, 390px);
  }
}
.hello-content .hello-message {
  padding: min( 26.92308vw, 12.875 * var(--base-size)) min( 3.84616vw, 1.8125 * var(--base-size));
  text-align: center;
  font-size: min( 3.58975vw, 1.6875 * var(--base-size));
  line-height: 2;
}
@media (min-width: 768px) {
  .hello-content .hello-message {
    padding: 0 clamp(11px,1.46485vw, 15px) clamp(75px,9.76563vw, 100px);
    font-size: clamp(10px,1.36719vw, 14px);
  }
}
.hello-content .hello-message p + p {
  margin-top: min( 6.41026vw, 3.0625 * var(--base-size));
}
@media (min-width: 768px) {
  .hello-content .hello-message p + p {
    margin-top: clamp(21px,2.83204vw, 29px);
  }
}
.hello-content .hello-world {
  overflow: hidden;
  padding: min( 15.38462vw, 7.375 * var(--base-size)) 0 min( 25.64103vw, 12.25 * var(--base-size));
  border-radius: min( 7.69231vw, 3.6875 * var(--base-size));
  background-color: #f0f0f0;
}
@media (min-width: 768px) {
  .hello-content .hello-world {
    padding: clamp(67px,8.78907vw, 90px) clamp(52px,6.83594vw, 70px) clamp(75px,9.76563vw, 100px);
    border-radius: clamp(22px,2.92969vw, 30px);
  }
}
.hello-content .hello-world-title {
  padding: 0 min( 6.15385vw, 2.9375 * var(--base-size));
  text-align: center;
  font-size: min( 8.20513vw, 3.9375 * var(--base-size));
  font-weight: normal;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .hello-content .hello-world-title {
    padding: 0;
    text-align: left;
    font-size: clamp(24px,3.125vw, 32px);
  }
}
.hello-content .hello-world-cards {
  display: flex;
  flex-flow: column;
  margin-top: min( 10.25642vw, 4.875 * var(--base-size));

  gap: min( 20.51283vw, 9.8125 * var(--base-size));
}
@media (min-width: 768px) {
  .hello-content .hello-world-cards {
    flex-flow: wrap;
    margin-top: 4.1666666667vw;

    gap: 4.1666666667vw 1.3888888889vw;
  }
}
@media (min-width: 1440px) {
  .hello-content .hello-world-cards {
    margin-top: clamp(45px,5.85938vw, 60px);

    gap: clamp(45px,5.85938vw, 60px) clamp(15px,1.95313vw, 20px);
  }
}
.hello-content .hello-world-card {
  width: 100%;
}
.hello-content .hello-world-card ul {
  display: flex;
  overflow-x: auto;

  padding-inline: min( 6.15385vw, 2.9375 * var(--base-size));
}
@media (min-width: 768px) {
  .hello-content .hello-world-card ul {
    overflow-x: visible;

    padding-inline: 0;
  }
}
.hello-content .hello-world-card ul:not(.swiper-wrapper) {
  gap: 0 min( 3.84616vw, 1.8125 * var(--base-size));
}
@media (min-width: 768px) {
  .hello-content .hello-world-card ul:not(.swiper-wrapper) {
    gap: 0 15px;
  }
}
.hello-content .hello-world-card [data-core-scroller] {
  position: relative;
  width: 100%;
}
.hello-content .hello-world-card [data-core-scroller]:hover [data-core-scroller-prev],
.hello-content .hello-world-card [data-core-scroller]:hover [data-core-scroller-next] {
  opacity: 1;
  pointer-events: auto;

  scale: 1;
}
.hello-content .hello-world-card [data-core-scroller]:hover [data-core-scroller-prev]:hover,
.hello-content .hello-world-card [data-core-scroller]:hover [data-core-scroller-next]:hover {
  scale: 1.1;
}
.hello-content .hello-world-card [data-core-scroller].is-start [data-core-scroller-prev] {
  opacity: 0 !important;

  scale: 0.6 !important;
}
.hello-content .hello-world-card [data-core-scroller].is-end [data-core-scroller-next] {
  opacity: 0 !important;

  scale: 0.6 !important;
}
.hello-content .hello-world-card [data-core-scroller-navigation] {
  display: flex;
  justify-content: space-between;
  position: absolute;
  z-index: 1;
  margin: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  pointer-events: none;

  inset: 0;
}
.hello-content .hello-world-card [data-core-scroller-navigation] [data-core-scroller-prev] {
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), scale 0.4s cubic-bezier(0.23, 1, 0.32, 1);

  rotate: 180deg;
  scale: 0.6;
}
.hello-content .hello-world-card [data-core-scroller-navigation] [data-core-scroller-next] {
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), scale 0.4s cubic-bezier(0.23, 1, 0.32, 1);

  scale: 0.6;
}
@media (min-width: 768px) {
  .hello-content .hello-world-card [data-core-scroller-contents] {
    overflow-x: scroll;
    position: relative;

    margin-inline: calc(50% - 50vw);
    scroll-snap-type: mandatory;
    scroll-snap-type: x mandatory;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
}
.hello-content .hello-world-card [data-core-scroller-contents]::-webkit-scrollbar {
  display: none;
}
@media (min-width: 768px) {
  .hello-content .hello-world-card [data-core-scroller-contents] ul {
    display: inline-flex;
    width: 100%;
    vertical-align: top;
  }
}
.hello-content .hello-world-card [data-core-scroller-contents] li {
  pointer-events: none;
}
@media (min-width: 768px) {
  .hello-content .hello-world-card [data-core-scroller-contents] li {
    display: inline-block;

    scroll-snap-coordinate: start;
    scroll-snap-align: start;
  }
}
@media (min-width: 768px) {
  .hello-content .hello-world-card [data-core-scroller-contents] li:last-child > input {
    width: calc(100% + clamp(52px,6.83594vw, 70px)) !important;
  }
}
@media (min-width: 1440px) {
  .hello-content .hello-world-card [data-core-scroller-contents] li:last-child > input {
    width: calc(100% + (100vw - 1440px) / 2 + clamp(52px,6.83594vw, 70px)) !important;
  }
}
.hello-content .hello-world-card [data-core-scroller-contents] li > * {
  pointer-events: auto;
}
@media (min-width: 768px) {
  .hello-content .hello-world-card [data-core-scroller-contents] li > * {
    transform: translateX(calc(clamp(52px,6.83594vw, 70px)));
  }
}
@media (min-width: 1440px) {
  .hello-content .hello-world-card [data-core-scroller-contents] li > * {
    transform: translateX(calc((100vw - 1440px) / 2 + clamp(52px,6.83594vw, 70px)));
  }
}
.hello-content .hello-world-card li {
  position: relative;
  width: min( 80vw, 38.375 * var(--base-size));
}
@media (min-width: 768px) {
  .hello-content .hello-world-card li {
    width: 21.6666666667vw;
  }
}
@media (min-width: 1440px) {
  .hello-content .hello-world-card li {
    width: clamp(234px,30.46875vw, 312px);
  }
}
.hello-content .hello-world-card input[type=checkbox] {
  opacity: 0;
  position: absolute;
  width: 100% !important;
  height: 100% !important;
}
.hello-content .hello-world-card input[type=checkbox]:checked + label .hello-world-card-img-front {
  transform: rotateY(-180deg) scale(0.94);
}
.hello-content .hello-world-card input[type=checkbox]:checked + label .hello-world-card-img-back {
  transform: rotateY(0);
}
.hello-content .hello-world-card input[type=checkbox]:checked + label span {
  background-color: var(--pattern);
}
.hello-content .hello-world-card input[type=checkbox]:checked + label span::before,
.hello-content .hello-world-card input[type=checkbox]:checked + label span::after {
  background-color: #fff !important;
}
.hello-content .hello-world-card input[type=checkbox]:checked + label span::after {
  opacity: 0;
  transform: translate(-50%) rotate(0) !important;
}
.hello-content .hello-world-card label {
  display: inline-block;
  position: relative;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  cursor: pointer;
}
.hello-content .hello-world-card-img {
  position: relative;
  width: min( 80vw, 38.375 * var(--base-size));
  max-width: min( 80vw, 38.375 * var(--base-size));
  height: min( 133.33334vw, 64 * var(--base-size));
}
@media (min-width: 768px) {
  .hello-content .hello-world-card-img {
    width: 21.6666666667vw;
    height: 36.1111111111vw;
  }
}
@media (min-width: 1440px) {
  .hello-content .hello-world-card-img {
    width: clamp(234px,30.46875vw, 312px);
    height: clamp(390px,50.78125vw, 520px);
  }
}
.hello-content .hello-world-card-img span {
  position: absolute;
  z-index: 2;
  bottom: min( 6.15385vw, 2.9375 * var(--base-size));
  left: 50%;
  border-radius: 50%;
  width: min( 10.25642vw, 4.875 * var(--base-size));
  height: min( 10.25642vw, 4.875 * var(--base-size));
  transition: background-color 0.65s cubic-bezier(0.39, 0.575, 0.565, 1);
  transform: translateX(-50%);
  background-color: #fff;
}
@media (min-width: 768px) {
  .hello-content .hello-world-card-img span {
    bottom: 1.6666666667vw;
    width: 2.7777777778vw;
    height: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .hello-content .hello-world-card-img span {
    bottom: clamp(18px,2.34375vw, 24px);
    width: clamp(30px,3.90625vw, 40px);
    height: clamp(30px,3.90625vw, 40px);
  }
}
.hello-content .hello-world-card-img span::before,
.hello-content .hello-world-card-img span::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: min( 5.12821vw, 2.4375 * var(--base-size));
  height: min( 0.76924vw, 0.3125 * var(--base-size));
  transition: background-color 0.9s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-color: #777778;
}
@media (min-width: 768px) {
  .hello-content .hello-world-card-img span::before,
  .hello-content .hello-world-card-img span::after {
    width: 1.3888888889vw;
    height: 0.2083333333vw;
  }
}
@media (min-width: 1440px) {
  .hello-content .hello-world-card-img span::before,
  .hello-content .hello-world-card-img span::after {
    width: clamp(15px,1.95313vw, 20px);
    height: clamp(2px,0.29297vw, 3px);
  }
}
.hello-content .hello-world-card-img span::after {
  transform: rotate(90deg);
}
.hello-content .hello-world-card-img span.-pattern1 {
  --pattern: #307357 !important;
}
.hello-content .hello-world-card-img span.-pattern2 {
  --pattern: #251e18 !important;
}
.hello-content .hello-world-card-img span.-pattern3 {
  --pattern: #5dc6ff !important;
}
.hello-content .hello-world-card-img span.-pattern4 {
  --pattern: #3370c8 !important;
}
.hello-content .hello-world-card-img span.-pattern5 {
  --pattern: #958271 !important;
}
.hello-content .hello-world-card-img span.-pattern6 {
  --pattern: #3ec7a8 !important;
}
.hello-content .hello-world-card-img span.-pattern7 {
  --pattern: #f1a3d2 !important;
}
.hello-content .hello-world-card-img span.-pattern8 {
  --pattern: #e5aa01 !important;
}
.hello-content .hello-world-card-img span.-pattern9 {
  --pattern: #a44fb9 !important;
}
.hello-content .hello-world-card-img span.-pattern10 {
  --pattern: #c94b39 !important;
}
.hello-content .hello-world-card-img span.-pattern11 {
  --pattern: #0286be !important;
}
.hello-content .hello-world-card-img span.-pattern12 {
  --pattern: #193c6d !important;
}
.hello-content .hello-world-card-img-front {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  transition: transform 0.95s cubic-bezier(0.215, 0.61, 0.355, 1);

  backface-visibility: hidden;
  transform-style: preserve-3d;
}
@media (min-width: 768px) {
  .hello-content .hello-world-card-img-front img {
    border-radius: clamp(9px,1.17188vw, 12px);
    width: 100%;
    height: 100%;

    -o-object-fit: cover;

       object-fit: cover;
  }
}
.hello-content .hello-world-card-img-back {
  position: absolute;
  transition: transform 0.95s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotateY(180deg) scale(0.94);

  inset: 0;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}
.hello-content .hello-world-card-img-back-content {
  display: flex;
  flex-flow: column;
  padding: min( 6.15385vw, 2.9375 * var(--base-size)) min( 6.15385vw, 2.9375 * var(--base-size));
  border-radius: 12px;
  height: 100%;
  background-color: #fff;

  gap: min( 2.3077vw, 1.0625 * var(--base-size)) 0;
  transform-style: preserve-3d;
}
@media (min-width: 768px) {
  .hello-content .hello-world-card-img-back-content {
    padding: 1.7361111111vw 1.0416666667vw;

    gap: 1.0416666667vw 0;
  }
}
@media (min-width: 1440px) {
  .hello-content .hello-world-card-img-back-content {
    padding: clamp(18px,2.44141vw, 25px) clamp(11px,1.46485vw, 15px);

    gap: clamp(11px,1.46485vw, 15px) 0;
  }
}
.hello-content .hello-world-card-img-back-sub {
  color: #656565;
  font-size: min( 3.58975vw, 1.6875 * var(--base-size));
}
@media (min-width: 768px) {
  .hello-content .hello-world-card-img-back-sub {
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 1440px) {
  .hello-content .hello-world-card-img-back-sub {
    font-size: clamp(10px,1.36719vw, 14px);
  }
}
.hello-content .hello-world-card-img-back-main img {
  width: auto;
  height: min( 14.35898vw, 6.875 * var(--base-size));
}
@media (min-width: 768px) {
  .hello-content .hello-world-card-img-back-main img {
    height: 4.0277777778vw;
  }
}
@media (min-width: 1440px) {
  .hello-content .hello-world-card-img-back-main img {
    height: clamp(43px,5.66407vw, 58px);
  }
}
.hello-content .hello-world-card-img-back-main img[src*="4_1"] {
  height: min( 23.58975vw, 11.3125 * var(--base-size));
}
@media (min-width: 768px) {
  .hello-content .hello-world-card-img-back-main img[src*="4_1"] {
    height: 6.3888888889vw;
  }
}
@media (min-width: 1440px) {
  .hello-content .hello-world-card-img-back-main img[src*="4_1"] {
    height: clamp(69px,8.98438vw, 92px);
  }
}
.hello-content .hello-world-card-img-back-main img[src*="5_4"] {
  height: min( 23.58975vw, 11.3125 * var(--base-size));
}
@media (min-width: 768px) {
  .hello-content .hello-world-card-img-back-main img[src*="5_4"] {
    height: 6.3888888889vw;
  }
}
@media (min-width: 1440px) {
  .hello-content .hello-world-card-img-back-main img[src*="5_4"] {
    height: clamp(69px,8.98438vw, 92px);
  }
}
.hello-content .hello-world-card-img-back-text {
  font-size: min( 4.61539vw, 2.1875 * var(--base-size));
  line-height: 1.6;
}
@media (min-width: 768px) {
  .hello-content .hello-world-card-img-back-text {
    font-size: 1.1111111111vw;
  }
}
@media (min-width: 1440px) {
  .hello-content .hello-world-card-img-back-text {
    font-size: clamp(12px,1.5625vw, 16px);
  }
}
.hello-content .hello-world-card-img-back-text a {
  transition: opacity 0.3s ease;
  text-decoration: underline;
  color: #2d75c7;
}
@media (min-width: 768px) {
  .hello-content .hello-world-card-img-back-text a:hover {
    opacity: 0.6;
  }
}
.hello-content .hello-world-card-title {
  position: relative;
  margin-bottom: min( 6.15385vw, 2.9375 * var(--base-size));
  margin-left: min( 6.15385vw, 2.9375 * var(--base-size));
  color: #656565;
  font-size: min( 5.12821vw, 2.4375 * var(--base-size));
  font-weight: bold;
}
@media (min-width: 768px) {
  .hello-content .hello-world-card-title {
    margin-bottom: clamp(18px,2.34375vw, 24px);
    margin-left: 0;
    font-size: clamp(15px,1.95313vw, 20px);
  }
}
.hello-content .hello-more {
  padding: min( 20.51283vw, 9.8125 * var(--base-size)) 0;
}
@media (min-width: 768px) {
  .hello-content .hello-more {
    padding: clamp(60px,7.8125vw, 80px) 4.8611111111vw clamp(75px,9.76563vw, 100px);
  }
}
@media (min-width: 1440px) {
  .hello-content .hello-more {
    padding: clamp(60px,7.8125vw, 80px) clamp(52px,6.83594vw, 70px) clamp(75px,9.76563vw, 100px);
  }
}
.hello-content .hello-more-title {
  position: relative;
  color: #656565;
  font-size: min( 5.12821vw, 2.4375 * var(--base-size));
}
@media (min-width: 768px) {
  .hello-content .hello-more-title {
    font-size: clamp(15px,1.95313vw, 20px);
  }
}
@media (min-width: 768px) {
  .hello-content .hello-knowledges {
    display: flex;
    flex-flow: column;

    gap: clamp(48px,6.34766vw, 65px);
  }
}
@media (min-width: 768px) {
  .hello-content .hello-knowledge {
    max-width: clamp(480px,62.5vw, 640px);
  }
  .hello-content .hello-knowledge:first-child {
    max-width: clamp(256px,33.39844vw, 342px);
  }
}
.hello-content .hello-knowledge + .hello-knowledge {
  margin-top: min( 20.51283vw, 9.8125 * var(--base-size));
}
@media (min-width: 768px) {
  .hello-content .hello-knowledge + .hello-knowledge {
    margin-top: 0;
  }
}
.hello-content .hello-knowledge-outer {
  padding: 0 min( 6.15385vw, 2.9375 * var(--base-size));
}
@media (min-width: 768px) {
  .hello-content .hello-knowledge-outer {
    display: grid;
    padding: 0;

    grid-template-rows: auto 1fr;
    grid-row: span 2;
  }
}
.hello-content .hello-knowledge-title {
  margin-top: min( 4.10257vw, 1.9375 * var(--base-size));
  font-size: min( 6.15385vw, 2.9375 * var(--base-size));
  font-weight: bold;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .hello-content .hello-knowledge-title {
    margin-top: clamp(12px,1.5625vw, 16px);
    font-size: clamp(18px,2.34375vw, 24px);
  }
}
.hello-content .hello-knowledge-text {
  margin-top: min( 4.10257vw, 1.9375 * var(--base-size));
  font-size: min( 4.61539vw, 2.1875 * var(--base-size));
  line-height: 1.6;
}
@media (min-width: 768px) {
  .hello-content .hello-knowledge-text {
    margin-top: clamp(12px,1.5625vw, 16px);
    font-size: clamp(12px,1.5625vw, 16px);
  }
}
.hello-content .hello-knowledge-text .br {
  display: block;
  padding-top: 1em;
}
.hello-content .hello-knowledge-cards {
  display: flex;
  overflow-x: auto;

  gap: 0 min( 4.61539vw, 2.1875 * var(--base-size));
  padding-inline: min( 6.15385vw, 2.9375 * var(--base-size));
}
@media (min-width: 768px) {
  .hello-content .hello-knowledge-cards {
    overflow-x: visible;

    gap: 0 clamp(13px,1.75782vw, 18px);
    padding-inline: 0;
  }
}
.hello-content .hello-knowledge-card {
  flex-shrink: 0;
  margin-top: min( 10.25642vw, 4.875 * var(--base-size));
  padding-bottom: min( 5.12821vw, 2.4375 * var(--base-size));
  max-width: min( 80vw, 38.375 * var(--base-size));
  transition: opacity 0.3s ease;
}
@media (min-width: 768px) {
  .hello-content .hello-knowledge-card:hover {
    opacity: 0.6;
  }
}
@media (min-width: 768px) {
  .hello-content .hello-knowledge-card {
    flex-shrink: 1;
    margin-top: clamp(30px,3.90625vw, 40px);
    padding-bottom: clamp(15px,1.95313vw, 20px);
    max-width: clamp(234px,30.46875vw, 312px);
  }
}
.hello-content .hello-knowledge-card-title {
  margin-top: min( 1.53847vw, 0.6875 * var(--base-size));
  font-size: min( 5.12821vw, 2.4375 * var(--base-size));
  font-weight: bold;
}
@media (min-width: 768px) {
  .hello-content .hello-knowledge-card-title {
    margin-top: clamp(15px,1.95313vw, 20px);
    font-size: clamp(15px,1.95313vw, 20px);
  }
}
.hello-content .hello-knowledge-card-text {
  margin-top: min( 2.05129vw, 0.9375 * var(--base-size));
  font-size: min( 3.58975vw, 1.6875 * var(--base-size));
  line-height: 1.4;
}
@media (min-width: 768px) {
  .hello-content .hello-knowledge-card-text {
    margin-top: clamp(6px,0.78125vw, 8px);
    font-size: clamp(10px,1.36719vw, 14px);
  }
}
.hello-content .hello-more-sns {
  display: flex;
  align-items: center;
  flex-flow: column;
  margin-top: min( 15.38462vw, 7.375 * var(--base-size));
}
@media (min-width: 768px) {
  .hello-content .hello-more-sns {
    margin-top: clamp(45px,5.85938vw, 60px);
  }
}
.hello-content .hello-more-sns-title {
  font-size: min( 4.61539vw, 2.1875 * var(--base-size));
  font-weight: bold;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .hello-content .hello-more-sns-title {
    font-size: clamp(13px,1.75782vw, 18px);
  }
}
.hello-content .hello-more-sns-list {
  display: flex;
  margin-top: min( 4.61539vw, 2.1875 * var(--base-size));

  gap: 0 min( 7.69231vw, 3.6875 * var(--base-size));
}
@media (min-width: 768px) {
  .hello-content .hello-more-sns-list {
    margin-top: clamp(7px,0.97657vw, 10px);

    gap: 0 clamp(22px,2.92969vw, 30px);
  }
}
.hello-content .hello-more-sns-list a {
  transition: opacity 0.3s ease;
}
@media (min-width: 768px) {
  .hello-content .hello-more-sns-list a:hover {
    opacity: 0.6;
  }
}
.hello-content .campaignFixed {
  display: flex;
  visibility: hidden;
  opacity: 0;
  flex-direction: column;
  position: fixed;
  z-index: 21;
  bottom: min( 37.17949vw, 17.8125 * var(--base-size));
  left: 40px;
  pointer-events: none;

  gap: 5px;
}
@media (min-width: 768px) {
  .hello-content .campaignFixed {
    right: 20px;
    bottom: 220px;
    left: auto;
  }
}
.hello-content .campaignFixed .campaignFixed_banner {
  width: min( 57.94872vw, 27.8125 * var(--base-size));
  pointer-events: auto;
}
@media (min-width: 768px) {
  .hello-content .campaignFixed .campaignFixed_banner {
    width: 250px;
  }
}
.hello-content .campaignFixed .campaignFixed_banner.is-close {
  visibility: hidden;
  opacity: 0;
  transition: all 0.35s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.hello-content .campaignFixed .campaignFixed_banner a {
  display: block;
  transition: opacity 0.35s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.hello-content .campaignFixed .campaignFixed_banner a:hover {
  opacity: 0.75;
}
.hello-content .campaignFixed .campaignFixed_banner img {
  width: 100%;
}
.hello-content .campaignFixed .campaignFixed_close {
  display: block;
  position: relative;
  z-index: 10;
  bottom: max( -1.625 * var(--base-size), -3.33333vw);
  left: min( 3.33334vw, 1.5625 * var(--base-size));
  margin-left: auto !important;
  border: 1px solid #616161 !important;
  border-radius: 50%;
  width: min( 6.41026vw, 3.0625 * var(--base-size));
  height: min( 6.41026vw, 3.0625 * var(--base-size));
  cursor: pointer;
  background: #fff;
  pointer-events: all;
  font-size: 2.3872679045vw;
}
@media (min-width: 768px) {
  .hello-content .campaignFixed .campaignFixed_close {
    bottom: -15px;
    left: 15px;
    width: 30px;
    height: 30px;
  }
}
.hello-content .campaignFixed .campaignFixed_close::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: min( 2.56411vw, 1.1875 * var(--base-size));
  height: min( 0.25642vw, 0.0625 * var(--base-size));
  transform: rotate(45deg);
  transform-origin: center;
  background: #616161;
}
@media (min-width: 768px) {
  .hello-content .campaignFixed .campaignFixed_close::before {
    width: 10px;
    height: 1px;
  }
}
.hello-content .campaignFixed .campaignFixed_close::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: min( 2.56411vw, 1.1875 * var(--base-size));
  height: min( 0.25642vw, 0.0625 * var(--base-size));
  transform: rotate(-45deg);
  transform-origin: center;
  background: #616161;
}
@media (min-width: 768px) {
  .hello-content .campaignFixed .campaignFixed_close::after {
    width: 10px;
    height: 1px;
  }
}