@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

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

b, strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

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

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

body {
  background: #fff;
  color: #1a1900;
  font-family: "dnp-shuei-mgothic-std", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "MS PGothic", arial, sans-serif;
  line-height: 1.75;
  font-size: 1rem;
}

a {
  text-decoration: none;
}
a:hover, a:visited {
  text-decoration: none;
}

img {
  width: 100%;
}

p {
  margin-bottom: 2rem;
}

.visible_xs {
  display: block;
}

.visible_md {
  display: none;
}

.site_wrapper {
  width: 100%;
  max-width: 31.25rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 10;
}

.boc_pack-main {
  margin-bottom: 1rem;
}
.boc_pack-footer__list {
  padding: 1.25rem;
  background: #fff;
  line-height: 1.2;
}
.boc_pack-footer__item {
  display: inline;
}
.boc_pack-footer__item:not(:last-child)::after {
  content: "｜";
  display: inline-block;
  margin-left: -0.5rem;
  letter-spacing: -0.5rem;
  line-height: 1;
}
.boc_pack-footer__link {
  color: #163961;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  text-align: center;
}
.boc_pack-footer__copy {
  display: block;
  background: #163961;
  text-align: center;
  padding: 1.875rem 0 8.75rem;
  font-size: 0.75rem;
  color: #fff;
}
.boc_pack-scroll {
  height: 3rem;
  line-height: 3rem;
  width: 3rem;
  background: rgba(22, 57, 97, 0.6);
  border-radius: 50%;
  bottom: 9.5rem;
  color: #fff;
  cursor: pointer;
  display: block;
  position: fixed;
  opacity: 0;
  right: 0.5rem;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.3s ease;
  z-index: 999;
}
.boc_pack-scroll .material-symbols-outlined {
  margin-top: 0.7rem;
}
.boc_pack-scroll.visible {
  opacity: 1;
}

.lp-pc {
  display: none;
}

/* =========================
   追従CTA（SP / タブレット）
========================= */
.lp-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.lp-cta.visible {
  opacity: 1;
  pointer-events: auto;
}
/* PCでは非表示（lg以上） */
.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

.js-modal {
  animation-name: fadeOut;
  animation-fill-mode: forwards;
  animation-duration: 200ms;
  animation-timing-function: ease-out;
  overscroll-behavior-y: contain;
}

.js-modal::backdrop {
  background: rgba(144, 152, 151, 0.87);
}

