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 {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "Roboto", sans-serif;
  background-color: var(--color-bg);
  color: var(--color-text);
}
@supports (-webkit-touch-callout: none) {
  body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
  }
}

ol,
ul {
  list-style: none;
}

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

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

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;
}

.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);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
}

:root {
  --color-main: #d2a15e;
  --color-black: #000;
  --color-white: #fff;
  --color-text: #707070;
  --color-text-hover: #4a4a4a;
  --color-text-gold: #cda36b;
  --color-border-nomarl: #dacdbf;
  --color-bg-gold: #f9f5f1;
  --font-jp: "Noto Sans JP", sans-serif;
  --font-en: "Roboto", sans-serif;
  --font-zen-kaku: "Zen Kaku Gothic New", sans-serif;
  --font-nunito: "Nunito", sans-serif;
}

.m-wrapper {
  width: 100%;
  max-width: min(170.6666666667vw, 1024px);
  padding: 0 min(5.3333333333vw, 32px);
  margin-left: auto;
  margin-right: auto;
}

.l-main {
  max-width: 600px;
  margin-inline: auto;
}
.l-main::before {
  content: "";
  width: 100vw;
  height: calc(100% - 50vh);
  left: 50%;
  top: 0;
  background: #c6c6c6;
  position: absolute;
  z-index: -1;
  transform: translate(-50%, 100vh);
  mix-blend-mode: multiply;
  filter: blur(104px);
}

.l-header {
  padding: 15px 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-header__logo {
  display: block;
  width: 149px;
  height: 40px;
}
.l-header__logo img {
  width: 100%;
}

.l-footer {
  padding-block: min(8.8vw, 52.8px) min(34.6666666667vw, 208px);
  background: var(--color-text);
  color: var(--color-white);
}
.l-footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.l-footer__logo {
  width: min(45.3333333333vw, 272px);
}
.l-footer__logo img {
  width: 100%;
}
.l-footer__txt {
  font-family: var(--font-zen-kaku);
  font-weight: 700;
  font-size: min(4.2666666667vw, 25.6px);
  line-height: 1.65;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: min(8.5333333333vw, 51.2px);
}
.l-footer__btn {
  background: #00b900;
  color: var(--color-white);
  width: min(77.6vw, 465.6px);
  height: min(18.1333333333vw, 108.8px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-zen-kaku);
  font-weight: 700;
  font-size: min(4vw, 24px);
  line-height: 1.7;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: min(5.3333333333vw, 32px);
  border-radius: min(26.6666666667vw, 160px);
  padding-left: min(5.3333333333vw, 32px);
  position: relative;
  transition: background 0.3s ease;
}
.l-footer__btn::before {
  content: "";
  width: min(8.8vw, 52.8px);
  aspect-ratio: 33/31;
  background: url("../img/top/icon-line.svg") no-repeat center center/contain;
  position: absolute;
  left: min(5.8666666667vw, 35.2px);
  top: 50%;
  transform: translateY(-50%);
}
.l-footer__social {
  padding-top: min(6.6666666667vw, 40px);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: min(10.6666666667vw, 64px);
  width: 100%;
}
.l-footer__social ul {
  display: flex;
  justify-content: center;
  gap: min(5.3333333333vw, 32px);
  width: 100%;
}
.l-footer__social ul img {
  transition: opacity 0.3s ease;
}
.l-footer__copy {
  margin-top: min(2.6666666667vw, 16px);
  font-family: var(--font-zen-kaku);
  font-weight: 700;
  font-size: min(2.6666666667vw, 16px);
  line-height: 1.6;
  letter-spacing: 0.2em;
  text-align: center;
}

.c-btn {
  display: block;
  width: 100%;
  max-width: min(72.2666666667vw, 433.6px);
  height: min(17.0666666667vw, 102.4px);
  background: var(--color-text);
  border-radius: 100px;
  text-align: center;
  color: var(--color-white);
  font-weight: 600;
  font-size: min(3.7333333333vw, 22.4px);
  line-height: 1.7;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: background 0.3s ease;
}
.c-btn::before {
  content: "";
  width: min(1.6vw, 9.6px);
  aspect-ratio: 1/2;
  background: url(../img/common/arrow-right-white.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: min(6.6666666667vw, 40px);
  transform: translateY(-50%);
}
.c-btn--gradient {
  background: linear-gradient(131.41deg, #dcb700 7.77%, #bd7719 79.77%);
}

.c-ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.c-ttl__en {
  font-weight: 700;
  font-size: min(2.9333333333vw, 17.6px);
  line-height: 1.4;
  letter-spacing: 0.006em;
  text-align: center;
  color: var(--color-text-gold);
}

.p-topMv {
  padding-block: min(18.4vw, 110.4px) min(7.7333333333vw, 46.4px);
  background: url("../img/top/bg-mv.webp") no-repeat center center/cover;
}
.p-topMv__bg {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -2;
}
.p-topMv__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.p-topMv__txt {
  text-align: center;
}
.p-topMv__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 335/220;
  border-radius: min(5.3333333333vw, 32px);
}
.p-topMv__ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: min(2.6666666667vw, 16px);
  margin-top: -30px;
  margin-bottom: min(4.5333333333vw, 27.2px);
}
.p-topMv__ttl span.-neon {
  margin-bottom: -30px;
}
.p-topMv__block {
  margin-top: min(6.6666666667vw, 40px);
}
.p-topMv__blockHead {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -63%);
}
.p-topMv__subTtl {
  margin: 0 auto;
  width: min(78.6666666667vw, 472px);
}
.p-topMv__subTtl img {
  width: 100%;
  height: auto;
}
.p-topMv__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: min(4.8vw, 28.8px);
}
.p-topMv__listItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(1.0666666667vw, 6.4px);
  width: 33.3333333333%;
}
.p-topMv__listImg img {
  width: min(21.3333333333vw, 128px);
}
.p-topMv__listTxt p {
  font-weight: 300;
  line-height: 1.45;
  letter-spacing: 0;
  text-align: center;
  color: var(--color-text);
  font-size: min(2.9333333333vw, 17.6px);
}

