html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  word-break: normal;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

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

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

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

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

* {
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
  background-repeat: no-repeat;
}

html {
  overflow-y: scroll;
  font-weight: 400;
  font-size: 62.5%;
}
@supports (-webkit-touch-callout: none) {
  html {
    height: -webkit-fill-available;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  color: var(--color-text);
  font-family: var(--font-zen);
  background-color: var(--color-bg);
  position: relative;
  overflow-x: hidden;
  letter-spacing: 0;
}
@supports (-webkit-touch-callout: none) {
  body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
  }
}

ol,
ul {
  list-style: none;
}

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

select::-ms-expand {
  display: none;
}

main {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

a,
button {
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s ease-in-out;
}

.t-br {
  display: block;
}

.t-ib {
  display: inline-block;
}

.t-hidden {
  display: none;
}

.t-hiddenSp {
  display: none;
}

.t-taL {
  text-align: left !important;
}

.t-taR {
  text-align: right !important;
}

.t-taC {
  text-align: center !important;
}
.t-bold {
  font-weight: 600 !important;
}

.t-italic {
  font-style: italic !important;
}

.t-ttU {
  text-transform: uppercase !important;
}

.t-ttL {
  text-transform: lowercase !important;
}

.t-caution-color {
  color: var(--caution-color);
}

.t-mt0 {
  margin-top: 0 !important;
}

.t-visuallyHidden {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
}

:root {
  --color-red: #f47474;
  --color-orange: #ee802e;
  --color-green: #5bb8c5;
  --color-blue: #468fd3;
  --color-purple: #342563;
  --color-lightBlue: #4ca2f4;
  --color-lightYellow: #d1bd99;
  --color-lightYellow2: #ffecca;
  --color-text: #343563;
  --color-white: #fff;
  --color-bg: #fff3de;
  --color-bg-light: #fff8ed;
  --color-black: #000;
  --font-zen: "Zen Kaku Gothic New", sans-serif;
}

.m-wrapper {
  width: 100%;
  max-width: 1140px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}
.m-wrapper.-large {
  max-width: 1320px;
}
.m-wrapper.-small {
  max-width: 1020px;
}

.l-headerAnniv {
  background-color: var(--color-bg);
  padding-top: 20px;
}
.l-headerAnniv__logo {
  padding-left: 40px;
  margin-top: 5px;
  opacity: 0;
  transform: translateY(-50px);
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
}
.l-headerAnniv__logo.-animated {
  opacity: 1;
  transform: translateY(0);
}
.l-headerAnniv__logo figure {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.l-headerAnniv__logo figure figcaption {
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.8px;
  color: var(--color-orange);
  margin-left: 14px;
}
.l-headerAnniv__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.l-headerAnniv__btn {
  background: var(--color-orange);
  border-radius: 0 0 0 30px;
  padding: 20px 30px 28px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 11;
}
.l-headerAnniv__btn.-active .l-headerAnniv__btn--txt span:first-child {
  display: none;
}
.l-headerAnniv__btn.-active .l-headerAnniv__btn--txt span:nth-child(2) {
  display: block;
}
.l-headerAnniv__btn.-active .l-headerAnniv__btn--threedot::before, .l-headerAnniv__btn.-active .l-headerAnniv__btn--threedot::after {
  opacity: 1;
  width: 46px;
  transition: 0 all 0.3s;
}
.l-headerAnniv__btn.-active .l-headerAnniv__btn--threedot::before {
  transform: translate(-50%, -50%) rotate(-25deg);
}
.l-headerAnniv__btn.-active .l-headerAnniv__btn--threedot::after {
  transform: translate(50%, -50%) rotate(25deg);
}
.l-headerAnniv__btn.-active .l-headerAnniv__btn--threedot span {
  opacity: 0;
  transition: 0.3s all 0.3s;
}
.l-headerAnniv__btn--txt {
  transition: all 0.3s;
}
.l-headerAnniv__btn--txt span {
  text-transform: uppercase;
  color: var(--color-white);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.08em;
  margin-right: 16px;
}
.l-headerAnniv__btn--txt span:nth-child(2) {
  display: none;
}
.l-headerAnniv__btn--threedot {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  position: relative;
}
.l-headerAnniv__btn--threedot::before, .l-headerAnniv__btn--threedot::after {
  content: "";
  width: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 2px;
  border-radius: 5px;
  background: var(--color-white);
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  transition: 0.3s all 0.3s;
  opacity: 0;
}
.l-headerAnniv__btn--threedot::after {
  left: unset;
  right: 50%;
  transform: translate(50%, -50%);
}
.l-headerAnniv__btn--threedot span {
  width: 8px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: block;
  background: var(--color-white);
  transition: 0.3s all 0s;
}
.l-headerAnniv__menu {
  position: fixed;
  width: 100vw;
  height: 100svh;
  max-height: 100svh;
  overflow-x: hidden;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.l-headerAnniv__menu.-active {
  opacity: 1;
  visibility: visible;
}
.l-headerAnniv__menu-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-black);
  opacity: 0.3;
}
.l-headerAnniv__menu-nav {
  border-radius: 0 0 0 30px;
  background: var(--color-orange);
  color: var(--color-white);
  width: 100%;
  max-width: 720px;
  margin-left: auto;
  position: relative;
  z-index: 1;
  padding: 84px 94px 84px 95px;
  height: 100%;
}
.l-headerAnniv__menu-nav--row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 64px;
  margin-bottom: 60px;
}
.l-headerAnniv__menu-nav--row > figure {
  margin: 0;
  width: 160px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-headerAnniv__menu-nav--row > figure img {
  width: 63%;
  margin-left: 5px;
}
.l-headerAnniv__menu-nav--row ul {
  width: calc(100% - 224px);
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.l-headerAnniv__menu-nav--row ul li {
  width: 100%;
}
.l-headerAnniv__menu-nav--row ul li a {
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1px;
  font-size: 2rem;
  position: relative;
  padding-left: 34px;
  display: block;
}
.l-headerAnniv__menu-nav--row ul li a::before {
  content: "";
  width: 10px;
  aspect-ratio: 1/1;
  position: absolute;
  background: var(--color-white);
  left: 0;
  top: 10px;
  border-radius: 50%;
}
.l-headerAnniv__menu-blank {
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.3);
  padding: 38px 80px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.l-headerAnniv__menu-blank a {
  display: block;
  background: var(--color-bg);
  color: var(--color-orange);
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 27px */
  letter-spacing: 0.9px;
  font-size: 1.8rem;
  text-align: center;
  border-radius: 40px;
  padding: 20px 32px 22px 40px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.l-headerAnniv__menu-blank a::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background-color: #fee6bb;
  position: absolute;
  top: 0;
  left: 0;
  transition: width 0.3s ease-in-out;
}
.l-headerAnniv__menu-blank a > span {
  position: relative;
  z-index: 2;
}
.l-headerAnniv__menu-blank a > span::after {
  content: "";
  width: 24px;
  aspect-ratio: 1/1;
  -webkit-mask-image: url(../img/top/icon-tab.svg);
          mask-image: url(../img/top/icon-tab.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  display: inline-block;
  background: var(--color-orange);
  margin-left: 10px;
  vertical-align: -4px;
}

.c-scrollBar {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.c-scrollBar__bar {
  width: 1px;
  height: 52px;
  background: var(--color-purple);
  position: relative;
  margin-top: 4px;
}
.c-scrollBar__bar::before {
  content: "";
  width: 10px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: var(--color-purple);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  animation: ball-move 1s infinite ease-in-out alternate;
  opacity: 0;
}
.c-scrollBar > span {
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0.6px;
}

@keyframes ball-move {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    top: 90%;
    opacity: 0;
  }
}
.c-btnAnniv {
  display: block;
  max-width: 400px;
  width: 100%;
  padding: 25px 0;
  background-color: var(--color-orange);
  color: var(--color-white);
  border-radius: 50px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
}
.c-btnAnniv::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background-color: #db6a16;
  position: absolute;
  top: 0;
  left: 0;
  transition: width 0.3s ease-in-out;
}
.c-btnAnniv > span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
.c-btnAnniv > span > span {
  align-items: center;
  font-size: 1.6rem;
  font-weight: 700;
}
.c-btnAnniv.-accordion {
  background-color: var(--color-bg);
  color: var(--color-orange);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.44px;
}
.c-btnAnniv.-accordion::before {
  background-color: #fee6bb;
}
.c-btnAnniv.-accordion.-active > span::after {
  background-image: url(../img/top/icon-minus-orange.svg);
}
.c-btnAnniv.-accordion > span > span {
  display: block;
}
.c-btnAnniv.-accordion > span::after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-image: url(../img/top/icon-plus-orange.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.c-btnAnniv.-white {
  background: #fff;
}
.c-btnAnniv.-blank {
  padding: 15px 32px 17px 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
  max-width: 193px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.c-btnAnniv.-blank::after {
  content: "";
  width: 24px;
  aspect-ratio: 1/1;
  -webkit-mask-image: url(../img/top/icon-tab.svg);
          mask-image: url(../img/top/icon-tab.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #fff;
  display: inline-block;
}

.c-listRank {
  display: flex;
  flex-wrap: wrap;
  gap: 0 16px;
  align-items: flex-end;
  margin-bottom: 83px;
}
.c-listRank li {
  width: calc((100% - 32px) / 3);
}
.c-listRank li:first-of-type, .c-listRank li:nth-child(2), .c-listRank li:nth-child(3) {
  border-radius: 30px;
  padding: 40px 20px 25px;
}
.c-listRank li:first-of-type h3, .c-listRank li:nth-child(2) h3, .c-listRank li:nth-child(3) h3 {
  border-radius: 80px;
  position: relative;
  text-align: center;
  min-height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-size: 2.8rem;
  background: url(../img/top/leaf-1-left.svg) no-repeat 22px center, url(../img/top/leaf-1-right.svg) no-repeat calc(100% - 22px) center, #fff;
}
.c-listRank li:first-of-type h3 span, .c-listRank li:nth-child(2) h3 span, .c-listRank li:nth-child(3) h3 span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100%;
}
.c-listRank li:first-of-type p, .c-listRank li:nth-child(2) p, .c-listRank li:nth-child(3) p {
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 32px */
  letter-spacing: 0.8px;
  color: #fff;
  padding: 20px 15px 27px;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 15px;
}
.c-listRank li:first-of-type {
  background: #f47474;
  order: 2;
}
.c-listRank li:first-of-type h3 {
  color: #f47474;
  margin-bottom: 20px;
}
.c-listRank li:first-of-type p {
  position: relative;
}
.c-listRank li:first-of-type p::before {
  content: "";
  width: 40px;
  aspect-ratio: 40/25;
  background: #000;
  opacity: 0.15;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%);
  bottom: 0;
}
.c-listRank li:first-of-type > span {
  position: relative;
  z-index: 1;
}
.c-listRank li:first-of-type > span img {
  margin: -15px 20px -30px auto;
  display: block;
}
.c-listRank li:nth-child(2) h3, .c-listRank li:nth-child(3) h3 {
  background: url(../img/top/leaf-2-left.svg) no-repeat 22px center, url(../img/top/leaf-2-right.svg) no-repeat calc(100% - 22px) center, #fff;
  margin-bottom: 15px;
}
.c-listRank li:nth-child(2) {
  background: #4ca2f4;
  order: 1;
}
.c-listRank li:nth-child(2) h3 {
  color: #4ca2f4;
}
.c-listRank li:nth-child(3) {
  background: #5bb8c5;
  order: 3;
}
.c-listRank li:nth-child(3) h3 {
  color: #5bb8c5;
}

.c-listRankUnder {
  position: relative;
  z-index: 1;
}
.c-listRankUnder.-active::before {
  opacity: 0;
}
.c-listRankUnder ol {
  display: flex;
  flex-wrap: wrap;
  gap: 74px 16px;
  margin-bottom: 64px;
  position: relative;
}
.c-listRankUnder ol > span {
  position: absolute;
  top: 0;
  left: 22px;
}
.c-listRankUnder ol > span:nth-child(2) {
  left: unset;
  right: 0;
  top: 135px;
}
.c-listRankUnder ol > span:nth-child(3) {
  left: unset;
  right: 0;
  top: 43.5%;
}
.c-listRankUnder ol > span:nth-child(4) {
  left: 0;
  top: 56%;
}
.c-listRankUnder ol li {
  width: calc((100% - 32px) / 3);
}
.c-listRankUnder ol li:nth-of-type(n + 4) {
  width: calc((100% - 48px) / 4);
}
.c-listRankUnder ol li h3 {
  position: relative;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.6);
  min-height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-size: 1.8rem;
  padding: 20px;
}
.c-listRankUnder ol li h3 span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(100% - 18px);
  width: 60px;
  aspect-ratio: 60/47;
  background: url(../img/top/crown-common.svg) no-repeat;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background-size: cover;
  padding-bottom: 7px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
}

.c-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  z-index: 999;
}
.c-loading.-loaded .c-loading__bg {
  transition: 0.5s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.c-loading.-loaded .c-loading__img {
  width: 124px;
  height: 102px;
  transition: all 0.5s ease-in-out;
}
.c-loading__bg {
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #FFF1DC 0%, #FFE6D0 33.85%, #FFE3C3 65.62%, #FFE9B7 100%);
  transition-property: opacity, visibility;
}
.c-loading__img {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 103.5px;
  height: 88.5px;
}

.c-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
}
.c-modal.is-open {
  display: block;
}
.c-modal__bg, .c-modal__container {
  will-change: transform;
}
.c-modal[aria-hidden=false] .c-modal__bg {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.c-modal[aria-hidden=true] .c-modal__bg {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.c-modal__bg {
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  flex-direction: column;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  align-items: center;
  justify-content: center;
}
.c-modal__container {
  background-color: #fff3de;
  border-radius: 4px;
  padding: 55px 25px 29px;
  border-radius: 30px;
  box-sizing: border-box;
  max-width: calc(100% - 30px);
  max-height: calc(100vh - 135px);
  max-height: calc(100dvh - 135px);
  margin-bottom: 20px;
}
.c-modal__container-inner {
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 8px;
}
.c-modal__container-close {
  position: absolute;
  top: 22px;
  right: 19px;
  font-style: normal;
  font-weight: 500;
  flex-direction: column-reverse;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1.1rem;
  line-height: 100%; /* 11px */
  letter-spacing: 0.88px;
}
.c-modal__container-close img {
  margin-bottom: 10px;
  max-width: 24px;
}
.c-modal__container-direct {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: calc(100% + 20px);
  pointer-events: none;
}
.c-modal__container-direct .-left,
.c-modal__container-direct .-right {
  pointer-events: auto;
}
.c-modal__container-direct .-left.-first,
.c-modal__container-direct .-right.-last {
  opacity: 1;
  visibility: hidden;
}
.c-modal__container-direct span {
  cursor: pointer;
  transition: all 0.3s;
  display: block;
  aspect-ratio: 1/1;
  width: 40px;
}
.c-modal__container-direct span.-left img {
  transform: scaleX(-1);
}
.c-modal__container-direct span.no-event {
  pointer-events: none;
  opacity: 0.7;
}
.c-modal__row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  margin-bottom: 32px;
}
.c-modal__row-info h3 {
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 36px */
  position: relative;
  margin-bottom: 17px;
  font-size: 1.8rem;
  letter-spacing: 1.44px;
  padding-bottom: 21px;
}
.c-modal__row-info h3::before {
  content: "";
  width: 100%;
  height: 3px;
  background: url(../img/top/border-dots.svg) repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
}
.c-modal__row-info > strong,
.c-modal__row-info > span {
  display: block;
}
.c-modal__row-info > span {
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
  letter-spacing: 1.28px;
  color: var(--color-orange, #ee802e);
  font-size: 1.4rem;
  margin-bottom: 7px;
}
.c-modal__row-info > strong {
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 30px */
  letter-spacing: 1.6px;
}
.c-modal__row-img {
  margin: 0 0 15px;
  max-width: 120px;
}
.c-modal__message {
  background: var(--color-bg-2, #ffecca);
  position: relative;
  border-radius: 30px;
  border: 1px solid #343563;
  margin-bottom: 27px;
  padding: 37px 15px 29px;
}
.c-modal__message > span {
  border-radius: 10px;
  background: var(--color-text, #343563);
  color: #fff;
  font-style: normal;
  font-weight: 700;
  left: 50%;
  top: 0;
  position: absolute;
  text-transform: uppercase;
  padding: 3px 45px 6px;
  transform: translate(-50%, -41%);
  letter-spacing: 1.28px;
}
.c-modal__message p {
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.75px;
  font-size: 1.5rem;
  line-height: 200%; /* 32px */
}

.c-modalSlide {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
}
.c-modalSlide.is-open {
  display: block;
}
.c-modalSlide__bg, .c-modalSlide__container {
  will-change: transform;
}
.c-modalSlide[aria-hidden=false] .c-modalSlide__bg {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.c-modalSlide[aria-hidden=true] .c-modalSlide__bg {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.c-modalSlide__bg {
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  flex-direction: column;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  align-items: center;
  justify-content: center;
}
.c-modalSlide__container figure {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 450px;
}
.c-modalSlide__container figure img {
  border-radius: 10px;
  width: 100%;
}
.c-modalSlide__container figure figcaption {
  margin-top: 30px;
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 25.5px */
  color: #fff;
}
.c-modalSlide__container-direct {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 30px);
  max-width: 944px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: calc(100% + 30px);
  pointer-events: none;
}
.c-modalSlide__container-direct .-left,
.c-modalSlide__container-direct .-right {
  pointer-events: auto;
}
.c-modalSlide__container-direct .-left.-first,
.c-modalSlide__container-direct .-right.-last {
  opacity: 1;
  visibility: hidden;
}
.c-modalSlide__container-direct span {
  cursor: pointer;
  transition: all 0.3s;
  display: block;
  aspect-ratio: 1/1;
  width: 40px;
}
.c-modalSlide__container-direct span.-left img {
  transform: scaleX(-1);
}
.c-modalSlide__container-direct span.no-event {
  pointer-events: none;
  opacity: 0.7;
}

@keyframes mmfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  0% {
    transform: translateY(15%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10%);
  }
}
.c-sliderInfo__item {
  background: #ffecca;
  opacity: 0 !important;
}
.c-sliderInfo__item.swiper-slide-active {
  opacity: 1 !important;
}
.c-sliderInfo__item-year {
  color: var(--color-orange, --color-orange);
  font-size: 4.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 48px */
  letter-spacing: 2.4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
.c-sliderInfo__item-year::after {
  content: "";
  width: calc(100% - 115px);
  height: 3px;
  background: url(../img/top/border-dots.svg) repeat-x;
  display: inline-block;
  margin-top: 5px;
}
.c-sliderInfo__item-article {
  margin-bottom: 54px;
}
.c-sliderInfo__item-article h3 {
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 54.4px */
  letter-spacing: 1.6px;
  margin-bottom: 16px;
}
.c-sliderInfo__item-article p {
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 32px */
  letter-spacing: 0.8px;
}
.c-sliderInfo__item-customer {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.4);
}
.c-sliderInfo__item-customer span {
  border-radius: 10px 0px;
  background: var(--color-text);
  color: var(--color-white);
  font-style: normal;
  font-weight: 700;
  line-height: 200%; /* 28px */
  letter-spacing: 0.7px;
  font-size: 1.4rem;
  padding: 9px 21px 11px 14px;
}
.c-sliderInfo__item-customer figure {
  padding: 33px 20px 35px 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.c-sliderInfo__item-customer figure a {
  width: calc((100% - 30px) / 4);
}

.c-sliderHistory {
  position: relative;
  z-index: 1;
}
.c-sliderHistory::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: var(--color-orange);
  border-radius: 30px;
  width: 100%;
  height: 100%;
  transform: rotate(10deg);
  left: 44px;
  display: none;
}
.c-sliderHistory__item.out {
  animation: out_right 0.5s ease both;
}
.c-sliderHistory__item figure {
  width: 100%;
}
.c-sliderHistory__item figure img {
  border: 1px solid var(--color-text);
  border-radius: 30px;
  width: 100%;
}
.c-sliderHistory .swiper-slide-shadow {
  opacity: 0 !important;
}
.c-sliderHistory .swiper-arrow {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: var(--color-lightBlue);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
  transition: all 0.3s;
  transform: translate(0, -53%);
  font-size: 1.3rem;
  line-height: 150%;
  color: var(--color-white);
  position: absolute;
  right: -130px;
}
.c-sliderHistory .swiper-arrow::after {
  content: unset;
}
.c-sliderHistory .swiper-arrow span {
  font-weight: 700;
  letter-spacing: 1.04px;
  margin-top: 1px;
  text-transform: uppercase;
}
.c-sliderHistory .swiper-arrow:focus {
  color: var(--color-white);
  background: var(--color-lightBlue);
}
.c-sliderHistory .swiper-button-slide {
  transition: opacity 0.3s ease-in-out !important;
  margin-top: 0;
}
.c-sliderHistory .swiper-button-prev {
  background: var(--color-blue);
  left: unset;
  top: unset;
  bottom: 0;
  transform: unset;
  z-index: 2;
}
.c-sliderHistory .swiper-button-prev img {
  transform: scaleX(-1);
}
.c-sliderHistory .swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}

@keyframes out_right {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(150%);
  }
}
.c-txtConcept {
  text-align: center;
  font-style: normal;
  font-weight: 500;
  line-height: 175%; /* 35px */
  letter-spacing: 1px;
  font-size: 2rem;
}

.c-txtVoice {
  text-align: center;
  margin: 0 auto 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 32px */
  letter-spacing: 0.8px;
  max-width: calc(100% - 30px);
}

.c-titleConcept {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 74px;
}
.c-titleConcept.animated > span img {
  transform: translateY(0);
}
.c-titleConcept.animated > span.-ja span {
  opacity: 1;
  transform: translateY(0);
}
.c-titleConcept > img {
  width: 34.72vw;
  max-width: 500px;
}
.c-titleConcept span {
  font-weight: 500;
  line-height: 150%; /* 42px */
  letter-spacing: 2.24px;
  font-size: 2.8rem;
  color: var(--color-text);
  margin-top: 31px;
}
.c-titleConcept span picture img {
  display: block;
  margin: 0 auto;
  transform: translateY(110%);
  transition: all 0.3s;
}
.c-titleConcept span.-orange {
  color: var(--color-orange, --color-orange);
}
.c-titleConcept span.-blue {
  color: var(--color-lightBlue);
}
.c-titleConcept span.-red {
  color: var(--color-red);
  letter-spacing: -2.52px;
}
.c-titleConcept span.-green {
  color: var(--color-green);
  letter-spacing: -2.52px;
}
.c-titleConcept span.-ja span {
  display: inline-block;
  opacity: 0;
  transform: translateY(110%);
  transition: transform 0.3s cubic-bezier(0.16, 0.67, 0.61, 1.87), opacity 0.02s cubic-bezier(0.23, 1, 0.32, 1);
}
.c-titleConcept span span {
  letter-spacing: 0.28px;
}
.c-titleConcept span span.-more-space {
  letter-spacing: 4px;
}

.c-titleMain {
  margin-bottom: 30px;
}
.c-titleMain.animated > span img {
  transform: translateY(0);
}
.c-titleMain.animated > span.-ja span {
  opacity: 1;
  transform: translateY(0);
}
.c-titleMain > span {
  text-align: center;
  display: block;
}
.c-titleMain > span:first-child {
  margin-bottom: 10px;
}
.c-titleMain > span img {
  transform: translateY(110%);
  transition: all 0.3s;
  display: block;
  margin: 0 auto;
}
.c-titleMain > span.-ja {
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 2.1px;
  font-size: 4.2rem;
}
.c-titleMain > span.-ja span {
  transform: translateY(110%);
  opacity: 0;
  transition: transform 0.3s cubic-bezier(0.16, 0.67, 0.61, 1.87), opacity 0.02s cubic-bezier(0.23, 1, 0.32, 1);
  display: inline-block;
}
.c-titleMain > span.-ja span.-fsz46 {
  font-size: 4.6rem;
  letter-spacing: 2.3px;
}
.c-titleMain > span.-ja span.-fsz32 {
  font-size: 3.2rem;
  letter-spacing: 0.08em;
}
.c-titleMain > span.-ja span.-block {
  display: block;
}
.c-titleMain > span .-orange {
  color: var(--color-orange, --color-orange);
}

.js-parallax {
  transition: transform 60ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

.p-topMv {
  background-color: var(--color-bg);
  overflow: hidden;
}
.p-topMv__top {
  position: relative;
}
.p-topMv__left, .p-topMv__right {
  position: absolute;
  left: 0;
  top: 52.7%;
  transform: translateY(-50%);
  width: 29.583%;
  max-width: 426px;
  opacity: 0;
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
}
.p-topMv__left.-animated, .p-topMv__right.-animated {
  opacity: 1;
}
.p-topMv__left {
  transform: translate(-100%, -50%);
}
.p-topMv__left.-animated {
  transform: translate(0, -50%);
}
.p-topMv__right {
  left: unset;
  right: 0;
  top: 51.3%;
  width: 29.722%;
  max-width: 428px;
  text-align: right;
  transform: translate(100%, -50%);
}
.p-topMv__right.-animated {
  transform: translate(0, -50%);
}
.p-topMv__circle {
  text-align: center;
  padding: 54px 0;
}
.p-topMv__circle img {
  width: 36.11%;
  max-width: 520px;
  animation: rotate-animation 50s infinite linear;
}
.p-topMv__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50.4%);
  margin-left: 10px;
  max-width: 224px;
}
.p-topMv__logo .-mark {
  opacity: 0;
}
.p-topMv__logo .-mark.-loaded {
  opacity: 1;
}
.p-topMv__logo figcaption {
  margin-bottom: 14px;
}
.p-topMv__logo figcaption img {
  width: 120px;
  height: 12.8px;
}
.p-topMv__scroll {
  margin-top: -17px;
}

.p-topConcept {
  padding: 107px 80px 353px;
  background: linear-gradient(180deg, #fff1dc 0%, #ffe6d0 28.06%, #ffe3c3 58.15%, #ffe9b7 94.17%);
}
.p-topConcept__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 100px 20px 158px;
  border-radius: 80px;
  border: 1px solid var(--color-text);
  background: rgba(255, 255, 255, 0.3);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.p-topConcept__animation-left, .p-topConcept__animation-right {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: -1;
}
.p-topConcept__animation-left span.animatable, .p-topConcept__animation-right span.animatable {
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.p-topConcept__animation-left span.animatable.animated, .p-topConcept__animation-right span.animatable.animated {
  transition: all 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  opacity: 1;
  transform: scale(1);
}
.p-topConcept__animation-right {
  left: unset;
  right: 0;
  width: 280px;
}
.p-topConcept__animation-left {
  width: 360px;
}
.p-topConcept__animation-left > span:first-child {
  margin-bottom: 42%;
  margin-left: 32.7%;
}
.p-topConcept__animation-left > span:nth-child(2) {
  margin-bottom: 0.5%;
  margin-left: auto;
}
.p-topConcept__animation-left > span:nth-child(3) {
  margin-bottom: 53.4%;
  margin-left: 25.8%;
}
.p-topConcept__animation-left > span:nth-child(4) {
  margin-bottom: 59%;
  margin-left: 47%;
}
.p-topConcept__animation-left > span:nth-child(5) {
  margin-bottom: 25%;
  margin-left: 31%;
}
.p-topConcept__animation-right {
  align-items: flex-end;
}
.p-topConcept__animation-right > span:first-child {
  margin-right: 50%;
  margin-bottom: 43%;
}
.p-topConcept__animation-right > span:nth-child(2) {
  margin-right: 38%;
  margin-bottom: 28%;
}
.p-topConcept__animation-right > span:nth-child(3) {
  margin-right: auto;
  margin-bottom: 58%;
}
.p-topConcept__animation-right > span:nth-child(4) {
  margin-right: 60%;
  margin-bottom: 57%;
}
.p-topConcept__animation-right > span:nth-child(5) {
  margin-right: 35%;
  margin-bottom: 22%;
}

.p-topVoice {
  margin-top: -245px;
  background: linear-gradient(transparent, #fff3de);
}
.p-topVoice .button {
  opacity: 0;
  position: absolute;
  z-index: -999;
}
.p-topVoice__inner {
  border-radius: 140px 140px 0 140px;
  background: #ffecca;
  padding: 111px 0 120px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.p-topVoice__inner > span {
  position: absolute;
  left: 0;
  top: 171px;
  width: 19.65vw;
  max-width: 283px;
  z-index: -1;
}
.p-topVoice__inner > span.animatable {
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
}
.p-topVoice__inner > span.animatable:first-of-type {
  transform: translateX(-100%);
}
.p-topVoice__inner > span.animatable:nth-of-type(2) {
  transform: translateX(100%);
}
.p-topVoice__inner > span.animatable.animated {
  transform: translateX(0);
}
.p-topVoice__inner > span:nth-child(2) {
  top: 150px;
  left: unset;
  right: 0;
  width: 20vw;
  max-width: 290px;
}
.p-topVoice__tooltip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 43px;
}
.p-topVoice__tooltip > span {
  background: #fff;
  border-radius: 70px;
  padding: 15px 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 27px */
  letter-spacing: 0.9px;
  font-size: 1.8rem;
  color: var(--color-text, #343563);
  position: relative;
}
.p-topVoice__tooltip > span::before {
  content: "";
  width: 20px;
  aspect-ratio: 20/18;
  background: url(../img/top/icon-camera.svg);
  display: inline-block;
  margin-right: 10px;
  vertical-align: -2px;
}
.p-topVoice__tooltip > span::after {
  content: "";
  width: 26px;
  aspect-ratio: 1/1;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-85%, 50%);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #fff;
}
.p-topVoice__tooltip > span span {
  letter-spacing: -0.9px;
}
.p-topVoice__scroll {
  overflow: hidden;
  margin-bottom: 40px;
}
.p-topVoice__scrollFlex {
  min-height: 66vw;
}
.p-topVoice__slider {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-gap: 16px;
  max-width: 100vw;
  width: 100%;
  min-width: 870px;
  margin-right: 16px;
}
.p-topVoice__slide {
  grid-area: 1/1/2/2;
  overflow: hidden;
  border-radius: 10px;
}
.p-topVoice__slide img {
  transition: 0.3s ease-in-out;
}
.p-topVoice__slide:nth-child(2) {
  grid-area: 1/2/2/3;
}
.p-topVoice__slide:nth-child(3) {
  grid-area: 1/3/2/4;
}
.p-topVoice__slide:nth-child(4) {
  grid-area: 1/4/2/5;
}
.p-topVoice__slide:nth-child(5) {
  grid-area: 1/5/3/7;
}
.p-topVoice__slide:nth-child(6) {
  grid-area: 2/1/4/3;
}
.p-topVoice__slide:nth-child(7) {
  grid-area: 2/3/3/5;
}
.p-topVoice__slide:nth-child(8) {
  grid-area: 3/3/4/4;
}
.p-topVoice__slide:nth-child(9) {
  grid-area: 3/4/4/5;
}
.p-topVoice__slide:nth-child(10) {
  grid-area: 3/5/4/6;
}
.p-topVoice__slide:nth-child(11) {
  grid-area: 3/6/4/7;
}
.p-topVoice__slide:nth-child(12) {
  grid-area: 4/1/5/2;
}
.p-topVoice__slide:nth-child(13) {
  grid-area: 4/2/5/3;
}
.p-topVoice__slide:nth-child(14) {
  grid-area: 4/3/5/4;
}
.p-topVoice__slide:nth-child(15) {
  grid-area: 4/4/5/6;
}
.p-topVoice__slide:nth-child(16) {
  grid-area: 4/6/5/7;
}
.p-topVoice__slide.no-event {
  pointer-events: none;
}

.p-topRanking {
  background: #ffecca;
}
.p-topRanking__inner {
  padding: 110px 80px 260px;
  border-radius: 0 140px 0 0;
  background: #fff3de;
  position: relative;
  z-index: 1;
}
.p-topRanking__inner > span {
  position: absolute;
  z-index: -1;
  left: 140px;
  top: 130px;
}
.p-topRanking__inner > span:nth-child(2) {
  top: 76px;
  right: 83px;
  left: unset;
}
.p-topRanking__inner > span:nth-child(3) {
  left: 65px;
  bottom: 250px;
  top: unset;
}
.p-topRanking__inner > span:nth-child(4) {
  right: 106px;
  bottom: 260px;
  left: unset;
  top: unset;
}
.p-topRanking__inner .c-txtVoice {
  margin-bottom: 90px;
}
.p-topRanking__inner .c-btnAnniv.-white {
  margin-bottom: 20px;
}
.p-topRanking__container {
  max-width: 1160px;
  margin: 0 auto;
}

.p-topHistory {
  margin-top: -50px;
  background: var(--color-lightYellow2);
  padding-bottom: 235px;
  position: relative;
  z-index: 1;
  border-radius: 60px 60px 0 0;
}
.p-topHistory > span {
  position: absolute;
  bottom: 217px;
  z-index: 1;
}
.p-topHistory > span:first-of-type {
  left: 20px;
  bottom: 1000px;
}
.p-topHistory > span:nth-of-type(2) {
  bottom: 875px;
  right: 13px;
}
.p-topHistory > span:nth-of-type(3) {
  bottom: 500px;
  left: 21px;
}
.p-topHistory > span:nth-of-type(4) {
  right: 33px;
  bottom: 300px;
}
.p-topHistory > span:nth-of-type(5) {
  left: 30px;
}
.p-topHistory__animation-left, .p-topHistory__animation-right {
  position: absolute;
  display: flex;
  flex-direction: column;
  left: 0;
  z-index: -1;
  height: 100%;
}
.p-topHistory__animation-left {
  width: 288px;
}
.p-topHistory__animation-left span:first-child {
  margin-left: auto;
  margin-top: -16%;
}
.p-topHistory__animation-left span:nth-child(2) {
  margin-left: 26%;
  display: none;
}
.p-topHistory__animation-right {
  width: 251px;
  left: unset;
  right: 0;
  align-items: flex-end;
  top: 134px;
}
.p-topHistory__animation-right span:first-child {
  margin-right: auto;
}
.p-topHistory__animation-right span:nth-child(2) {
  margin-right: 33%;
  display: none;
}
.p-topHistory__inner {
  padding: 60px 20px 38px;
  position: relative;
  z-index: 1;
}
.p-topHistory__slide {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
.p-topHistory__slide-left {
  width: 100%;
}
.p-topHistory__slide-right {
  width: 78.1vw;
  margin-bottom: 25px;
  margin-left: auto;
  position: relative;
}
.p-topHistory__slide-bottom {
  width: 100%;
  margin-top: 60px;
}
.p-topHistory__slide-bottom .swiper-wrapper {
  transform: unset !important;
  justify-content: center;
  flex-wrap: wrap;
}
.p-topHistory__slide-bottom .-inner .-slide {
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 27px */
  letter-spacing: 1.39px;
  font-size: 1.7rem;
  position: relative;
  color: var(--color-lightYellow);
  padding: 31px 5px 8px;
  text-align: center;
  cursor: pointer;
}
.p-topHistory__slide-bottom .-inner .-slide:not(:last-child) span::before {
  content: "";
  width: 51px;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  left: 100%;
  background: var(--color-text);
  position: absolute;
  z-index: -1;
}
.p-topHistory__slide-bottom .-inner .-slide.swiper-slide-active {
  color: var(--color-text);
}
.p-topHistory__slide-bottom .-inner .-slide.swiper-slide-active span::after {
  width: 32px;
  height: 32px;
  background: var(--color-orange);
}
.p-topHistory__slide-bottom .-inner .-slide span {
  width: 24px;
  aspect-ratio: 1/1;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.p-topHistory__slide-bottom .-inner .-slide span::after {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--color-white);
  border: 1px solid var(--color-text);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
}
.p-topHistory__nums {
  background-color: var(--color-lightYellow2);
  position: relative;
}
.p-topHistory__nums::before {
  content: "";
  width: calc(100% - 20px);
  height: 213px;
  display: block;
  background-image: url(../img/top/bg-dot.svg);
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  position: absolute;
  top: 50%;
  left: 0;
}
.p-topHistory__numsList {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px 0;
  position: relative;
  z-index: 2;
}
.p-topHistory__numItem {
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background-color: var(--color-text);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p-topHistory__numItem .-title {
  margin-bottom: 7px;
}
.p-topHistory__numItem .-title > span {
  display: block;
  text-align: center;
  color: var(--color-white);
  line-height: 1.5;
}
.p-topHistory__numItem .-title > span.-ja {
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 1.344px;
  margin-bottom: 2px;
}
.p-topHistory__numItem .-title > span.-en {
  opacity: 0.5;
  font-size: 1rem;
  letter-spacing: 0.784px;
  font-weight: 700;
}
.p-topHistory__numItem .-num {
  color: var(--color-white);
  font-size: 1.7rem;
  font-weight: 700;
}
.p-topHistory__numItem .-num .-count {
  font-size: 4.2rem;
  font-weight: 700;
  color: var(--color-lightYellow2);
  margin: 0 4px;
  letter-spacing: 1.26px;
  line-height: 1;
}
.p-topHistory__numItem .-num .-unit {
  font-size: 2.2rem;
}
.p-topHistory__caution {
  font-size: 1.2rem;
  margin-top: 20px;
}

@keyframes rotate-animation {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.p-topUser {
  position: relative;
  z-index: 1;
  overflow: visible;
  margin-top: -85px;
  padding: 81px 0 127px;
}
.p-topUser::before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 878px);
  background-color: var(--color-text);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.p-topUser > span {
  position: absolute;
  z-index: 1;
}
.p-topUser > span:first-of-type {
  left: 22px;
  top: 273px;
}
.p-topUser > span:nth-of-type(2) {
  right: 8px;
  top: 108px;
}
.p-topUser__bg.-top {
  width: 100%;
  height: 440px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.p-topUser__bg.-top::before {
  content: "";
  display: block;
  background-color: var(--color-text);
  border-radius: 50%;
  width: 1000px;
  height: 1000px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.p-topUser__bg.-bottom {
  width: 100%;
  height: 440px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-topUser__bg.-bottom::before {
  content: "";
  display: block;
  background-color: var(--color-text);
  border-radius: 50%;
  width: 1000px;
  height: 1000px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.p-topUser .m-wrapper {
  position: relative;
  z-index: 2;
}
.p-topUser .c-titleMain .-ja {
  color: var(--color-white);
}
.p-topUser__tmb {
  width: 100%;
  max-width: 1140px;
  padding: 0 20px;
  text-align: right;
  position: absolute;
  left: 50%;
  top: -60px;
  transform: translateX(-50%);
}
.p-topUser__tmb.animatable {
  transform: translate(-50%, 100%);
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.p-topUser__tmb.animatable.animated {
  transform: translate(-50%, 0);
  opacity: 1;
}
.p-topUser__tmb .-balloon {
  width: 156.8px;
  height: 68.695px;
  position: absolute;
  top: -45px;
  right: 88px;
}
.p-topUser__desc {
  color: var(--color-white);
  -moz-text-align-last: center;
       text-align-last: center;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.8px;
}
.p-topUser__listContainer {
  margin-top: 40px;
  height: 2120px;
  overflow: hidden;
  position: relative;
  transition: height 0.3s ease-in-out;
}
.p-topUser__listContainer.-active::after {
  opacity: 0;
  visibility: hidden;
}
.p-topUser__listContainer::after {
  content: "";
  display: block;
  width: 100%;
  height: 150px;
  background: linear-gradient(180deg, rgba(52, 53, 99, 0.8) 0%, #343563 77.52%);
  position: absolute;
  bottom: -1px;
  left: 0;
  transition-property: opacity, visibility;
  transition: 0.3s ease-in-out;
}
.p-topUser__list {
  display: flex;
  flex-wrap: wrap;
  gap: 42px 3.1%;
}
.p-topUser__listItem {
  background-color: var(--color-white);
  border-radius: 40px;
  width: 100%;
  padding: 16px 25px 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.p-topUser__listItem .-title {
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 1.44px;
  line-height: 1.5;
  margin-bottom: 3px;
  width: 100%;
}
.p-topUser__listItem .-desc {
  font-size: 1.3rem;
  letter-spacing: 0.7px;
  line-height: 1.75;
  width: calc(100% - 60px);
  height: 50px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.p-topUser .c-btnAnniv.-active {
  margin-top: 60px;
}

.p-topMessage {
  background-color: var(--color-bg);
  padding: 82px 0 133px;
  position: relative;
}
.p-topMessage.animatable {
  overflow: hidden;
}
.p-topMessage.animatable.animated::before, .p-topMessage.animatable.animated::after {
  transform: translateX(0);
}
.p-topMessage.animatable::before, .p-topMessage.animatable::after {
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
}
.p-topMessage.animatable::before {
  transform: translateX(-100%);
}
.p-topMessage.animatable::after {
  transform: translateX(100%);
}
.p-topMessage::before {
  content: "";
  display: block;
  width: 24.5vw;
  height: 18.4vw;
  background-image: url(../img/top/bg-message1_sp.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 3;
}
.p-topMessage::after {
  content: "";
  display: block;
  width: 30.9vw;
  height: 23.7vw;
  background-image: url(../img/top/bg-message2_sp.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 2;
}
.p-topMessage__bg.animatable {
  overflow: hidden;
}
.p-topMessage__bg.animatable.animated::before, .p-topMessage__bg.animatable.animated::after {
  transform: translateX(0);
}
.p-topMessage__bg.animatable::before, .p-topMessage__bg.animatable::after {
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
}
.p-topMessage__bg.animatable::before {
  transform: translateX(-100%);
}
.p-topMessage__bg.animatable::after {
  transform: translateX(100%);
}
.p-topMessage__bg::before {
  content: "";
  display: block;
  width: 28.8vw;
  height: 15.7vw;
  background-image: url(../img/top/bg-message3_sp.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 25px;
  left: 0;
}
.p-topMessage__bg::after {
  content: "";
  display: block;
  width: 25.9vw;
  height: 17.9vw;
  background-image: url(../img/top/bg-message4_sp.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 196px;
  right: 0;
}
.p-topMessage__container {
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.p-topMessage__desc {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.8px;
}
.p-topMessage__profile {
  margin-top: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 20px;
}
.p-topMessage__profile img {
  border-radius: 50%;
}
.p-topMessage__profile .-company {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.7px;
  display: block;
  margin-bottom: 10px;
}
.p-topMessage__profile .-name {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.p-topMessage__profile .-name .-ja {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.6px;
}
.p-topMessage__profile .-name .-en {
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-lightBlue);
  letter-spacing: 0.8px;
  line-height: 1.5;
}

.p-topTalk {
  padding: 26px 0 39px;
  position: relative;
}
.p-topTalk::before, .p-topTalk::after {
  content: "";
  display: block;
  width: 100%;
  height: 24px;
  background-image: url(../img/top/border.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: 2;
}
.p-topTalk::before {
  top: -12px;
}
.p-topTalk::after {
  bottom: -12px;
}
.p-topTalk__img img {
  width: 100%;
  height: auto;
  border-radius: 30px 30px 0px 0px;
}
.p-topTalk__txt {
  background-color: var(--color-white);
  padding: 30px 20px 40px;
  border-radius: 0 0 30px 30px;
}
.p-topTalk__txt .c-btnAnniv {
  padding: 24px 60px;
  margin-left: 0;
  max-width: 335px;
}
.p-topTalk__title {
  margin-bottom: 16px;
}
.p-topTalk__title .-label {
  color: var(--color-orange);
  letter-spacing: 1.92px;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 1.5;
  padding: 0 3px 10px;
  position: relative;
}
.p-topTalk__title .-label::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--color-orange);
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-topTalk__title .-txt {
  display: block;
  margin-top: 10px;
  font-size: 2.4rem;
  letter-spacing: 1.92px;
  line-height: 150%;
  font-weight: 700;
}
.p-topTalk__desc {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.7px;
  margin-bottom: 30px;
}

.p-topClosing {
  padding: 72px 0 204px;
  position: relative;
}
.p-topClosing::before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% + 39px);
  background: linear-gradient(180deg, #fff1dc 0%, #ffe6d0 33.85%, #ffe3c3 65.62%, #ffe9b7 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-topClosing .m-wrapper {
  position: relative;
  z-index: 2;
}
.p-topClosing__title {
  display: flex;
  justify-content: center;
}
.p-topClosing__title span {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-left: 12.8px;
}
.p-topClosing__desc {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
}

.p-topShare {
  padding: 46px 0 69px;
  position: relative;
}
.p-topShare::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--color-text);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.p-topShare__chara {
  position: absolute;
  top: -57px;
  left: 50%;
  transform: translateX(-50%);
}
.p-topShare .p-topMv__circle {
  padding: 0;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.p-topShare .m-wrapper {
  position: relative;
  z-index: 2;
}
.p-topShare__title {
  text-align: center;
  margin-bottom: 16px;
}
.p-topShare__title span {
  display: inline-block;
  color: var(--color-bg);
  background-color: #1e1f48;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.8px;
  padding: 9.5px 40px 11px;
  border-radius: 24px;
  position: relative;
}
.p-topShare__title span::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 6px 0 6px;
  border-color: #1e1f48 transparent transparent transparent;
  position: absolute;
  bottom: -6.5px;
  left: 50%;
  transform: translateX(-50%);
}
.p-topShare__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 18px;
}
.p-topShare__urlCopied {
  text-align: center;
  width: 100%;
  padding: 15px 10px;
  background-color: var(--color-text);
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  opacity: 0;
  visibility: hidden;
  transition-property: opacity visibility;
  transition: 0.3s ease-in-out;
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 999;
}
.p-topShare__urlCopied.-active {
  opacity: 1;
  visibility: visible;
}

@keyframes scrollInfinite {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (hover: hover) and (pointer: fine) {
  a:hover,
  button:hover {
    opacity: 0.7;
  }
  .l-headerAnniv__menu-nav--row ul li a:hover {
    opacity: 0.7;
  }
  .l-headerAnniv__menu-blank a:hover {
    opacity: 1;
  }
  .l-headerAnniv__menu-blank a:hover::before {
    width: 100%;
  }
  .c-btnAnniv:hover {
    opacity: 1;
  }
  .c-btnAnniv:hover::before {
    width: 100%;
  }
  .c-btnAnniv.-blank:hover {
    color: #fff;
  }
  .c-sliderHistory .swiper-arrow:hover {
    color: var(--color-white);
    background: var(--color-lightBlue);
  }
}

@media print, screen and (min-width: 769px) {
  .t-hiddenSp {
    display: block;
  }
  .t-hiddenPc {
    display: none;
  }
  .t-taL-pc {
    text-align: left !important;
  }
  .t-taR-pc {
    text-align: right !important;
  }
  .t-taC-pc {
    text-align: center !important;
  }
  .l-headerAnniv {
    padding-top: 30px;
  }
  .c-btnAnniv {
    max-width: 390px;
    padding: 30px 60px;
  }
  .c-btnAnniv > span > span {
    font-size: 1.8rem;
  }
  .c-btnAnniv.-accordion > span > span {
    width: 236px;
  }
  .c-btnAnniv.-blank {
    letter-spacing: 0.8px;
  }
  .c-btnAnniv.sp-only {
    display: none;
  }
  .c-loading.-loaded .c-loading__img {
    width: 212px;
    height: 175px;
  }
  .c-loading__img {
    width: 172.6px;
    height: 147.5px;
  }
  .c-modal__bg {
    justify-content: center;
    flex-direction: row;
    max-height: 100vh;
    max-height: 100dvh;
  }
  .c-modal__container {
    max-width: 760px;
    max-height: 100vh;
    padding: 99px 40px 40px;
    overflow: unset;
    margin-bottom: 0;
  }
  .c-modal__container-inner {
    overflow: unset;
    padding-bottom: 0;
  }
  .c-modal__container-close {
    font-size: 1.8rem;
    top: 32px;
    right: 56px;
    line-height: 175%; /* 31.5px */
    letter-spacing: 1.44px;
    flex-direction: row;
  }
  .c-modal__container-close img {
    margin-left: 16px;
    max-width: 40px;
  }
  .c-modal__container-direct {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 124px + 60px);
    z-index: 1;
  }
  .c-modal__container-direct span {
    width: 62px;
  }
  .c-modal__row {
    margin-bottom: 54px;
  }
  .c-modal__row {
    padding: 0 30px 0 20px;
    flex-direction: row;
  }
  .c-modal__row-info {
    width: calc(100% - 200px);
    padding-right: 30px;
  }
  .c-modal__row-info h3 {
    font-size: 2.4rem;
    padding-bottom: 20px;
    letter-spacing: 1.92px;
    margin-bottom: 16px;
  }
  .c-modal__row-info > span {
    font-size: 1.6rem;
    margin-bottom: 9px;
  }
  .c-modal__row-info > strong {
    font-size: 2rem;
  }
  .c-modal__row-img {
    margin: 10px 0 0;
    max-width: unset;
  }
  .c-modal__message {
    padding: 37px 40px 34px;
  }
  .c-modal__message > span {
    line-height: 150%; /* 27px */
    transform: translate(-56%, -58%);
    padding: 3px 40px 6px;
    letter-spacing: 1.44px;
    font-size: 1.8rem;
  }
  .c-modal__message p {
    line-height: 200%; /* 32px */
    letter-spacing: 0.8px;
    font-size: 1.6rem;
  }
  .c-modalSlide__bg {
    justify-content: center;
    flex-direction: row;
    max-height: 100vh;
    max-height: 100dvh;
  }
  .c-modalSlide__container-direct {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: calc(100% + 80px + 280px);
  }
  .c-modalSlide__container-direct span {
    width: 62px;
  }
  .c-txtConcept br.sp-only {
    display: none;
  }
  .c-titleMain {
    margin-bottom: 40px;
  }
  .c-titleMain > span br.sp-only {
    display: none;
  }
  .p-topMv__logo figcaption {
    margin-bottom: 27px;
  }
  .p-topMv__logo figcaption img {
    width: 224px;
    height: 24px;
  }
  .p-topVoice__tooltip > span.sp-only {
    display: none;
  }
  .p-topVoice__scroll {
    margin-bottom: 60px;
  }
  .p-topVoice button:hover {
    opacity: 1;
  }
  .p-topVoice button:hover img {
    transform: scale(1.1);
  }
  .p-topRanking__inner .c-txtVoice {
    margin-bottom: 100px;
  }
  .p-topHistory {
    padding-bottom: 518px;
    margin-top: -110px;
    border-radius: 140px 140px 0 0;
  }
  .p-topHistory > span {
    bottom: 854px;
  }
  .p-topHistory > span:first-of-type {
    left: 75px;
  }
  .p-topHistory > span:nth-of-type(2) {
    right: 83px;
  }
  .p-topHistory__inner {
    padding: 110px 40px 180px;
  }
  .p-topHistory__slide {
    padding: 0 20px;
  }
  .p-topHistory__slide-left {
    width: 50%;
  }
  .p-topHistory__slide-right {
    width: calc(50% - 20px);
    margin-bottom: 8px;
    max-width: 510px;
  }
  .p-topHistory__slide-bottom .-inner .-slide {
    width: 64px !important;
  }
  .p-topHistory__nums {
    padding: 26px 0 29px;
  }
  .p-topHistory__nums::before {
    width: 71.6%;
    height: 100%;
    top: 0;
    background-size: contain;
  }
  .p-topHistory__numsList {
    flex-direction: row;
    gap: 0 20px;
  }
  .p-topHistory__numItem .-title {
    margin-bottom: 10px;
  }
  .p-topHistory__numItem .-title > span.-ja {
    font-size: 2.4rem;
    letter-spacing: 1.92px;
    margin-bottom: 3px;
  }
  .p-topHistory__numItem .-title > span.-en {
    font-size: 1.4rem;
    letter-spacing: 1.12px;
  }
  .p-topHistory__numItem .-num {
    font-size: 2.4rem;
  }
  .p-topHistory__numItem .-num .-count {
    font-size: 6rem;
    margin: 0 6px;
    letter-spacing: 1.8px;
  }
  .p-topHistory__numItem .-num .-unit {
    font-size: 3.2rem;
  }
  .p-topUser {
    margin-top: -346px;
    padding: 160px 0 271px;
  }
  .p-topUser > span:first-of-type {
    left: 212px;
    top: 475px;
  }
  .p-topUser > span:nth-of-type(2) {
    right: 192px;
    top: 260px;
  }
  .p-topUser__bg.-top::before {
    width: 2030px;
    height: 2030px;
  }
  .p-topUser__bg.-bottom::before {
    width: 2030px;
    height: 2030px;
  }
  .p-topUser__tmb {
    top: -25px;
  }
  .p-topUser__tmb .-balloon {
    width: 224px;
    height: 98px;
    top: -61px;
    right: 127px;
  }
  .p-topUser__listContainer {
    margin-top: 60px;
    height: 1000px;
  }
  .p-topUser__listContainer:not(.-active) {
    margin-bottom: -100px;
  }
  .p-topUser__listItem {
    width: 31.2%;
    padding: 25px 40px;
    border-radius: 60px;
  }
  .p-topUser__listItem .-title {
    font-size: 1.8rem;
  }
  .p-topUser__listItem .-desc {
    font-size: 1.4rem;
    width: calc(100% - 80px);
  }
  .p-topUser .c-btnAnniv.-active {
    margin-top: 80px;
  }
  .p-topMessage {
    padding: 110px 0 103px;
  }
  .p-topMessage::before {
    width: 19vw;
    height: 16vw;
    background-image: url(../img/top/bg-message1.svg);
    top: 60px;
  }
  .p-topMessage::after {
    width: 21.4vw;
    height: 15.6vw;
    background-image: url(../img/top/bg-message2.svg);
    top: 20px;
  }
  .p-topMessage__bg::before {
    width: 19.9vw;
    height: 10.3vw;
    background-image: url(../img/top/bg-message3.svg);
    bottom: 50px;
  }
  .p-topMessage__bg::after {
    width: 18.4vw;
    height: 11.7vw;
    background-image: url(../img/top/bg-message4.svg);
    bottom: 90px;
  }
  .p-topMessage__desc {
    font-size: 1.8rem;
    letter-spacing: 0.9px;
  }
  .p-topMessage__profile {
    justify-content: center;
    margin-top: 47px;
    gap: 0 37px;
  }
  .p-topMessage__profile .-company {
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.8px;
    margin-bottom: 16px;
  }
  .p-topMessage__profile .-name {
    gap: 0 16px;
  }
  .p-topMessage__profile .-name .-ja {
    font-size: 2.8rem;
    letter-spacing: 2.24px;
    line-height: 1.5;
  }
  .p-topMessage__profile .-name .-en {
    font-size: 1.3rem;
    letter-spacing: 1.04px;
  }
  .p-topTalk {
    padding: 71px 0 80px;
  }
  .p-topTalk::before, .p-topTalk::after {
    background-size: contain;
    background-repeat: repeat;
  }
  .p-topTalk__container {
    display: flex;
  }
  .p-topTalk__container > * {
    width: 50%;
  }
  .p-topTalk__img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 30px 0 0 30px;
  }
  .p-topTalk__txt {
    border-radius: 0 30px 30px 0;
  }
  .p-topTalk__title .-label {
    letter-spacing: 1.28px;
    font-size: 1.6rem;
    padding: 0 5px 6px;
  }
  .p-topTalk__title .-txt {
    margin-top: 14px;
    font-size: 2.6rem;
    letter-spacing: 2.56px;
  }
  .p-topTalk__desc {
    margin-bottom: 33px;
  }
  .p-topClosing {
    padding: 113px 0 300px;
  }
  .p-topClosing::before {
    height: calc(100% + 80px);
  }
  .p-topClosing__container {
    display: flex;
    align-items: center;
  }
  .p-topClosing__container > * {
    width: 50%;
  }
  .p-topClosing__title span {
    font-size: 4.6rem;
  }
  .p-topClosing__desc {
    font-size: 1.8rem;
  }
  .p-topShare {
    padding: 58px 0 91px;
  }
  .p-topShare__chara {
    top: -86px;
  }
  .p-topShare .p-topMv__circle {
    bottom: 0;
  }
  .p-topShare .p-topMv__circle img {
    width: 520px;
  }
  .p-topShare__title span {
    font-size: 2rem;
    letter-spacing: 2px;
    padding: 6.5px 36.5px 11.5px;
  }
  .p-topShare__list {
    gap: 0 26px;
  }
}

@media screen and (max-width: 768px) {
  .l-headerAnniv__logo {
    padding-left: 15px;
    margin: 0 0 11px 0;
  }
  .l-headerAnniv__logo figure > img {
    max-width: 136px;
  }
  .l-headerAnniv__logo figure figcaption {
    line-height: 150%;
    letter-spacing: 0.6px;
    font-size: 1.2rem;
    margin-left: 10px;
  }
  .l-headerAnniv__btn {
    padding: 19px 11px 22px 26px;
    flex-direction: column-reverse;
  }
  .l-headerAnniv__btn.-active {
    padding: 22px 13px 25px 26px;
  }
  .l-headerAnniv__btn.-active .l-headerAnniv__btn--txt span {
    margin: 13px 0 0 0;
  }
  .l-headerAnniv__btn.-active .l-headerAnniv__btn--threedot::before, .l-headerAnniv__btn.-active .l-headerAnniv__btn--threedot::after {
    width: 27px;
  }
  .l-headerAnniv__btn--txt span {
    margin: 10px 0 0 0;
    line-height: 1;
    font-size: 1.1rem;
  }
  .l-headerAnniv__btn--threedot::before, .l-headerAnniv__btn--threedot::after {
    height: 1px;
  }
  .l-headerAnniv__btn--threedot {
    gap: 5px;
  }
  .l-headerAnniv__btn--threedot span {
    width: 5px;
  }
  .l-headerAnniv__menu {
    overflow-y: scroll;
  }
  .l-headerAnniv__menu-nav {
    width: 340px;
    height: auto;
    padding: 30px 12px 12px 12px;
  }
  .l-headerAnniv__menu-nav--row {
    flex-direction: column;
    gap: 23px;
    padding: 0 18px;
    margin-bottom: 39px;
  }
  .l-headerAnniv__menu-nav--row ul {
    gap: 19px;
    width: 100%;
    padding-left: 5px;
  }
  .l-headerAnniv__menu-nav--row ul li a {
    letter-spacing: 0.8px;
    font-size: 1.6rem;
    padding-left: 25px;
  }
  .l-headerAnniv__menu-nav--row ul li a::before {
    top: 8px;
  }
  .l-headerAnniv__menu-blank {
    padding: 20px 18px;
    border-radius: 20px;
  }
  .l-headerAnniv__menu-blank a {
    line-height: 150%; /* 21px */
    letter-spacing: 0.7px;
    font-size: 1.4rem;
    padding: 16px 10px 17px 20px;
  }
  .l-headerAnniv__menu-blank a > span::after {
    width: 17px;
    margin-left: 5px;
    vertical-align: -3px;
  }
  .c-scrollBar__bar {
    margin-top: 7px;
  }
  .c-scrollBar > span {
    line-height: 175%; /* 17.5px */
    letter-spacing: 0.5px;
    font-size: 1rem;
  }
  .c-btnAnniv.-accordion > span::after {
    margin-left: 15px;
  }
  .c-btnAnniv.pc-only {
    display: none;
  }
  .c-listRank {
    gap: 70px !important;
    margin-bottom: 30px !important;
  }
  .c-listRank li:first-of-type, .c-listRank li:nth-child(2), .c-listRank li:nth-child(3) {
    padding: 30px 17.5px 20px;
  }
  .c-listRank li:first-of-type h3 span, .c-listRank li:nth-child(2) h3 span, .c-listRank li:nth-child(3) h3 span {
    max-width: 100px;
  }
  .c-listRank li:first-of-type p, .c-listRank li:nth-child(2) p, .c-listRank li:nth-child(3) p {
    line-height: 200%; /* 28px */
    letter-spacing: 0.7px;
    font-size: 1.4rem;
  }
  .c-listRank li:first-of-type p::before {
    width: 35px;
  }
  .c-listRank li:first-of-type > span img {
    max-width: 70px;
    margin: -10px 20px -22px auto;
  }
  .c-listRankUnder ol li h3 {
    font-size: 1.5rem;
    min-height: 95px;
  }
  .c-modal__container-inner {
    height: calc(100vh - 219px);
    height: calc(100dvh - 219px);
  }
  .c-modalSlide__container figure figcaption {
    margin-top: 15px;
    position: absolute;
    bottom: 0;
    transform: translateY(calc(100% + 15px));
    max-width: 229px;
    text-align: center;
    font-size: 1.3rem;
  }
  .c-sliderInfo__item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .c-sliderInfo__item-year {
    font-size: 3.8rem !important;
    line-height: 100%; /* 38px */
    letter-spacing: 1.9px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    justify-content: flex-start;
    margin-top: 8px;
  }
  .c-sliderInfo__item-year::after {
    width: 3px;
    height: 120px;
    background: url(../img/top/border-dots-y.svg) repeat-y;
    margin-top: 13.6px;
  }
  .c-sliderInfo__item-article {
    width: calc(100% - 51px);
    margin-bottom: 24px;
  }
  .c-sliderInfo__item-article h3 {
    margin-bottom: 7px;
    letter-spacing: 1.1px;
    font-size: 2.2rem;
  }
  .c-sliderInfo__item-article p {
    font-weight: 500;
    letter-spacing: 0.75px;
    font-size: 1.5rem;
    min-height: 180px;
  }
  .c-sliderInfo__item-customer {
    width: 100%;
  }
  .c-sliderInfo__item-customer span {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 200%; /* 24px */
    letter-spacing: 0.6px;
    padding: 7px 15px;
  }
  .c-sliderInfo__item-customer figure {
    gap: 5px;
    padding: 17px 20px;
  }
  .c-sliderInfo__item-customer figure a {
    width: calc((100% - 15px) / 4);
  }
  .c-sliderHistory::before {
    left: 21.5px;
    border-radius: 14.6px;
  }
  .c-sliderHistory__item figure img {
    border-radius: 14.6px;
  }
  .c-txtConcept {
    font-size: 1.6rem;
    letter-spacing: 0.8px;
  }
  .c-txtVoice {
    font-size: 1.5rem;
  }
  .c-titleConcept {
    margin-bottom: 45px;
  }
  .c-titleConcept span {
    font-size: 1.8rem;
    margin-top: 18.6px;
    text-align: center;
    letter-spacing: 1.44px;
    line-height: 175%;
  }
  .c-titleConcept span.-red {
    letter-spacing: -1.62px;
  }
  .c-titleConcept span.-green {
    letter-spacing: -1.62px;
  }
  .c-titleMain img.-his {
    width: 90px;
  }
  .c-titleMain > span.-ja {
    line-height: 150%; /* 42px */
    letter-spacing: 1.4px;
    font-size: 2.8rem;
  }
  .c-titleMain > span.-ja span.-fsz46 {
    line-height: 150%;
    letter-spacing: 1.6px;
    font-size: 3.2rem;
  }
  .c-titleMain > span.-ja span.-fsz32 {
    font-size: 2.6rem;
  }
  .c-titleMain > span.-ja span.-block-sp {
    display: block;
  }
  .p-topMv__left, .p-topMv__right {
    max-width: 138px;
    top: 50%;
    width: 100%;
  }
  .p-topMv__right {
    max-width: 110px;
    top: 50%;
  }
  .p-topMv__circle {
    padding: 105px 0;
  }
  .p-topMv__circle img {
    width: 340px !important;
  }
  .p-topMv__logo {
    margin-left: 0;
    text-align: center;
    top: 48.2%;
  }
  .p-topMv__logo .-mark {
    width: 124px;
  }
  .p-topMv__scroll {
    margin-top: -54px;
  }
  .p-topConcept {
    background: transparent;
    padding: 19px 10px 140px !important;
  }
  .p-topConcept__inner {
    padding: 60px 10px 57px !important;
    border-radius: 30px;
  }
  .p-topConcept__animation-left > span:first-child {
    margin-left: 18.4px;
  }
  .p-topConcept__animation-left > span:first-child img {
    width: 43.5px;
  }
  .p-topConcept__animation-left > span:nth-child(2) {
    margin-left: 20px;
    margin-bottom: 62%;
  }
  .p-topConcept__animation-left > span:nth-child(2) img {
    width: 22px;
  }
  .p-topConcept__animation-left > span:nth-child(3) {
    display: none;
  }
  .p-topConcept__animation-left > span:nth-child(4) {
    margin-left: 7px;
    width: 82px;
    margin-bottom: 51%;
  }
  .p-topConcept__animation-left > span:nth-child(5) {
    margin-left: 36px;
    margin-bottom: 77%;
  }
  .p-topConcept__animation-right > span:first-child {
    margin-bottom: 45.5%;
    margin-right: 29px;
  }
  .p-topConcept__animation-right > span:first-child {
    width: 11.1px;
  }
  .p-topConcept__animation-right > span:nth-child(2) {
    margin-right: 7.37px;
    width: 38.63px;
    margin-bottom: 34%;
  }
  .p-topConcept__animation-right > span:nth-child(3) {
    margin-right: 11px;
    margin-bottom: 48%;
  }
  .p-topConcept__animation-right > span:nth-child(4) {
    margin-right: 20px;
    width: 33px;
    margin-bottom: 70%;
  }
  .p-topConcept__animation-right > span:nth-child(5) {
    margin-right: 10px;
    margin-bottom: 16%;
    width: 90px;
  }
  .p-topVoice {
    margin-top: -60px;
  }
  .p-topVoice .c-titleMain > span img {
    max-width: 222px;
  }
  .p-topVoice__inner {
    padding: 60px 0;
    border-radius: 60px 60px 0 0;
  }
  .p-topVoice__inner > span {
    width: 100%;
    max-width: 92px;
    top: 65px;
  }
  .p-topVoice__inner > span:nth-child(2) {
    width: 100%;
    max-width: 99px;
    top: 374px;
  }
  .p-topVoice__tooltip > span {
    font-size: 1.5rem;
  }
  .p-topVoice__tooltip > span.pc-only {
    display: none;
  }
  .p-topVoice__tooltip > span::after {
    transform: translate(-50%, 50%);
  }
  .p-topVoice__slide {
    border-radius: 6px;
  }
  .p-topRanking__inner > span:nth-child(3) {
    display: none;
  }
  .p-topRanking__inner > span:nth-child(4) {
    display: none;
  }
  .p-topHistory__animation-left {
    width: 73px;
    top: 70px;
  }
  .p-topHistory__animation-left span:first-child {
    width: 57.5px;
  }
  .p-topHistory__animation-right {
    width: 60px;
    top: 96px;
  }
  .p-topHistory__animation-right span:first-child {
    width: 21px;
  }
  .p-topHistory__slide {
    flex-direction: column;
  }
  .p-topHistory__slide-left {
    order: 2;
  }
  .p-topHistory__slide-right {
    order: 1;
    margin-right: auto;
  }
  .p-topHistory__slide-bottom {
    order: 3;
    margin-top: 24px;
  }
  .p-topHistory__slide-bottom .-inner .-slide {
    font-size: 1.26rem;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 18.9px */
    letter-spacing: 1.008px;
    width: 55px !important;
    padding: 20px 0 5px !important;
  }
  .p-topHistory__slide-bottom .-inner .-slide:nth-child(6) span::before {
    display: none;
  }
  .p-topHistory__nums::before {
    transform: translateY(-50%);
  }
  .p-topHistory__caution {
    text-align: center;
  }
  .p-topUser__tmb .-chara img {
    width: 97px;
  }
  .p-topUser__desc {
    font-size: 1.5rem;
  }
  .p-topUser__list {
    flex-direction: column;
    gap: 16px 0;
  }
  .p-topUser__listItem .-logo {
    width: 100px;
  }
  .p-topUser__listItem .-button {
    width: 40px;
    height: 40px;
  }
  .p-topMessage__profile img {
    width: 100px;
  }
  .p-topClosing__title {
    margin-bottom: 30px;
  }
  .p-topShare__chara img {
    width: 77px;
  }
  .p-topShare__listItem img {
    width: 56px;
    height: 56px;
  }
}

@media screen and (max-width: 399px) {
  .l-headerAnniv__menu-nav--row > figure {
    width: 82px;
    aspect-ratio: 82/80;
  }
  .c-titleConcept > img {
    width: 72vw !important;
  }
  .p-topConcept__animation-right {
    width: 100% !important;
  }
  .p-topConcept__animation-left {
    width: 100% !important;
  }
  .p-topVoice .c-btnAnniv {
    max-width: calc(100% - 30px);
  }
  .p-topHistory__slide-right {
    max-width: 283px;
  }
}

@media screen and (max-width: 991px) {
  .c-listRank {
    gap: 83px;
    margin-bottom: 50px;
  }
  .c-listRank li {
    width: 100%;
  }
  .c-listRank li:first-of-type h3, .c-listRank li:nth-child(2) h3, .c-listRank li:nth-child(3) h3 {
    min-height: 114px;
    padding: 25px;
    background: url(../img/top/leaf-1-left.svg) no-repeat 22px center/25px, url(../img/top/leaf-1-right.svg) no-repeat calc(100% - 22px) center/25px, #fff;
  }
  .c-listRank li:first-of-type {
    order: 1;
  }
  .c-listRank li:nth-child(2) h3, .c-listRank li:nth-child(3) h3 {
    background: url(../img/top/leaf-2-left.svg) no-repeat 22px center/25px, url(../img/top/leaf-2-right.svg) no-repeat calc(100% - 22px) center/25px, #fff;
  }
  .c-listRank li:nth-child(2) {
    order: 2;
  }
  .c-listRank li:nth-child(3) {
    order: 3;
  }
  .c-listRankUnder ol {
    gap: 60px 16px;
  }
  .c-listRankUnder ol li {
    width: calc((100% - 16px) / 2);
  }
  .c-listRankUnder ol li:nth-of-type(n + 4) {
    width: calc((100% - 16px) / 2) !important;
  }
  .c-sliderHistory .swiper-arrow {
    width: 56px !important;
    height: 56px !important;
    right: -36px;
  }
  .c-sliderHistory .swiper-arrow span {
    display: none;
  }
  .p-topMv__circle img {
    width: 42%;
  }
  .p-topConcept__animation-right {
    width: 25%;
  }
  .p-topConcept__animation-left {
    width: 25%;
  }
  .p-topRanking__inner {
    padding: 60px 16px 110px !important;
  }
  .p-topRanking__inner > span {
    max-width: 20px;
    top: 50px;
    left: 20px;
  }
  .p-topRanking__inner > span:nth-child(2) {
    max-width: 46px;
    right: 13px;
    top: 300px;
  }
}

@media screen and (max-width: 1220px) {
  .c-listRank li:first-of-type h3, .c-listRank li:nth-child(2) h3, .c-listRank li:nth-child(3) h3 {
    font-size: 2.2rem;
  }
  .c-listRankUnder ol {
    justify-content: center;
  }
  .c-sliderInfo__item-year {
    margin-bottom: 20px;
    font-size: 3.2rem;
  }
  .c-sliderInfo__item-article h3 {
    font-size: 2.4rem;
  }
  .c-sliderHistory .swiper-arrow {
    width: 80px;
    height: 80px;
    right: -40px;
  }
  .p-topMv__logo {
    max-width: 195px;
  }
  .p-topConcept {
    padding: 67px 40px 330px;
  }
  .p-topConcept__inner {
    padding: 100px 20px 158px;
  }
  .p-topRanking__inner {
    padding: 80px 40px 220px;
    border-radius: 0 60px 0 0;
  }
  .p-topHistory__slide {
    padding-left: 0;
  }
}

@media screen and (max-width: 559px) {
  .c-listRankUnder {
    max-height: 390px;
    overflow: hidden;
    transition: all 0.3s ease-in;
  }
  .c-listRankUnder::before {
    content: "";
    width: 100%;
    height: 100px;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    background: linear-gradient(transparent, #fff3de);
    transition: all 0.3s ease-in;
  }
  .c-listRankUnder ol {
    padding-top: 30px;
    margin-bottom: 40px;
  }
  .c-listRankUnder ol li {
    width: 100% !important;
  }
  .c-listRankUnder ol li:nth-of-type(n + 4) {
    width: 100% !important;
  }
}

@media screen and (max-width: 480px) {
  .c-modalSlide__container figure {
    max-width: calc(100% - 30px);
    margin: 0 auto;
  }
}

@media screen and (min-width: 400px) {
  .c-titleConcept span > br {
    display: none;
  }
}

@media screen and (max-width: 902px) {
  .p-topVoice__slider {
    gap: 10px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 1100px) {
  .p-topHistory__slide-bottom .-inner .-slide {
    padding: 25px 0 5px;
  }
  .p-topHistory__slide-bottom .-inner .-slide:not(:last-child) span::before {
    width: 50px;
  }
  .p-topHistory__slide-bottom .-inner .-slide.swiper-slide-active span::after {
    width: 24px;
    height: 24px;
  }
  .p-topHistory__slide-bottom .-inner .-slide span {
    width: 17px;
  }
}

@media print, screen and (min-width: 992px) {
  .p-topHistory__numsList {
    gap: 0 40px;
  }
  .p-topHistory__numItem {
    width: 300px;
    height: 300px;
  }
  .p-topMessage__bg::before {
    bottom: 108px;
  }
  .p-topTalk__txt {
    padding: 45px 54px 48px 43px;
  }
  .p-topTalk__title .-txt {
    font-size: 3.2rem;
  }
}

@media screen and (min-width: 1700px) {
  .p-topUser__bg.-top::before {
    width: 147.2vw;
    height: 147.2vw;
  }
  .p-topUser__bg.-bottom::before {
    width: 147.2vw;
    height: 147.2vw;
  }
  .p-topUser__tmb {
    top: -3vw;
  }
}