@charset "UTF-8";
:root {
  --color-text-primary: #000000;
  --color-white: #ffffff;
  --color-brand-peach: #ffbc89;
  --color-brand-gray: #dbdbdb;
  --color-brand-orange: #ed6414;
  --color-brand-red: #ed1414;
  --color-brand-l-orange: #ed8b14;
  --color-brand-yellow: #fcc501;
  --color-brand-l-yellow: #ffe27b;
  --color-brand-sky-blue: #b9f7ff;
  --color-brand-l-pink: #ffecec;
  --color-brand-baige: #fff3e1;
  --color-brand-l-gray: #f7f7f7;
}

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

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
figcaption,
footer,
header,
main,
nav,
section {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

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

ol,
ul {
  list-style: none;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  font: inherit;
}

input,
textarea,
select {
  color: inherit;
  font: inherit;
}

html {
  font-size: 62.5%;
}

body {
  background-color: var(--color-white);
  color: var(--color-text-primary);
  font-family: "Zen Kaku Gothic Antique", "Noto Sans CJK JP", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #FFFDF4;
}

.p-block_skip {
  height: 1px;
  left: 0;
  overflow: hidden;
  padding: 1px 0 0 1px;
  position: absolute;
  top: 0;
  transform: translate(-100%, -100%);
  width: 1px;
}

a {
  transition: opacity 0.3s ease;
}
a:hover {
  opacity: 0.8;
}

.l-inner {
  margin-inline: auto;
  max-width: 1200px;
  padding-inline: 20px;
  width: 100%;
}

.l-footer__logo {
  height: auto;
  margin: 32px auto 0;
  width: 155px;
}

.c-pagetop {
  bottom: 10px;
  cursor: pointer;
  height: 40px;
  margin-bottom: 0 !important;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  right: 10px;
  text-indent: 100%;
  transition: opacity 0.25s, visibility 0.25s;
  visibility: hidden;
  white-space: nowrap;
  width: 40px;
  z-index: 2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  background-color: #bcbcbc;
  background-image: url(/assets/img/icon/pagetop_arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 22px 12px;
  border-radius: 50%;
}

.c-pagetop.is-show {
  opacity: 0.8;
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
footer .footer-block-01 .footer-block-01-contents .footer-block-01-contents-link-zone .footer-block-01-contents-link-sec .footer-block-01-contents-link-box .footer-block-01-link-s01.plsuBtn.open:after {
  transform: rotate(90deg);
}
footer .footer-block-01 .footer-block-01-contents .footer-block-01-contents-link-zone .footer-block-01-contents-link-sec .footer-block-01-contents-link-box .footer-block-01-ul01 > li {
  margin: 0 auto 32px;
}
footer .footer-block-01 .footer-block-01-contents .footer-block-01-contents-link-zone .footer-block-01-contents-link-sec .footer-block-01-contents-link-box .footer-block-01-ul01 > li > a {
  color: #fff !important;
  display: block;
  font-family: Noto Sans CJK JP Bold;
  font-size: 115%;
  line-height: 1.5;
  margin: 0 auto 12px;
  text-decoration: none;
  word-break: break-word;
}
footer .footer-block-01 .footer-block-01-contents .footer-block-01-contents-link-zone .footer-block-01-contents-link-sec .footer-block-01-contents-link-box .footer-block-01-ul01 > li > a .icon-footer-blank {
  vertical-align: baseline;
}

footer .footer-block-01 .footer-block-01-contents .footer-block-01-contents-link-zone .footer-block-01-contents-link-sec .footer-block-01-contents-link-box .footer-block-01-ul01 > li.addNewLink {
  display: none;
}
footer .footer-block-01 .footer-block-01-contents .footer-block-01-contents-link-zone .footer-block-01-contents-link-sec .footer-block-01-contents-link-box .footer-block-01-ul02 > li {
  font-size: 86%;
  margin: 0 auto 12px;
}

footer .footer-block-01 .footer-block-01-contents .footer-block-01-contents-link-zone .footer-block-01-contents-link-sec .footer-block-01-contents-link-box .footer-block-01-ul02 > li a {
  color: #fff !important;
  display: block;
  line-height: 1.4;
  text-decoration: none;
}

footer .footer-block-01 .footer-block-01-contents .footer-block-01-contents-btn-zone {
  float: right;
  min-height: 100px;
  width: 22.8571428571%;
}
footer .footer-block-01 .footer-block-01-contents .footer-block-01-contents-btn-zone .footer-block-01-btn-ul {
  padding-top: 10px;
}
footer .footer-block-01 .footer-block-01-contents .footer-block-01-contents-btn-zone .footer-block-01-btn-ul li {
  margin-bottom: 24px;
}

footer .footer-block-01 .footer-block-01-contents .footer-block-01-contents-btn-zone .footer-block-01-btn-ul li:last-child {
  margin-bottom: 0;
}

footer .footer-block-01 .footer-block-01-contents .footer-block-01-contents-btn-zone .footer-block-01-btn {
  border: 1px solid #fff;
  border-radius: 300px;
  box-sizing: border-box;
  color: #fff !important;
  display: block;
  font-family: Noto Sans CJK JP Medium !important;
  font-size: 100%;
  margin: 0 auto;
  padding: 1em 0;
  position: relative;
  text-align: center;
  text-decoration: none;
}

footer .footer-block-01 .footer-block-01-contents .footer-block-01-contents-btn-zone .footer-block-01-btn:after {
  background-image: url(/assets/img/footer/footer_arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 11px;
  margin: auto;
  position: absolute;
  right: 1.6em;
  top: 0;
  width: 6px;
}

footer .footer-block-02 {
  background-color: #f7f7f7;
  overflow: hidden;
  padding-top: 40px;
  text-align: center;
}
footer .footer-block-02 a {
  color: #333;
  text-decoration: none;
}

footer .footer-block-02 a:active, footer .footer-block-02 a:hover, footer .footer-block-02 a:focus {
  color: #333;
  text-decoration: underline;
}

footer .footer-block-02 .footer-block-02-inner {
  margin: 0 auto;
  max-width: 1120px;
  overflow: hidden;
  padding: 30px 0 70px;
}
footer .footer-block-02 .footer-block-02-inner .column {
  float: left;
  margin-right: 2.8571428571%;
  width: 31.4285714286%;
}

footer .footer-block-02 .footer-block-02-inner .column:nth-child(3) {
  margin-right: 0;
}
footer .footer-block-02 .footer-block-02-inner .footer-sns-area .footer-sns-tit {
  font-size: 26px;
  line-height: 2;
}

footer .footer-block-02 .footer-block-02-inner .footer-sns-area .footer-sns-sub-tit {
  font-size: 16px;
  margin-bottom: 24px;
}

footer .footer-block-02 .footer-block-02-inner .footer-sns-area .footer-sns-ul {
  align-items: center;
  display: flex;
  gap: 30px;
  justify-content: center;
}
footer .footer-block-02 .footer-block-02-inner .footer-sns-area .footer-sns-ul img {
  max-height: 34px;
}
footer .footer-block-02 .footer-block-02-inner .footer-sns-area .footer-sns-ul li:first-child img {
  max-height: 30px;
}

footer .footer-block-02 .footer-block-02-inner .footer-sns-area .footer-sns-ul li:first-child {
  margin-left: -7px;
}
footer .footer-block-02 .footer-block-02-inner .footer-link-list li {
  margin: 0 auto 16px;
}
footer .footer-block-02 .footer-block-02-inner .footer-link-list li a {
  color: #333 !important;
  display: inline-block;
  font-size: 86%;
}

footer .footer-block-02 .footer-bnr-zone {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1150px;
  padding: 0 10px;
  width: 100%;
}

footer .footer-block-02 .footer-bnr-zone * {
  outline: none;
}

footer .footer-block-02 .footer-bnr-zone .slick-list {
  overflow: visible;
}

footer .footer-block-02 .footer-bnr-zone .slick-list .slick-slide {
  height: auto;
  line-height: 0;
}

footer .footer-block-02 .footer-bnr-zone .footer-bnr-child a {
  box-sizing: border-box;
  display: block;
  padding: 0 10px;
}
footer .footer-block-02 .footer-bnr-zone .footer-bnr-child a img {
  margin: 0 auto;
  max-width: 100%;
}
footer .footer-block-03 {
  background: #d02d2d;
  background: linear-gradient(to right, #efba38 0, #ef6c32 25%, #db3d35 75%, #d02d2d 100%);
  color: #fff;
  padding: 5.5px 0;
  text-align: center;
}
footer .footer-block-03 p {
  font-size: 86%;
  margin-bottom: 0;
}

footer.footer-en .footer-block-03 {
  font-family: Noto Sans CJK JP Medium;
  font-size: 12px;
  padding: 5.5px 0;
}

footer.footer-en .footer-block-03 p {
  font-size: 100%;
  margin-bottom: 0;
}

.l-header {
  align-items: center;
  backdrop-filter: blur(4px);
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  left: 0;
  padding: 8px 20px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.l-header nav {
  align-items: center;
  display: flex;
  flex: 1;
  gap: 20px;
  justify-content: space-between;
}
.l-header a {
  align-items: center;
  display: flex;
}
.l-header ul {
  align-items: center;
  display: flex;
  gap: 30px;
}
.l-header ul li a {
  color: var(--color-text-primary);
  font-size: 1.6rem;
  font-weight: 500;
  gap: 9px;
  transition: color 0.3s ease;
  white-space: nowrap;
}
.l-header ul li a img,
.l-header ul li a .l-header__nav-icon {
  height: auto;
  width: 36px;
}
.l-header ul li a .l-header__nav-icon {
  --fill-0: currentColor;
  --stroke-0: currentColor;
  flex-shrink: 0;
}
.l-header ul li a:hover {
  color: var(--color-brand-red);
}
.l-header .l-header__logo {
  align-items: center;
  display: flex;
  gap: 20px;
}
.l-header .l-header__logo a img {
  width: 120px;
}
.l-header .l-header__menu {
  align-items: center;
  display: flex;
  gap: 20px;
}
.l-header .l-header__hamburger {
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  display: none;
  flex-direction: column;
  gap: 8px;
  height: 24px;
  justify-content: center;
  padding: 0;
  width: 32px;
}
.l-header .l-header__hamburger span {
  background-color: var(--color-brand-red);
  border-radius: 2px;
  display: block;
  height: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
  width: 28px;
}
.l-header .l-header__hamburger[aria-expanded=true] span:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}
.l-header .l-header__hamburger[aria-expanded=true] span:nth-child(2) {
  opacity: 0;
}
.l-header .l-header__hamburger[aria-expanded=true] span:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}
.l-header .l-header__btn {
  background-blend-mode: color-burn;
  background-color: var(--color-brand-peach);
  background-image: url("../images/header/btn-texture.webp");
  background-size: 24px 24px;
  border-radius: 8px;
  font-size: 2rem;
  font-weight: 700;
  gap: 10px;
  padding: 10px 17px;
  white-space: nowrap;
}
.l-header .l-header__btn img {
  width: 40px;
}

.c-btn {
  align-items: center;
  border-radius: 100px;
  display: inline-flex;
  font-size: 1.8rem;
  font-weight: 700;
  gap: 8px;
  justify-content: center;
  padding: 16px 40px;
  text-align: center;
}
.c-btn.c-btn--primary {
  background-color: var(--color-brand-red);
  color: var(--color-white);
}
.c-btn.c-btn--secondary {
  background-color: var(--color-white);
  border: 2px solid var(--color-brand-red);
  color: var(--color-brand-red);
}

.c-card {
  background-color: var(--color-white);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  overflow: clip;
}

.c-modal {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 0;
  padding: 20px;
  pointer-events: none;
  position: fixed;
  transition: opacity 0.3s ease, visibility 0s linear 0.3s;
  visibility: hidden;
  z-index: 200;
}
.c-modal.is-open {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.3s ease;
  visibility: visible;
}
.c-modal.is-open .c-modal__dialog {
  opacity: 1;
  transform: translateY(0);
}
.c-modal .c-modal__overlay {
  background-color: rgba(255, 255, 255, 0.8);
  inset: 0;
  position: absolute;
}
.c-modal .c-modal__dialog {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 90vh;
  max-width: 920px;
  opacity: 0;
  position: relative;
  transform: translateY(24px);
  transition: opacity 0.35s ease, transform 0.35s ease;
  width: 100%;
  z-index: 1;
}
.c-modal .c-modal__close {
  background: none;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
  height: 44px;
  padding: 0;
  width: 44px;
}
.c-modal .c-modal__close img {
  display: block;
  height: 100%;
  width: 100%;
}
.c-modal .c-modal__content {
  align-items: center;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  overflow-y: auto;
  padding: 56px;
  width: 100%;
}
.c-modal .c-modal__badge {
  align-items: center;
  background-color: var(--color-white);
  border-radius: 10px;
  display: flex;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  justify-content: center;
  padding: 10px 20px;
  white-space: nowrap;
}
.c-modal .c-modal__badge span {
  font-size: 2.4rem;
}
.c-modal .c-modal__badge strong {
  font-size: 3rem;
}
.c-modal .c-modal__badge-icon {
  animation: chara-light-wiggle 0.8s steps(1, jump-end) infinite;
  height: auto;
  margin-right: 8px;
  transform-origin: 50% 85%;
  width: 52px;
}
.c-modal .c-modal__wrong-body,
.c-modal .c-modal__correct-body {
  align-items: center;
  display: none;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
.c-modal .c-modal__yomi-kanji {
  color: var(--color-text-primary);
  font-weight: 700;
  max-width: 384px;
  text-align: center;
  width: 100%;
}
.c-modal .c-modal__yomi-kanji .yomi {
  font-size: 4rem;
}
.c-modal .c-modal__yomi-kanji .kanji {
  font-size: 9.6rem;
  line-height: 1;
}
.c-modal .c-modal__meaning {
  color: var(--color-text-primary);
  font-size: 2rem;
  line-height: 1.75;
  width: 100%;
}
.c-modal .c-modal__meaning .label {
  font-weight: 700;
}
.c-modal .c-modal__kanji-solo {
  color: var(--color-text-primary);
  font-size: 9.6rem;
  font-weight: 700;
  text-align: center;
}
.c-modal .c-modal__yomi-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}
.c-modal .c-modal__yomi-row .yomi {
  color: var(--color-text-primary);
  font-size: 2.8rem;
  font-weight: 700;
}
.c-modal .c-modal__yomi-row .base {
  background-color: var(--color-brand-l-yellow);
  border-radius: 10px;
  color: var(--color-text-primary);
  font-size: 2.8rem;
  font-weight: 700;
  padding: 5px 20px;
}
.c-modal .c-modal__desc {
  color: var(--color-text-primary);
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
}
.c-modal.-video .c-modal__dialog {
  max-width: 1000px;
}
.c-modal.-video .c-modal__content {
  background-color: var(--color-text-primary);
  border-radius: 16px;
  overflow: hidden;
  padding: 0;
}
.c-modal.-video .c-modal__video {
  aspect-ratio: 16/9;
  display: block;
  width: 100%;
}
.c-modal.-wrong .c-modal__badge strong {
  color: var(--color-brand-orange);
}
.c-modal.-wrong .c-modal__content {
  background-color: #e3faff;
}
.c-modal.-wrong .c-modal__wrong-body {
  display: flex;
}
.c-modal.-correct .c-modal__badge strong {
  color: var(--color-brand-red);
}
.c-modal.-correct .c-modal__content {
  background-color: var(--color-brand-yellow);
}
.c-modal.-correct .c-modal__correct-body {
  display: flex;
}

.p-about {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: relative;
  z-index: 0;
  --about-curve-depth: clamp(54px, 80vw, 140px);
  margin-top: -70px;
  padding-bottom: 200px;
  padding-top: 144px;
}
.p-about .p-about__bg {
  background-color: #fff0af;
  background-image: url("../images/about/bg-grid.webp");
  background-position: top left;
  background-size: 200px 200px;
  clip-path: polygon(0% calc(var(--about-curve-depth) * 0.6683), 3.571% calc(var(--about-curve-depth) * 0.5177), 7.143% calc(var(--about-curve-depth) * 0.4117), 10.714% calc(var(--about-curve-depth) * 0.3288), 14.286% calc(var(--about-curve-depth) * 0.2611), 17.857% calc(var(--about-curve-depth) * 0.2049), 21.429% calc(var(--about-curve-depth) * 0.1577), 25% calc(var(--about-curve-depth) * 0.1182), 28.571% calc(var(--about-curve-depth) * 0.0854), 32.143% calc(var(--about-curve-depth) * 0.0585), 35.714% calc(var(--about-curve-depth) * 0.037), 39.286% calc(var(--about-curve-depth) * 0.0206), 42.857% calc(var(--about-curve-depth) * 0.0091), 46.429% calc(var(--about-curve-depth) * 0.0023), 50% 0, 53.571% calc(var(--about-curve-depth) * 0.0023), 57.143% calc(var(--about-curve-depth) * 0.0091), 60.714% calc(var(--about-curve-depth) * 0.0206), 64.286% calc(var(--about-curve-depth) * 0.037), 67.857% calc(var(--about-curve-depth) * 0.0585), 71.429% calc(var(--about-curve-depth) * 0.0854), 75% calc(var(--about-curve-depth) * 0.1182), 78.571% calc(var(--about-curve-depth) * 0.1577), 82.143% calc(var(--about-curve-depth) * 0.2049), 85.714% calc(var(--about-curve-depth) * 0.2611), 89.286% calc(var(--about-curve-depth) * 0.3288), 92.857% calc(var(--about-curve-depth) * 0.4117), 96.429% calc(var(--about-curve-depth) * 0.5177), 100% calc(var(--about-curve-depth) * 0.6683), 100% 100%, 0% 100%);
  inset: 0;
  position: absolute;
  z-index: -1;
}
.p-about .heading {
  margin-inline: auto;
  max-width: 83rem;
  position: relative;
  width: 100%;
  z-index: 1;
}
.p-about .heading img {
  display: block;
  height: auto;
  width: 100%;
}
.p-about .lead {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-inline: auto;
  max-width: 105rem;
  padding-inline: 20px;
  width: 100%;
}
.p-about .lead p {
  text-align: center;
}
.p-about .lead span {
  -webkit-box-decoration-break: clone;
  background-color: var(--color-white);
  box-decoration-break: clone;
  color: var(--color-text-primary);
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 2;
  padding: 0.2rem 1.2rem;
}
.p-about .finder {
  aspect-ratio: 1200/790;
  background-color: var(--color-white);
  border-radius: 100px;
  margin-inline: auto;
  max-width: 1200px;
  overflow: hidden;
  position: relative;
  transform: translateZ(0);
  width: 100%;
}
.p-about .finder.is-revealed .word-cloud li {
  color: var(--color-text-primary);
}
.p-about .finder.is-revealed .title-box {
  display: none;
}
.p-about .word-cloud {
  --wc-y: -20px;
  animation: word-cloud-scroll 40s linear infinite;
  backface-visibility: hidden;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 200%;
  will-change: transform;
}
.p-about .word-cloud li {
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-name: word-float-a;
  animation-timing-function: ease-in-out;
  backface-visibility: hidden;
  color: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  font-weight: 700;
  position: absolute;
  transition: color 0.3s ease;
  white-space: nowrap;
}
.p-about .word-cloud li:nth-child(even) {
  animation-name: word-float-b;
}
.p-about .word-cloud li:nth-child(1) {
  font-size: 10rem;
  left: calc(6.58% / 2);
  top: 10.13%;
}
.p-about .word-cloud li:nth-child(16) {
  font-size: 10rem;
  left: calc(6.58% / 2 + 50%);
  top: 10.13%;
}
.p-about .word-cloud li:nth-child(2) {
  font-size: 6rem;
  left: calc(78.25% / 2);
  top: 13.42%;
}
.p-about .word-cloud li:nth-child(17) {
  font-size: 6rem;
  left: calc(78.25% / 2 + 50%);
  top: 13.42%;
}
.p-about .word-cloud li:nth-child(3) {
  font-size: 9rem;
  left: calc(44.08% / 2);
  top: 18.23%;
}
.p-about .word-cloud li:nth-child(18) {
  font-size: 9rem;
  left: calc(44.08% / 2 + 50%);
  top: 18.23%;
}
.p-about .word-cloud li:nth-child(4) {
  font-size: 6rem;
  left: calc(7.33% / 2);
  top: 32.78%;
}
.p-about .word-cloud li:nth-child(19) {
  font-size: 6rem;
  left: calc(7.33% / 2 + 50%);
  top: 32.78%;
}
.p-about .word-cloud li:nth-child(5) {
  font-size: 4rem;
  left: calc(78.5% / 2);
  top: 89.37%;
}
.p-about .word-cloud li:nth-child(20) {
  font-size: 4rem;
  left: calc(78.5% / 2 + 50%);
  top: 89.37%;
}
.p-about .word-cloud li:nth-child(6) {
  font-size: 7rem;
  left: calc(76.58% / 2);
  top: 32.15%;
}
.p-about .word-cloud li:nth-child(21) {
  font-size: 7rem;
  left: calc(76.58% / 2 + 50%);
  top: 32.15%;
}
.p-about .word-cloud li:nth-child(7) {
  font-size: 10rem;
  left: calc(64.92% / 2);
  top: 64.05%;
}
.p-about .word-cloud li:nth-child(22) {
  font-size: 10rem;
  left: calc(64.92% / 2 + 50%);
  top: 64.05%;
}
.p-about .word-cloud li:nth-child(8) {
  font-size: 12rem;
  left: calc(30.5% / 2);
  top: 81.65%;
}
.p-about .word-cloud li:nth-child(23) {
  font-size: 12rem;
  left: calc(30.5% / 2 + 50%);
  top: 81.65%;
}
.p-about .word-cloud li:nth-child(9) {
  font-size: 8rem;
  left: calc(32.83% / 2);
  top: 61.9%;
}
.p-about .word-cloud li:nth-child(24) {
  font-size: 8rem;
  left: calc(32.83% / 2 + 50%);
  top: 61.9%;
}
.p-about .word-cloud li:nth-child(10) {
  font-size: 5rem;
  left: calc(5.33% / 2);
  top: 81.65%;
}
.p-about .word-cloud li:nth-child(25) {
  font-size: 5rem;
  left: calc(5.33% / 2 + 50%);
  top: 81.65%;
}
.p-about .word-cloud li:nth-child(11) {
  font-size: 4.8rem;
  left: calc(5.33% / 2);
  top: 60.51%;
}
.p-about .word-cloud li:nth-child(26) {
  font-size: 4.8rem;
  left: calc(5.33% / 2 + 50%);
  top: 60.51%;
}
.p-about .word-cloud li:nth-child(12) {
  font-size: 5.5rem;
  left: calc(112% / 2);
  top: 45%;
}
.p-about .word-cloud li:nth-child(27) {
  font-size: 5.5rem;
  left: calc(112% / 2 + -50%);
  top: 45%;
}
.p-about .word-cloud li:nth-child(13) {
  font-size: 7rem;
  left: calc(140% / 2);
  top: 52%;
}
.p-about .word-cloud li:nth-child(28) {
  font-size: 7rem;
  left: calc(140% / 2 + -50%);
  top: 52%;
}
.p-about .word-cloud li:nth-child(14) {
  font-size: 5rem;
  left: calc(165% / 2);
  top: 6%;
}
.p-about .word-cloud li:nth-child(29) {
  font-size: 5rem;
  left: calc(165% / 2 + -50%);
  top: 6%;
}
.p-about .word-cloud li:nth-child(15) {
  font-size: 4.5rem;
  left: calc(188% / 2);
  top: 52%;
}
.p-about .word-cloud li:nth-child(30) {
  font-size: 4.5rem;
  left: calc(188% / 2 + -50%);
  top: 52%;
}
.p-about .word-cloud li:nth-child(15n+1) {
  animation-delay: -0.6s;
  animation-duration: 3.55s;
}
.p-about .word-cloud li:nth-child(15n+2) {
  animation-delay: -1.2s;
  animation-duration: 3.9s;
}
.p-about .word-cloud li:nth-child(15n+3) {
  animation-delay: -1.8s;
  animation-duration: 4.25s;
}
.p-about .word-cloud li:nth-child(15n+4) {
  animation-delay: -2.4s;
  animation-duration: 4.6s;
}
.p-about .word-cloud li:nth-child(15n+5) {
  animation-delay: -3s;
  animation-duration: 3.2s;
}
.p-about .word-cloud li:nth-child(15n+6) {
  animation-delay: -3.6s;
  animation-duration: 3.55s;
}
.p-about .word-cloud li:nth-child(15n+7) {
  animation-delay: 0s;
  animation-duration: 3.9s;
}
.p-about .word-cloud li:nth-child(15n+8) {
  animation-delay: -0.6s;
  animation-duration: 4.25s;
}
.p-about .word-cloud li:nth-child(15n+9) {
  animation-delay: -1.2s;
  animation-duration: 4.6s;
}
.p-about .word-cloud li:nth-child(15n+10) {
  animation-delay: -1.8s;
  animation-duration: 3.2s;
}
.p-about .word-cloud li:nth-child(15n+11) {
  animation-delay: -2.4s;
  animation-duration: 3.55s;
}
.p-about .word-cloud li:nth-child(15n+12) {
  animation-delay: -3s;
  animation-duration: 3.9s;
}
.p-about .word-cloud li:nth-child(15n+13) {
  animation-delay: -3.6s;
  animation-duration: 4.25s;
}
.p-about .word-cloud li:nth-child(15n+14) {
  animation-delay: 0s;
  animation-duration: 4.6s;
}
.p-about .word-cloud li:nth-child(15n+15) {
  animation-delay: -0.6s;
  animation-duration: 3.2s;
}
.p-about .title-box {
  align-items: center;
  background-color: rgba(146, 235, 255, 0.5);
  border-radius: 200px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  left: 50%;
  min-width: 320px;
  padding: 20px 40px 20px 52px;
  position: absolute;
  top: 38.7%;
  transform: translateX(-50%);
  width: 51.6%;
}
.p-about .title-box .flag {
  align-items: center;
  display: flex;
  gap: 5px;
  margin: 0;
}
.p-about .title-box .flag span {
  align-items: center;
  background-color: var(--color-brand-red);
  color: var(--color-white);
  display: inline-flex;
  font-size: 4.1rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1.1;
  padding: 0 4px;
  padding-bottom: 3px;
}
.p-about .title-box .flag b {
  color: var(--color-brand-red);
  font-size: 4rem;
  font-weight: 700;
  margin-left: 8px;
  white-space: nowrap;
}
.p-about .title-box > p {
  color: var(--color-text-primary);
  font-size: 2rem;
  font-weight: 500;
  margin: 0;
  text-align: center;
  white-space: nowrap;
}
.p-about .comment-box {
  align-items: center;
  display: flex;
  gap: 48px;
  justify-content: center;
  margin-inline: auto;
  max-width: 1080px;
  padding-inline: 20px;
  width: 100%;
}
.p-about .comment-box img {
  border-radius: 50%;
  flex-shrink: 0;
  height: 181px;
  width: 181px;
  -o-object-fit: cover;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}
.p-about .comment-box p {
  color: var(--color-text-primary);
}
.p-about .comment-box .bubble {
  background-image: radial-gradient(circle closest-side, var(--color-white) 100%, transparent), radial-gradient(circle closest-side, var(--color-white) 100%, transparent), linear-gradient(var(--color-white), var(--color-white));
  background-position: left 40px, right 40px, center 40px;
  background-repeat: no-repeat;
  background-size: 17px 17px, 17px 17px, calc(100% - 17px) 17px;
  box-decoration-break: clone;
  display: inline;
  -webkit-box-decoration-break: clone;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.65;
  padding-bottom: 8px;
}

@keyframes word-cloud-scroll {
  from {
    transform: translate3d(0, var(--wc-y, 0px), 0);
  }
  to {
    transform: translate3d(-50%, var(--wc-y, 0px), 0);
  }
}
@keyframes word-float-a {
  0%, 100% {
    transform: translate(-2%, -8%) translateY(0) rotate(0deg);
  }
  50% {
    transform: translate(-2%, -8%) translateY(-10px) rotate(2deg);
  }
}
@keyframes word-float-b {
  0%, 100% {
    transform: translate(-2%, -8%) translateY(0) rotate(0deg);
  }
  50% {
    transform: translate(-2%, -8%) translateY(8px) rotate(-2deg);
  }
}
.p-conditions {
  background-color: var(--color-brand-sky-blue);
  overflow: clip;
  padding: 104px 0;
  position: relative;
}
.p-conditions::before {
  background-image: url("../images/conditions/grid-pattern-bg.webp");
  background-position: top left;
  background-size: 200px 200px;
  content: "";
  inset: 0;
  mix-blend-mode: color-dodge;
  pointer-events: none;
  position: absolute;
}
.p-conditions .l-inner {
  position: relative;
  z-index: 1;
}
.p-conditions .conditions-grid {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
}
.p-conditions .heading-cell {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  width: 100%;
}
.p-conditions h2 {
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
.p-conditions .deco {
  --dot: 16px;
}
.p-conditions .deco svg {
  display: block;
  height: var(--dot);
  width: calc(var(--dot) * 4 + 12px);
}
.p-conditions .p-update {
  font-size: 1.4rem;
  margin-top: 16px;
  text-align: right;
}
.p-conditions .card {
  background-color: var(--color-white);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 15px 20px 20px;
  width: 100%;
}
.p-conditions .card.js-reveal:nth-child(2) {
  transition-delay: 0s;
}
.p-conditions .card.js-reveal:nth-child(3) {
  transition-delay: 0.1s;
}
.p-conditions .card.js-reveal:nth-child(4) {
  transition-delay: 0.2s;
}
.p-conditions .card.js-reveal:nth-child(5) {
  transition-delay: 0.3s;
}
.p-conditions .card.js-reveal:nth-child(6) {
  transition-delay: 0.4s;
}
.p-conditions .card h3 {
  color: var(--color-brand-red);
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
.p-conditions .card ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.p-conditions .card li {
  color: var(--color-text-primary);
  font-size: 1.8rem;
  line-height: 1.6;
  padding-left: 14px;
  position: relative;
}
.p-conditions .card li::before {
  background: linear-gradient(94deg, var(--color-brand-red) 0%, var(--color-brand-l-orange) 97.687%);
  border-radius: 50%;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  top: 0.75em;
  width: 7px;
}

.p-cta-bottom {
  align-items: center;
  background: linear-gradient(100deg, var(--color-brand-red) 0%, var(--color-brand-l-orange) 97.687%);
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 104px 20px;
  text-align: center;
}
.p-cta-bottom .p-cta-bottom__lead {
  color: var(--color-white);
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  max-width: 672px;
}
.p-cta-bottom .c-btn {
  border: none;
  box-shadow: 0 8px 0 #a7000d;
  font-size: 4rem;
  max-width: 600px;
  padding: 24px 60px;
  position: relative;
  transition: background-color 0.3s ease;
  width: 100%;
}
.p-cta-bottom .c-btn:hover {
  background-color: var(--color-brand-l-yellow);
  opacity: 1;
}
.p-cta-bottom .c-btn img {
  height: 40px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
}
.p-cta-bottom .p-cta-bottom__download {
  align-items: center;
  background-color: var(--color-brand-l-yellow);
  border-radius: 5px;
  color: var(--color-text-primary);
  display: flex;
  font-size: 1.8rem;
  gap: 20px;
  justify-content: center;
  letter-spacing: 0.27rem;
  line-height: 1.55;
  margin-top: 30px;
  padding: 14px 24px;
}
.p-cta-bottom .p-cta-bottom__download img {
  flex-shrink: 0;
  height: 32px;
  width: 32px;
}
.p-cta-bottom .p-cta-bottom__note {
  color: var(--color-white);
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.36rem;
  line-height: 1.5;
  margin-top: 30px;
  max-width: 1200px;
}

.p-cta {
  bottom: 0;
  left: 0;
  padding-block: 30px;
  padding-bottom: 10px;
  pointer-events: none;
  position: fixed;
  right: 0;
  transition: opacity 0.3s ease;
  z-index: 50;
}
.p-cta.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.p-cta.is-hidden .pill {
  pointer-events: none;
}
.p-cta .pill {
  align-items: center;
  background-image: linear-gradient(112deg, var(--color-brand-red) 0%, var(--color-brand-l-orange) 97.687%);
  border-radius: 140px;
  box-shadow: 0 4px 8.5px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-inline: auto;
  max-width: 800px;
  padding: 10px 24px 24px;
  pointer-events: auto;
}
.p-cta p {
  color: var(--color-white);
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.196rem;
  text-align: center;
}
.p-cta p strong {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.21rem;
}
.p-cta .buttons {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.p-cta a {
  align-items: center;
  background-color: var(--color-white);
  border-radius: 100px;
  box-shadow: 0 8px 0 #a7000d;
  color: var(--color-brand-red);
  display: flex;
  font-size: 2rem;
  font-weight: 700;
  height: 50px;
  justify-content: center;
  letter-spacing: 0.3rem;
  max-width: 100%;
  padding: 24px;
  position: relative;
  text-align: center;
  transition: background-color 0.3s ease;
  width: 300px;
}
.p-cta a:hover {
  background-color: var(--color-brand-l-yellow);
  opacity: 1;
}
.p-cta a img {
  height: 34px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
}

.p-hero {
  background: linear-gradient(180deg, #fff7ec 0%, #ffffff 60%);
  overflow: clip;
  padding-bottom: 180px;
  padding-top: 160px;
  position: relative;
  text-align: center;
}
.p-hero .p-hero__bg {
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
.p-hero .p-hero__bg-circle {
  aspect-ratio: 1/1;
  border-radius: 50%;
  opacity: 0.15;
  position: absolute;
}
.p-hero .p-hero__bg-circle--01 {
  background: radial-gradient(circle, #fcc501 0%, rgba(252, 197, 1, 0) 70%);
  left: 64.87%;
  top: 0%;
  width: 45%;
}
.p-hero .p-hero__bg-circle--02 {
  background: radial-gradient(circle, #e70012 0%, rgba(231, 0, 18, 0) 70%);
  left: -1.64%;
  top: 12%;
  width: 29.11%;
}
.p-hero .p-hero__bg-circle--03 {
  background: radial-gradient(circle, #e70012 0%, rgba(231, 0, 18, 0) 70%);
  left: 68.83%;
  top: 68%;
  width: 25%;
}
.p-hero .p-hero__bg-circle--04 {
  background: radial-gradient(circle, #fcc501 0%, rgba(252, 197, 1, 0) 70%);
  left: 0.44%;
  top: 68%;
  width: 30%;
}
.p-hero .p-hero__logo {
  animation: hero-logo-fade-in 1s ease-out 0.2s forwards;
  margin-inline: auto;
  opacity: 0;
  transform: translateY(40px);
  width: max(600px, 40%);
}
.p-hero .p-hero__copy {
  display: block;
  margin-inline: auto;
  margin-top: 24px;
  width: min(550px, 50%);
}
.p-hero .p-hero__history {
  margin-top: 64px;
}
.p-hero .p-hero__history > p {
  color: var(--color-brand-orange);
  font-size: clamp(1.3rem, 0.04rem + 1.64vw, 2.4rem);
  font-weight: 700;
}
.p-hero .p-hero__history > p::before, .p-hero .p-hero__history > p::after {
  background-color: var(--color-brand-orange);
  border-radius: 2px;
  content: "";
  display: inline-block;
  height: 0.125em;
  margin: 0 3px;
  vertical-align: middle;
  width: 1.532em;
}
.p-hero .p-hero__history > p::before {
  transform: rotate(45deg);
}
.p-hero .p-hero__history > p::after {
  transform: rotate(-45deg);
}
.p-hero .p-hero__gallery {
  margin-top: 30px;
  overflow: hidden;
  transform: translateZ(0);
}
.p-hero .p-hero__gallery ul {
  animation: hero-gallery-scroll 80s linear infinite;
  backface-visibility: hidden;
  display: flex;
  gap: 30px;
  transform: translate3d(0, 0, 0);
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
}
.p-hero .p-hero__gallery li {
  flex-shrink: 0;
  line-height: 1;
  padding-top: 26px;
  position: relative;
  width: 320px;
}
.p-hero .p-hero__gallery li > span {
  color: var(--color-text-primary);
  font-family: "Wix Madefor Text", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  left: 0;
  position: absolute;
  top: -3px;
}
.p-hero .p-hero__gallery li p {
  display: flex;
  gap: 4px;
  width: 100%;
}
.p-hero .p-hero__gallery li p span {
  align-items: center;
  aspect-ratio: 1/1;
  color: var(--color-white);
  display: flex;
  flex: 1;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 5.8rem;
  font-weight: 700;
  justify-content: center;
  padding-bottom: 5px;
}
.p-hero .p-hero__gallery li:nth-child(4n+1) p span {
  background-color: var(--color-brand-red);
}
.p-hero .p-hero__gallery li:nth-child(4n+2) p span {
  background-color: var(--color-brand-orange);
}
.p-hero .p-hero__gallery li:nth-child(4n+3) p span {
  background-color: var(--color-brand-l-orange);
}
.p-hero .p-hero__gallery li:nth-child(4n) p span {
  background-color: var(--color-brand-yellow);
}
.p-hero .p-hero__chara {
  position: absolute;
  z-index: 1;
}
.p-hero .p-hero__chara img {
  display: block;
  position: relative;
  width: 100%;
}
.p-hero .p-hero__chara .p-hero__chara-light {
  animation: chara-light-wiggle 0.8s steps(1, jump-end) infinite;
  left: -20%;
  position: absolute;
  top: -12%;
  transform-origin: 50% 85%;
  width: 36%;
  z-index: 1;
}
.p-hero .p-hero__chara.p-hero__chara--02 .p-hero__chara-light {
  animation-delay: 0.3s;
}
.p-hero .p-hero__chara.p-hero__chara--03 .p-hero__chara-light {
  animation-delay: 0.6s;
  animation-name: chara-light-wiggle-flip;
  left: auto;
  right: -20%;
}
.p-hero .p-hero__chara--01 {
  left: 6%;
  min-width: 130px;
  top: 13%;
  width: 12%;
}
.p-hero .p-hero__chara--02 {
  left: 12%;
  min-width: 110px;
  top: 46%;
  width: 10%;
}
.p-hero .p-hero__chara--03 {
  min-width: 120px;
  right: 16%;
  top: 18%;
  width: 12%;
}
.p-hero .p-hero__banner {
  background-color: #f7b756;
  border-radius: 20px;
  cursor: pointer;
  padding: 12px;
  position: absolute;
  right: 1%;
  top: 48%;
  transition: opacity 0.3s ease;
  width: clamp(155px, 11.73px + 18.63vw, 270px);
  z-index: 1;
}
.p-hero .p-hero__banner:hover {
  opacity: 0.8;
}
.p-hero .p-hero__banner .p-hero__banner-video {
  position: relative;
}
.p-hero .p-hero__banner .p-hero__banner-video img:first-child {
  border-radius: 12px;
  display: block;
  width: 100%;
}
.p-hero .p-hero__banner .p-hero__banner-play {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
}
.p-hero .p-hero__banner p {
  color: var(--color-text-primary);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 12px;
  text-align: center;
}

@keyframes hero-gallery-scroll {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes hero-logo-fade-in {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes chara-light-wiggle {
  0%, 100% {
    transform: rotate(-7deg);
  }
  50% {
    transform: rotate(7deg);
  }
}
@keyframes chara-light-wiggle-flip {
  0%, 100% {
    transform: scaleX(-1) rotate(-7deg);
  }
  50% {
    transform: scaleX(-1) rotate(7deg);
  }
}
.p-other {
  overflow: clip;
  padding-block: 104px;
  position: relative;
}
.p-other .p-other__bg {
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
.p-other .p-other__bg-circle {
  aspect-ratio: 1/1;
  border-radius: 50%;
  opacity: 0.15;
  position: absolute;
}
.p-other .p-other__bg-circle--01 {
  background: radial-gradient(circle, #fcc501 0%, rgba(252, 197, 1, 0) 70%);
  left: 77.5%;
  top: 10.79%;
  width: 22.92%;
}
.p-other .p-other__bg-circle--02 {
  background: radial-gradient(circle, #e70012 0%, rgba(231, 0, 18, 0) 70%);
  left: -2.24%;
  top: 32.6%;
  width: 23.8%;
}
.p-other .p-other__bg-circle--03 {
  background: radial-gradient(circle, #e70012 0%, rgba(231, 0, 18, 0) 70%);
  left: 81.96%;
  top: 84.84%;
  width: 23.8%;
}
.p-other .p-other__bg-circle--04 {
  background: radial-gradient(circle, #fcc501 0%, rgba(252, 197, 1, 0) 70%);
  left: -1.35%;
  top: 70.99%;
  width: 22.92%;
}
.p-other .p-other__deco {
  height: auto;
  position: absolute;
  will-change: transform;
}
.p-other .p-other__deco--01 {
  left: -0.78%;
  top: 0.75%;
  width: 18.39%;
}
.p-other .p-other__deco--02 {
  left: 77.25%;
  top: 56.36%;
  width: 17.86%;
}
.p-other .p-other__deco--03 {
  left: -5.78%;
  top: 83.37%;
  width: 12.03%;
}
.p-other .l-inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 64px;
  position: relative;
  z-index: 1;
}
.p-other .comment {
  align-items: center;
  display: flex;
  gap: 48px;
}
.p-other .comment .chara {
  background-color: var(--color-brand-l-yellow);
  border: 10px solid var(--color-white);
  border-radius: 50%;
  flex-shrink: 0;
  height: 181px;
  overflow: clip;
  width: 181px;
}
.p-other .comment .chara img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-other .comment .bubble {
  background-image: radial-gradient(circle closest-side, var(--color-brand-l-yellow) 100%, transparent), radial-gradient(circle closest-side, var(--color-brand-l-yellow) 100%, transparent), linear-gradient(var(--color-brand-l-yellow), var(--color-brand-l-yellow));
  background-position: left 40px, right 40px, center 40px;
  background-repeat: no-repeat;
  background-size: 17px 17px, 17px 17px, calc(100% - 17px) 17px;
  box-decoration-break: clone;
  display: inline;
  -webkit-box-decoration-break: clone;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.65;
  padding-bottom: 8px;
}
.p-other .comment.-bottom .bubble {
  font-size: 4rem;
}
.p-other .archive {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 64px;
  max-width: 1200px;
  width: 100%;
}
.p-other .archive .content {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  width: 100%;
}
.p-other .archive .link-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 562px;
  width: 100%;
}
.p-other .archive .link-list a {
  align-items: center;
  background-color: var(--color-white);
  border-radius: 100px;
  box-shadow: 0 8px 0 var(--color-brand-orange);
  color: var(--color-brand-red);
  display: flex;
  font-size: 2.6rem;
  font-weight: 700;
  height: 70px;
  justify-content: center;
  letter-spacing: 3px;
  padding: 24px;
  position: relative;
  text-align: center;
  transition: background-color 0.3s ease;
  width: 100%;
}
.p-other .archive .link-list a:hover {
  background-color: var(--color-brand-l-yellow);
  opacity: 1;
}
.p-other .archive .link-list a img {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
}
.p-other .archive .banner {
  display: block;
  max-width: 484px;
  width: 100%;
}
.p-other .archive .banner img {
  display: block;
  width: 100%;
}
.p-other .school {
  align-items: center;
  background-color: var(--color-brand-peach);
  border-radius: 100px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  max-width: 1200px;
  overflow: clip;
  padding: 64px;
  position: relative;
  width: 100%;
}
.p-other .school::before {
  background-image: url("../images/other/bg-pattern.webp");
  background-position: top left;
  background-size: 96px 96px;
  content: "";
  inset: 0;
  mix-blend-mode: color-burn;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
.p-other .school > * {
  position: relative;
  z-index: 1;
}
.p-other .school h2 {
  align-items: center;
  display: flex;
  font-size: 3.8rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1.65;
  text-align: center;
}
.p-other .school .deco {
  align-self: flex-start;
  display: inline-block;
  --dot: 15.743px;
}
.p-other .school .deco svg {
  display: block;
  height: calc(var(--dot) * 4.9);
  width: calc(var(--dot) * 4.9);
}
.p-other .school .deco.-reverse {
  align-self: flex-end;
  transform: rotate(180deg);
}
.p-other .school .board {
  width: 100%;
}
.p-other .school .whiteboard {
  background-color: var(--color-white);
  border: 11px solid var(--color-brand-gray);
  border-radius: 6px;
  padding: 30px 40px;
  position: relative;
  width: 68.75%;
}
.p-other .school .whiteboard p {
  font-size: 2rem;
  line-height: 1.6;
  position: relative;
  z-index: 1;
}
.p-other .school .whiteboard p strong {
  color: var(--color-brand-red);
  font-size: 2.6rem;
  font-weight: 700;
}
.p-other .school .whiteboard .photos {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 28px;
}
.p-other .school .whiteboard .photo {
  border: 1px solid var(--color-brand-gray);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  display: block;
  z-index: 1;
}
.p-other .school .whiteboard .photo.-a {
  transform: rotate(-6.19deg);
  width: 55%;
}
.p-other .school .whiteboard .photo-group {
  margin-left: 3.1%;
  width: 28%;
  z-index: 2;
}
.p-other .school .whiteboard .photo.-b {
  border: none;
  box-shadow: none;
  transform: rotate(7.33deg);
  width: 100%;
}
.p-other .school .whiteboard .teacher {
  bottom: 0;
  position: absolute;
  right: -315px;
  width: 400px;
}
.p-other .btn {
  align-items: center;
  background-color: var(--color-white);
  border-radius: 100px;
  box-shadow: 0 8px 0 var(--color-brand-orange);
  color: var(--color-brand-red);
  display: flex;
  font-size: 2.6rem;
  font-weight: 700;
  height: 70px;
  justify-content: center;
  letter-spacing: 3px;
  max-width: 400px;
  padding: 24px;
  position: relative;
  text-align: center;
  transition: background-color 0.3s ease;
  width: 100%;
}
.p-other .btn:hover {
  background-color: var(--color-brand-l-yellow);
  opacity: 1;
}
.p-other .btn img {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
}
.p-other .video-box {
  align-items: center;
  background-color: var(--color-white);
  border-radius: 100px;
  box-shadow: 8px 8px 7px rgba(227, 186, 3, 0.15);
  display: flex;
  flex-direction: column;
  gap: 39px;
  max-width: 1200px;
  padding: 60px;
  width: 100%;
}
.p-other .video-box .ttl {
  color: var(--color-brand-red);
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.65;
  text-align: center;
}
.p-other .video-box .video {
  border-radius: 8px;
  display: block;
  max-width: 1000px;
  width: 100%;
}

.p-requirements {
  background: linear-gradient(94deg, rgba(237, 20, 20, 0.1) 0%, rgba(237, 139, 20, 0.1) 97.687%);
  padding: 104px 0;
}
.p-requirements .l-inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 33px;
}
.p-requirements h2 {
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
.p-requirements .deco {
  --dot: 16px;
}
.p-requirements .deco svg {
  display: block;
  height: var(--dot);
  width: calc(var(--dot) * 4 + 12px);
}
.p-requirements .req-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.p-requirements .req-list > div {
  align-items: center;
  background-color: var(--color-white);
  border-radius: 10px;
  display: flex;
  gap: 24px;
  padding: 24px;
  width: 100%;
}
.p-requirements .req-list > div dt {
  color: var(--color-brand-red);
  flex: 0 0 140px;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
}
.p-requirements .req-list > div dd {
  color: var(--color-text-primary);
  flex: 1;
  font-size: 2rem;
  line-height: 1.6;
  min-width: 0;
}
.p-requirements .req-list > div dd strong {
  font-size: 2.3rem;
  font-weight: 700;
  text-align: left;
}
.p-requirements .req-list > div dd p {
  margin: 0;
}
.p-requirements .req-list > div dd p.note {
  font-size: 1.4rem;
  margin-top: 4px;
}
.p-requirements .req-list > div:last-child {
  align-items: flex-start;
}
.p-requirements .req-list > div:last-child dd {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.p-requirements .award-block {
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 20px;
  width: 100%;
}
.p-requirements .award-block h4 {
  font-size: 2.2rem;
  font-weight: 700;
}
.p-requirements .award-block h5 {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 10px;
}
.p-requirements .award-block--general {
  background-color: var(--color-brand-l-pink);
}
.p-requirements .award-block--school {
  background-color: var(--color-brand-baige);
}
.p-requirements .award-head {
  align-items: center;
  display: flex;
  gap: 20px;
}
.p-requirements .award-head p {
  color: var(--color-text-primary);
  font-size: 1.8rem;
}
.p-requirements .award-rows {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}
.p-requirements .award-rows li {
  align-items: center;
  background-color: var(--color-white);
  border-radius: 8px;
  display: flex;
  gap: 10px;
  padding: 10px 16px;
  width: 100%;
}
.p-requirements .award-rows li strong {
  color: var(--color-brand-red);
  flex: 0 0 160px;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}
.p-requirements .award-rows li span {
  color: var(--color-text-primary);
  flex: 1;
  font-size: 2rem;
  line-height: 1.5;
}
.p-requirements .award-rows li span.amount {
  flex: 0 0 210px;
  white-space: nowrap;
}
.p-requirements .notes {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 100%;
}
.p-requirements .notes li {
  color: var(--color-text-primary);
  font-size: 1.4rem;
  line-height: 1.8;
  padding-left: 22px;
  position: relative;
}
.p-requirements .notes li::before {
  content: "＊";
  left: 0;
  position: absolute;
}
.p-requirements .annotations {
  align-items: center;
  background-color: var(--color-white);
  border: 2px solid var(--color-brand-red);
  display: flex;
  flex-direction: column;
  gap: 9px;
  padding: 44px;
  width: 100%;
}
.p-requirements .annotations h3 {
  color: var(--color-brand-red);
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
.p-requirements .annotations ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
.p-requirements .annotations li {
  color: var(--color-text-primary);
  font-size: 1.6rem;
  line-height: 1.8;
  padding-left: 22px;
  position: relative;
}
.p-requirements .annotations li::before {
  content: "※";
  left: 0;
  position: absolute;
}
.p-requirements .organizer {
  color: var(--color-text-primary);
  font-size: 2rem;
  letter-spacing: 0.08em;
  text-align: center;
  text-align: left;
  width: 100%;
}

.p-rules {
  background-color: var(--color-brand-sky-blue);
  border-radius: 50% 50% 0 0/clamp(50px, 6.25vw, 90px) clamp(50px, 6.25vw, 90px) 0 0;
  margin-top: -90px;
  padding-bottom: 104px;
  padding-top: 144px;
  position: relative;
}
.p-rules h2 {
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.27px;
  line-height: 1.5;
  margin-bottom: 40px;
  text-align: center;
}
.p-rules h2 em,
.p-rules h2 strong {
  color: var(--color-brand-red);
  font-style: normal;
}
.p-rules h2 strong {
  font-size: 6.2rem;
}
.p-rules .deco {
  --dot: 15.743px;
  display: inline-block;
  margin-right: 26px;
  vertical-align: middle;
}
.p-rules .deco svg {
  display: block;
  height: calc(var(--dot) * 4.9);
  width: calc(var(--dot) * 4.9);
}
.p-rules .deco.-reverse {
  margin-left: 26px;
  margin-right: 0;
  transform: rotate(180deg);
}
.p-rules .box {
  background-color: #fffae4;
  border-radius: 50px;
  margin-inline: auto;
  max-width: 1200px;
}
.p-rules .box + .box {
  margin-top: 40px;
}
.p-rules .box + .box.js-reveal {
  transition-delay: 0.15s;
}
.p-rules .box h3 {
  align-items: center;
  background-color: var(--color-brand-yellow);
  border-radius: 0 0 20px 20px;
  display: flex;
  font-size: 3.2rem;
  font-weight: 700;
  gap: 8px;
  justify-content: center;
  margin-inline: auto;
  padding: 16px 32px 10px;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}
.p-rules .box h3 span {
  font-size: 3.2rem;
}
.p-rules .box .lead {
  font-size: 3.2rem;
  font-weight: 700;
  margin: 24px auto 0;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}
.p-rules .box .lead span {
  background-image: radial-gradient(circle closest-side, var(--color-brand-l-yellow) 100%, transparent), radial-gradient(circle closest-side, var(--color-brand-l-yellow) 100%, transparent), linear-gradient(var(--color-brand-l-yellow), var(--color-brand-l-yellow));
  background-position: left 34px, right 34px, center 34px;
  background-repeat: no-repeat;
  background-size: 17px 17px, 17px 17px, calc(100% - 17px) 17px;
  box-decoration-break: clone;
  display: inline;
  padding-inline: 10px;
  -webkit-box-decoration-break: clone;
}
.p-rules .box .note {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.85;
  margin: 48px auto 0;
  padding-bottom: 64px;
  text-align: center;
}
.p-rules .jukugo {
  box-shadow: 10px 12px 0 var(--color-brand-l-yellow);
  display: flex;
  justify-content: center;
  margin: 60px auto 0;
  width: -moz-fit-content;
  width: fit-content;
}
.p-rules .jukugo li {
  align-items: center;
  background-color: var(--color-white);
  border: 2px solid var(--color-text-primary);
  display: flex;
  font-size: 14rem;
  font-weight: 700;
  height: 200px;
  justify-content: center;
  padding-top: 15px;
  position: relative;
  transition: opacity 0.3s ease;
  width: 198px;
}
.p-rules .jukugo li.is-fading {
  opacity: 0;
}
.p-rules .jukugo li + li {
  margin-left: -2px;
}
.p-rules .jukugo li span {
  font-size: 2.4rem;
  font-weight: 700;
  left: 50%;
  position: absolute;
  top: 10px;
  transform: translateX(-50%);
  white-space: nowrap;
}
.p-rules .examples {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  margin: 40px auto 0;
  max-width: 1120px;
  padding: 0 40px 64px;
}
.p-rules .examples li {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 6px;
  max-width: 100%;
  width: 464px;
}
.p-rules .examples .desc {
  align-items: center;
  background-color: var(--color-white);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  padding: 24px;
  width: 100%;
}
.p-rules .examples .desc p:last-child {
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}
.p-rules .examples .year {
  border-bottom: 4px solid var(--color-brand-yellow);
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
.p-rules .examples .year span {
  font-size: 3.4rem;
}
.p-rules .examples .arrow {
  align-items: center;
  color: var(--color-brand-yellow);
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  gap: 3px;
  line-height: 1;
}
.p-rules .examples .arrow::before {
  content: "●\a●\a●";
  line-height: 1.4;
  text-align: center;
  white-space: pre-line;
}
.p-rules .examples .arrow img {
  width: 30px;
}
.p-rules .examples .answer {
  align-items: center;
  background-color: var(--color-brand-yellow);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  font-weight: 700;
  gap: 10px;
  padding: 20px;
  text-align: center;
  width: 100%;
}
.p-rules .examples .answer .kanji {
  font-size: 6.4rem;
  line-height: 1;
}
.p-rules .examples .answer .yomi {
  font-size: 2rem;
}

small {
  font-size: 80%;
}

.js-reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.js-reveal.is-inview {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width: 768px) {
  footer .footer-block-01 .footer-block-01-contents .footer-block-01-contents-link-zone .footer-block-01-contents-link-sec .footer-block-01-contents-link-box .footer-block-01-link-s01.plsuBtn:before {
    height: 2px;
    right: 0;
    width: 18px;
  }
  footer .footer-block-01 .footer-block-01-contents .footer-block-01-contents-link-zone .footer-block-01-contents-link-sec .footer-block-01-contents-link-box .footer-block-01-link-s01.plsuBtn:after {
    height: 18px;
    right: 8px;
    width: 2px;
  }
  footer .footer-block-01 .footer-block-01-contents .footer-block-01-contents-link-zone .footer-block-01-contents-link-sec .footer-block-01-contents-link-box .footer-block-01-link-s01.plsuBtn .icon-footer-blank {
    display: none;
  }
  footer .footer-block-01 .footer-block-01-contents .footer-block-01-contents-link-zone .footer-block-01-contents-link-sec .footer-block-01-contents-link-box .footer-block-01-ul01 {
    padding-top: 16px;
  }
  footer .footer-block-01 .footer-block-01-contents .footer-block-01-contents-link-zone .footer-block-01-contents-link-sec .footer-block-01-contents-link-box .footer-block-01-ul01 > li {
    margin-bottom: 24px;
  }
  footer .footer-block-01 .footer-block-01-contents .footer-block-01-contents-link-zone .footer-block-01-contents-link-sec .footer-block-01-contents-link-box .footer-block-01-ul01 > li > a {
    align-items: center;
    display: flex;
    font-family: Noto Sans CJK JP Regular;
    font-size: 100%;
    margin-bottom: 0;
    position: relative;
    width: 100%;
  }
  footer .footer-block-01 .footer-block-01-contents .footer-block-01-contents-link-zone .footer-block-01-contents-link-sec .footer-block-01-contents-link-box .footer-block-01-ul01 > li > a:after {
    background-image: url(/assets/img/footer/footer_arrow.png);
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 11px;
    margin: auto;
    position: absolute;
    right: 7px;
    top: 0;
    width: 6px;
  }
  footer .footer-block-01 .footer-block-01-contents .footer-block-01-contents-link-zone .footer-block-01-contents-link-sec .footer-block-01-contents-link-box .footer-block-01-ul01 > li.addNewLink {
    display: block;
  }
  footer .footer-block-01 .footer-block-01-contents .footer-block-01-contents-link-zone .footer-block-01-contents-link-sec .footer-block-01-contents-link-box .footer-block-01-ul02 {
    display: none;
  }
  footer .footer-block-01 .footer-block-01-contents .footer-block-01-contents-btn-zone {
    float: none;
    margin: 0 auto;
    max-width: 280px;
    width: 100%;
  }
  footer .footer-block-01 .footer-block-01-contents .footer-block-01-contents-btn-zone .footer-block-01-btn-ul {
    padding-top: 40px;
  }
  footer .footer-block-02 {
    padding-top: 0;
  }
  footer .footer-block-02 .footer-block-02-inner {
    padding: 32px 24px;
  }
  footer .footer-block-02 .footer-block-02-inner .column:nth-child(1) {
    float: none;
    margin: 0 auto 56px;
    text-align: center;
    width: 100%;
  }
  footer .footer-block-02 .footer-block-02-inner .column:nth-child(2), footer .footer-block-02 .footer-block-02-inner .column:nth-child(3) {
    margin: 0;
    width: 47%;
  }
  footer .footer-block-02 .footer-block-02-inner .column:nth-child(3) {
    float: right;
  }
  footer .footer-block-02 .footer-block-02-inner .footer-sns-area .footer-sns-ul {
    gap: 20px;
  }
  footer .footer-block-02 .footer-block-02-inner .footer-sns-area .footer-sns-ul li {
    margin: 0 8px !important;
  }
  footer .footer-block-02 .footer-block-02-inner .footer-link-list li {
    margin: 0 auto 24px;
  }
  footer .footer-block-02 .footer-bnr-zone .footer-bnr-child a img {
    max-width: 328px;
  }
  footer .footer-block-03 {
    padding: 6px 0;
  }
  .c-btn {
    font-size: 1.6rem;
    padding: 14px 24px;
  }
  .c-modal {
    padding: 16px;
  }
  .c-modal .c-modal__close {
    height: 32px;
    width: 32px;
  }
  .c-modal .c-modal__content {
    border-radius: 16px;
    gap: 16px;
    padding: 24px 20px;
  }
  .c-modal .c-modal__badge span {
    font-size: 1.3rem;
  }
  .c-modal .c-modal__badge strong {
    font-size: 1.5rem;
  }
  .c-modal .c-modal__badge-icon {
    margin-right: 4px;
    width: 18px;
  }
  .c-modal .c-modal__yomi-kanji .yomi {
    font-size: 1.5rem;
  }
  .c-modal .c-modal__yomi-kanji .kanji {
    font-size: 3.2rem;
  }
  .c-modal .c-modal__meaning {
    font-size: 1.3rem;
  }
  .c-modal .c-modal__kanji-solo {
    font-size: 3.2rem;
  }
  .c-modal .c-modal__yomi-row {
    gap: 10px;
  }
  .c-modal .c-modal__yomi-row .yomi,
  .c-modal .c-modal__yomi-row .base {
    font-size: 1.4rem;
  }
  .c-modal .c-modal__desc {
    font-size: 1.2rem;
  }
  .p-about {
    --about-curve-depth: clamp(27px, 14vw, 54px);
    gap: 24px;
    padding-bottom: 120px;
    padding-top: 70px;
  }
  .p-about .heading {
    margin-top: -30px;
    max-width: 31.55rem;
  }
  .p-about .lead {
    padding-inline: 20px;
  }
  .p-about .lead span {
    font-size: clamp(1.5rem, 1.429rem + 0.223vw, 1.6rem);
    line-height: 2.1;
    padding: 0.2rem 0.5rem;
  }
  .p-about .finder {
    aspect-ratio: 390/468;
    border-radius: 30px;
    max-width: 420px;
    width: 100%;
  }
  .p-about .word-cloud {
    --wc-y: 0px;
    animation-duration: 26s;
  }
  .p-about .word-cloud li:nth-child(1) {
    font-size: 2.3rem;
    left: calc(0% / 2);
    top: 4%;
  }
  .p-about .word-cloud li:nth-child(16) {
    font-size: 2.3rem;
    left: calc(0% / 2 + 50%);
    top: 4%;
  }
  .p-about .word-cloud li:nth-child(2) {
    font-size: 2rem;
    left: calc(13.3% / 2);
    top: 23%;
  }
  .p-about .word-cloud li:nth-child(17) {
    font-size: 2rem;
    left: calc(13.3% / 2 + 50%);
    top: 23%;
  }
  .p-about .word-cloud li:nth-child(3) {
    font-size: 2.2rem;
    left: calc(26.7% / 2);
    top: 42%;
  }
  .p-about .word-cloud li:nth-child(18) {
    font-size: 2.2rem;
    left: calc(26.7% / 2 + 50%);
    top: 42%;
  }
  .p-about .word-cloud li:nth-child(4) {
    font-size: 2.4rem;
    left: calc(40% / 2);
    top: 61%;
  }
  .p-about .word-cloud li:nth-child(19) {
    font-size: 2.4rem;
    left: calc(40% / 2 + 50%);
    top: 61%;
  }
  .p-about .word-cloud li:nth-child(5) {
    font-size: 1.9rem;
    left: calc(53.3% / 2);
    top: 80%;
  }
  .p-about .word-cloud li:nth-child(20) {
    font-size: 1.9rem;
    left: calc(53.3% / 2 + 50%);
    top: 80%;
  }
  .p-about .word-cloud li:nth-child(6) {
    font-size: 2.6rem;
    left: calc(66.7% / 2);
    top: 4%;
  }
  .p-about .word-cloud li:nth-child(21) {
    font-size: 2.6rem;
    left: calc(66.7% / 2 + 50%);
    top: 4%;
  }
  .p-about .word-cloud li:nth-child(7) {
    font-size: 2.5rem;
    left: calc(80% / 2);
    top: 23%;
  }
  .p-about .word-cloud li:nth-child(22) {
    font-size: 2.5rem;
    left: calc(80% / 2 + 50%);
    top: 23%;
  }
  .p-about .word-cloud li:nth-child(8) {
    font-size: 2rem;
    left: calc(93.3% / 2);
    top: 42%;
  }
  .p-about .word-cloud li:nth-child(23) {
    font-size: 2rem;
    left: calc(93.3% / 2 + 50%);
    top: 42%;
  }
  .p-about .word-cloud li:nth-child(9) {
    font-size: 2.3rem;
    left: calc(106.7% / 2);
    top: 61%;
  }
  .p-about .word-cloud li:nth-child(24) {
    font-size: 2.3rem;
    left: calc(106.7% / 2 + -50%);
    top: 61%;
  }
  .p-about .word-cloud li:nth-child(10) {
    font-size: 3.2rem;
    left: calc(120% / 2);
    top: 80%;
  }
  .p-about .word-cloud li:nth-child(25) {
    font-size: 3.2rem;
    left: calc(120% / 2 + -50%);
    top: 80%;
  }
  .p-about .word-cloud li:nth-child(11) {
    font-size: 2rem;
    left: calc(133.3% / 2);
    top: 4%;
  }
  .p-about .word-cloud li:nth-child(26) {
    font-size: 2rem;
    left: calc(133.3% / 2 + -50%);
    top: 4%;
  }
  .p-about .word-cloud li:nth-child(12) {
    font-size: 3rem;
    left: calc(146.7% / 2);
    top: 23%;
  }
  .p-about .word-cloud li:nth-child(27) {
    font-size: 3rem;
    left: calc(146.7% / 2 + -50%);
    top: 23%;
  }
  .p-about .word-cloud li:nth-child(13) {
    font-size: 1.8rem;
    left: calc(160% / 2);
    top: 42%;
  }
  .p-about .word-cloud li:nth-child(28) {
    font-size: 1.8rem;
    left: calc(160% / 2 + -50%);
    top: 42%;
  }
  .p-about .word-cloud li:nth-child(14) {
    font-size: 2.8rem;
    left: calc(173.3% / 2);
    top: 61%;
  }
  .p-about .word-cloud li:nth-child(29) {
    font-size: 2.8rem;
    left: calc(173.3% / 2 + -50%);
    top: 61%;
  }
  .p-about .word-cloud li:nth-child(15) {
    font-size: 1.7rem;
    left: calc(186.7% / 2);
    top: 80%;
  }
  .p-about .word-cloud li:nth-child(30) {
    font-size: 1.7rem;
    left: calc(186.7% / 2 + -50%);
    top: 80%;
  }
  .p-about .title-box {
    min-width: 0;
    padding: 16px 14px 16px 32px;
    top: 39.3%;
    width: 94%;
  }
  .p-about .title-box .flag {
    gap: 2px;
  }
  .p-about .title-box .flag span {
    font-size: 2.4rem;
  }
  .p-about .title-box .flag b {
    font-size: 2rem;
    margin-left: 4px;
  }
  .p-about .title-box > p {
    font-size: 1.2rem;
    white-space: normal;
  }
  .p-about .comment-box {
    gap: 16px;
  }
  .p-about .comment-box img {
    border-width: 6px;
    height: 107px;
    width: 107px;
  }
  .p-about .comment-box .bubble {
    background-image: radial-gradient(circle closest-side, var(--color-white) 100%, transparent), radial-gradient(circle closest-side, var(--color-white) 100%, transparent), linear-gradient(var(--color-white), var(--color-white));
    background-position: left 19px, right 19px, center 19px;
    background-size: 10px 10px, 10px 10px, calc(100% - 10px) 10px;
    font-size: 1.8rem;
    line-height: 1.8;
  }
  .p-conditions {
    padding: 30px 0;
  }
  .p-conditions .conditions-grid {
    gap: 15px;
    grid-template-columns: 1fr;
  }
  .p-conditions .heading-cell {
    gap: 16px;
    height: auto;
    padding-bottom: 10px;
    width: 100%;
  }
  .p-conditions h2 {
    font-size: 3rem;
  }
  .p-conditions .deco {
    --dot: 11px;
  }
  .p-conditions .card {
    height: auto;
    padding: 15px 20px;
    width: 100%;
  }
  .p-conditions .card h3 {
    font-size: 1.8rem;
  }
  .p-conditions .card li {
    font-size: 1.4rem;
  }
  .p-cta-bottom {
    gap: 8px;
    padding: 30px 16px 40px;
  }
  .p-cta-bottom .p-cta-bottom__lead {
    font-size: 2rem;
    line-height: 1.6;
  }
  .p-cta-bottom .c-btn {
    font-size: 1.8rem;
    height: 50px;
    max-width: 100%;
    padding: 9px 24px;
    width: 300px;
  }
  .p-cta-bottom .c-btn img {
    right: 10px;
  }
  .p-cta-bottom .p-cta-bottom__download {
    align-items: center;
    font-size: 1.5rem;
    font-weight: 700;
    gap: 12px;
    justify-content: space-between;
    letter-spacing: 0;
    padding: 14px 16px;
    text-align: left;
    width: 100%;
  }
  .p-cta-bottom .p-cta-bottom__download img {
    height: 28px;
    width: 28px;
  }
  .p-cta-bottom .p-cta-bottom__note {
    font-size: 1.5rem;
    letter-spacing: normal;
    line-height: 1.93;
    margin-top: 10px;
  }
  .p-cta {
    bottom: 40px;
    padding-block: 16px;
  }
  .p-cta .pill {
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    gap: 6px;
    max-width: 343px;
    padding: 8px 10px 14px;
  }
  .p-cta p {
    font-size: 1.2rem;
    letter-spacing: 0.09rem;
  }
  .p-cta p strong {
    font-size: 1.8rem;
    letter-spacing: 0.12rem;
  }
  .p-cta .buttons {
    flex-wrap: nowrap;
    gap: 8px;
  }
  .p-cta a {
    box-shadow: 0 4px 0 #a7000d;
    flex: 1;
    font-size: 1.4rem;
    height: auto;
    letter-spacing: 0;
    min-width: 0;
    padding: 4px 34px 4px 16px;
    white-space: nowrap;
    width: auto;
  }
  .p-cta a img {
    height: 16px;
    right: 6px;
    width: 16px;
  }
  .p-hero {
    padding-bottom: 90px;
    padding-top: 89px;
  }
  .p-hero .p-hero__logo {
    margin-inline: auto;
    margin-top: 30px;
    width: min(840px, 70%);
  }
  .p-hero .p-hero__copy {
    margin-top: 6px;
    width: min(630px, 70%);
  }
  .p-hero .p-hero__history {
    margin-top: 20px;
    padding: 0;
  }
  .p-hero .p-hero__history > p {
    display: inline-block;
    font-size: 1.8rem;
    line-height: 1.5;
    position: relative;
  }
  .p-hero .p-hero__history > p::before, .p-hero .p-hero__history > p::after {
    background-color: var(--color-brand-orange);
    border-radius: 2px;
    content: "";
    height: 2px;
    margin: 0;
    position: absolute;
    top: 50%;
    width: 49px;
  }
  .p-hero .p-hero__history > p::before {
    left: -42px;
    transform: translateY(-50%) rotate(64.68deg);
  }
  .p-hero .p-hero__history > p::after {
    right: -42px;
    transform: translateY(-50%) rotate(-64.68deg);
  }
  .p-hero .p-hero__gallery {
    margin-top: 16px;
  }
  .p-hero .p-hero__gallery ul {
    gap: 16px;
  }
  .p-hero .p-hero__gallery li {
    padding-top: 20px;
    width: 140px;
  }
  .p-hero .p-hero__gallery li > span {
    font-size: 1.2rem;
    left: 0;
    top: 3px;
  }
  .p-hero .p-hero__gallery li p span {
    font-size: 2.6rem;
  }
  .p-hero .p-hero__chara {
    min-width: 0;
  }
  .p-hero .p-hero__chara--01 {
    left: 17px;
    top: 72px;
    width: 80px;
  }
  .p-hero .p-hero__chara--02 {
    left: 35px;
    top: 49%;
    width: 121px;
  }
  .p-hero .p-hero__chara--03 {
    left: auto;
    right: 20px;
    top: 91px;
    width: 96px;
  }
  .p-hero .p-hero__banner {
    border-radius: 16px;
    margin-left: auto;
    margin-right: 15px;
    margin-top: 20px;
    padding: 8px 8px 5px;
    position: inherit;
    width: 184px;
  }
  .p-hero .p-hero__banner .p-hero__banner-play {
    width: 22px;
  }
  .p-hero .p-hero__banner p {
    font-size: clamp(1.1rem, 0.89rem + 1.07vw, 1.4rem);
    margin-top: 4px;
  }
  .p-other {
    padding-block: 40px;
  }
  .p-other .l-inner {
    gap: 24px;
  }
  .p-other .comment {
    align-items: center;
    gap: 8px;
    width: 100%;
  }
  .p-other .comment .chara {
    border-width: 6px;
    height: 107px;
    width: 107px;
  }
  .p-other .comment .bubble {
    background-image: radial-gradient(circle closest-side, var(--color-brand-l-yellow) 100%, transparent), radial-gradient(circle closest-side, var(--color-brand-l-yellow) 100%, transparent), linear-gradient(var(--color-brand-l-yellow), var(--color-brand-l-yellow));
    background-position: left 19px, right 19px, center 19px;
    background-size: 10px 10px, 10px 10px, calc(100% - 10px) 10px;
    font-size: 1.8rem;
    line-height: 1.8;
  }
  .p-other .comment.-bottom .bubble {
    font-size: 1.8rem;
  }
  .p-other .archive {
    gap: 10px;
  }
  .p-other .archive .content {
    gap: 40px;
  }
  .p-other .archive .link-list {
    gap: 20px;
    max-width: none;
  }
  .p-other .archive .link-list a {
    font-size: 1.6rem;
    height: 50px;
    letter-spacing: 1px;
  }
  .p-other .archive .link-list a img {
    right: 10px;
  }
  .p-other .archive .banner {
    max-width: 320px;
  }
  .p-other .school {
    border-radius: 30px;
    gap: 20px;
    padding: 38px 16px;
  }
  .p-other .school h2 {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .p-other .school .deco {
    --dot: 7.551px;
  }
  .p-other .school .whiteboard {
    border-width: 6px;
    padding: 19px 10px;
    width: 100%;
  }
  .p-other .school .whiteboard p {
    font-size: 1.4rem;
  }
  .p-other .school .whiteboard p strong {
    font-size: 1.8rem;
  }
  .p-other .school .whiteboard .photos {
    justify-content: flex-start;
    margin-left: 10px;
    margin-top: 14px;
  }
  .p-other .school .whiteboard .photo-group {
    margin-left: -3.1%;
  }
  .p-other .school .whiteboard .teacher {
    bottom: -15px;
    right: -15px;
    width: 47%;
  }
  .p-other .btn {
    font-size: 1.6rem;
    height: 50px;
    max-width: 300px;
  }
  .p-other .btn img {
    right: 10px;
  }
  .p-other .video-box {
    border-radius: 30px;
    gap: 16px;
    padding: 16px;
  }
  .p-other .video-box .ttl {
    font-size: 1.7rem;
  }
  .p-requirements {
    padding: 30px 0;
  }
  .p-requirements .l-inner {
    gap: 16px;
  }
  .p-requirements h2 {
    font-size: 3rem;
  }
  .p-requirements .deco {
    --dot: 11px;
  }
  .p-requirements .req-list > div {
    align-items: center;
    flex-direction: column;
    gap: 8px;
    padding: 16px;
  }
  .p-requirements .req-list > div dt {
    flex-basis: auto;
    text-align: center;
    width: 100%;
    -moz-text-align-last: auto;
    text-align-last: auto;
  }
  .p-requirements .req-list > div dd {
    font-size: 1.4rem;
    width: 100%;
  }
  .p-requirements .req-list > div dd strong {
    font-size: 1.8rem;
  }
  .p-requirements .award-block {
    padding: 10px;
  }
  .p-requirements .award-block h5 {
    font-size: 1.6rem;
    text-align: center;
  }
  .p-requirements .award-head {
    flex-direction: column;
    gap: 4px;
    text-align: center;
  }
  .p-requirements .award-head h4 {
    font-size: 1.8rem;
  }
  .p-requirements .award-head p {
    font-size: 1.4rem;
  }
  .p-requirements .award-rows li {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }
  .p-requirements .award-rows li strong {
    flex: none;
    text-align: center;
    width: 100%;
  }
  .p-requirements .award-rows li span {
    flex: none;
    font-size: 1.4rem;
  }
  .p-requirements .award-rows li span.amount {
    flex: none;
    white-space: normal;
  }
  .p-requirements .notes li {
    font-size: 1.2rem;
  }
  .p-requirements .annotations {
    gap: 9px;
    padding: 18px;
  }
  .p-requirements .annotations h3 {
    font-size: 2rem;
  }
  .p-requirements .annotations ul {
    gap: 4px;
  }
  .p-requirements .annotations li {
    font-size: 1.2rem;
  }
  .p-requirements .organizer {
    font-size: 1.4rem;
  }
  .p-rules {
    border-radius: 50% 50% 0 0/clamp(25px, 14vw, 50px) clamp(25px, 14vw, 50px) 0 0;
    padding: 70px 0 56px;
  }
  .p-rules h2 {
    display: flex;
    font-size: 2rem;
    justify-content: center;
    line-height: 1.2;
    margin-bottom: 16px;
    margin-top: -30px;
  }
  .p-rules h2 strong {
    font-size: 3rem;
  }
  .p-rules .deco {
    --dot: 7.571px;
    margin-right: 6px;
  }
  .p-rules .deco.-reverse {
    margin-left: 6px;
    margin-right: 0;
  }
  .p-rules .box {
    border-radius: 30px;
    padding-inline: 16px;
  }
  .p-rules .box h3 {
    border-radius: 0 0 8px 8px;
    font-size: 1.8rem;
    padding: 4px 16px 4px;
  }
  .p-rules .box h3 span {
    font-size: 2rem;
  }
  .p-rules .box .lead {
    font-size: 2rem;
    margin-top: 16px;
  }
  .p-rules .box .lead span {
    background-position: left 18px, right 18px, center 18px;
    background-size: 10px 10px, 10px 10px, calc(100% - 10px) 10px;
    padding-inline: 6px;
  }
  .p-rules .box .note {
    font-size: 1.6rem;
    line-height: 1.75;
    margin-top: 16px;
    padding-bottom: 20px;
  }
  .p-rules .jukugo {
    box-shadow: 6px 6px 0 var(--color-brand-l-yellow);
    margin-top: 16px;
  }
  .p-rules .jukugo li {
    font-size: 5.6rem;
    height: 34vw;
    max-height: 100px;
    max-width: 74px;
    width: 25vw;
  }
  .p-rules .jukugo li span {
    font-size: 1rem;
  }
  .p-rules .examples {
    gap: 32px;
    margin-top: 20px;
    padding: 0 0 20px;
  }
  .p-rules .examples li {
    width: 100%;
  }
  .p-rules .examples .desc {
    padding: 16px;
  }
  .p-rules .examples .desc p:last-child {
    font-size: 1.4rem;
  }
  .p-rules .examples .year {
    border-bottom-width: 3px;
    font-size: 1.8rem;
    line-height: 1;
    padding-bottom: 5px;
  }
  .p-rules .examples .year span {
    font-size: 2.4rem;
  }
  .p-rules .examples .arrow {
    font-size: 0.6rem;
  }
  .p-rules .examples .arrow img {
    width: 18px;
  }
  .p-rules .examples .answer {
    flex-direction: row;
    gap: 8px;
    justify-content: center;
    padding: 12px;
  }
  .p-rules .examples .answer .kanji {
    font-size: 3.6rem;
    white-space: nowrap;
  }
  .p-rules .examples .answer .yomi {
    font-size: 1.4rem;
    white-space: nowrap;
  }
  .u-pc-only {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  footer .footer-block-02 .footer-block-02-inner .footer-sns-area .footer-sns-ul li a:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }
  footer .footer-block-02 .footer-bnr-zone .footer-bnr-child a:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }
  footer .c-pagetop {
    background-size: 30px 16px;
    bottom: 40px;
    height: 64px;
    right: 30px;
    width: 64px;
  }
  .p-about .finder.is-revealed .word-cloud li:hover {
    color: var(--color-brand-red);
  }
  .p-about .word-cloud li:hover {
    color: var(--color-brand-red);
  }
  .u-sp-only {
    display: none !important;
  }
}

@media all and (-ms-high-contrast: none) {
  footer .footer-block-03 {
    background: -ms-linear-gradient(left, #efba38 0, #ef6c32 25%, #db3d35 75%, #d02d2d 100%);
  }
}
@media screen and (max-width: 1100px) {
  .l-header .l-header__hamburger {
    display: flex;
  }
  .l-header .l-header__btn {
    font-size: 1.3rem;
    padding: 8px 12px;
  }
  .l-header .l-header__btn img {
    width: 28px;
  }
  .l-header {
    padding: 12px 16px;
  }
  .l-header .l-header__logo a img {
    width: 96px;
  }
  .l-header .l-header__logo a:last-child {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .l-header .l-header__logo a:last-child img {
    width: 100px;
  }
  .l-header .l-header__menu {
    align-items: stretch;
    background-color: var(--color-brand-l-yellow);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    display: none;
    flex-direction: column;
    gap: 20px;
    left: 0;
    max-height: calc(100vh - 100%);
    overflow-y: auto;
    padding: 24px 20px;
    position: absolute;
    top: 100%;
    width: 100%;
  }
  .l-header .l-header__menu.is-open {
    display: flex;
  }
  .l-header .l-header__nav-list {
    align-items: stretch;
    flex-direction: column;
    gap: 16px;
  }
  .l-header .l-header__nav-list li a {
    background-color: var(--color-white);
    border-radius: 8px;
    font-size: 1.6rem;
    justify-content: flex-start;
    padding: 8px 12px;
  }
  .l-header .l-header__nav-list li a img,
  .l-header .l-header__nav-list li a .l-header__nav-icon {
    width: 28px;
  }
  .l-header .l-header__btn {
    font-size: 1.6rem;
    justify-content: flex-start;
    width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .p-hero .p-hero__logo {
    animation: none;
    opacity: 1;
    transform: none;
  }
  .js-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
/*# sourceMappingURL=maps/style.css.map */
