.marking-mv {
  position: relative;
  box-sizing: border-box;
  width: min(100%, 1536px);
  margin: 96px auto 0;
  overflow: hidden;
  background: transparent;
  border-bottom: 1px solid #d7dde3;
  box-shadow: 0 10px 18px rgba(20, 34, 48, 0.08);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  container-type: inline-size;
}

.marking-mv::after {
  display: none;
}

.marking-mv__image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.marking-mv__image.marking-mv__image--sp1,
.marking-mv__image.marking-mv__image--sp2 {
  display: none !important;
}

.marking-mv__image--sp1 {
  clip-path: inset(0 0 15px 0);
  margin-bottom: -25px;
}

.marking-mv__image--sp2 {
  margin-top: -1px;
}

.marking-mv__image--pc {
  clip-path: inset(0 0 15px 0);
  margin-bottom: -15px;
}

.marking-mv__copy {
  box-sizing: border-box;
  position: absolute;
  left: 2%;
  top: 29%;
  z-index: 2;
  width: 57%;
  color: #05265f;
  text-align: center;
}

.marking-mv__heading {
  margin: 0;
}

.marking-mv__title {
  display: block;
  margin: 0 0 1.2cqw;
  font-size: clamp(23px, 6.1cqw, 94px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.marking-mv__title span {
  margin-left: 0.08em;
  font-size: 0.55em;
}

.marking-mv__catch {
  display: block;
  margin: 0 0 2.2cqw;
  font-size: clamp(13px, 3.25cqw, 50px);
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: 0.025em;
  white-space: nowrap;
}

.marking-mv__catch span {
  color: #10aaa7;
}

.marking-mv__body {
  margin: 0;
  font-size: clamp(8px, 1.7cqw, 26px);
  line-height: 1.75;
  font-weight: 700;
  letter-spacing: 0.035em;
}

.marking-mv__break-sp {
  display: none;
}
.contents {
  box-sizing: border-box;
  width: min(100%, 1400px);
  max-width: none;
  margin: 0 auto;
  padding: 0 clamp(8px, 1.2vw, 16px) clamp(40px, 6vw, 72px);
  background: #f6fdff;
  overflow: visible;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
}

.contents > .page-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  margin: 0 0 clamp(22px, 3vw, 36px);
  padding: 0;
  color: #09245f;
  background: transparent;
  box-shadow: none;
  clip-path: none;
  font-size: clamp(22px, 2.4vw, 36px);
  line-height: 1.4;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-align: center;
  padding-top: 58px;
}

.contents > .page-title::before,
.contents > .page-title::after {
  content: "";
  position: static;
  flex: 0 0 auto;
  width: clamp(28px, 4vw, 64px);
  height: 2px;
  background: #4ab7de;
  transform: none;
}

.marking-intro:not(.marking-intro--reverse) {
  margin-bottom: calc(clamp(22px, 3vw, 34px) - 22px);
}

.marking-intro {
  box-sizing: border-box;
  width: min(100%, 1180px);
  margin: 0 auto clamp(22px, 3vw, 34px);
  padding: clamp(12px, 2vw, 22px) clamp(18px, 3vw, 34px);
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 46%) minmax(0, 54%);
  align-items: center;
  gap: clamp(28px, 4.5vw, 64px);
  color: #1d2733;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  isolation: isolate;
  background: transparent !important;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  clip-path: none;
  overflow: hidden;
}

.marking-intro::before {
  display: none;
}

.marking-intro--reverse::before {
  display: none;
}

.marking-intro--reverse {
  grid-template-columns: minmax(0, 54%) minmax(0, 46%);
  background: transparent !important;
  clip-path: none;
}

.marking-intro__image {
  position: relative;
  z-index: 1;
}

.marking-intro__image::before {
  display: none;
}

.marking-intro--reverse .marking-intro__image::before {
  display: none;
}

.marking-intro__image img {
  width: min(100%, 82%);
  height: auto;
  position: relative;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(13, 45, 86, 0.1);
}