.p-topSec1 {
  padding-block: min(9.8666666667vw, 59.2px) min(13.6vw, 81.6px);
  border-top: 1px solid var(--color-border-nomarl);
  background: var(--color-white);
}
.p-topSec1 .c-ttl--gradient {
  width: min(55.7333333333vw, 334.4px);
}
.p-topSec1 .c-ttl--gradient img {
  width: 100%;
  height: auto;
}
.p-topSec1__message {
  margin-top: min(10.1333333333vw, 60.8px);
  width: min(89.3333333333vw, 536px);
  margin-inline: auto;
}
.p-topSec1__message img {
  width: 100%;
  height: auto;
}

.p-topSec2 {
  padding-block: min(9.8666666667vw, 59.2px) min(12.5333333333vw, 75.2px);
  position: relative;
  overflow: hidden;
  width: 100%;
}
.p-topSec2 .c-ttl--gradient {
  width: min(69.0666666667vw, 414.4px);
}
.p-topSec2 .c-ttl--gradient img {
  width: 100%;
  height: auto;
}
.p-topSec2 .c-ttl__en {
  letter-spacing: 0.05em;
  margin-top: min(1.3333333333vw, 8px);
  color: var(--color-white);
}
.p-topSec2__list {
  margin-top: min(9.8666666667vw, 59.2px);
}
.p-topSec2__listItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: calc(100% - min(5.3333333333vw, 32px));
  margin-left: auto;
  padding: min(8.5333333333vw, 51.2px) min(8.5333333333vw, 51.2px) min(9.3333333333vw, 56px);
  border-radius: min(10.6666666667vw, 64px) 0 0 min(10.6666666667vw, 64px);
  background: var(--color-white);
}
.p-topSec2__listItem::after {
  content: "";
  width: min(10.6666666667vw, 64px);
  aspect-ratio: 1/1;
  position: absolute;
  right: 0;
  top: 100%;
  -webkit-mask: radial-gradient(min(10.6666666667vw, 64px) at 100% 100%, rgba(0, 0, 0, 0) 100%, var(--color-white));
          mask: radial-gradient(min(10.6666666667vw, 64px) at 100% 100%, rgba(0, 0, 0, 0) 100%, var(--color-white));
  background: var(--color-white);
  transform: scaleX(-1);
}
.p-topSec2__listItem:not(:first-child) {
  margin-top: min(10.6666666667vw, 64px);
}
.p-topSec2__listItem:nth-child(1) .p-topSec2__listNum {
  width: min(3.4666666667vw, 20.8px);
}
.p-topSec2__listItem:nth-child(1) .p-topSec2__listTtl {
  width: min(45.8666666667vw, 275.2px);
}
.p-topSec2__listItem:nth-child(1) .p-topSec2__listImg {
  width: min(77.6vw, 465.6px);
}
.p-topSec2__listItem:nth-child(2) .p-topSec2__listNum {
  width: min(8vw, 48px);
}
.p-topSec2__listItem:nth-child(2) .p-topSec2__listTtl {
  width: min(61.0666666667vw, 366.4px);
}
.p-topSec2__listItem:nth-child(2) .p-topSec2__listImg {
  width: min(57.8666666667vw, 347.2px);
}
.p-topSec2__listItem:nth-child(3) .p-topSec2__listNum {
  width: min(5.3333333333vw, 32px);
}
.p-topSec2__listItem:nth-child(3) .p-topSec2__listLabel {
  width: min(22.4vw, 134.4px);
}
.p-topSec2__listItem:nth-child(3) .p-topSec2__listTtl {
  width: min(58.6666666667vw, 352px);
}
.p-topSec2__listItem:nth-child(3) .p-topSec2__listImg {
  width: min(77.6vw, 465.6px);
}
.p-topSec2__listItem:nth-child(4) .p-topSec2__listNum {
  width: min(8vw, 48px);
}
.p-topSec2__listItem:nth-child(4) .p-topSec2__listTtl {
  width: min(77.6vw, 465.6px);
}
.p-topSec2__listItem:nth-child(4) .p-topSec2__listImg {
  width: min(67.4666666667vw, 404.8px);
}
.p-topSec2__listItem:nth-child(5) .p-topSec2__listNum {
  width: min(6.6666666667vw, 40px);
}
.p-topSec2__listItem:nth-child(5) .p-topSec2__listTtl {
  width: min(46.1333333333vw, 276.8px);
}
.p-topSec2__listItem:nth-child(5) .p-topSec2__listImg {
  width: min(77.6vw, 465.6px);
}
.p-topSec2__listItem:nth-child(2n+2) {
  margin-left: 0;
  border-radius: 0 min(10.6666666667vw, 64px) min(10.6666666667vw, 64px) 0;
}
.p-topSec2__listItem:nth-child(2n+2)::before {
  content: "";
  width: min(10.6666666667vw, 64px);
  aspect-ratio: 1/1;
  position: absolute;
  left: 0;
  bottom: 100%;
  -webkit-mask: radial-gradient(min(10.6666666667vw, 64px) at 100% 100%, rgba(0, 0, 0, 0) 100%, var(--color-white));
          mask: radial-gradient(min(10.6666666667vw, 64px) at 100% 100%, rgba(0, 0, 0, 0) 100%, var(--color-white));
  background: var(--color-white);
  transform: scaleY(-1);
}
.p-topSec2__listItem:nth-child(2n+2)::after {
  right: unset;
  left: 0;
  transform: scaleX(1);
}
.p-topSec2__listItem:nth-child(2n+2) .p-topSec2__listNum {
  left: unset;
  right: 6%;
}
.p-topSec2__listItem:nth-child(2n+1):nth-child(n+3)::before {
  content: "";
  width: min(10.6666666667vw, 64px);
  aspect-ratio: 1/1;
  position: absolute;
  right: 0;
  bottom: 100%;
  -webkit-mask: radial-gradient(min(10.6666666667vw, 64px) at 100% 100%, rgba(0, 0, 0, 0) 100%, var(--color-white));
          mask: radial-gradient(min(10.6666666667vw, 64px) at 100% 100%, rgba(0, 0, 0, 0) 100%, var(--color-white));
  background: var(--color-white);
  transform: scale(-1);
}
.p-topSec2__listItem.-item3 .p-topSec2__listImg {
  margin-top: min(8.2666666667vw, 49.6px);
}
.p-topSec2__listItem.-item4 .p-topSec2__listImg {
  margin-top: min(4.2666666667vw, 25.6px);
}
.p-topSec2__listItem.-item4 .p-topSec2__listTxt {
  margin-top: min(4.8vw, 28.8px);
}
.p-topSec2__listItem img {
  width: 100%;
  height: auto;
}
.p-topSec2__listNum {
  position: absolute;
  left: 10%;
  top: -2%;
}
.p-topSec2__listLabel {
  position: absolute;
  top: 0;
  right: min(5.3333333333vw, 32px);
  transform: translateY(-30%);
}
.p-topSec2__listImg {
  margin-top: min(5.8666666667vw, 35.2px);
}
.p-topSec2__listTxt {
  margin-top: min(5.8666666667vw, 35.2px);
  font-weight: 700;
  font-size: min(4vw, 24px);
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: center;
  color: var(--color-text);
}
.p-topSec2__note {
  font-size: min(2.6666666667vw, 16px);
  color: var(--color-text);
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-weight: 500;
  margin-top: 12px;
}
.p-topSec2__box {
  background: var(--color-white);
  border-radius: min(10.6666666667vw, 64px);
  padding: min(4vw, 24px) min(7.4666666667vw, 44.8px) min(7.4666666667vw, 44.8px);
  position: relative;
  margin-top: min(10.6666666667vw, 64px);
  width: calc(100% - min(10.6666666667vw, 64px));
  margin-left: auto;
  margin-right: auto;
}
.p-topSec2__boxToolTip {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -30%);
  width: min(24.8vw, 148.8px);
}
.p-topSec2__boxToolTip img {
  width: 100%;
  height: auto;
}
.p-topSec2__boxTtl {
  margin-top: min(5.3333333333vw, 32px);
  text-align: center;
}
.p-topSec2__boxTtl img {
  width: min(55.7333333333vw, 334.4px);
  height: auto;
}
.p-topSec2__boxList {
  margin-top: min(3.4666666667vw, 20.8px);
  display: flex;
  gap: min(4.2666666667vw, 25.6px);
}
.p-topSec2__boxList img {
  width: 100%;
  height: auto;
}
.p-topSec2__boxListItem {
  width: 100%;
}