.js-modal[open],
.js-modal[open]::backdrop {
  animation: fadeIn 0.5s ease normal;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.js-modal.hide,
.js-modal.hide::backdrop {
  animation: fadeOut 0.5s ease normal;
}

@keyframes fadeOut {
  to {
    opacity: 0;
  }
}
.tel-modal {
  width: 100%;
  max-width: 43.75rem;
  padding: 0;
  text-align: center;
  background: #fff;
  border-radius: 0.625rem;
}
.tel-modal__body {
  display: grid;
  grid-template-columns: auto 2.5rem;
  grid-template-rows: repeat(3, auto);
  align-items: center;
  padding: 0.75rem 1.25rem 0;
}
.tel-modal__ttl {
  grid-column: 1/2;
  grid-row: 1/2;
  margin: 0 0 0.75rem;
  padding: 0.375rem 0;
  font-weight: bold;
  text-align: center;
}
.tel-modal .btn-close {
  grid-column: 2/3;
  grid-row: 1/2;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 0.75rem;
  padding: 0;
  font-family: "Material Icons";
  font-weight: normal;
  font-size: 1.5rem;
  color: #1a1900;
  line-height: 2.5rem;
  text-align: center;
  background: #fff;
  border: 1px solid #1a1900;
  cursor: pointer;
}
.tel-modal__catch {
  grid-column: 1/3;
  grid-row: 2/3;
  display: block;
  margin: 0;
  padding: 10px;
  color: #fff;
  background: #ff950a;
  font-weight: bold;
}
.tel-modal .tel-box {
  grid-column: 1/3;
  grid-row: 3/4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tel-modal .tel-box__txtbox {
  display: flex;
  align-items: center;
  flex-flow: column wrap;
  justify-content: center;
  flex-shrink: 0;
  margin-bottom: 0.75rem;
}
.tel-modal .tel-box__txtbox-tel {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.75rem;
}
.tel-modal .tel-box__txtbox-tel .material-icons {
  margin-right: 0.9375rem;
  color: #ff950a;
  font-size: 2.5rem;
  line-height: 1;
  font-family: "Material Symbols Outlined";
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}
.tel-modal .tel-box__txtbox-tel-num {
  margin: 0 1.5625rem 0 0;
  padding: 0;
  font-size: 2.5rem;
  font-weight: 700;
  color: #ff950a;
  line-height: 1.6;
}
.tel-modal .tel-box__txtbox-txt {
  padding: 0.1875rem 0.9375rem;
  font-size: 1.25rem;
  color: #fff;
  line-height: 1.2;
  background: #ff950a;
}
.tel-modal .tel-box__txtbox-explain {
  margin: 0;
  font-weight: bold;
}
.tel-modal .tel-box__img {
  width: 27%;
  max-width: 11.125rem;
}

.boc_pack-fv-base {
  position: static;
}

.boc_pack-fv-left {
  display: none;
}
.boc_pack-fv-left .lp-pc__logo {
  margin: 0 0 clamp(0.625rem, 1.5vh, 1rem);
}
.boc_pack-fv-left .lp-pc__logo-img {
  width: min(95%, 18.75rem);
  max-width: 28.75rem;
  height: auto;
  margin: 0 auto;
  display: block;
}
.boc_pack-fv-left__amount {
  margin: 0 0 clamp(0.625rem, 1.5vh, 1rem);
}
.boc_pack-fv-left__amount img {
  width: 100%;
  max-width: 28.75rem;
  height: auto;
  display: block;
  margin-inline: auto;
}
.boc_pack-fv-left__cta {
  font-family: "Noto Sans JP", sans-serif;
  background: #f7bb4f;
  border-radius: 1.25rem;
  padding: clamp(0.75rem, 1.6vh, 0.9375rem);
  box-sizing: border-box;
  max-width: 27.875rem;
  margin: 0 auto;
  /* ===== 白い電話CTA（見た目の箱）===== */
  /* ===== 中身（クリック用ラッパー）===== */
  /* ===== アイコン ===== */
  /* ===== SP / PC 表示切り替え ===== */
}
.boc_pack-fv-left__cta .cta-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 clamp(0.375rem, 1vw, 0.5rem);
}
.boc_pack-fv-left__cta .cta-inner .cta-text {
  font-size: 0.875rem;
  line-height: 1.4;
  margin: 0;
  color: #000;
}
.boc_pack-fv-left__cta .cta-inner .cta-operator {
  width: 5.625rem;
  height: auto;
  padding: 0 0 0 0.5rem;
  position: relative;
  margin-top: -1rem;
  right: -0.625rem;
}
.boc_pack-fv-left__cta .cta-number {
  background: #fff;
  border-radius: 1.25rem;
  padding: 1.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  margin-top: -0.4rem;
}
.boc_pack-fv-left__cta .cta-number__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3125rem;
  width: 100%;
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.boc_pack-fv-left__cta .cta-icon {
  font-family: "Material Symbols Outlined";
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
  font-size: 1.875rem;
  color: #f7bb4f;
}
.boc_pack-fv-left__cta .cta-phone {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #f7bb4f;
  white-space: nowrap;
}
.boc_pack-fv-left__cta .cta-free {
  background: #f7bb4f;
  color: #fff;
  padding: 0.3125rem 6px;
  font-size: 0.875rem;
  white-space: nowrap;
}
.boc_pack-fv-left__cta .cta-number__inner--pc {
  display: none;
}

.boc_pack-fv-right {
  width: 100%;
  max-width: 31.25rem;
  margin: 0 auto;
}
.boc_pack-fv-right__head {
  height: 3.75rem;
  padding: 0.625rem 0;
  background: #b89b69;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.225rem;
  top: 0;
  z-index: 10;
}
.boc_pack-fv-right__pill {
  font-family: "ryo-text-plusn", serif;
  letter-spacing: 0.02em;
  background: #fff;
  border-radius: 0.625rem;
  padding: 0.63rem 1.9rem;
  line-height: 1;
  color: #163961;
  font-size: 1.25rem;
  font-weight: bold;
}
.boc_pack-fv-right__plus {
  font-size: 2.25rem;
  color: #fff;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.boc_pack-fv-right__fv {
  background: #163961;
  padding: 0 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 38rem;
}
.boc_pack-fv-right__ship {
  width: 100%;
  max-width: 12.5rem;
  aspect-ratio: 200/133;
  background: url("../img/ship.png") no-repeat center/contain;
}
.boc_pack-fv-right__title {
  width: 100%;
  max-width: 9.375rem;
  aspect-ratio: 150/410;
  margin-bottom: 3rem;
  background: url("../img/fv_title.png") no-repeat center/contain;
}
.boc_pack-fv-right__question {
  font-family: "Noto Sans JP", sans-serif;
  background: #b89b69;
  padding: 3rem 1.25rem 2.1875rem;
  text-align: center;
}
.boc_pack-fv-right__question-head {
  margin-bottom: 1.5rem;
}
.boc_pack-fv-right__question-icon {
  font-size: 5rem;
  color: #fff;
}
.boc_pack-fv-right__question-title {
  font-size: 1.5rem;
  margin-bottom: 4.375rem;
}
.boc_pack-fv-right__question-box {
  background: #fff;
  border-radius: 1.875rem;
  padding: 1.875rem;
}
.boc_pack-fv-right__question-text {
  font-size: 1.25rem;
  line-height: 1.8;
  margin-bottom: 1.875rem;
  text-align: left;
}
.boc_pack-fv-right__question-illust {
  width: 100%;
  max-width: 15rem;
  aspect-ratio: 240/175;
  margin: 0 auto;
  background: url("../img/decide_img.png") no-repeat center/contain;
}
.boc_pack-fv-right__chapter {
  background: #163961;
  padding: 2.5rem 0 3.125rem;
  text-align: center;
  font-family: "ryo-text-plusn", serif;
  letter-spacing: 0.02em;
  font-weight: bold;
}
.boc_pack-fv-right__chapter-balloon {
  padding: 0.95rem 3rem;
  position: relative;
  display: inline-block;
  background: #fff;
  color: #163961;
  border-radius: 3.125rem;
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
}
.boc_pack-fv-right__chapter-balloon::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1.25rem;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 0.75rem solid transparent;
  border-right: 0.75rem solid transparent;
  border-top: 1.25rem solid #fff;
}
.boc_pack-fv-right__chapter-text {
  font-size: 2.25rem;
  line-height: 1.3;
  color: #fff;
  margin: 0;
}
.boc_pack-fv-right__worries {
  background: #b89b69;
  padding: 1.25rem;
}
.boc_pack-fv-right__worries-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.boc_pack-fv-right__worries-item {
  background: #fff;
  border-radius: 1.875rem;
  padding: 2.5rem 1.875rem;
  text-align: center;
  color: #000;
}
.boc_pack-fv-right__worries-badge {
  font-family: "ryo-text-plusn", serif;
  letter-spacing: 0.02em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f7bb4f;
  color: #fff;
  border-radius: 0.625rem;
  padding: 1.5rem;
  font-size: 2.25rem;
  line-height: 1;
}
.boc_pack-fv-right__worries-sub {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  display: inline-block;
  margin: 0 0 0 0.5rem;
  font-size: 1.5rem;
}
.boc_pack-fv-right__worries-title {
  margin: 1.5rem 0 2.5rem;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.7;
}
.boc_pack-fv-right__worries-text {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.8;
  text-align: left;
  margin: 0;
}
.boc_pack-fv-right__mid-amount {
  background: url("../img/mid_ocean.jpg") no-repeat center/cover;
  padding: 1.25rem;
  text-align: center;
}
.boc_pack-fv-right__mid-amount-panel {
  width: 100%;
  margin: 0 auto;
  aspect-ratio: 335/725;
  padding: 1.875rem;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.8) url("../img/mid-amount_sp.png") no-repeat center;
  background-size: calc(100% - 3.75rem) calc(100% - 3.75rem);
}
.boc_pack-fv-right__mid-amount-ship {
  width: 18.75rem;
  aspect-ratio: 3/2;
  margin: 0 auto;
  background: url("../img/ship.png") no-repeat center/contain;
}
.boc_pack-fv-right__mid-intro {
  background: #f7bb4f;
  padding: 2.5rem;
  box-sizing: border-box;
}
.boc_pack-fv-right__mid-intro-title {
  width: 8.75rem;
  aspect-ratio: 280/767;
  margin: 0 auto 3.125rem;
  background: url("../img/mid_title.png") no-repeat center/contain;
}
.boc_pack-fv-right__mid-intro-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  line-height: 1.9;
  color: #000;
}
.boc_pack-fv-right__mid-intro-text p {
  margin: 0 0 3.125rem;
}
.boc_pack-fv-right__mid-intro-text p:last-child {
  margin-bottom: 0;
}
.boc_pack-fv-right__packages {
  background: #b89b69;
  padding: 1.25rem;
  box-sizing: border-box;
}
.boc_pack-fv-right__packages-group {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.boc_pack-fv-right__package {
  background: #fff;
  border-radius: 0.3125rem;
  overflow: hidden;
}
.boc_pack-fv-right__package-head {
  background: #163961;
  text-align: center;
  padding: 0.75rem 0.5rem 1rem;
}
.boc_pack-fv-right__package-label {
  font-family: "Noto Sans JP", sans-serif;
  display: inline-block;
  background: #fff;
  color: #163961;
  border-radius: 0.625rem;
  padding: 0.4375rem 0.9375rem;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 1.25rem;
}
.boc_pack-fv-right__package-title {
  font-family: "ryo-text-plusn", serif;
  letter-spacing: 0.02em;
  margin: 0;
  font-size: 2.25rem;
  color: #fff;
  line-height: 1;
}
.boc_pack-fv-right__package-body {
  padding: 1.875rem 1.25rem;
}
.boc_pack-fv-right__package-desc {
  font-size: 1.125rem;
  line-height: 1.5;
  color: #000;
  margin-bottom: 1.875rem;
  padding-bottom: 1.875rem;
  border-bottom: 0.125rem solid #163961;
}
.boc_pack-fv-right__package-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.625rem;
}
.boc_pack-fv-right__package-list li {
  font-family: "Noto Sans JP", sans-serif;
  border: 0.125rem solid #b89b69;
  border-radius: 0.625rem;
  padding: 0.625rem 0;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  background: #fff;
  color: #000;
  box-sizing: border-box;
}
.boc_pack-fv-right__package-plus {
  display: flex;
  justify-content: center;
  align-items: center;
}
.boc_pack-fv-right__package-plus .boc_pack-fv-right__plus {
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 50%;
  background: #f7bb4f;
  color: #fff;
  font-size: 4.5rem;
}
.boc_pack-fv-right__plan-note {
  background: #fff;
  padding: 2.5rem;
  box-sizing: border-box;
}
.boc_pack-fv-right__plan-note-text {
  font-size: 1.25rem;
  line-height: 1.9;
  color: #000;
  margin: 0 0 1.25rem;
}
.boc_pack-fv-right__voice {
  background: #b89b69;
  padding: 1.875rem 1.25rem 3.125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}
