@charset "UTF-8";
* {
  border: 0;
  outline: none;
  vertical-align: baseline;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-feature-settings: "palt" on;
  letter-spacing: 0.04em;
}

html {
  height: 100%;
  -webkit-overflow-scrolling: touch;
}

body {
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  body {
    font-size: calc(30 / 750 * 100vw);
  }
}

h1,
h2 {
  position: relative;
  font-weight: 700;
}

*:focus {
  outline: none;
}

p a {
  word-break: break-all;
  text-decoration: underline;
}

html, body, main, section, article, aside, nav, header, footer,
h1, h2, h3, h4, h5, h6, hgroup,
div, p, blockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, thead, tbody, tfoot, tr, th, td, caption, colgroup,
form, fieldset, legend,
figure, figcaption, details, summary,
hr, canvas, noscript, search, dialog, menu {
  line-height: 1.8;
}

a, abbr, acronym, b, bdi, bdo, big, br, button, cite, code, dfn, em, i, img, input, kbd, label, map, mark, meter, noscript, object, output, progress, q, ruby, s, samp, script, select, small, span, strong, sub, sup, textarea, time, tt, u, var, wbr,
audio, video, embed, iframe, source, track,
del, ins,
area, base, col, hr, link, meta, param,
datalist, keygen, optgroup, option {
  line-height: inherit;
}

sup {
  vertical-align: top;
  font-size: 50%;
}

sub {
  vertical-align: baseline;
  font-size: 50%;
}

em,
b,
strong,
th {
  font-weight: 700;
}

a {
  color: #3d4043;
  cursor: pointer;
  transition: opacity 0.3s;
}

figcaption,
small {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 768px) {
  figcaption,
  small {
    font-size: calc(20 / 750 * 100vw);
  }
}