.marking-intro__body {
  min-width: 0;
  position: relative;
  z-index: 1;
  padding: clamp(8px, 1.6vw, 18px) 0;
}

.marking-intro__kicker {
  margin: 0 0 12px;
  color: #e60012;
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.4;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.marking-intro h2 {
  margin: 0 0 24px;
  color: #09245f;
  font-size: clamp(18px, 2.6vw, 24px);
  line-height: 1.4;
  font-weight: 900;
  letter-spacing: 0;
  position: relative;
  padding-bottom: 18px;
}

.marking-intro--reverse .marking-intro__body h2 {
  margin-top: -25px;
}

.marking-intro h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 72px;
  height: 2px;
  background: #4ab7de;
}

.marking-intro p {
  margin: 0 0 18px;
  color: #282828;
  font-size: clamp(16px, 1vw, 18px) !important;
  line-height: 1.85;
  font-weight: 400;
  letter-spacing: 0.01em;
}

.marking-intro__message {
  margin-top: 28px !important;
  padding-left: 18px;
  border-left: 5px solid #e60012;
  color: #06264d;
  font-size: clamp(18px, 2vw, 24px) !important;
  line-height: 1.5 !important;
  font-weight: 900 !important;
}

#customize {
  margin: clamp(28px, 4vw, 52px) auto 0;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

#customize::before,
#customize::after,
#customize.effect-section--blue::before,
#customize.effect-section--blue::after,
#customize .mark_other::before,
#customize .mark_other::after,
#customize .mark_other.effect-section--red::before,
#customize .mark_other.effect-section--red::after {
  display: none !important;
}

#customize .inner {
  width: min(100%, 1360px);
  margin: 0 auto;
}

#customize .ttl h2,
#customize .mark_other__title {
  box-sizing: border-box;
  position: relative;
  left: auto;
  top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  max-width: none;
  margin: 0 0 clamp(18px, 2.6vw, 30px);
  padding: 0;
  color: #09245f;
  background: transparent;
  box-shadow: none;
  clip-path: none;
  border: 0;
  font-size: clamp(20px, 2.4vw, 28px);
  line-height: 1.4;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-align: center;
  transform: none;
}

#customize .ttl h2::before,
#customize .ttl h2::after,
#customize .mark_other__title::before,
#customize .mark_other__title::after {
  content: "";
  display: block;
  position: static;
  flex: 0 0 auto;
  width: clamp(28px, 4vw, 64px);
  height: 2px;
  background: #4ab7de;
  transform: none;
}

#customize .customize_contents {
  box-sizing: border-box;
  position: relative;
  padding: clamp(18px, 2.4vw, 28px);
  background: #ffffff;
  border: 1px solid #d9e6ef;
  border-radius: 12px;
  box-shadow: 0 14px 34px rgba(13, 45, 86, 0.1);
}

#customize .customize_content {
  background: #ffffff;
  border-radius: 8px;
}

#customize .customize_contents .customize_content p {
  font-size: 17px;
}

@media screen and (max-width: 768px) {
  #customize .customize_contents .customize_content p {
    font-size: 15px;
  }
}

#customize .mark_free {
  box-sizing: border-box;
  width: 100%;
  margin: clamp(28px, 4vw, 44px) auto 0;
  padding: clamp(18px, 2.8vw, 28px);


  background: #ffffff;
  border: 1px solid #d9e6ef;
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(13, 45, 86, 0.08);
}

#customize .mark_free img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

#customize .mark_free p {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#customize .mark_other {
  box-sizing: border-box;
  width: min(100%, 1163px);
  margin-top: clamp(46px, 6vw, 72px);
  margin-left: auto;
  margin-right: auto;
  padding: clamp(28px, 4vw, 48px) clamp(18px, 3vw, 34px);
  background: #ffffff !important;
  border: 1px solid #d9e6ef;
  border-radius: 12px;
  box-shadow: 0 14px 34px rgba(13, 45, 86, 0.1);
}