.boc_pack-fv-right__voice-body {
  margin-top: 4.5rem;
  font-weight: bold;
  padding: 0 2rem;
  color: #fff;
}
.boc_pack-fv-right__voice-balloon {
  position: relative;
  display: inline-block;
  border-radius: 1.25rem;
  font-size: 1.25rem;
  background: #fff;
  margin: 0 auto;
  padding: 1.875rem;
}
.boc_pack-fv-right__voice-balloon::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1.25rem;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 0.75rem solid transparent;
  border-right: 0.75rem solid transparent;
  border-top: 1.25rem solid #fff;
}
.boc_pack-fv-right__voice-name {
  font-size: 1.125rem;
  margin: 0 0 0.625rem;
}
.boc_pack-fv-right__voice-text {
  font-size: 1.125rem;
  font-weight: normal;
  margin: 0;
}
.boc_pack-fv-right__voice-illustration {
  width: 15.625rem;
  aspect-ratio: 250/166;
  margin: 1.5rem auto;
  background: url("../img/voice_img.png") no-repeat center/contain;
}
.boc_pack-fv-right__faq {
  background: #fff;
  padding: 2.5rem;
  font-family: "Noto Sans JP", sans-serif;
}
.boc_pack-fv-right__faq-item:not(:last-child) {
  margin-bottom: 2.5rem;
}
.boc_pack-fv-right__faq-question {
  font-size: 1.25rem;
  font-weight: bold;
  color: #f7bb4f;
  margin: 0 0 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 0.125rem solid #f7bb4f;
}
.boc_pack-fv-right__faq-answer {
  font-size: 1.125rem;
  color: #000;
  margin: 0;
  line-height: 1.5;
}
.boc_pack-fv-right__closing {
  background: #b89b69;
  padding: 3.125rem 1.25rem;
}
.boc_pack-fv-right__closing-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
}
.boc_pack-fv-right__closing-ship {
  width: 18.75rem;
  aspect-ratio: 300/200;
  margin: 1.25rem auto;
  background: url("../img/ship.png") no-repeat center/contain;
}
.boc_pack-fv-right__closing-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  line-height: 2;
  color: #000;
  margin: 0 0 1.25rem;
}
.boc_pack-fv-right__closing-text:last-of-type {
  margin-bottom: 0;
}