img {
  display: block;
  height: auto;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

@media screen and (min-width: 769px) {
  .adlp-outer {
    overflow-x: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .adlp-outer {
    overflow: hidden;
  }
}

.adlp-wrapper {
  color: #3d4043;
}
@media screen and (min-width: 769px) {
  .adlp-wrapper {
    min-width: min(calc(1920 / 1080 * 100vw), 1920px);
    max-width: 1920px;
    margin: 0 auto;
  }
}
.adlp-wrapper .relative {
  position: relative;
}
.adlp-wrapper .w100 {
  width: 100% !important;
  display: block;
}
.adlp-wrapper .center {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .adlp-wrapper .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .adlp-wrapper .pc {
    display: none !important;
  }
}
.adlp-wrapper .text__txt {
  color: #3d4043 !important;
}
.adlp-wrapper .text__white {
  color: #fff !important;
}
.adlp-wrapper .text__silver {
  color: #f1f1f1 !important;
}
.adlp-wrapper .text__accent {
  color: #e75b18 !important;
}
.adlp-wrapper .bg__txt {
  background: #3d4043 !important;
}
.adlp-wrapper .bg__white {
  background: #fff !important;
}
.adlp-wrapper .bg__silver {
  background: #f1f1f1 !important;
}
.adlp-wrapper .bg__accent {
  background: #e75b18 !important;
}
.adlp-wrapper .line__top__txt {
  border-top: 1px solid #3d4043;
}
.adlp-wrapper .line__top.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 768px) {
  .adlp-wrapper .line__top.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 768px) {
  .adlp-wrapper .line__top.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 768px) {
  .adlp-wrapper .line__top.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top__white {
  border-top: 1px solid #fff;
}
.adlp-wrapper .line__top.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 768px) {
  .adlp-wrapper .line__top.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 768px) {
  .adlp-wrapper .line__top.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 768px) {
  .adlp-wrapper .line__top.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top__silver {
  border-top: 1px solid #f1f1f1;
}
.adlp-wrapper .line__top.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 768px) {
  .adlp-wrapper .line__top.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 768px) {
  .adlp-wrapper .line__top.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 768px) {
  .adlp-wrapper .line__top.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top__accent {
  border-top: 1px solid #e75b18;
}
.adlp-wrapper .line__top.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 768px) {
  .adlp-wrapper .line__top.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 768px) {
  .adlp-wrapper .line__top.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 768px) {
  .adlp-wrapper .line__top.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .marker__txt {
  background: linear-gradient(transparent 60%, #3d4043 60%);
}
.adlp-wrapper .marker__white {
  background: linear-gradient(transparent 60%, #fff 60%);
}
.adlp-wrapper .marker__silver {
  background: linear-gradient(transparent 60%, #f1f1f1 60%);
}
.adlp-wrapper .marker__accent {
  background: linear-gradient(transparent 60%, #e75b18 60%);
}
.adlp-wrapper .line__txt {
  border-bottom: 1px solid #3d4043;
}
.adlp-wrapper .line.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 768px) {
  .adlp-wrapper .line.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 768px) {
  .adlp-wrapper .line.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 768px) {
  .adlp-wrapper .line.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__white {
  border-bottom: 1px solid #fff;
}
.adlp-wrapper .line.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 768px) {
  .adlp-wrapper .line.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 768px) {
  .adlp-wrapper .line.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 768px) {
  .adlp-wrapper .line.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__silver {
  border-bottom: 1px solid #f1f1f1;
}
.adlp-wrapper .line.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 768px) {
  .adlp-wrapper .line.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 768px) {
  .adlp-wrapper .line.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 768px) {
  .adlp-wrapper .line.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__accent {
  border-bottom: 1px solid #e75b18;
}
.adlp-wrapper .line.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 768px) {
  .adlp-wrapper .line.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 768px) {
  .adlp-wrapper .line.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 768px) {
  .adlp-wrapper .line.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .pad10 {
  padding: min(calc(10 / 1080 * 100vw), 10px) 0;
}
@media screen and (max-width: 768px) {
  .adlp-wrapper .pad10 {
    padding-top: calc(10 / 750 * 100vw) !important;
    padding-bottom: calc(10 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .pad20 {
  padding: min(calc(20 / 1080 * 100vw), 20px) 0;
}
@media screen and (max-width: 768px) {
  .adlp-wrapper .pad20 {
    padding-top: calc(20 / 750 * 100vw) !important;
    padding-bottom: calc(20 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .pad30 {
  padding: min(calc(30 / 1080 * 100vw), 30px) 0;
}
@media screen and (max-width: 768px) {
  .adlp-wrapper .pad30 {
    padding-top: calc(30 / 750 * 100vw) !important;
    padding-bottom: calc(30 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .pad40 {
  padding: min(calc(40 / 1080 * 100vw), 40px) 0;
}
@media screen and (max-width: 768px) {
  .adlp-wrapper .pad40 {
    padding-top: calc(40 / 750 * 100vw) !important;
    padding-bottom: calc(40 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .pad50 {
  padding: min(calc(50 / 1080 * 100vw), 50px) 0;
}
@media screen and (max-width: 768px) {
  .adlp-wrapper .pad50 {
    padding-top: calc(50 / 750 * 100vw) !important;
    padding-bottom: calc(50 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .pad60 {
  padding: min(calc(60 / 1080 * 100vw), 60px) 0;
}
@media screen and (max-width: 768px) {
  .adlp-wrapper .pad60 {
    padding-top: calc(60 / 750 * 100vw) !important;
    padding-bottom: calc(60 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .mt10 {
  margin-top: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 768px) {
  .adlp-wrapper .mt10 {
    margin-top: calc(10 / 750 * 100vw);
  }
}
.adlp-wrapper .mt20 {
  margin-top: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 768px) {
  .adlp-wrapper .mt20 {
    margin-top: calc(20 / 750 * 100vw);
  }
}
.adlp-wrapper .mt30 {
  margin-top: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 768px) {
  .adlp-wrapper .mt30 {
    margin-top: calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .mt40 {
  margin-top: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 768px) {
  .adlp-wrapper .mt40 {
    margin-top: calc(40 / 750 * 100vw);
  }
}
.adlp-wrapper .mt50 {
  margin-top: min(calc(50 / 1080 * 100vw), 50px);
}
@media screen and (max-width: 768px) {
  .adlp-wrapper .mt50 {
    margin-top: calc(50 / 750 * 100vw);
  }
}
.adlp-wrapper .mt60 {
  margin-top: min(calc(60 / 1080 * 100vw), 60px);
}
@media screen and (max-width: 768px) {
  .adlp-wrapper .mt60 {
    margin-top: calc(60 / 750 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .adlp-wrapper .sp-mt10 {
    margin-top: calc(10 / 750 * 100vw) !important;
  }
}
@media screen and (max-width: 768px) {
  .adlp-wrapper .sp-mt20 {
    margin-top: calc(20 / 750 * 100vw) !important;
  }
}
@media screen and (max-width: 768px) {
  .adlp-wrapper .sp-mt30 {
    margin-top: calc(30 / 750 * 100vw) !important;
  }
}
@media screen and (max-width: 768px) {
  .adlp-wrapper .sp-mt40 {
    margin-top: calc(40 / 750 * 100vw) !important;
  }
}
@media screen and (max-width: 768px) {
  .adlp-wrapper .sp-mt50 {
    margin-top: calc(50 / 750 * 100vw) !important;
  }
}
@media screen and (max-width: 768px) {
  .adlp-wrapper .sp-mt60 {
    margin-top: calc(60 / 750 * 100vw) !important;
  }
}
.adlp-wrapper .wrap500 {
  margin: auto;
  width: min(calc(500 / 1080 * 100vw), 500px);
}
@media screen and (max-width: 768px) {
  .adlp-wrapper .wrap500 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap600 {
  margin: auto;
  width: min(calc(600 / 1080 * 100vw), 600px);
}
@media screen and (max-width: 768px) {
  .adlp-wrapper .wrap600 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap700 {
  margin: auto;
  width: min(calc(700 / 1080 * 100vw), 700px);
}
@media screen and (max-width: 768px) {
  .adlp-wrapper .wrap700 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap800 {
  margin: auto;
  width: min(calc(800 / 1080 * 100vw), 800px);
}
@media screen and (max-width: 768px) {
  .adlp-wrapper .wrap800 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap900 {
  margin: auto;
  width: min(calc(900 / 1080 * 100vw), 900px);
}
@media screen and (max-width: 768px) {
  .adlp-wrapper .wrap900 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap920 {
  margin: auto;
  width: min(calc(920 / 1080 * 100vw), 920px);
}
@media screen and (max-width: 768px) {
  .adlp-wrapper .wrap920 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap1000 {
  margin: auto;
  width: min(calc(1000 / 1080 * 100vw), 1000px);
}
@media screen and (max-width: 768px) {
  .adlp-wrapper .wrap1000 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.adlp-wrapper .wrap1080 {
  margin: auto;
  width: min(calc(1080 / 1080 * 100vw), 1080px);
}
@media screen and (max-width: 768px) {
  .adlp-wrapper .wrap1080 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}

.adlp-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  z-index: 100;
  border-bottom: 1px solid #ddd;
}
.adlp-header__inner {
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  padding: min(calc(16 / 1080 * 100vw), 16px) 0;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .adlp-header__inner {
    width: 100%;
    padding: calc(20 / 750 * 100vw);
  }
}
.adlp-header__logo {
  width: min(calc(130 / 1080 * 100vw), 130px);
}
@media screen and (max-width: 768px) {
  .adlp-header__logo {
    width: calc(228 / 750 * 100vw);
  }
}
.adlp-header__switch {
  width: calc(45 / 750 * 100vw);
  height: calc(36 / 750 * 100vw);
}
@media screen and (min-width: 769px) {
  .adlp-header__switch {
    display: none;
  }
}
.adlp-header__switch__inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.adlp-header__switch__inner span {
  background: #000;
  position: absolute;
  width: 100%;
  height: calc(6 / 750 * 100vw);
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.4s;
  position: absolute;
  transform-origin: left;
  border-radius: calc(10 / 750 * 100vw);
}
.adlp-header__switch__inner span:nth-child(1) {
  top: 0;
}
.adlp-header__switch__inner span:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}
.adlp-header__switch__inner span:nth-child(3) {
  bottom: 0;
}
.adlp-header__switch__inner.--open span:nth-child(1) {
  top: 40%;
  transform: rotate(45deg) translateX(-50%);
}
.adlp-header__switch__inner.--open span:nth-child(2) {
  opacity: 0;
}
.adlp-header__switch__inner.--open span:nth-child(3) {
  bottom: 45%;
  transform: rotate(-45deg) translateX(-50%);
}
@media screen and (min-width: 769px) {
  .adlp-header__tgl {
    margin: 0 auto 0 min(calc(30 / 1080 * 100vw), 30px);
  }
}
@media screen and (max-width: 768px) {
  .adlp-header__tgl {
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    position: absolute;
    right: 0;
    top: calc(104 / 750 * 100vw);
    width: calc(400 / 750 * 100vw);
    background: #fff;
    padding: 0 calc(30 / 750 * 100vw);
  }
  .adlp-header__tgl.--open {
    visibility: visible;
    opacity: 1;
  }
}
.adlp-header__menu {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 700;
  position: relative;
}
@media screen and (min-width: 769px) {
  .adlp-header__menu__wrapper {
    display: flex;
    gap: min(calc(8 / 1080 * 100vw), 8px);
  }
}
@media screen and (max-width: 768px) {
  .adlp-header__menu__wrapper {
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  .adlp-header__menu:not(:last-child)::after {
    content: "｜";
    display: inline-block;
    margin-left: min(calc(8 / 1080 * 100vw), 8px);
  }
}
@media screen and (max-width: 768px) {
  .adlp-header__menu {
    display: block;
    padding: calc(30 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
  }
  .adlp-header__menu::after {
    content: "";
    display: block;
    width: calc(12 / 750 * 100vw);
    height: calc(18 / 750 * 100vw);
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='18' viewBox='0 0 12 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.219168 0.375342C0.564178 -0.0559202 1.19347 -0.125842 1.62473 0.219168L11.6247 8.21917C11.8619 8.40894 12 8.69625 12 9.00004C12 9.30382 11.8619 9.59113 11.6247 9.78091L1.62473 17.7809C1.19347 18.1259 0.564178 18.056 0.219168 17.6247C-0.125842 17.1935 -0.0559202 16.5642 0.375342 16.2192L9.39926 9.00004L0.375342 1.78091C-0.0559202 1.4359 -0.125842 0.806604 0.219168 0.375342Z' fill='%2305429C'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
.adlp-header .adlp-btn {
  margin: 0;
  height: min(calc(54 / 1080 * 100vw), 54px);
  width: min(calc(246 / 1080 * 100vw), 246px);
  box-shadow: min(calc(2 / 1080 * 100vw), 2px) min(calc(4 / 1080 * 100vw), 4px) min(calc(4 / 1080 * 100vw), 4px) 0 rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 768px) {
  .adlp-header .adlp-btn__wrapper {
    margin: 0 calc(20 / 750 * 100vw) 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .adlp-header .adlp-btn {
    width: calc(288 / 750 * 100vw);
    height: calc(64 / 750 * 100vw);
    box-shadow: calc(2 / 750 * 100vw) calc(3 / 750 * 100vw) calc(3 / 750 * 100vw) 0 rgba(0, 0, 0, 0.25);
    border-radius: calc(50 / 750 * 100vw);
  }
}
.adlp-header .adlp-btn.--free::before {
  content: "無料";
  width: min(calc(44 / 1080 * 100vw), 44px);
  height: min(calc(44 / 1080 * 100vw), 44px);
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  top: min(calc(5 / 1080 * 100vw), 5px);
  left: min(calc(5 / 1080 * 100vw), 5px);
}
@media screen and (max-width: 768px) {
  .adlp-header .adlp-btn.--free::before {
    font-size: calc(20 / 750 * 100vw);
    width: calc(56 / 750 * 100vw);
    height: calc(56 / 750 * 100vw);
    top: calc(4 / 750 * 100vw);
    left: calc(4 / 750 * 100vw);
  }
}
.adlp-header .adlp-btn::after {
  width: min(calc(7 / 1080 * 100vw), 7px);
  height: min(calc(12 / 1080 * 100vw), 12px);
  right: min(calc(19 / 1080 * 100vw), 19px);
}
@media screen and (max-width: 768px) {
  .adlp-header .adlp-btn::after {
    width: calc(7 / 750 * 100vw);
    height: calc(12 / 750 * 100vw);
    right: calc(18 / 750 * 100vw);
  }
}
.adlp-header .adlp-btn p {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 768px) {
  .adlp-header .adlp-btn p {
    font-size: calc(22 / 750 * 100vw);
  }
}

.adlp-floating {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  background: #fff;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  width: min(calc(1920 / 1080 * 100vw), 1920px);
  z-index: 90;
}
.adlp-floating.--show {
  visibility: visible;
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .adlp-floating {
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .adlp-floating {
    bottom: 0;
    width: 100%;
  }
}
.adlp-floating .adlp-floating__inner {
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  margin: auto;
  height: min(calc(56 / 1080 * 100vw), 56px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 min(calc(36 / 1080 * 100vw), 36px) 0 min(calc(56 / 1080 * 100vw), 56px);
}
@media screen and (max-width: 768px) {
  .adlp-floating .adlp-floating__inner {
    justify-content: center;
    width: calc(750 / 750 * 100vw);
    height: calc(70 / 750 * 100vw);
    padding: 0 calc(36 / 750 * 100vw) 0;
  }
}
.adlp-floating .adlp-floating__logo {
  flex: 0 0 min(calc(192 / 1080 * 100vw), 192px);
}
@media screen and (max-width: 768px) {
  .adlp-floating .adlp-floating__logo {
    display: none;
  }
}
.adlp-floating .adlp-floating__btn-group {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 768px) {
  .adlp-floating .adlp-floating__btn-group {
    gap: calc(20 / 750 * 100vw);
  }
}
.adlp-floating .cv01__btn {
  border-radius: min(calc(4 / 1080 * 100vw), 4px);
  height: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 768px) {
  .adlp-floating .cv01__btn {
    border-radius: calc(5 / 750 * 100vw);
    height: calc(50 / 750 * 100vw);
  }
}
.adlp-floating .cv01__btn--pr {
  width: min(calc(194 / 1080 * 100vw), 194px);
  padding: 0 min(calc(20 / 1080 * 100vw), 20px) 0 0;
}
@media screen and (max-width: 768px) {
  .adlp-floating .cv01__btn--pr {
    width: calc(310 / 750 * 100vw);
    padding: 0 calc(20 / 750 * 100vw) 0 0;
  }
}
.adlp-floating .cv01__btn--pr .cv01__btn-text {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
}
@media screen and (max-width: 768px) {
  .adlp-floating .cv01__btn--pr .cv01__btn-text {
    font-size: calc(23 / 750 * 100vw);
  }
}
.adlp-floating .cv01__btn--pr .cv01__btn-arrow {
  right: min(calc(16 / 1080 * 100vw), 16px);
  width: min(calc(24 / 1080 * 100vw), 24px);
  height: min(calc(24 / 1080 * 100vw), 24px);
  aspect-ratio: 1/1;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .adlp-floating .cv01__btn--pr .cv01__btn-arrow {
    right: calc(16 / 750 * 100vw);
    width: calc(30 / 750 * 100vw);
    height: calc(30 / 750 * 100vw);
  }
  .adlp-floating .cv01__btn--pr .cv01__btn-arrow::after {
    transform: scale(0.7);
  }
}
.adlp-floating .cv01__btn--se {
  width: min(calc(248 / 1080 * 100vw), 248px);
  padding: 0 min(calc(20 / 1080 * 100vw), 20px) 0 0;
  background: linear-gradient(180deg, #2255f1 0%, #001fbc 100%), linear-gradient(180deg, #fc9925 0%, #ff7223 100%), #666;
}
@media screen and (max-width: 768px) {
  .adlp-floating .cv01__btn--se {
    width: calc(310 / 750 * 100vw);
    padding: 0 calc(20 / 750 * 100vw) 0 0;
  }
}
.adlp-floating .cv01__btn--se .cv01__btn-text {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  color: #fff;
}
@media screen and (max-width: 768px) {
  .adlp-floating .cv01__btn--se .cv01__btn-text {
    font-size: calc(23 / 750 * 100vw);
  }
}
.adlp-floating .cv01__btn--se .cv01__btn-arrow {
  background-color: #0a27c2;
  right: min(calc(16 / 1080 * 100vw), 16px);
  width: min(calc(24 / 1080 * 100vw), 24px);
  height: min(calc(24 / 1080 * 100vw), 24px);
  aspect-ratio: 1/1;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .adlp-floating .cv01__btn--se .cv01__btn-arrow {
    right: calc(16 / 750 * 100vw);
    width: calc(30 / 750 * 100vw);
    height: calc(30 / 750 * 100vw);
  }
  .adlp-floating .cv01__btn--se .cv01__btn-arrow::after {
    transform: scale(0.7);
  }
}
.adlp-floating .cv01__btn--se .cv01__btn-arrow::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cg clip-path='url(%23clip0_4252_28909)'%3E%3Cpath d='M10.5143 8.24512C10.0821 8.24512 9.73153 8.59556 9.73153 9.02784V10.2479H2.26856V9.02784C2.26856 8.59558 1.91812 8.24512 1.48584 8.24512C1.05356 8.24512 0.703125 8.59556 0.703125 9.02784V11.0306C0.703125 11.4629 1.05356 11.8134 1.48584 11.8134H10.5144C10.9466 11.8134 11.2971 11.4629 11.2971 11.0306V9.02784C11.2971 8.59556 10.9466 8.24512 10.5143 8.24512Z' fill='white'/%3E%3Cpath d='M5.7642 9.07787C5.89459 9.20816 6.10639 9.20816 6.23663 9.07787L8.97973 6.33479C9.05966 6.25487 9.0834 6.13482 9.04018 6.0301C8.99696 5.9258 8.89534 5.85781 8.78209 5.85781H7.4941V0.797375C7.4941 0.459828 7.2208 0.186523 6.88332 0.186523H5.11794C4.78048 0.186523 4.50716 0.459805 4.50716 0.797375V5.85781H3.21873C3.10559 5.85781 3.00397 5.92578 2.96075 6.0301C2.91753 6.13482 2.9413 6.25487 3.0211 6.33479L5.7642 9.07787Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4252_28909'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.adlp-btn {
  border-radius: 200px;
  height: min(calc(80 / 1080 * 100vw), 80px);
  width: min(calc(420 / 1080 * 100vw), 420px);
  transition: all 0.3s;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.adlp-btn__wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 768px) {
  .adlp-btn__wrapper {
    flex-direction: column;
    align-items: center;
    gap: calc(30 / 750 * 100vw);
  }
}
.adlp-btn__text {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .adlp-btn {
    height: calc(98 / 750 * 100vw);
    width: calc(630 / 750 * 100vw);
  }
}
.adlp-btn p {
  text-align: center;
  z-index: 1;
  line-height: 120%;
}
.adlp-btn p span {
  line-height: 120%;
}
.adlp-btn p span.text01 {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 768px) {
  .adlp-btn p span.text01 {
    font-size: calc(20 / 750 * 100vw);
  }
}
.adlp-btn p span.text02 {
  font-size: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 768px) {
  .adlp-btn p span.text02 {
    font-size: calc(28 / 750 * 100vw);
  }
}
.adlp-btn.--free {
  padding-left: min(calc(9 / 1080 * 100vw), 9px);
}
.adlp-btn.--free::before {
  content: "無料";
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background: #fff;
  color: #1883EC;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  width: min(calc(70 / 1080 * 100vw), 70px);
  height: min(calc(70 / 1080 * 100vw), 70px);
  top: min(calc(5 / 1080 * 100vw), 5px);
  left: min(calc(5 / 1080 * 100vw), 5px);
}
@media screen and (max-width: 768px) {
  .adlp-btn.--free::before {
    width: calc(82 / 750 * 100vw);
    height: calc(82 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
    top: calc(8 / 750 * 100vw);
    left: calc(8 / 750 * 100vw);
  }
}
.adlp-btn.--btn01 {
  background: #1883EC;
  color: #fff;
}
.adlp-btn.--btn01::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='18' viewBox='0 0 13 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5 12.5L6.5 16.5L1.5 12.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.5 9.5L6.5 1.5' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  width: min(calc(13 / 1080 * 100vw), 13px);
  height: min(calc(18 / 1080 * 100vw), 18px);
  right: min(calc(33 / 1080 * 100vw), 33px);
}
@media screen and (max-width: 768px) {
  .adlp-btn.--btn01::after {
    width: calc(13 / 750 * 100vw);
    height: calc(18 / 750 * 100vw);
    right: calc(33 / 750 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .adlp-btn.--btn01:hover {
    background: #5AB0FF;
  }
}
@media screen and (max-width: 768px) {
  .adlp-btn.--btn01:active {
    background: #5AB0FF;
  }
}
.adlp-btn.--btn02-a {
  background: #fff;
  border: min(calc(4 / 1080 * 100vw), 4px) solid #f69809;
  color: #f69809;
}
@media screen and (max-width: 768px) {
  .adlp-btn.--btn02-a {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-btn.--btn02-a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='18' viewBox='0 0 10 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L9 9L1 17' stroke='%23F79809' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  width: min(calc(13 / 1080 * 100vw), 13px);
  height: min(calc(18 / 1080 * 100vw), 18px);
  right: min(calc(33 / 1080 * 100vw), 33px);
}
@media screen and (max-width: 768px) {
  .adlp-btn.--btn02-a::after {
    width: calc(13 / 750 * 100vw);
    height: calc(18 / 750 * 100vw);
    right: calc(33 / 750 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .adlp-btn.--btn02-a:hover {
    background: #f69809;
    color: #fff;
  }
  .adlp-btn.--btn02-a:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='18' viewBox='0 0 10 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L9 9L1 17' stroke='%23FFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }
}
@media screen and (max-width: 768px) {
  .adlp-btn.--btn02-a:active {
    background: #f69809;
    color: #fff;
  }
  .adlp-btn.--btn02-a:active::after {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='18' viewBox='0 0 10 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L9 9L1 17' stroke='%23FFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }
}
.adlp-btn.--btn02-b {
  color: #fff;
  overflow: hidden;
  border: 1px solid transparent;
}
.adlp-btn.--btn02-b::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #FF98AC 0%, #FF6683 100%);
  opacity: 1;
  transition: all 0.3s;
}
.adlp-btn.--btn02-b::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='16' viewBox='0 0 8 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 16L-6.99382e-07 0L8 7.99999L0 16Z' fill='white'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  width: min(calc(8 / 1080 * 100vw), 8px);
  height: min(calc(16 / 1080 * 100vw), 16px);
  right: min(calc(33 / 1080 * 100vw), 33px);
}
@media screen and (max-width: 768px) {
  .adlp-btn.--btn02-b::after {
    width: calc(8 / 750 * 100vw);
    height: calc(16 / 750 * 100vw);
    right: calc(33 / 750 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .adlp-btn.--btn02-b:hover {
    color: #ff6683;
    border-color: #ff6683;
    background-color: #fff;
  }
  .adlp-btn.--btn02-b:hover::before {
    opacity: 0;
  }
  .adlp-btn.--btn02-b:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='16' viewBox='0 0 8 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 16L-6.99382e-07 0L8 7.99999L0 16Z' fill='%23FF6683'/%3E%3C/svg%3E%0A");
  }
}
@media screen and (max-width: 768px) {
  .adlp-btn.--btn02-b:active {
    color: #ff6683;
    border-color: #ff6683;
    background-color: #fff;
  }
  .adlp-btn.--btn02-b:active::before {
    opacity: 0;
  }
  .adlp-btn.--btn02-b:active::after {
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='16' viewBox='0 0 8 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 16L-6.99382e-07 0L8 7.99999L0 16Z' fill='%23FF6683'/%3E%3C/svg%3E%0A");
  }
}
.adlp-btn.--btn03 {
  color: #C80012;
  background: #fff;
  box-shadow: min(calc(4 / 1080 * 100vw), 4px) min(calc(6 / 1080 * 100vw), 6px) 0 0 rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .adlp-btn.--btn03 {
    box-shadow: calc(4 / 750 * 100vw) calc(6 / 750 * 100vw) 0 0 rgba(0, 0, 0, 0.3);
  }
}
.adlp-btn.--btn03::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='15' viewBox='0 0 9 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 1.07324e-07L9 7.50412L1.78873e-07 15L2.47836 7.44633L0 1.07324e-07Z' fill='%23C80012'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  width: min(calc(8 / 1080 * 100vw), 8px);
  height: min(calc(16 / 1080 * 100vw), 16px);
  right: min(calc(33 / 1080 * 100vw), 33px);
}
@media screen and (max-width: 768px) {
  .adlp-btn.--btn03::after {
    width: calc(8 / 750 * 100vw);
    height: calc(16 / 750 * 100vw);
    right: calc(33 / 750 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .adlp-btn.--btn03:hover {
    transform: translateY(min(calc(4 / 1080 * 100vw), 4px));
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .adlp-btn.--btn03:hover {
    transform: translateY(calc(4 / 750 * 100vw));
  }
}
@media screen and (max-width: 768px) {
  .adlp-btn.--btn03:active {
    transform: translateY(min(calc(4 / 1080 * 100vw), 4px));
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .adlp-btn.--btn03:active {
    transform: translateY(calc(4 / 750 * 100vw));
  }
}
.adlp-btn.--btn04 {
  color: #fff;
  background: #FFA800;
  box-shadow: 0 min(calc(14 / 1080 * 100vw), 14px) min(calc(24 / 1080 * 100vw), 24px) 0 rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 768px) {
  .adlp-btn.--btn04 {
    box-shadow: 0 calc(14 / 750 * 100vw) calc(24 / 750 * 100vw) 0 rgba(0, 0, 0, 0.4);
  }
}
.adlp-btn.--btn04::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='15' viewBox='0 0 9 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.16602L7 7.16602L1 13.166' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  width: min(calc(8 / 1080 * 100vw), 8px);
  height: min(calc(16 / 1080 * 100vw), 16px);
  right: min(calc(33 / 1080 * 100vw), 33px);
}
@media screen and (max-width: 768px) {
  .adlp-btn.--btn04::after {
    width: calc(8 / 750 * 100vw);
    height: calc(16 / 750 * 100vw);
    right: calc(33 / 750 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .adlp-btn.--btn04:hover {
    background: #F48400;
  }
  .adlp-btn.--btn04:hover::after {
    transform: translate(min(calc(10 / 1080 * 100vw), 10px), -50%);
  }
}
@media screen and (max-width: 768px) {
  .adlp-btn.--btn04:active {
    background: #F48400;
  }
  .adlp-btn.--btn04:active::after {
    transform: translate(min(calc(10 / 1080 * 100vw), 10px), -50%);
  }
}

.adlp-modal {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
  transition: 0.3s;
}
.adlp-modal.--open {
  visibility: visible;
  opacity: 1;
}
.adlp-modal__base {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.adlp-modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: min(calc(912 / 1080 * 100vw), 912px);
  min-height: min(calc(200 / 1080 * 100vw), 200px);
  max-height: 90vh;
  background: #fff;
  padding: 0;
  border-radius: min(calc(4 / 1080 * 100vw), 4px);
  overflow-y: scroll;
  overscroll-behavior-y: contain;
}
@media screen and (max-width: 768px) {
  .adlp-modal__content {
    width: calc(690 / 750 * 100vw);
    padding: 0;
    border-radius: calc(8 / 750 * 100vw);
    min-height: calc(200 / 750 * 100vw);
    max-height: 90vh;
  }
}
.adlp-modal__content__close {
  width: min(calc(32 / 1080 * 100vw), 32px);
  height: min(calc(32 / 1080 * 100vw), 32px);
  position: absolute;
  top: min(calc(32 / 1080 * 100vw), 32px);
  right: min(calc(40 / 1080 * 100vw), 40px);
  cursor: pointer;
  z-index: 10;
  background: transparent;
  border: none;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .adlp-modal__content__close {
    width: calc(32 / 750 * 100vw);
    height: calc(32 / 750 * 100vw);
    top: calc(20 / 750 * 100vw);
    right: calc(20 / 750 * 100vw);
  }
}
.adlp-modal__content__close::before, .adlp-modal__content__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(calc(20 / 1080 * 100vw), 20px);
  height: min(calc(2 / 1080 * 100vw), 2px);
  background: #666;
  transform-origin: center;
}
@media screen and (max-width: 768px) {
  .adlp-modal__content__close::before, .adlp-modal__content__close::after {
    width: calc(20 / 750 * 100vw);
    height: calc(2 / 750 * 100vw);
  }
}
.adlp-modal__content__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.adlp-modal__content__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.adlp-modal__content__close:hover {
  opacity: 0.7;
}
.adlp-modal__content__title {
  text-align: center;
  font-size: min(calc(26 / 1080 * 100vw), 26px);
}
@media screen and (max-width: 768px) {
  .adlp-modal__content__title {
    font-size: calc(40 / 750 * 100vw);
  }
}
.adlp-modal__content__body {
  margin: min(calc(30 / 1080 * 100vw), 30px) auto 0;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
}
@media screen and (max-width: 768px) {
  .adlp-modal__content__body {
    margin: calc(30 / 750 * 100vw) auto 0;
    font-size: calc(20 / 750 * 100vw);
  }
}
.adlp-modal__content__img {
  margin: min(calc(30 / 1080 * 100vw), 30px) auto 0;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .adlp-modal__content__img {
    margin: calc(30 / 750 * 100vw) auto 0;
  }
}

.adlp-section {
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .adlp-section {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .adlp-section.--pd0 {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .adlp-section.--pd30 {
    padding: 0 calc(30 / 750 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .adlp-section.--pd60 {
    padding: 0 calc(60 / 750 * 100vw);
  }
}

.cta {
  display: flex;
  justify-content: center;
  gap: min(calc(24 / 1080 * 100vw), 24px);
  margin-top: min(calc(60 / 1080 * 100vw), 60px);
}
@media screen and (max-width: 768px) {
  .cta {
    flex-direction: column;
    gap: calc(20 / 750 * 100vw);
    margin-top: calc(60 / 750 * 100vw);
    width: 100%;
    max-width: calc(600 / 750 * 100vw);
  }
}
.cta-btn {
  position: relative;
  display: block;
  align-items: center;
  justify-content: center;
  padding: min(calc(22 / 1080 * 100vw), 22px) 0 min(calc(20 / 1080 * 100vw), 20px);
  border-radius: 50px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
  width: min(calc(267 / 1080 * 100vw), 267px);
}
@media screen and (max-width: 768px) {
  .cta-btn {
    padding: calc(26 / 750 * 100vw) 0 calc(28 / 750 * 100vw);
    width: calc(600 / 750 * 100vw);
    margin: 0 auto;
  }
}
.cta-btn.--pr {
  background: linear-gradient(135deg, #ff8a00 0%, #ff6b00 100%);
  color: #fff;
  padding-left: min(calc(68 / 1080 * 100vw), 68px);
  padding-right: min(calc(44 / 1080 * 100vw), 44px);
}
@media screen and (max-width: 768px) {
  .cta-btn.--pr {
    font-size: calc(16 / 750 * 100vw);
    padding-left: calc(90 / 750 * 100vw);
  }
}
.cta-btn.--pr:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 138, 0, 0.4);
}
.cta-btn.--se {
  background: linear-gradient(180deg, #2255f1 0%, #001fbc 100%), #333;
  color: #fff;
  padding-left: min(calc(51 / 1080 * 100vw), 51px);
  padding-right: min(calc(61 / 1080 * 100vw), 61px);
}
@media screen and (min-width: 769px) {
  .cta-btn.--se {
    font-size: min(calc(18 / 1080 * 100vw), 18px);
    padding-right: min(calc(60 / 1080 * 100vw), 60px);
  }
}
@media screen and (max-width: 768px) {
  .cta-btn.--se {
    font-size: calc(16 / 750 * 100vw);
    padding-right: calc(50 / 750 * 100vw);
  }
}
.cta-btn.--se:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 31, 189, 0.4);
}
.cta-badge {
  position: absolute;
  left: min(calc(6 / 1080 * 100vw), 6px);
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  color: #ff6b00;
  border-radius: 50%;
  width: min(calc(60 / 1080 * 100vw), 60px);
  height: min(calc(60 / 1080 * 100vw), 60px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: bold;
  line-height: 1.1;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .cta-badge {
    left: calc(12 / 750 * 100vw);
    width: calc(94 / 750 * 100vw);
    height: calc(94 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
  }
}
.cta-badge strong {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
}
@media screen and (max-width: 768px) {
  .cta-badge strong {
    font-size: calc(32 / 750 * 100vw);
  }
}
.cta-text {
  display: inline-block;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cta-text {
    font-size: calc(32 / 750 * 100vw);
  }
}
.cta-arrow {
  position: absolute;
  right: min(calc(10 / 1080 * 100vw), 10px);
  top: 50%;
  transform: translateY(-50%);
  width: min(calc(26 / 1080 * 100vw), 26px);
  height: min(calc(26 / 1080 * 100vw), 26px);
}
@media screen and (max-width: 768px) {
  .cta-arrow {
    right: calc(34 / 750 * 100vw);
    width: calc(40 / 750 * 100vw);
    height: calc(40 / 750 * 100vw);
  }
}
.cta-arrow::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  box-shadow: 1.625px 1.625px 3.25px 0 rgba(0, 0, 0, 0.24) inset;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.--pr .cta-arrow::before {
  box-shadow: 1.625px 1.625px 3.25px 0 rgba(0, 0, 0, 0.24) inset;
}
.--se .cta-arrow::before {
  background: #0a27c2;
}
.cta-arrow::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.--pr .cta-arrow::after {
  width: min(calc(7 / 1080 * 100vw), 7px);
  aspect-ratio: 7/9;
  background: url(../img/common/arrow_btn01.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .--pr .cta-arrow::after {
    width: calc(14 / 750 * 100vw);
  }
}
.--se .cta-arrow::after {
  width: min(calc(12 / 1080 * 100vw), 12px);
  aspect-ratio: 12/13;
  background: url(../img/common/arrow_btn02.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .--se .cta-arrow::after {
    width: calc(18 / 750 * 100vw);
  }
}
.cta-a {
  position: absolute;
  right: min(calc(24 / 1080 * 100vw), 24px);
  top: 50%;
  transform: translateY(-50%);
  width: min(calc(26 / 1080 * 100vw), 26px);
  height: min(calc(26 / 1080 * 100vw), 26px);
}
@media screen and (max-width: 768px) {
  .cta-a {
    right: calc(20 / 750 * 100vw);
    width: calc(18 / 750 * 100vw);
    height: calc(18 / 750 * 100vw);
  }
}
.cta-a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  box-shadow: 1.625px 1.625px 3.25px 0 rgba(0, 0, 0, 0.24) inset;
}
@media screen and (max-width: 768px) {
  .cta-a::before {
    width: calc(12 / 750 * 100vw);
    height: calc(12 / 750 * 100vw);
  }
}
.cta-a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: min(calc(12 / 1080 * 100vw), 12px);
  background: #fff;
}
@media screen and (max-width: 768px) {
  .cta-a::after {
    height: calc(10 / 750 * 100vw);
  }
}

.fv {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .fv .lp__kv.form .fv__bgHasForm {
    display: block;
  }
  .fv .lp__kv.form .fv__bg {
    display: none;
  }
  .fv .lp__kv.form .fv__inner {
    padding: 0 min(calc(40 / 1080 * 100vw), 40px);
  }
  .fv .lp__kv.form .fv__copy {
    margin-top: min(calc(376 / 1080 * 100vw), 376px);
    margin-left: 0;
  }
  .fv .lp__kv.form .fv__badges {
    margin-top: 0;
  }
  .fv .lp__kv.form .cta-area.cv {
    display: none;
  }
}
.fv .fv__bgHasForm {
  display: none;
}
.fv__header {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.fv__header-logo {
  width: min(calc(191 / 1080 * 100vw), 191px);
  margin-left: min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 768px) {
  .fv__header-logo {
    width: calc(238 / 750 * 100vw);
  }
}
.fv__header-logo img {
  width: 100%;
  height: auto;
  display: block;
}
.fv__header-inner {
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  margin: 0 auto;
  padding: min(calc(28 / 1080 * 100vw), 28px) min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 768px) {
  .fv__header-inner {
    padding: calc(20 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
}
.fv__inner {
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  margin: 0 auto;
  position: absolute;
  inset: 0;
  z-index: 1;
  padding: 0 min(calc(60 / 1080 * 100vw), 60px);
}
@media screen and (max-width: 768px) {
  .fv__inner {
    padding: 0 calc(32 / 750 * 100vw);
  }
}
.fv__copy {
  margin-top: min(calc(163 / 1080 * 100vw), 163px);
}
@media screen and (max-width: 768px) {
  .fv__copy {
    margin-top: calc(756 / 750 * 100vw);
  }
}
.fv__copy-main {
  font-weight: 700;
  color: #001fbd;
  line-height: 1.3;
  letter-spacing: 0.02em;
  font-size: min(calc(38 / 1080 * 100vw), 38px);
}
@media screen and (max-width: 768px) {
  .fv__copy-main {
    font-size: calc(54 / 750 * 100vw);
    margin-bottom: calc(24 / 750 * 100vw);
  }
}
.fv__copy-main span {
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  color: #3d4043;
}
@media screen and (max-width: 768px) {
  .fv__copy-main span {
    font-size: calc(48 / 750 * 100vw);
  }
}
.fv__copy-sub {
  font-weight: 400;
  color: #333;
  line-height: 1.5;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  margin-top: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 768px) {
  .fv__copy-sub {
    font-size: calc(20 / 750 * 100vw);
  }
}
.fv__badges {
  display: flex;
  align-items: center;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  margin-top: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 768px) {
  .fv__badges {
    margin-top: 0;
    gap: calc(12.5 / 750 * 100vw);
    padding: 0 calc(13 / 750 * 100vw);
  }
}
.fv__badge {
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  width: min(calc(136 / 1080 * 100vw), 136px);
  aspect-ratio: 1/1;
  border: #001fbc 2px solid;
  margin-top: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 768px) {
  .fv__badge {
    width: calc(212 / 750 * 100vw);
  }
}
.fv__badge-label {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  color: #001fbc;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .fv__badge-label {
    font-size: calc(26 / 750 * 100vw);
  }
}
.fv__badge-text {
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  color: #001fbc;
  font-weight: 900;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .fv__badge-text {
    font-size: calc(34 / 750 * 100vw);
  }
}
.fv__badge-number {
  font-size: min(calc(46 / 1080 * 100vw), 46px);
  line-height: 1;
  color: #001fbc;
  font-weight: 500;
  letter-spacing: -0.1em;
}
@media screen and (max-width: 768px) {
  .fv__badge-number {
    font-size: calc(72 / 750 * 100vw);
  }
}
.fv__badge-unit {
  color: #001fbc;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 900;
  margin-left: min(calc(5 / 1080 * 100vw), 5px);
  position: relative;
}
@media screen and (max-width: 768px) {
  .fv__badge-unit {
    font-size: calc(34 / 750 * 100vw);
    margin-left: calc(8 / 750 * 100vw);
  }
}
.fv__badge-unit sup {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  margin-bottom: min(calc(22 / 1080 * 100vw), 22px);
}
@media screen and (max-width: 768px) {
  .fv__badge-unit sup {
    font-size: calc(20 / 750 * 100vw);
    margin-bottom: calc(34 / 750 * 100vw);
  }
}
.fv__amount-caption {
  margin-top: min(calc(19 / 1080 * 100vw), 19px);
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  color: #6f7376;
}
@media screen and (min-width: 769px) {
  .fv__amount-caption {
    position: absolute;
    bottom: min(calc(14 / 1080 * 100vw), 14px);
  }
}
@media screen and (max-width: 768px) {
  .fv__amount-caption {
    font-size: calc(20 / 750 * 100vw);
    margin-top: calc(32 / 750 * 100vw);
  }
}
.fv .fv__form {
  position: absolute;
  right: min(calc(20 / 1080 * 100vw), 20px);
  top: min(calc(30 / 1080 * 100vw), 30px);
  width: min(calc(550 / 1080 * 100vw), 550px);
  aspect-ratio: 550/656;
}
.fv .cta-area {
  display: flex;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  margin-top: min(calc(60 / 1080 * 100vw), 60px);
}
@media screen and (max-width: 768px) {
  .fv .cta-area {
    flex-direction: column;
    gap: calc(32 / 750 * 100vw);
  }
}
/*# sourceMappingURL=fv.css.map */
