@charset "UTF-8";
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;
}

body {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
}

img, svg, picture {
  display: block;
  width: 100%;
  height: auto;
}

a {
  display: block;
  text-decoration: none;
}

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

.lp-l-container {
  width: 100%;
  margin: auto;
  font-family: "Noto Serif JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: #2d2d2d;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
}

.lp-l-wrapper {
  width: 100%;
  max-width: 750px;
  margin: auto;
  background: #FFF;
}
@media screen and (min-width: 768px) {
  .lp-l-wrapper {
    box-shadow: 0px 0px min(100px, 13.3333333333vw) 0px rgba(0, 0, 0, 0.25);
  }
}

.lp-l-nav {
  margin-top: calc(min(24px, 3.2vw) * -1);
  background: url(../img/nav-bg.svg) center/cover no-repeat;
  position: sticky;
  bottom: 0;
  left: 0;
  z-index: 100;
  transform: translateY(100%);
  transition: transform ease-in-out 250ms;
}
.lp-l-nav.is-view {
  transform: translateY(0);
}
.lp-l-nav .lp-p-cta__inner {
  padding-top: min(20px, 2.6666666667vw);
  padding-bottom: min(18px, 2.4vw);
}

.lp-l-main {
  background-color: #FFF;
  overflow-x: hidden;
  max-width: 750px;
  margin: 0 auto;
}

.lp-l-sec {
  overflow: hidden;
  position: relative;
  line-height: 1;
  color: #2d2d2d;
}
.lp-l-footer {
  background: #91949C;
  padding: min(57px, 7.6vw) min(60px, 8vw);
}
.lp-l-footer__about {
  text-align: center;
}
.lp-l-footer__about a {
  display: inline-block;
  color: #FFF;
  text-align: center;
  font-family: Noto Sans JP;
  font-size: min(26px, 3.4666666667vw);
  font-style: normal;
  font-weight: 400;
  line-height: 1.8; /* 46.8px */
  letter-spacing: 0.16em;
}
@media screen and (min-width: 768px) {
  .lp-l-footer__about a:hover {
    text-decoration: underline;
  }
}
.lp-l-footer__copy {
  margin-top: min(58px, 7.7333333333vw);
  color: #FFF;
  text-align: center;
  font-size: min(20px, 2.6666666667vw);
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.12em;
}

.lp-c-btn-ttl {
  color: #FFF;
  text-align: center;
  font-size: min(32px, 4.2666666667vw);
  font-style: normal;
  font-weight: 600;
  line-height: 1.3; /* 41.6px */
  letter-spacing: 0.08em;
  text-shadow: 0 min(3px, 0.4vw) min(5px, 0.6666666667vw) rgba(46, 46, 46, 0.7);
}