.is-accent {
  color: #f7bb4f;
  font-weight: bold;
}

.lp-cv__inr {
  position: relative;
  display: flex;
  flex-direction: column;
}
.lp-cv__title {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 0.3125rem 0.625rem;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #000;
}
.lp-cv__figure {
  position: absolute;
  top: -1.75rem;
  right: 0.375rem;
  width: 4.8125rem;
  z-index: 2;
  margin: 0;
}
.lp-cv__figure img {
  display: block;
  width: 100%;
  height: auto;
}
.lp-cv__tel-wrap {
  position: relative;
  z-index: 3;
  padding: 0.3125rem;
  background: #f7bb4f;
}
.lp-cv__tel {
  background: linear-gradient(to bottom, #fff, #e5e5e5);
  border-radius: 1.25rem;
  padding: 1rem 1.4375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-decoration: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.lp-cv__cta-icon {
  color: #f7bb4f;
  font-family: "Material Symbols Outlined";
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
  font-size: 2rem;
}
.lp-cv__number {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 1.75rem;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #f7bb4f;
  white-space: nowrap;
}
.lp-cv__text {
  padding: 0.25rem 0.875rem;
  font-size: 1rem;
  color: #fff;
  background: #f7bb4f;
  white-space: nowrap;
}
@media screen and (min-width: 768px){
  .visible_xs {
    display: none;
  }
  .visible_md {
    display: block;
  }
  .boc_pack-footer {
    padding-bottom: 6.875rem;
  }
  .boc_pack-footer__list {
    line-height: 1.5;
  }
  .boc_pack-footer__item:not(:last-child)::after {
    margin-left: -0.2rem;
    letter-spacing: -0.2rem;
  }
  .boc_pack-footer__link {
    font-size: 0.875rem;
  }
  .boc_pack-footer__copy {
    padding: 1rem 0;
  }
  .lp-pc {
    display: block;
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    background: url(../img/fv_bg.jpg) no-repeat center center/cover;
    z-index: 0;
    pointer-events: none;
  }
  .boc_pack-fv-left__cta .cta-number__inner--sp {
    display: none;
  }
  .boc_pack-fv-left__cta .cta-number__inner--pc {
    display: flex;
  }
  .boc_pack-fv-right__ship {
    max-width: 15.625rem;
    aspect-ratio: 3/2;
  }
  .boc_pack-fv-right__title {
    max-width: 10.625rem;
    aspect-ratio: 170/470;
    margin-bottom: 3.25rem;
  }
  .boc_pack-fv-right__chapter-balloon {
    padding: 0.95rem 4.7rem;
  }
  .boc_pack-fv-right__mid-amount-panel {
    aspect-ratio: 465/565;
    padding: 1.875rem;
    background: rgba(255, 255, 255, 0.8) url("../img/mid-amount_pc.png") no-repeat center;
    background-size: calc(100% - 3.75rem) calc(100% - 3.75rem);
  }
  .boc_pack-fv-right__package-body {
    padding: 1.875rem;
    box-sizing: border-box;
  }
  .boc_pack-fv-right__package-list li {
    padding: 0.375rem 0.625rem;
  }
  .boc_pack-fv-right__closing {
    padding: 3.125rem 2.5rem;
  }
}
@media screen and (min-width: 1024px){
  .site_wrapper {
    max-width: none;
    width: 63.125rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 100dvh;
    overflow: hidden;
  }
  .boc_pack-footer {
    padding-bottom: 0;
  }
  .boc_pack-scroll {
    display: none;
  }
  .lp-cta {
    display: none;
  }
  .boc_pack-fv-wrapper {
    height: 100vh;
  }
  .boc_pack-fv-base {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100vh;
    display: flex;
    align-items: flex-start;
    gap: 2.5rem;
    box-sizing: border-box;
  }
  .boc_pack-fv-left {
    display: block;
    max-width: 360px;
    flex: 0 0 28.75rem;
    padding-top: 0.625rem;
  }
  .boc_pack-fv-right {
    flex: 0 0 31.25rem;
    width: 31.25rem;
    height: 100dvh;
    overflow-y: auto;
    box-sizing: border-box;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .boc_pack-fv-right::-webkit-scrollbar {
    display: none;
  }
  .boc_pack-fv-right__ship {
    max-width: 18.75rem;
    aspect-ratio: 3/2;
  }
  .boc_pack-fv-right__title {
    max-width: 12.3125rem;
    aspect-ratio: 197/540;
    margin-bottom: 3.75rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px){
  .lp-cta {
    display: flex;
    justify-content: center;
  }
  .lp-cta .lp-cv {
    width: 100%;
    max-width: 31.25rem;
  }
}