.p-topSec3 {
  padding-block: min(10.6666666667vw, 64px) min(13.0666666667vw, 78.4px);
  background: var(--color-white);
}
.p-topSec3 .c-ttl--gradient {
  width: min(61.3333333333vw, 368px);
}
.p-topSec3 .c-ttl--gradient img {
  width: 100%;
  height: auto;
}
.p-topSec3 .c-ttl__en {
  margin-top: -3px;
  letter-spacing: 0.05em;
}
.p-topSec3__desc {
  margin-top: min(5.3333333333vw, 32px);
  font-weight: 700;
  font-size: min(4vw, 24px);
  line-height: 1.85;
  letter-spacing: 0.04em;
  text-align: center;
  color: var(--color-text);
}
.p-topSec3__list {
  display: flex;
  flex-wrap: wrap;
  gap: min(6.4vw, 38.4px) min(0.2666666667vw, 1.6px);
  margin-top: min(8.5333333333vw, 51.2px);
}
.p-topSec3__listItem {
  width: calc((100% - min(0.2666666667vw, 1.6px)) / 2);
}
.p-topSec3__listItem.-item6 {
  padding-top: min(1.6vw, 9.6px);
}
.p-topSec3__listItem.-item6 .p-topSec3__listImg {
  margin-top: min(2.1333333333vw, 12.8px);
}
.p-topSec3__listItem.-item6 .p-topSec3__listName img {
  width: min(22.6666666667vw, 136px);
}
.p-topSec3__listTtl {
  color: var(--color-text-gold);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0 1px;
}
.p-topSec3__listSize {
  text-align: center;
}
.p-topSec3__listSize img {
  height: min(6.1333333333vw, 36.8px);
  width: auto;
}
.p-topSec3__listName img {
  display: block;
  width: min(13.6vw, 81.6px);
}
.p-topSec3__listImg {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -5px;
}
.p-topSec3__listImg img {
  width: min(38.6666666667vw, 232px);
  height: auto;
}
.p-topSec3__listTxt {
  margin-top: min(2.1333333333vw, 12.8px);
  font-weight: 700;
  font-size: min(3.4666666667vw, 20.8px);
  line-height: 1.7;
  letter-spacing: 0.06em;
  text-align: center;
  color: var(--color-text);
}
.p-topSec3__btn {
  margin-top: min(11.2vw, 67.2px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-topCta {
  display: block;
  padding: min(5.3333333333vw, 32px);
  background: linear-gradient(131.41deg, #dcb700 7.77%, #bd7719 79.77%);
}
.p-topCta img {
  width: 100%;
  transition: transform 0.3s ease;
  box-shadow: 0 14px 34px 0 rgba(132, 100, 13, 0.5);
}

.p-topSec4 {
  position: relative;
}
.p-topSec4__ttl {
  position: absolute;
  top: min(5.3333333333vw, 32px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 100%;
  text-align: center;
}
.p-topSec4__ttl img {
  width: min(78.4vw, 470.4px);
  height: auto;
}
.p-topSec4__img {
  width: min(100vw, 600px);
}
.p-topSec4__img img {
  width: 100%;
  height: auto;
}

.p-topSec5 {
  padding-block: min(9.3333333333vw, 56px) min(4.5333333333vw, 27.2px);
  background: var(--color-bg-gold);
}
.p-topSec5 .c-ttl--gradient {
  width: min(74.4vw, 446.4px);
}
.p-topSec5 .c-ttl--gradient img {
  width: 100%;
  height: auto;
}
.p-topSec5 .c-ttl__en {
  letter-spacing: 0.05em;
}
.p-topSec5__desc {
  margin-top: min(4.2666666667vw, 25.6px);
  color: var(--color-text);
  font-size: min(4vw, 24px);
  line-height: 1.7;
  letter-spacing: 0.04em;
  font-weight: 700;
  text-align: center;
  font-family: var(--font-zen-kaku);
}
.p-topSec5__desc span {
  font-size: min(2.9333333333vw, 17.6px);
}
.p-topSec5__chart {
  margin-top: min(8.5333333333vw, 51.2px);
}
.p-topSec5__chart img {
  width: min(89.3333333333vw, 536px);
  height: auto;
}
.p-topSec5__chart figcaption {
  margin-top: min(7.7333333333vw, 46.4px);
  font-family: var(--font-zen-kaku);
  font-size: min(2.6666666667vw, 16px);
  color: var(--color-text);
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-weight: 500;
}
.p-topSec5__chartTxt {
  margin-top: min(2.6666666667vw, 16px);
}

.p-topSec6 {
  padding-block: min(9.3333333333vw, 56px) min(13.8666666667vw, 83.2px);
  background: var(--color-bg-gold);
  border-top: 1px solid var(--color-border-nomarl);
}
.p-topSec6 .c-ttl--gradient {
  width: min(85.8666666667vw, 515.2px);
}
.p-topSec6 .c-ttl--gradient img {
  width: 100%;
  height: auto;
}
.p-topSec6 .c-ttl__en {
  letter-spacing: 0.02em;
}
.p-topSec6__desc {
  text-align: center;
  font-size: min(4vw, 24px);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.6;
  color: var(--color-text);
  font-family: var(--font-zen-kaku);
  margin-top: min(4.2666666667vw, 25.6px);
}
.p-topSec6__desc span {
  background-color: rgba(237, 231, 225, 0.8);
  border-radius: 4px;
  color: #be870a;
}
.p-topSec6__table {
  margin-top: min(9.6vw, 57.6px);
}
.p-topSec6__table img {
  width: min(89.3333333333vw, 536px);
  height: auto;
}
.p-topSec6__table figcaption {
  margin-top: min(4.2666666667vw, 25.6px);
  font-family: var(--font-zen-kaku);
  font-size: min(2.6666666667vw, 16px);
  color: var(--color-text);
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-weight: 500;
}

.p-topSec7 {
  padding-block: min(9.3333333333vw, 56px) min(13.8666666667vw, 83.2px);
  background: var(--color-bg-gold);
  border-top: 1px solid var(--color-border-nomarl);
}
.p-topSec7 .c-ttl--gradient {
  width: min(87.7333333333vw, 526.4px);
}
.p-topSec7 .c-ttl--gradient img {
  width: 100%;
  height: auto;
}
.p-topSec7__list {
  display: flex;
  flex-wrap: wrap;
  gap: min(5.3333333333vw, 32px) min(8.8vw, 52.8px);
  margin-top: min(9.6vw, 57.6px);
}
.p-topSec7__listItem {
  width: calc((100% - min(8.8vw, 52.8px)) / 2);
}
.p-topSec7__listImg {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-topSec7__listImg img {
  width: min(36vw, 216px);
  height: auto;
}
.p-topSec7__listTxt {
  margin-top: min(2.1333333333vw, 12.8px);
  font-weight: 700;
  font-size: min(4vw, 24px);
  line-height: 1.45;
  letter-spacing: 0.04em;
  text-align: center;
  color: var(--color-text);
}
.p-topSec7__box {
  position: relative;
  background: url("../img/top/bg-gradient.webp") repeat-y center center;
  background-size: cover;
  z-index: 1;
  border-radius: min(5.3333333333vw, 32px);
  margin-top: min(28.5333333333vw, 171.2px);
}
.p-topSec7__box::before {
  content: "";
  inset: 1px;
  position: absolute;
  z-index: -1;
  background: var(--color-white);
  border-radius: min(5.0666666667vw, 30.4px);
}
.p-topSec7__boxInner {
  padding: min(11.2vw, 67.2px) min(5.3333333333vw, 32px) min(8.5333333333vw, 51.2px);
}
.p-topSec7__boxToopTip {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -68%);
  width: 100%;
  text-align: center;
}
.p-topSec7__boxToopTip img {
  width: min(66.9333333333vw, 401.6px);
  height: auto;
}
.p-topSec7__boxImg {
  margin-top: min(4vw, 24px);
}
.p-topSec7__boxImg img {
  width: 100%;
  height: auto;
}
.p-topSec7__boxTtl img {
  width: 100%;
  height: auto;
}
.p-topSec7__boxSubTtl {
  margin-top: min(3.4666666667vw, 20.8px);
}
.p-topSec7__boxSubTtl img {
  margin-left: min(2.4vw, 14.4px);
  width: min(73.3333333333vw, 440px);
  height: auto;
}
.p-topSec7__boxCircle {
  margin-top: min(5.3333333333vw, 32px);
}
.p-topSec7__boxCircle img {
  margin-left: min(4vw, 24px);
  width: min(71.7333333333vw, 430.4px);
  height: auto;
}
.p-topSec7__boxBanner {
  margin-top: min(1.8666666667vw, 11.2px);
}
.p-topSec7__boxBanner img {
  width: 100%;
  height: auto;
}
.p-topSec7__boxBtn {
  margin-top: min(5.3333333333vw, 32px);
  display: flex;
  justify-content: center;
}
.p-topSec7__boxBtn .c-btn {
  max-width: min(66.9333333333vw, 401.6px);
}

.p-topSec8 {
  padding-block: min(11.2vw, 67.2px) min(15.2vw, 91.2px);
  background: var(--color-white);
}
.p-topSec8__inner .c-ttl--gradient {
  width: min(43.7333333333vw, 262.4px);
}
.p-topSec8__inner .c-ttl--gradient img {
  width: 100%;
  height: auto;
}
.p-topSec8__inner .c-ttl__en {
  letter-spacing: 0.05em;
  margin-top: -5px;
}
.p-topSec8__message {
  margin-top: min(10.9333333333vw, 65.6px);
}
.p-topSec8__messageItem {
  background: url("../img/top/bg-gradient-message.webp") no-repeat center center/cover;
  padding: min(6.4vw, 38.4px) min(7.4666666667vw, 44.8px) min(7.7333333333vw, 46.4px);
  border-radius: min(5.3333333333vw, 32px);
  position: relative;
  z-index: 1;
}
.p-topSec8__messageItem:not(:first-child) {
  margin-top: min(7.2vw, 43.2px);
}
.p-topSec8__messageItem:nth-child(2n+1)::after {
  content: "";
  aspect-ratio: 33/28;
  width: min(4.4vw, 26.4px);
  position: absolute;
  right: min(8vw, 48px);
  top: calc(100% - 1px);
  background: url("../img/top/angle-right.webp") no-repeat center center/contain;
}
.p-topSec8__messageItem:nth-child(2n+2)::after {
  content: "";
  aspect-ratio: 33/28;
  width: min(4.4vw, 26.4px);
  position: absolute;
  left: min(8vw, 48px);
  top: calc(100% - 1px);
  background: url("../img/top/angle-left.webp") no-repeat center center/contain;
}
.p-topSec8__messageItem::before {
  content: "";
  inset: 1px;
  position: absolute;
  z-index: -1;
  background: var(--color-white);
  border-radius: min(5.0666666667vw, 30.4px);
}
.p-topSec8__messageTtl {
  background: linear-gradient(64.47deg, #50bbc9 9.47%, #ff84b4 90.52%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--font-zen-kaku);
  font-weight: 900;
  font-size: min(5.0666666667vw, 30.4px);
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.p-topSec8__messageTxt {
  font-family: var(--font-zen-kaku);
  font-weight: 700;
  font-size: min(4vw, 24px);
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin-top: min(2.6666666667vw, 16px);
}
.p-topSec8__messageTxt span {
  font-size: min(4.5333333333vw, 27.2px);
  color: #be870a;
  position: relative;
  background: #ede7e1;
  padding: 0 min(1.3333333333vw, 8px);
  border-radius: min(1.0666666667vw, 6.4px);
}
.p-topSec8__messageNote {
  font-family: var(--font-zen-kaku);
  font-weight: 700;
  font-size: min(3.4666666667vw, 20.8px);
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #c1b2a3;
  display: block;
  margin-top: min(4vw, 24px);
}

.p-topSec9 {
  padding-top: min(12.8vw, 76.8px);
  background: var(--color-white);
  border-top: 1px solid var(--color-border-nomarl);
}
.p-topSec9__inner .c-ttl--gradient {
  width: min(71.4666666667vw, 428.8px);
}
.p-topSec9__inner .c-ttl--gradient img {
  width: 100%;
  height: auto;
}
.p-topSec9__inner .c-ttl__en {
  letter-spacing: 0.05em;
  margin-top: -5px;
}
.p-topSec9__txt {
  margin-top: min(10.6666666667vw, 64px);
}
.p-topSec9__txt p {
  font-family: var(--font-zen-kaku);
  font-weight: 700;
  font-size: min(4vw, 24px);
  line-height: 1.9;
  letter-spacing: 0.1em;
  text-align: center;
}
.p-topSec9__txt p:not(:first-child) {
  margin-top: min(3.7333333333vw, 22.4px);
  font-size: min(4vw, 24px);
}
.p-topSec9__img {
  margin-top: min(16vw, 96px);
  margin-inline: -20px;
}
.p-topSec9__img img {
  width: 100%;
}

.p-topFixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  max-width: 600px;
  margin-inline: auto;
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
}
.p-topFixed.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.p-topFixed__btn {
  display: block;
  width: 100%;
  position: relative;
}
.p-topFixed__btn img {
  width: 100%;
  aspect-ratio: 375/98;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media print, screen and (min-width: 601px) {
  .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-main {
    position: relative;
    z-index: 1;
  }
  .l-header {
    padding: 9px 0 8px;
    position: fixed;
    background: var(--color-white);
    z-index: 100;
  }
  .l-header__logo {
    width: 162px;
    height: 43px;
  }
  .l-footer {
    position: relative;
    z-index: 1;
    max-width: 600px;
    margin-inline: auto;
  }
  .p-topMv {
    background: transparent;
    padding-block: 94px 0;
  }
  .p-topMv__ttl {
    margin-top: 85px;
  }
  .p-topMv__ttl span.-neon img {
    width: 540px;
    margin-right: 20px;
    aspect-ratio: 457/151;
  }
  .p-topMv__block {
    margin-top: 279px;
    margin-inline: -32px;
    padding-inline: 32px;
    background: linear-gradient(to bottom, #fff 0%, #f7f5f2 100%);
    padding-top: 115px;
    padding-bottom: 50px;
    border-radius: 40px 40px 0 0;
    position: relative;
  }
  .p-topMv__listTxt p {
    font-weight: 400;
  }
  .p-topSec2 {
    background-image: url("../img/top/bg-sec2.webp");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  .p-topSec9__img {
    margin-inline: -32px;
  }
  .p-topFixed {
    left: unset;
    right: 20px;
    bottom: 20px;
  }
  .p-topFixed__btn::before {
    content: "";
    display: block;
    width: 14.6vw;
    height: 14.6vw;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    box-shadow: 4px 20px 20px rgba(0, 0, 0, 0.25);
    z-index: -1;
  }
  .p-topFixed__btn img {
    aspect-ratio: 206/206;
    width: 15.1vw;
  }
}
@media screen and (max-width: 600px) {
  .l-main::before {
    display: none;
  }
  .p-topSec2::before {
    content: "";
    display: block;
    width: 100%;
    max-width: 600px;
    height: 100vh;
    height: 100lvh;
    position: fixed;
    top: 0;
    background-image: url("../img/top/bg-sec2.webp");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    z-index: -1;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__btn:hover {
    background: #009b00;
  }
  .l-footer__social ul img:hover {
    opacity: 0.7;
  }
  .c-btn:hover {
    background: var(--color-text-hover);
  }
  .p-topCta:hover img {
    transform: scale(0.98);
  }
  .p-topFixed:hover {
    transform: scale(0.95);
  }
}