.lp-c-btn {
  position: relative;
  width: 100%;
  max-width: 630px;
  margin: 0 auto;
  padding: min(7px, 0.9333333333vw) min(11px, 1.4666666667vw);
  background: linear-gradient(280deg, #B9934A 3.89%, #FFF8CE 45.2%, #FFF8CE 53.98%, #A9914E 95.77%);
  box-shadow: min(16px, 2.1333333333vw) min(16px, 2.1333333333vw) min(16px, 2.1333333333vw) 0px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: min(99px, 13.2vw);
}
.lp-c-btn__lead {
  width: min(112px, 14.9333333333vw);
  border: min(2px, 0.2666666667vw) solid transparent;
  position: relative;
  flex-shrink: 0;
}
.lp-c-btn__lead::before {
  content: "";
  border-radius: 100%;
  position: absolute;
  left: calc(min(2px, 0.2666666667vw) * -1);
  top: calc(min(2px, 0.2666666667vw) * -1);
  right: calc(min(2px, 0.2666666667vw) * -1);
  bottom: calc(min(2px, 0.2666666667vw) * -1);
  background: linear-gradient(135deg, #D59A73 1.26%, #C58C6A 4.91%, #996651 15.92%, #885747 21.51%, #8E5E4C 23.19%, #BC9772 37.32%, #DEC08E 49.44%, #F2DA9F 58.95%, #FAE3A5 64.68%, #9F7051 80.38%, #56332A 100%);
}
.lp-c-btn__lead > span {
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 100%;
  text-align: center;
  font-weight: 500;
  line-height: 1; /* 46.8px */
  width: 100%;
  height: 100%;
  background-color: #111111;
  color: #FFF;
  text-shadow: 0px min(4px, 0.5333333333vw) min(4px, 0.5333333333vw) rgba(0, 0, 0, 0.25);
  font-family: Noto Sans JP;
  font-size: min(18px, 2.4vw);
  position: relative;
  z-index: 1;
}
.lp-c-btn__lead strong {
  text-shadow: 0px min(4px, 0.5333333333vw) min(4px, 0.5333333333vw) rgba(0, 0, 0, 0.25);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-family: EB Garamond;
  font-weight: 500;
  font-size: min(36px, 4.8vw);
  line-height: 1;
  background: linear-gradient(280deg, #B9934A 3.89%, #FFF8CE 45.2%, #FFF8CE 70.97%, #A9914E 95.77%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  margin-top: 0.1em;
  margin-bottom: -0.3em;
}
.lp-c-btn__main {
  margin-left: min(29px, 3.8666666667vw);
  color: #333333;
  font-family: Noto Serif JP;
  font-size: min(40px, 5.3333333333vw);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.16em;
}
.lp-c-btn::after {
  content: "";
  display: block;
  width: min(14px, 1.8666666667vw);
  aspect-ratio: 14/36;
  background: url(../img/icon-btn-arrow.svg) center/contain no-repeat;
  position: absolute;
  right: min(35px, 4.6666666667vw);
  top: 50%;
  transform: translate(0, -50%);
  transition: transform ease-in-out 250ms;
}
.lp-c-btn.--has-ttl .lp-c-btn__lead > span {
  font-size: min(21px, 2.8vw);
}
.lp-c-btn.--has-ttl .lp-c-btn__lead strong {
  font-family: "Noto Serif JP", serif;
  font-size: min(35px, 4.6666666667vw);
  margin-bottom: 0;
}
.lp-c-btn.--has-ttl .lp-c-btn__main {
  margin-left: min(7px, 0.9333333333vw);
  font-size: min(40px, 5.3333333333vw);
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  margin-top: -0.2em;
  letter-spacing: 0.03em;
}
.lp-c-btn.--has-ttl .lp-c-btn__main > small {
  font-size: min(28px, 3.7333333333vw);
}
@media screen and (min-width: 768px) {
  .lp-c-btn:hover::after {
    transform: translate(50%, -50%);
  }
}

.lp-c-alert {
  position: relative;
  background: linear-gradient(90deg, rgba(12, 13, 13, 0.3) 0%, rgba(12, 13, 13, 0.7) 47.4%, rgba(12, 13, 13, 0.4) 100%);
}
.lp-c-alert__txt {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: min(26px, 3.4666666667vw);
  font-weight: 400;
  line-height: 1.8; /* 39px */
  letter-spacing: 0.04em;
  padding: min(17px, 2.2666666667vw) min(30px, 4vw) min(18px, 2.4vw) min(196px, 26.1333333333vw);
}
.lp-c-alert::before {
  content: "";
  display: block;
  width: min(184px, 24.5333333333vw);
  aspect-ratio: 184/186;
  background: url(../img/alert_photo.webp) center/cover no-repeat;
  position: absolute;
  bottom: 0;
  left: min(11px, 1.4666666667vw);
}

.lp-c-has-ruby {
  position: relative;
}
.lp-c-has-ruby__ruby {
  position: absolute;
  width: 100%;
  font-size: min(20px, 2.6666666667vw);
  top: 0;
  left: 50%;
  transform: translate(-50%, -60%);
  letter-spacing: 0;
}

.aldlp-c-rectangle-bg-txt {
  position: relative;
  text-align: center;
}
.aldlp-c-rectangle-bg-txt > * {
  position: relative;
  z-index: 2;
}
.aldlp-c-rectangle-bg-txt::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: #AA89BD;
  transform: skew(-30deg);
}
.aldlp-c-rectangle-bg-txt.--s::before {
  transform: skew(-15deg);
}

.lp-c-txt-has-sup {
  position: relative;
}
.lp-c-txt-has-sup sup {
  font-family: Noto Sans JP;
  font-size: min(20px, 2.6666666667vw);
  font-weight: 400;
  line-height: 1.3;
  position: absolute;
}
.lp-c-txt-has-sup.--top-right sup {
  top: 0;
  right: 0;
  transform: translateY(-50%);
}

.lp-c-note {
  font-family: Noto Sans JP;
  font-size: min(20px, 2.6666666667vw);
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.lp-c-note.--align-r {
  text-align: right;
}
.lp-c-note.--align-c {
  text-align: center;
}

.lp-c-ttl-has-en {
  text-align: center;
  font-family: EB Garamond;
  font-size: min(48px, 6.4vw);
  font-weight: 400;
  line-height: 1; /* 28px */
  letter-spacing: 0.24em;
}
.lp-c-ttl-has-en strong {
  display: inline-block;
  font-family: Noto Serif JP;
  font-size: min(56px, 7.4666666667vw);
  font-weight: 500;
  line-height: 1.5; /* 78.4px */
  letter-spacing: 0.14em;
  margin-top: min(23px, 3.0666666667vw);
}

.lp-c-ordered-ttl {
  display: flex;
  align-items: flex-end;
  font-family: EB Garamond;
  font-weight: 400;
  text-align: center;
}
.lp-c-ordered-ttl > span:nth-child(1) {
  font-size: min(60px, 8vw);
  line-height: 100%;
  letter-spacing: 0;
  margin-right: 0.25em;
}
.lp-c-ordered-ttl > span:nth-child(2) {
  font-size: min(90px, 12vw);
  line-height: 100%;
  letter-spacing: 0.04em;
  position: relative;
  bottom: calc(min(2px, 0.2666666667vw) * -1);
}

.lp-c-badge .lp-c-badge__inner {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background: #AE2402;
  width: min(150px, 20vw);
  aspect-ratio: 1/1;
  color: #F7F7F5;
  text-align: center;
  font-size: min(36px, 4.8vw);
  font-style: normal;
  line-height: 1; /* 36px */
  letter-spacing: 0.0288em;
}
.lp-c-badge.--center {
  text-align: center;
}

.lp-c-pannel__head {
  background: #333333;
  padding: min(12px, 1.6vw) 0px min(24px, 3.2vw) 0px;
  position: relative;
}
.lp-c-pannel__head > span {
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Noto Sans JP;
  font-size: min(30px, 4vw);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.24em;
  position: relative;
  z-index: 2;
}
.lp-c-pannel__head > span strong {
  font-family: Noto Serif JP;
  font-size: min(52px, 6.9333333333vw);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.16em;
  text-align: center;
}
.lp-c-pannel__head::before {
  content: "";
  display: block;
  font-family: Noto Serif JP;
  font-size: min(128px, 17.0666666667vw);
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 128px */
  letter-spacing: 0.04em;
  position: absolute;
  right: 0;
  top: 0;
  color: #000;
  z-index: 1;
}
.lp-c-pannel__head > * {
  position: relative;
  z-index: 2;
}
.lp-c-pannel__body {
  padding: 0 min(35px, 4.6666666667vw) min(60px, 8vw);
}
.lp-c-pannel__ttl {
  text-align: center;
  font-family: EB Garamond;
  font-size: min(28px, 3.7333333333vw);
  font-weight: 400;
  line-height: 1; /* 28px */
  letter-spacing: 0.24em;
  margin-top: min(60px, 8vw);
}
.lp-c-pannel__img {
  margin-top: min(48px, 6.4vw);
}
.lp-c-pannel__desc {
  margin-top: min(40px, 5.3333333333vw);
  font-family: Noto Sans JP;
  font-size: min(26px, 3.4666666667vw);
  line-height: 1.8;
  letter-spacing: 0.0866666667em;
}

.lp-c-voice-list {
  position: relative;
  margin-top: min(143px, 19.0666666667vw);
}
.lp-c-voice-list::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 720/572;
  background: url(../img/sec04_problem-bg.webp) center top/cover no-repeat;
  position: relative;
  z-index: 2;
}
.lp-c-voice-list__item {
  display: inline-block;
  padding: min(20px, 2.6666666667vw) min(40px, 5.3333333333vw);
  margin-bottom: min(32px, 4.2666666667vw);
  background: #FFFFFF;
  filter: drop-shadow(min(20px, 2.6666666667vw) min(20px, 2.6666666667vw) min(20px, 2.6666666667vw) rgba(0, 0, 0, 0.15));
  position: absolute;
  top: 0;
  left: 0;
}
.lp-c-voice-list__item span {
  font-size: min(28px, 3.7333333333vw);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.16em;
  position: relative;
  z-index: 2;
}
.lp-c-voice-list__item strong {
  font-size: min(36px, 4.8vw);
}
.lp-c-voice-list__item::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -25%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  z-index: 1;
}

.lp-c-appeal {
  width: min(630px, 84vw);
  margin: 0 auto;
  color: var(--black, #333);
  text-align: center;
}
.lp-c-appeal__lead {
  background: var(--sub, radial-gradient(269.84% 68.89% at 58.94% 70.71%, #707379 0.42%, #2C2F35 100%));
  color: #fff;
  font-size: min(32px, 4.2666666667vw);
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.06em;
  padding: min(10px, 1.3333333333vw);
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto min(40px, 5.3333333333vw);
}
.lp-c-appeal__lead__en {
  font-family: EB Garamond;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.lp-c-appeal__main {
  font-family: Noto Serif JP;
  font-size: min(56px, 7.4666666667vw);
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.14em;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.lp-c-appeal__main .small {
  font-family: Noto Sans JP;
  font-weight: 400;
  font-size: min(26px, 3.4666666667vw);
  line-height: 180%;
  letter-spacing: 0.06em;
  text-align: left;
  display: block;
}
.lp-c-appeal__emphasis {
  display: inline-block;
  padding: min(8px, 1.0666666667vw) min(40px, 5.3333333333vw);
  background: #333;
  margin-top: min(28px, 3.7333333333vw);
  color: var(--gray, #F7F7F5);
  font-family: Noto Sans JP;
  font-size: min(32px, 4.2666666667vw);
  font-weight: 500;
  line-height: 1.3; /* 41.6px */
  letter-spacing: 0.16em;
}
.lp-c-appeal.--no-main-line .lp-c-appeal__main {
  border: none;
}

.lp-c-plan-name {
  text-align: center;
  font-family: Noto Serif JP;
  font-size: min(40px, 5.3333333333vw);
  font-weight: 500;
  line-height: 1.8; /* 36.4px */
  letter-spacing: 0.16em;
}

.lp-c-menu-name {
  font-family: Noto Sans JP;
  font-weight: 700;
  font-size: min(32px, 4.2666666667vw);
  line-height: 140%;
  letter-spacing: 0.06em;
  text-align: center;
}
.lp-c-menu-name__small {
  font-weight: 400;
  font-size: min(20px, 2.6666666667vw);
  line-height: 100%;
  display: block;
}

.lp-c-price {
  color: #926D35;
  text-align: center;
  font-family: EB Garamond;
  font-size: min(92px, 12.2666666667vw);
  font-weight: 400;
  line-height: 100%; /* 90px */
  letter-spacing: 0.04em;
}
.lp-c-price__subject {
  font-family: Noto Serif JP;
  font-weight: 600;
  font-size: min(32px, 4.2666666667vw);
  line-height: 140%;
  letter-spacing: 0;
  color: #2d2d2d;
  margin-right: calc(min(15px, 2vw) * -1);
}
.lp-c-price__unit {
  font-family: Noto Serif JP;
  font-size: min(36px, 4.8vw);
  font-weight: 500;
  color: #2d2d2d;
}
.lp-c-price__tax {
  font-family: Noto Sans JP;
  font-size: min(20px, 2.6666666667vw);
  color: #2d2d2d;
  letter-spacing: 0;
  margin-left: calc(min(15px, 2vw) * -1);
}

.lp-c-table__inner {
  overflow: scroll;
}
.lp-c-table table {
  border-collapse: collapse;
  width: min(874px, 116.5333333333vw);
  border-right: 1px solid #91949C;
  border-bottom: 1px solid #91949C;
}
.lp-c-table.ikebukuro table {
  width: calc(100% - 30px);
}
.lp-c-table th, .lp-c-table td {
  text-align: center;
}
.lp-c-table td {
  border-top: 1px solid #91949C;
  border-left: 1px solid #91949C;
  font-size: min(26px, 3.4666666667vw);
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
.lp-c-table tr:nth-child(2) td {
  border-top: none;
}
.lp-c-table tr:nth-child(4) .lp-c-table__row-ttl {
  padding: min(25px, 3.3333333333vw) 0;
}
.lp-c-table__row-ttl {
  background: #2D2D2D;
  color: #FFFFFF;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-family: Noto Sans JP;
  font-size: min(26px, 3.4666666667vw);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.08em;
  padding-top: min(51px, 6.8vw);
  padding-bottom: min(51px, 6.8vw);
  border-bottom: solid 1px #fff;
}
.lp-c-table__row-ttl span {
  writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: nowrap;
}
.lp-c-table__row-ttl.ikebukuro span {
  writing-mode: horizontal-tb;
  text-orientation: mixed;
  white-space: nowrap;
}
.lp-c-table__col-ttl {
  font-family: Noto Sans JP;
  font-size: min(26px, 3.4666666667vw);
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.06em;
  background: hsl(278, 28%, 64%);
}
.lp-c-table__col-ttl:first-child {
  width: min(57px, 7.6vw);
  background: none;
}
.lp-c-table__col-ttl:nth-child(2) {
  background: var(--gold, linear-gradient(280deg, #B9934A 3.89%, #FFF8CE 45.2%, #FFF8CE 53.98%, #A9914E 95.77%));
}
.lp-c-table__col-ttl:nth-child(n+2) {
  border-left: 1px solid #fff;
  width: calc((100% - min(57px, 7.6vw)) / 4);
  aspect-ratio: 204/138;
  padding: min(35px, 4.6666666667vw) min(12.8px, 1.7066666667vw);
}
.lp-c-table__guide {
  width: min(212px, 28.2666666667vw);
  margin: min(24px, 3.2vw) min(30px, 4vw) 0 auto;
}

.lp-c-line-lead {
  border-top: solid min(2px, 0.2666666667vw) #926D35;
  border-bottom: solid min(2px, 0.2666666667vw) #926D35;
  font-weight: 600;
  font-size: min(32px, 4.2666666667vw);
  line-height: 140%;
  letter-spacing: 0.06em;
  color: #926d35;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.lp-c-mul-pair {
  background: url(../img/icon-cross.svg) no-repeat center center;
  background-size: min(64px, 8.5333333333vw) min(64px, 8.5333333333vw);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 min(70px, 9.3333333333vw);
}
.lp-c-mul-pair__txt {
  background: url(../img/icon-circle.svg) no-repeat center center;
  background-size: 100% auto;
  width: min(174px, 23.2vw);
  height: min(174px, 23.2vw);
  font-family: Noto Sans JP;
  font-weight: 400;
  font-size: min(26px, 3.4666666667vw);
  line-height: 140%;
  letter-spacing: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lp-c-reason__img {
  width: min(550px, 73.3333333333vw);
  margin: 0 auto min(50px, 6.6666666667vw);
}
.lp-c-reason__ttl {
  text-align: center;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.14em;
  white-space: nowrap;
}
.lp-c-reason__ttl__main {
  font-size: min(48px, 6.4vw);
  line-height: 100%;
}
.lp-c-reason__ttl__main + .lp-c-reason__ttl__sub {
  margin-top: min(20px, 2.6666666667vw);
  margin-bottom: min(50px, 6.6666666667vw);
}
.lp-c-reason__ttl__sub {
  font-size: min(36px, 4.8vw);
}
.lp-c-reason__ttl__sub + .lp-c-reason__ttl__main {
  margin-top: min(25px, 3.3333333333vw);
}
.lp-c-reason__ttl__small {
  font-weight: 400;
  font-size: min(20px, 2.6666666667vw);
}
.lp-c-reason__txt {
  font-family: Noto Sans JP;
  font-weight: 400;
  font-size: min(26px, 3.4666666667vw);
  line-height: 180%;
  letter-spacing: 0.06em;
  margin-top: min(30px, 4vw);
}
.lp-c-reason__txt + .lp-c-reason__note {
  margin-top: min(18px, 2.4vw);
}
.lp-c-reason__note {
  font-family: Noto Sans JP;
  font-weight: 400;
  font-size: min(20px, 2.6666666667vw);
  line-height: 140%;
  letter-spacing: 0.04em;
}

.lp-c-flow__img {
  width: min(510px, 68vw);
  margin: 0 auto calc(min(60px, 8vw) * -1);
}
.lp-c-flow__inner {
  background: #fef9ee;
  padding: min(105px, 14vw) min(60px, 8vw) min(54px, 7.2vw);
}
.lp-c-flow.--no-img .lp-c-flow__inner {
  padding-top: min(65px, 8.6666666667vw);
}
.lp-c-flow__ttl {
  display: flex;
  align-items: flex-end;
}
.lp-c-flow__ttl__num {
  font-family: EB Garamond;
  font-weight: 400;
  font-size: 30px;
  line-height: 90%;
  letter-spacing: 0.02em;
  color: #926d35;
  position: relative;
  top: calc(min(5px, 0.6666666667vw) * -1);
}
.lp-c-flow__ttl__num span:nth-child(1) {
  font-size: min(30px, 4vw);
  line-height: 100%;
  display: block;
}
.lp-c-flow__ttl__num span:nth-child(2) {
  font-size: min(60px, 8vw);
  letter-spacing: 0.1em;
  line-height: 100%;
  display: block;
}
.lp-c-flow__ttl__num::after {
  content: "";
  background: url(../img/icon-slash.svg) no-repeat left top;
  background-size: 100% auto;
  width: min(36px, 4.8vw);
  height: min(46px, 6.1333333333vw);
  display: block;
  position: absolute;
  right: calc(min(40px, 5.3333333333vw) * -1);
  bottom: 0;
}
.lp-c-flow__ttl__main {
  font-weight: 500;
  font-size: min(42px, 5.6vw);
  line-height: 140%;
  letter-spacing: 0.14em;
  margin-left: min(62px, 8.2666666667vw);
}
.lp-c-flow__txt {
  font-family: Noto Sans JP;
  font-weight: 400;
  font-size: min(26px, 3.4666666667vw);
  line-height: 180%;
  letter-spacing: 0.06em;
  margin-top: min(20px, 2.6666666667vw);
}
.lp-c-flow__note {
  font-family: Noto Sans JP;
  font-weight: 400;
  font-size: min(20px, 2.6666666667vw);
  line-height: 140%;
  letter-spacing: 0.04em;
  margin-top: min(18px, 2.4vw);
}

.lp-c-collapse-pannel__head__txt {
  background: radial-gradient(269.84% 68.89% at 58.94% 70.71%, #707379 0.42%, #2C2F35 100%);
  margin: 0 auto;
  color: #F7F7F5;
  text-align: center;
  font-size: min(32px, 4.2666666667vw);
  font-weight: 500;
  line-height: 1.5; /* 48px */
  letter-spacing: 0.16em;
  padding: min(8px, 1.0666666667vw) 0 min(10px, 1.3333333333vw);
}
.lp-c-collapse-pannel__body {
  margin-top: min(28px, 3.7333333333vw);
}
.lp-c-collapse-pannel__body__txt {
  font-family: Noto Sans JP;
  font-size: min(26px, 3.4666666667vw);
  font-weight: 400;
  line-height: 1.8; /* 46.8px */
  letter-spacing: 0.1485714286em;
}

.lp-c-mode-pannel__copy {
  font-weight: 600;
  font-size: min(32px, 4.2666666667vw);
  line-height: 140%;
  letter-spacing: 0.06em;
  text-align: center;
  margin-bottom: min(15px, 2vw);
}
.lp-c-mode-pannel__head {
  background-color: #aa89bd;
  min-height: min(110px, 14.6666666667vw);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  position: relative;
}
.lp-c-mode-pannel__head::after {
  content: "";
  display: block;
  width: min(36px, 4.8vw);
  aspect-ratio: 36/14;
  background: url(../img/icon-arrow-white.svg) center/contain no-repeat;
  position: absolute;
  right: min(20px, 2.6666666667vw);
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  transition: transform ease-in 250ms;
}
.lp-c-mode-pannel__head__txt {
  font-weight: 500;
  font-size: min(42px, 5.6vw);
  line-height: 100%;
  letter-spacing: 0.1em;
}
.lp-c-mode-pannel__head__note {
  font-weight: 600;
  font-size: min(26px, 3.4666666667vw);
  line-height: 100%;
  letter-spacing: 0.06em;
  margin-top: min(7px, 0.9333333333vw);
}
.lp-c-mode-pannel__body {
  background: #fff;
  padding: min(40px, 5.3333333333vw);
}
.lp-c-mode-pannel__body__img {
  margin-bottom: min(24px, 3.2vw);
}
.lp-c-mode-pannel__body__list {
  margin-bottom: min(27px, 3.6vw);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: min(14px, 1.8666666667vw);
}
.lp-c-mode-pannel__body__list li {
  border: solid 1px #926d35;
  font-weight: 600;
  font-size: min(26px, 3.4666666667vw);
  line-height: 140%;
  letter-spacing: 0.06em;
  color: #926d35;
  text-align: center;
  width: min(194px, 25.8666666667vw);
}
.lp-c-mode-pannel__body__list li.--long {
  width: min(402px, 53.6vw);
}
.lp-c-mode-pannel__body__txt {
  font-weight: 400;
  font-size: min(26px, 3.4666666667vw);
  line-height: 180%;
  letter-spacing: 0.06em;
}
.lp-c-mode-pannel.is-open .lp-c-mode-pannel__head::after {
  transform: translateY(-50%) rotate(0);
}

.lp-c-acc-pannel {
  background: #FFFFFF;
  padding: min(34px, 4.5333333333vw) min(30px, 4vw);
}
.lp-c-acc-pannel__head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  position: relative;
  padding-right: min(40px, 5.3333333333vw);
}
.lp-c-acc-pannel__head::after {
  content: "";
  display: block;
  width: min(14px, 1.8666666667vw);
  aspect-ratio: 14/36;
  background: url(../img/icon-btn-arrow.svg) center/contain no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transition: transform ease-in 250ms;
}
.lp-c-acc-pannel__head__txt {
  font-family: Noto Sans JP;
  font-size: min(26px, 3.4666666667vw);
  font-style: normal;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.0023076923em;
}
.lp-c-acc-pannel__body {
  width: 100%;
  margin: min(30px, 4vw) 0 0 0;
  padding-top: min(30px, 4vw);
  border-top: 1px solid #91949C;
}
.lp-c-acc-pannel__body__txt {
  font-family: Noto Sans JP;
  font-size: min(26px, 3.4666666667vw);
  font-weight: 400;
  line-height: 1.8; /* 46.8px */
  letter-spacing: 0.06em;
  word-break: break-word;
  white-space: inherit;
}
.lp-c-acc-pannel__body__txt > a {
  color: #333;
  font-size: min(26px, 3.4666666667vw);
  font-weight: 400;
  line-height: 1.8; /* 46.8px */
  letter-spacing: 0.16em;
  margin-top: min(24px, 3.2vw);
}
.lp-c-acc-pannel__body__txt .min {
  font-size: min(20px, 2.6666666667vw);
  line-height: 1;
  position: relative;
  top: calc(min(10px, 1.3333333333vw) * -1);
}
.lp-c-acc-pannel__body__note {
  font-family: Noto Sans JP;
  font-size: min(20px, 2.6666666667vw);
  font-weight: 400;
  line-height: 140%; /* 28px */
  letter-spacing: 0.04em;
  word-break: break-all;
  white-space: inherit;
  margin-top: min(26px, 3.4666666667vw);
}
.lp-c-acc-pannel.is-open .lp-c-acc-pannel__head::after {
  transform: translateY(-50%) rotate(-90deg);
}

.lp-c-acc-ttl {
  margin: 0 auto;
  background: radial-gradient(269.84% 68.89% at 58.94% 70.71%, #707379 0.42%, #2C2F35 100%);
  color: #fff;
  text-align: center;
  font-size: min(36px, 4.8vw);
  font-weight: 500;
  line-height: 140%; /* 50.4px */
  letter-spacing: 0.1575em;
  padding: min(8px, 1.0666666667vw) 0;
}

.lp-c-list-doted__item {
  font-family: Noto Sans JP;
  font-size: min(26px, 3.4666666667vw);
  font-weight: 400;
  line-height: 180%; /* 46.8px */
  letter-spacing: 0.06em;
  position: relative;
  padding-left: 1em;
}
.lp-c-list-doted__item::before {
  content: "・";
  display: block;
  font-size: 1em;
  position: absolute;
  top: 0;
  left: 0;
}

.lp-c-data-pannel {
  border-bottom: solid 1px #fff;
  color: #fff;
  display: flex;
  align-items: center;
  padding: min(20px, 2.6666666667vw) 0;
}
.lp-c-data-pannel.--no-line {
  border-bottom: none;
  padding-bottom: 0;
}
.lp-c-data-pannel__head {
  width: min(190px, 25.3333333333vw);
}
.lp-c-data-pannel__head__txt {
  margin: 0 auto;
  color: #fef9ee;
  font-size: min(28px, 3.7333333333vw);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.06em;
  padding: min(8px, 1.0666666667vw) 0 min(10px, 1.3333333333vw);
}
.lp-c-data-pannel__body {
  flex: 1;
}
.lp-c-data-pannel__body__txt {
  font-family: Noto Sans JP;
  font-size: min(26px, 3.4666666667vw);
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.06em;
  color: #ffffff;
}
.lp-c-data-pannel__body__txt > a {
  color: #FFF;
}

.lp-c-map {
  aspect-ratio: 570/520;
}
.lp-c-map iframe {
  width: 100%;
  height: 100%;
}

.lp-p-plan-ttl {
  background: #AA89BD;
  font-weight: 500;
  font-size: min(36px, 4.8vw);
  line-height: 140%;
  letter-spacing: 0.14em;
  text-align: center;
  color: #ffffff;
  padding: min(7px, 0.9333333333vw);
}

.lp-c-plan-pannel {
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: min(20px, 2.6666666667vw) 0;
  border-bottom: solid 1px #91949C;
}
.lp-c-plan-pannel__head {
  border-right: solid 1px #91949C;
  width: min(290px, 38.6666666667vw);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.lp-c-plan-pannel__head__txt {
  font-family: Noto Sans JP;
  font-weight: 400;
  font-size: min(26px, 3.4666666667vw);
  line-height: 140%;
  letter-spacing: 0.06em;
}
.lp-c-plan-pannel__head__note {
  font-family: Noto Sans JP;
  font-weight: 400;
  font-size: min(20px, 2.6666666667vw);
  line-height: 140%;
  letter-spacing: 0.06em;
}
.lp-c-plan-pannel__body {
  border-left: solid 1px #91949C;
  text-align: center;
  width: min(340px, 45.3333333333vw);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  position: relative;
  left: -1px;
}
.lp-c-plan-pannel__body__txt {
  padding-right: min(19px, 2.5333333333vw);
}
.lp-c-plan-pannel__body__note {
  font-family: Noto Sans JP;
  font-weight: 400;
  font-size: min(20px, 2.6666666667vw);
  line-height: 140%;
  letter-spacing: 0.06em;
  width: 100%;
}
.lp-c-plan-pannel__price {
  font-weight: 400;
  font-size: min(50px, 6.6666666667vw);
  line-height: 140%;
  letter-spacing: 0;
}
.lp-c-plan-pannel__unit {
  font-weight: 600;
  font-size: min(32px, 4.2666666667vw);
  line-height: 140%;
  letter-spacing: 0.06em;
}
.lp-c-plan-pannel__tax {
  font-weight: 400;
  font-size: min(20px, 2.6666666667vw);
  line-height: 140%;
  letter-spacing: 0.04em;
  margin-left: calc(min(10px, 1.3333333333vw) * -1);
}

.lp-p-cv {
  background-image: url(../img/cv-bg.webp), url(../img/cv-bg02.webp);
  background-repeat: no-repeat, no-repeat;
  background-position: right top, center bottom;
  background-size: min(525px, 70vw) min(314px, 41.8666666667vw), cover;
  padding: min(50px, 6.6666666667vw) 0 min(60px, 8vw);
  overflow: hidden;
}

.lp-p-feature-bnr {
  padding: 0 min(35px, 4.6666666667vw) min(24px, 3.2vw);
  margin-top: min(27px, 3.6vw);
}
.lp-p-feature-bnr .lp-p-feature-bnr__lead {
  color: #FFF;
  text-align: center;
  font-family: Noto Serif JP;
  font-size: min(52px, 6.9333333333vw);
  font-weight: 500;
  line-height: 1.5; /* 78px */
  letter-spacing: 0.1664em;
}
.lp-p-feature-bnr .lp-p-feature-bnr__lead > small {
  font-size: min(36px, 4.8vw);
}
.lp-p-feature-bnr .lp-p-feature-bnr__body {
  margin-top: min(24px, 3.2vw);
  display: flex;
  justify-content: center;
  align-items: center;
}
.lp-p-feature-bnr .lp-p-feature-bnr__body > img {
  width: min(324px, 43.2vw);
  margin-right: min(24px, 3.2vw);
}
.lp-p-feature-bnr .lp-p-feature-bnr__body .lp-c-badge-gold:nth-child(2) {
  margin-right: min(16px, 2.1333333333vw);
}

.lp-p-cta__inner {
  padding: min(36px, 4.8vw) min(60px, 8vw) 0;
}
.lp-p-cta__head {
  margin-bottom: min(27px, 3.6vw);
}
.lp-p-mode-list__item:nth-child(n+2) {
  margin-top: min(58px, 7.7333333333vw);
}

.lp-p-plan__ttl {
  background: linear-gradient(280deg, #B9934A 3.89%, #FFF8CE 45.2%, #FFF8CE 53.98%, #A9914E 95.77%);
  font-weight: 500;
  font-size: min(42px, 5.6vw);
  line-height: 140%;
  letter-spacing: 0.07em;
  text-align: center;
  color: #333333;
  padding: min(31px, 4.1333333333vw) 0;
}
.lp-p-plan__detail {
  border: solid 1px #91949C;
  border-top: none;
  padding: min(30px, 4vw) min(50px, 6.6666666667vw) min(20px, 2.6666666667vw);
}
.lp-p-plan-detail__item:nth-child(n+2) {
  margin-top: min(10px, 1.3333333333vw);
  border-top: 1px solid #91949C;
  padding-top: min(30px, 4vw);
}
.lp-p-plan-detail__item .lp-c-menu-name {
  margin-bottom: min(10px, 1.3333333333vw);
}

.lp-p-point {
  border: solid 1px #91949C;
  background-image: linear-gradient(180deg, rgba(254, 249, 238, 0) 0%, rgba(254, 249, 238, 0.5) 52.08%, rgba(254, 249, 238, 0.5) 100%), url(../img/sec07_point-bg.webp);
  background-repeat: no-repeat, no-repeat;
  background-position: center top, center top;
  background-size: cover, 100% auto;
  padding: 1px min(50px, 6.6666666667vw) min(56px, 7.4666666667vw);
}
.lp-p-point .aldlp-c-rectangle-bg-txt {
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  padding: min(6px, 0.8vw) min(62px, 8.2666666667vw) min(13px, 1.7333333333vw);
  margin: calc(min(30px, 4vw) * -1) auto min(30px, 4vw);
  font-weight: 400;
  font-size: min(44px, 5.8666666667vw);
  line-height: 100%;
  letter-spacing: 0.02em;
}
.lp-p-point__ttl {
  font-weight: 500;
  font-size: min(42px, 5.6vw);
  line-height: 140%;
  letter-spacing: 0.14em;
  text-align: center;
  margin-bottom: min(36px, 4.8vw);
}
.lp-p-point__list {
  margin: 0 auto;
}
.lp-p-point__list__item:nth-child(n+2) {
  margin-top: min(80px, 10.6666666667vw);
}
.lp-p-point__list__item .lp-c-mul-pair {
  margin-top: min(24px, 3.2vw);
}
.lp-p-point__list__item__sublead {
  font-family: EB Garamond;
  font-weight: 400;
  font-size: min(36px, 4.8vw);
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #926d35;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 min(24px, 3.2vw);
  width: min(418px, 55.7333333333vw);
  margin: min(24px, 3.2vw) auto min(10px, 1.3333333333vw);
}
.lp-p-point__list__item__sublead::before, .lp-p-point__list__item__sublead::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #926d35;
}
.lp-p-point__list__item__txt {
  font-family: Noto Sans JP;
  font-weight: 400;
  font-size: min(26px, 3.4666666667vw);
  line-height: 180%;
  letter-spacing: 0.06em;
  width: min(418px, 55.7333333333vw);
  margin: 0 auto;
}

.lp-p-flow-list__item {
  position: relative;
}
.lp-p-flow-list__item:nth-child(n+2) {
  margin-top: min(74px, 9.8666666667vw);
}
.lp-p-flow-list__item:nth-child(n+2)::before {
  content: "";
  background: url(../img/icon-arrow-gold.svg) no-repeat left top;
  background-size: 100% auto;
  width: min(84px, 11.2vw);
  height: min(26px, 3.4666666667vw);
  position: absolute;
  top: calc(min(50px, 6.6666666667vw) * -1);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .lp-p-flow-list__item:nth-child(n+2)::before {
    aspect-ratio: 1/40;
  }
}
.lp-p-flow-list__item .lp-c-note {
  margin-top: min(20px, 2.6666666667vw);
}
.lp-p-flow-list__item .lp-c-badge {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-25%, -50%);
}
.lp-p-flow-list__item .lp-c-badge .lp-c-badge__inner {
  font-size: min(56px, 7.4666666667vw);
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.16em;
}
.lp-p-flow-list__item .lp-c-badge .lp-u-txt-ff-gara {
  text-transform: uppercase;
  font-family: EB Garamond;
  font-size: min(28px, 3.7333333333vw);
  font-weight: 500;
  line-height: 100%; /* 28px */
  letter-spacing: 0.16em;
}

.lp-p-faq-list.--has-underline .lp-c-acc-pannel {
  border-bottom: solid 1px #2D2D2D;
  padding: 0 0 min(45px, 6vw);
}
.lp-p-faq-list.--has-underline .lp-c-acc-pannel:nth-child(n+2) {
  margin-top: min(45px, 6vw);
}
.lp-p-faq-list.--has-underline .lp-c-acc-pannel .lp-c-acc-pannel__head__txt {
  color: #926D35;
  font-family: Noto Serif JP;
  font-size: min(32px, 4.2666666667vw);
  font-weight: 600;
  line-height: 140%; /* 44.8px */
  letter-spacing: 0;
}
.lp-p-faq-list.--has-underline .lp-c-acc-pannel .lp-c-acc-pannel__body {
  margin: 0;
  border-top: none;
}
.lp-p-faq-list.--has-line .lp-c-acc-pannel {
  border: 1px solid #91949C;
}
.lp-p-faq-list.--has-line .lp-c-acc-pannel:nth-child(n+2) {
  margin-top: min(28px, 3.7333333333vw);
}
.lp-p-faq-list .lp-c-collapse-pannel__head {
  margin-top: min(40px, 5.3333333333vw);
}

.lp-p-plan-ttl {
  margin-top: min(50px, 6.6666666667vw);
}

.lp-u-txt-ff-base {
  font-family: "Noto Serif JP", serif;
}

.lp-u-txt-ff-noto-sans {
  font-family: "Noto Sans JP", sans-serif;
}

.lp-u-txt-ff-gara {
  font-family: "EB Garamond", serif;
}

.lp-u-txt-color-main {
  color: #14B4B4;
}

.lp-u-txt-color-red {
  color: #AE2402;
}

.lp-u-txt-color-ocre {
  color: #926D35;
}

.lp-u-txt-fw-n {
  font-weight: 400;
}

.lp-u-txt-fw-m {
  font-weight: 500;
}

.lp-u-txt-fw-sb {
  font-weight: 600;
}

.lp-u-txt-fw-b {
  font-weight: 700;
}

.lp-u-txt-underline {
  -webkit-text-decoration: underline 1px #333;
          text-decoration: underline 1px #333;
  text-underline-offset: 0.3em;
}

.lp-u-txt-gradient {
  background: linear-gradient(269deg, #16ACC7 34.97%, #3A84F1 62.61%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.lp-u-txt-undermarker {
  padding-bottom: 0.1em;
  background-image: linear-gradient(to right, #FFFF4F, #FFFF4F);
  background-size: 100% 27.083333%; /* 下線の太さと方向を指定 */
  background-repeat: no-repeat;
  background-position: 0 100%; /* 下線の位置を微調整 */
  -webkit-background-clip: text;
          background-clip: text; /* テキストにのみグラデーションを適用 */
}

.lp-u-txt-vertical {
  writing-mode: vertical-rl; /* テキストを縦書きにする */
  text-orientation: upright; /* テキストを垂直に維持 */
}

.lp-u-bg-color-red {
  background-color: #AE2402;
}

.lp-u-bg-color-Isabelline {
  background-color: #FEF9EE;
}

@media screen and (max-width: 767px) {
  .lp-u-hide-tabSp {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .lp-u-hide-pc {
    display: none !important;
  }
}/*# sourceMappingURL=style.css.map */

/* タイマー */
.timer-container {
    position: fixed;
    top: -60px; /* 初期位置は画面外 */
    left: 0;
    width: 100%;
    background-color: #e53e3e;
    color: white;
    padding: 10px;
    transition: top 0.3s ease-in-out;
    z-index: 1000;
}
.timer-content {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.timer-title {
    font-size: 1em;
}
.timer {
    font-size: 1.1em;
    font-weight: bold;
}
.content {
    padding: 20px;
    max-width: 800px;
    margin: 0 auto;
}