#customize .mark_other__title {
  width: 100%;
  white-space: nowrap;
}

#customize .mark_other h3.mark_other__title {
  margin: 30px 0 35px;
  font-size: clamp(20px, 2.4vw, 28px);
}

#customize .mark_other__title-text {
  display: block;
  text-align: center;
}

#customize .mark_other__title-break {
  display: none;
}

#customize .mark_other__title-note {
  display: inline-block;
  margin-left: 8px;
  font-size: 0.68em;
  line-height: 1.4;
  vertical-align: middle;
}

#customize .mark_other img {
  background: #ffffff;
  border-radius: 8px 0 0 0;
  box-shadow: 0 8px 22px rgba(13, 45, 86, 0.08);
}

#customize .mark_other h3:not(.mark_other__title) {
  margin-bottom: 0;
}

#customize .mark_other h3:not(.mark_other__title) + p {
  margin-top: 12px;
}

#contact {
  margin: calc(clamp(24px, 7vw, 24px) - 30px) auto 0;
}

@media (max-width: 640px) {
  .marking-mv {
    width: 100%;
    margin-top: 85px;
  }

  .contents > .page-title {
    margin-top: 0;
    padding-top: 38px;
    font-size: 18px;
  }

  .marking-mv__image.marking-mv__image--pc {
    display: none !important;
  }

  .marking-mv__image.marking-mv__image--sp1,
  .marking-mv__image.marking-mv__image--sp2 {
    display: block !important;
  }

  .marking-mv__copy {
    left: 50%;
    top: 27cqw;
    width: 90%;
    transform: translateX(-50%);
  }

  .marking-mv__title {
    margin-bottom: 1.2cqw;
    font-size: 11cqw;
  }

  .marking-mv__catch {
    margin-bottom: 5cqw;
    font-size: 18.4px;
  }

  .marking-mv__body {
    font-size: 3.6cqw;
    line-height: 1.75;
  }

  .marking-mv__break-sp {
    display: inline;
  }

  .marking-intro {
    width: 100%;
    margin: 0 auto 24px;
    padding: 22px 14px;
    grid-template-columns: 1fr;
    gap: 28px;
    border-radius: 0;
    clip-path: none;
  }

  .marking-intro::before {
    display: none;
  }

  .marking-intro__image::before {
    inset: 10px -10px -10px 10px;
  }

  .marking-intro--reverse .marking-intro__image::before {
    inset: 10px -10px -10px 10px;
  }

  .marking-intro h2 {
    margin-bottom: 18px;
    font-size: 20px;
  }

  .marking-intro p {
    font-size: 15px !important;
    line-height: 1.9;
  }

  .marking-intro__image img {
    width: 100%;
  }

  #customize {
    margin-top: 30px;
    padding: 0 0 46px;
  }

  #customize .customize_contents,
  #customize .mark_free,
  #customize .mark_other {
    padding: 18px 14px;
    border-radius: 10px;
  }

  #customize .mark_other {
    padding-top: 14px;
    padding-left: 8px;
    padding-right: 8px;
  }

  #customize .mark_other__title-note {
    display: block;
    margin: 6px 0 0;
  }

  #customize .mark_other__title {
    white-space: normal;
  }

  #customize .mark_other__title-break {
    display: block;
  }

  #customize .mark_other h3:not(.mark_other__title) {
    margin-top: 0;
  }

  #contact {
    margin-top: -18px;
  }

  #customize .mark_free {
    width: 100%;
    overflow: hidden;
  }

  #customize .mark_free p {
    text-align: center;
  }
}

#contact .contact_blc .contact_info .store_name {
  font-weight: 700;
}

#contact .contact_blc .contact_info .store_name.store_name--world {
  font-size: 30px;
}

@media (max-width: 767px) {
  #contact .contact_blc .contact_info .store_name.store_name--world {
    font-size: 25px;
  }
}
