* {
  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: 767px) {
  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: #333;
  cursor: pointer;
  transition: opacity 0.3s;
}

figcaption,
small {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  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: 768px) {
  .adlp-outer {
    overflow-x: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .adlp-outer {
    overflow: hidden;
  }
}

.adlp-wrapper {
  color: #333;
}
@media screen and (min-width: 768px) {
  .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;
  border-radius: 10px;
}
.adlp-wrapper .center {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .adlp-wrapper .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .pc {
    display: none !important;
  }
}
.adlp-wrapper .text__txt {
  color: #333 !important;
}
.adlp-wrapper .text__white {
  color: #fff !important;
}
.adlp-wrapper .text__silver {
  color: #f1f1f1 !important;
}
.adlp-wrapper .text__accent {
  color: #E75B18 !important;
}
.adlp-wrapper .text__main {
  color: #1CA0A0 !important;
}
.adlp-wrapper .text__orange {
  color: #F07000 !important;
}
.adlp-wrapper .text__black {
  color: #000000 !important;
}
.adlp-wrapper .text__gray {
  color: #444444 !important;
}
.adlp-wrapper .text__light-gray {
  color: #ECF0F3 !important;
}
.adlp-wrapper .bg__txt {
  background: #333 !important;
}
.adlp-wrapper .bg__white {
  background: #fff !important;
}
.adlp-wrapper .bg__silver {
  background: #f1f1f1 !important;
}
.adlp-wrapper .bg__accent {
  background: #E75B18 !important;
}
.adlp-wrapper .bg__main {
  background: #1CA0A0 !important;
}
.adlp-wrapper .bg__orange {
  background: #F07000 !important;
}
.adlp-wrapper .bg__black {
  background: #000000 !important;
}
.adlp-wrapper .bg__gray {
  background: #444444 !important;
}
.adlp-wrapper .bg__light-gray {
  background: #ECF0F3 !important;
}
.adlp-wrapper .line__top__txt {
  border-top: 1px solid #333;
}
.adlp-wrapper .line__top.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .adlp-wrapper .line__top.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top__main {
  border-top: 1px solid #1CA0A0;
}
.adlp-wrapper .line__top.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .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: 767px) {
  .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: 767px) {
  .adlp-wrapper .line__top.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top__orange {
  border-top: 1px solid #F07000;
}
.adlp-wrapper .line__top.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .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: 767px) {
  .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: 767px) {
  .adlp-wrapper .line__top.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top__black {
  border-top: 1px solid #000000;
}
.adlp-wrapper .line__top.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .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: 767px) {
  .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: 767px) {
  .adlp-wrapper .line__top.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top__gray {
  border-top: 1px solid #444444;
}
.adlp-wrapper .line__top.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .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: 767px) {
  .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: 767px) {
  .adlp-wrapper .line__top.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top__light-gray {
  border-top: 1px solid #ECF0F3;
}
.adlp-wrapper .line__top.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .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: 767px) {
  .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: 767px) {
  .adlp-wrapper .line__top.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .marker__txt {
  background: linear-gradient(transparent 60%, #333 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 .marker__main {
  background: linear-gradient(transparent 60%, #1CA0A0 60%);
}
.adlp-wrapper .marker__orange {
  background: linear-gradient(transparent 60%, #F07000 60%);
}
.adlp-wrapper .marker__black {
  background: linear-gradient(transparent 60%, #000000 60%);
}
.adlp-wrapper .marker__gray {
  background: linear-gradient(transparent 60%, #444444 60%);
}
.adlp-wrapper .marker__light-gray {
  background: linear-gradient(transparent 60%, #ECF0F3 60%);
}
.adlp-wrapper .line__txt {
  border-bottom: 1px solid #333;
}
.adlp-wrapper .line.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .adlp-wrapper .line.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__main {
  border-bottom: 1px solid #1CA0A0;
}
.adlp-wrapper .line.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .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: 767px) {
  .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: 767px) {
  .adlp-wrapper .line.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__orange {
  border-bottom: 1px solid #F07000;
}
.adlp-wrapper .line.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .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: 767px) {
  .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: 767px) {
  .adlp-wrapper .line.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__black {
  border-bottom: 1px solid #000000;
}
.adlp-wrapper .line.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .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: 767px) {
  .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: 767px) {
  .adlp-wrapper .line.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__gray {
  border-bottom: 1px solid #444444;
}
.adlp-wrapper .line.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .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: 767px) {
  .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: 767px) {
  .adlp-wrapper .line.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__light-gray {
  border-bottom: 1px solid #ECF0F3;
}
.adlp-wrapper .line.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .adlp-wrapper .mt60 {
    margin-top: calc(60 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt10 {
    margin-top: calc(10 / 750 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt20 {
    margin-top: calc(20 / 750 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt30 {
    margin-top: calc(30 / 750 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt40 {
    margin-top: calc(40 / 750 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .sp-mt50 {
    margin-top: calc(50 / 750 * 100vw) !important;
  }
}
@media screen and (max-width: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .adlp-wrapper .wrap1080 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}

.adlp-header {
  width: 100%;
  position: relative;
  background: #fff;
  z-index: 100;
  padding-block: min(calc(8 / 1080 * 100vw), 8px) min(calc(9 / 1080 * 100vw), 9px);
}
@media screen and (max-width: 767px) {
  .adlp-header {
    padding-block: calc(16 / 750 * 100vw) min(calc(16 / 1080 * 100vw), 16px);
  }
}
.adlp-header__inner {
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .adlp-header__inner {
    width: min(calc(1050 / 1080 * 100vw), 1050px);
  }
}
.adlp-header__logo {
  width: min(calc(170 / 1080 * 100vw), 170px);
}
@media screen and (max-width: 767px) {
  .adlp-header__logo {
    width: calc(237 / 750 * 100vw);
    margin-left: calc(25 / 750 * 100vw);
  }
}
.adlp-header a {
  transition: all 0.3s;
}
.adlp-header__wrapper {
  display: flex;
  gap: 0 min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .adlp-header__wrapper {
    gap: 0 calc(16 / 750 * 100vw);
    margin-right: calc(16 / 750 * 100vw);
  }
}
.adlp-header__btn {
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.08em;
  border-radius: 999px;
  width: min(calc(180 / 1080 * 100vw), 180px);
  height: min(calc(60 / 1080 * 100vw), 60px);
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  gap: min(calc(15 / 1080 * 100vw), 15px);
}
@media screen and (max-width: 767px) {
  .adlp-header__btn {
    width: calc(210 / 750 * 100vw);
    height: calc(72 / 750 * 100vw);
    font-size: calc(24 / 750 * 100vw);
  }
}
.adlp-header__btn--01 {
  background-color: #f66a09;
}
.adlp-header__btn--01 .adlp-header__btn-free {
  background-color: #fff479;
  color: #f66a09;
}
.adlp-header__btn--02 {
  background-color: #0c9c00;
}
.adlp-header__btn--02 .adlp-header__btn-free {
  background-color: #ffffff;
  color: #0c9c00;
}
.adlp-header__btn-free {
  position: absolute;
  top: min(calc(5 / 1080 * 100vw), 5px);
  left: min(calc(5 / 1080 * 100vw), 5px);
  width: min(calc(50 / 1080 * 100vw), 50px);
  height: min(calc(50 / 1080 * 100vw), 50px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .adlp-header__btn-free {
    top: calc(8 / 750 * 100vw);
    left: calc(8 / 750 * 100vw);
    width: calc(56 / 750 * 100vw);
    height: calc(56 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
  }
}
.adlp-header__btn-text {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: min(calc(70 / 1080 * 100vw), 70px);
}
@media screen and (max-width: 767px) {
  .adlp-header__btn-text {
    margin-left: calc(79 / 750 * 100vw);
  }
}

.adlp-btn {
  border-radius: 200px;
  height: min(calc(82 / 1080 * 100vw), 82px);
  width: min(calc(444 / 1080 * 100vw), 444px);
  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: 767px) {
  .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: 767px) {
  .adlp-btn {
    height: calc(120 / 750 * 100vw);
    width: calc(630 / 750 * 100vw);
  }
}
.adlp-btn p {
  text-align: center;
  z-index: 1;
  line-height: 160%;
}
.adlp-btn p span {
  line-height: 160%;
}
.adlp-btn p span.text01 {
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .adlp-btn p span.text01 {
    font-size: calc(42 / 750 * 100vw);
  }
}
.adlp-btn.-btn4 {
  background-color: #F64E5A;
  border-radius: 9999px;
  padding-block: min(calc(4 / 1080 * 100vw), 4px);
  padding-inline: min(calc(6 / 1080 * 100vw), 6px) min(calc(34 / 1080 * 100vw), 34px);
  display: flex;
}
@media screen and (max-width: 767px) {
  .adlp-btn.-btn4 {
    padding-inline: calc(8 / 750 * 100vw) calc(34 / 750 * 100vw);
    padding-block: calc(7 / 750 * 100vw);
  }
}
.adlp-btn.-btn4::after {
  content: "";
  display: block;
  width: min(calc(12 / 1080 * 100vw), 12px);
  height: min(calc(20 / 1080 * 100vw), 20px);
  flex-shrink: 0;
  background: url("../img/icon_arrow_w.svg") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .adlp-btn.-btn4::after {
    width: calc(20 / 750 * 100vw);
    height: calc(30 / 750 * 100vw);
  }
}
.adlp-btn.-btn4 .deco {
  flex-shrink: 0;
  border-radius: 50%;
  background-color: #FFEF40;
  color: #333;
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  line-height: 1.12;
  letter-spacing: 0.04em;
  width: min(calc(74 / 1080 * 100vw), 74px);
  height: min(calc(74 / 1080 * 100vw), 74px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .adlp-btn.-btn4 .deco {
    width: calc(102 / 750 * 100vw);
    height: calc(102 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
  }
}
.adlp-btn.-btn4 .deco strong {
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  color: #E04870;
}
@media screen and (max-width: 767px) {
  .adlp-btn.-btn4 .deco strong {
    font-size: calc(38 / 750 * 100vw);
  }
}
.adlp-btn.-btn4 .deco span {
  line-height: 1.12;
}
.adlp-btn.-btn4 .text01 {
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  letter-spacing: 0.04em;
  color: #fff;
  font-weight: bold;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .adlp-btn.-btn4 .text01 {
    font-size: calc(36 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .adlp-btn.-btn4:active {
    filter: brightness(110%);
  }
}
.adlp-btn.-btn5 {
  background-color: #FFF8AD;
  border-radius: 9999px;
  padding-block: min(calc(5 / 1080 * 100vw), 5px);
  padding-inline: min(calc(4 / 1080 * 100vw), 4px) min(calc(34 / 1080 * 100vw), 34px);
  border: min(calc(1.5 / 1080 * 100vw), 1.5px) solid #F64E5A;
  display: flex;
}
@media screen and (max-width: 767px) {
  .adlp-btn.-btn5 {
    padding-inline: calc(8 / 750 * 100vw) calc(34 / 750 * 100vw);
    padding-block: calc(7 / 750 * 100vw);
  }
}
.adlp-btn.-btn5::after {
  content: "";
  display: block;
  width: min(calc(12 / 1080 * 100vw), 12px);
  height: min(calc(20 / 1080 * 100vw), 20px);
  flex-shrink: 0;
  background: url("../img/icon_arrow_r.svg") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .adlp-btn.-btn5::after {
    width: calc(20 / 750 * 100vw);
    height: calc(30 / 750 * 100vw);
  }
}
.adlp-btn.-btn5 .deco {
  flex-shrink: 0;
  border-radius: 50%;
  background-color: #F64E5A;
  color: #333;
  font-size: min(calc(23 / 1080 * 100vw), 23px);
  line-height: 1.12;
  letter-spacing: 0.04em;
  width: min(calc(74 / 1080 * 100vw), 74px);
  height: min(calc(74 / 1080 * 100vw), 74px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .adlp-btn.-btn5 .deco {
    width: calc(102 / 750 * 100vw);
    height: calc(102 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
  }
}
.adlp-btn.-btn5 .deco span {
  line-height: 1.12;
}
.adlp-btn.-btn5 .text01 {
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  letter-spacing: 0.04em;
  color: #F64E5A;
  font-weight: bold;
  width: 100%;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .adlp-btn.-btn5 .text01 {
    font-size: calc(36 / 750 * 100vw);
  }
}
.adlp-btn.-btn5 .text01 small {
  display: block;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  line-height: 1.2;
  margin-top: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .adlp-btn.-btn5 .text01 small {
    font-size: calc(26 / 750 * 100vw);
    margin-top: calc(10 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .adlp-btn.-btn5:active {
    filter: brightness(110%);
  }
}
.adlp-btn.-ank {
  background-color: #F64E5A;
  height: auto;
  display: block;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-align: center;
  margin-inline: auto;
  border-radius: 9999px;
}
@media screen and (min-width: 768px) {
  .adlp-btn.-ank {
    margin-top: min(calc(24 / 1080 * 100vw), 24px);
    font-size: min(calc(20 / 1080 * 100vw), 20px);
    width: min(calc(400 / 1080 * 100vw), 400px);
    padding-block: min(calc(16 / 1080 * 100vw), 16px);
  }
}
@media screen and (max-width: 767px) {
  .adlp-btn.-ank {
    font-size: calc(30 / 750 * 100vw);
    width: 100%;
    padding-block: calc(24 / 750 * 100vw);
    margin-top: calc(24 / 750 * 100vw);
  }
}
.adlp-btn.-ank span {
  color: #fff;
  position: relative;
  display: block;
}
.adlp-btn.-ank span::before {
  content: "";
  display: block;
  width: min(calc(16 / 1080 * 100vw), 16px);
  height: min(calc(16 / 1080 * 100vw), 16px);
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  margin-right: min(calc(25 / 1080 * 100vw), 25px);
  border-radius: 50%;
  background-image: url("../img/icon_arrow_b.svg");
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .adlp-btn.-ank span::before {
    width: calc(24 / 750 * 100vw);
    height: calc(24 / 750 * 100vw);
    margin-right: calc(33 / 750 * 100vw);
    transform: translateY(-50%) rotate(-90deg);
  }
}

.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.5);
}
.adlp-modal__content-outer {
  width: min(calc(800 / 1080 * 100vw), 800px);
  min-height: min(calc(200 / 1080 * 100vw), 200px);
  height: min(calc(980 / 1080 * 100vw), 980px);
  max-height: 96vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  overflow: hidden;
}
.adlp-modal:not(#modal_attention_distrust) .adlp-modal__content-outer {
  width: min(calc(800 / 1080 * 100vw), 800px);
  height: 90dvh;
}
@media screen and (max-width: 767px) {
  .adlp-modal:not(#modal_attention_distrust) .adlp-modal__content-outer {
    width: calc(690 / 750 * 100vw);
  }
}
.method .adlp-modal:not(#modal_attention_distrust) .adlp-modal__content-outer {
  padding: min(calc(15 / 1080 * 100vw), 15px);
  width: min(calc(800 / 1080 * 100vw), 800px);
}
@media screen and (max-width: 767px) {
  .method .adlp-modal:not(#modal_attention_distrust) .adlp-modal__content-outer {
    padding: calc(16 / 750 * 100vw);
    width: calc(722 / 750 * 100vw);
  }
}
.adlp-modal__content {
  height: 100%;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  .adlp-modal__content {
    width: calc(690 / 750 * 100vw);
  }
}
.adlp-modal:not(#modal_attention_distrust) .adlp-modal__content {
  width: calc(100% + 15px);
}
@media screen and (max-width: 767px) {
  .adlp-modal:not(#modal_attention_distrust) .adlp-modal__content {
    width: 100%;
    margin: auto;
  }
}
.method .adlp-modal:not(#modal_attention_distrust) .adlp-modal__content {
  width: calc(100% + 30px);
}
@media screen and (max-width: 767px) {
  .method .adlp-modal:not(#modal_attention_distrust) .adlp-modal__content {
    width: 100%;
  }
}
.adlp-modal__content__inner {
  position: relative;
  background: #fff;
  padding-bottom: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .adlp-modal__content__inner {
    padding-bottom: calc(40 / 750 * 100vw);
  }
}
.adlp-modal:not(#modal_attention_distrust) .adlp-modal__content__inner {
  padding: min(calc(80 / 1080 * 100vw), 80px) min(calc(60 / 1080 * 100vw), 60px) min(calc(60 / 1080 * 100vw), 60px);
}
@media screen and (max-width: 767px) {
  .adlp-modal:not(#modal_attention_distrust) .adlp-modal__content__inner {
    padding: calc(80 / 750 * 100vw) calc(16 / 750 * 100vw) calc(60 / 750 * 100vw);
  }
}
.method .adlp-modal:not(#modal_attention_distrust) .adlp-modal__content__inner {
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .method .adlp-modal:not(#modal_attention_distrust) .adlp-modal__content__inner {
    margin-right: 0;
  }
}
.adlp-modal:not(#modal_attention_distrust) .adlp-modal__content__close .close-top01 {
  width: min(calc(70 / 1080 * 100vw), 70px);
  height: min(calc(70 / 1080 * 100vw), 70px);
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 10;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .adlp-modal:not(#modal_attention_distrust) .adlp-modal__content__close .close-top01 {
    width: calc(88 / 750 * 100vw);
    height: calc(88 / 750 * 100vw);
    right: calc(-2 / 750 * 100vw);
  }
}
.adlp-modal:not(#modal_attention_distrust) .adlp-modal__content__close .close-top01:before {
  width: 100%;
  aspect-ratio: 1/1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: var(--main-accent-1-main, #bd0036);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.adlp-modal:not(#modal_attention_distrust) .adlp-modal__content__close .close-top01 .modal-close-icon {
  width: min(calc(40 / 1080 * 100vw), 40px);
  aspect-ratio: 1/1;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .adlp-modal:not(#modal_attention_distrust) .adlp-modal__content__close .close-top01 .modal-close-icon {
    right: calc(4 / 750 * 100vw);
    top: calc(4 / 750 * 100vw);
    width: calc(44 / 750 * 100vw);
  }
}
.adlp-modal:not(#modal_attention_distrust) .adlp-modal__content__close .close-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(calc(180 / 1080 * 100vw), 180px);
  height: min(calc(48 / 1080 * 100vw), 48px);
  border-radius: min(calc(4 / 1080 * 100vw), 4px);
  background: var(--main01, #bd0036);
  color: var(--ffffff, #fff);
  text-align: center;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  line-height: 150%;
  letter-spacing: min(calc(1.76 / 1080 * 100vw), 1.76px);
  margin: 0 auto;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .adlp-modal:not(#modal_attention_distrust) .adlp-modal__content__close .close-bottom {
    width: calc(212 / 750 * 100vw);
    height: auto;
    padding: calc(8 / 750 * 100vw) 0 calc(14 / 750 * 100vw);
    border-radius: calc(6 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: calc(2.55 / 750 * 100vw);
  }
}
.adlp-modal:not(#modal_attention_distrust) .adlp-modal__content__close .close-bottom .modal-close-icon {
  width: min(calc(30 / 1080 * 100vw), 30px);
  height: min(calc(30 / 1080 * 100vw), 30px);
  margin-right: min(calc(20 / 1080 * 100vw), 20px);
  fill: white;
}
@media screen and (max-width: 767px) {
  .adlp-modal:not(#modal_attention_distrust) .adlp-modal__content__close .close-bottom .modal-close-icon {
    width: calc(44 / 750 * 100vw);
    height: calc(44 / 750 * 100vw);
    margin-top: calc(4 / 750 * 100vw);
    margin-right: calc(20 / 750 * 100vw);
  }
}
.adlp-modal:not(#modal_attention_distrust) .adlp-modal__content__close .close-bottom span {
  margin-top: max(calc(-4 / 1080 * 100vw), -4px);
}
.adlp-modal .adlp-modal__content__close {
  position: absolute;
  top: 0;
  right: 0;
  width: min(calc(36 / 1080 * 100vw), 36px);
  height: min(calc(36 / 1080 * 100vw), 36px);
  transform: rotate(45deg);
  z-index: 1;
  margin-top: min(calc(35 / 1080 * 100vw), 35px);
  margin-right: min(calc(35 / 1080 * 100vw), 35px);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .adlp-modal .adlp-modal__content__close {
    margin-top: calc(32 / 750 * 100vw);
    margin-right: calc(32 / 750 * 100vw);
    width: calc(44 / 750 * 100vw);
    height: calc(44 / 750 * 100vw);
  }
}
.adlp-modal .adlp-modal__content__close::before {
  content: "";
  display: block;
  width: min(calc(36 / 1080 * 100vw), 36px);
  height: min(calc(2 / 1080 * 100vw), 2px);
  background-color: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .adlp-modal .adlp-modal__content__close::before {
    width: calc(50 / 750 * 100vw);
    height: calc(3 / 750 * 100vw);
  }
}
.adlp-modal .adlp-modal__content__close::after {
  content: "";
  display: block;
  width: min(calc(2 / 1080 * 100vw), 2px);
  height: min(calc(36 / 1080 * 100vw), 36px);
  background-color: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .adlp-modal .adlp-modal__content__close::after {
    height: calc(50 / 750 * 100vw);
    width: calc(3 / 750 * 100vw);
  }
}

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

.cv {
  padding: min(calc(40 / 1080 * 100vw), 40px) 0 min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .cv {
    padding: calc(60 / 750 * 100vw) 0 calc(60 / 750 * 100vw);
  }
}
.cv__inner {
  width: min(calc(920 / 1080 * 100vw), 920px);
  margin: auto;
}
@media screen and (max-width: 767px) {
  .cv__inner {
    width: 100%;
  }
}
.cv__wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: min(calc(32 / 1080 * 100vw), 32px);
}
@media screen and (max-width: 767px) {
  .cv__wrapper {
    flex-direction: column;
    gap: calc(40 / 750 * 100vw);
    padding: 0 calc(60 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .cv .btn-wrapper {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .cv .adlp-btn {
    width: 100%;
    margin: 0 auto;
  }
}
.cv .btn-title {
  color: #333;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  text-align: center;
  line-height: 1.15;
  letter-spacing: 0.08em;
  margin-bottom: min(calc(21 / 1080 * 100vw), 21px);
}
@media screen and (max-width: 767px) {
  .cv .btn-title {
    font-size: calc(30 / 750 * 100vw);
    margin-bottom: calc(24 / 750 * 100vw);
  }
}
.cv .btn-title strong {
  color: #E04870;
  font-weight: 700;
}
.cv .btn-contact {
  background-color: #FDEAEE;
  border-radius: 9999px;
  color: #E04870;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .cv .btn-contact {
    font-size: min(calc(24 / 1080 * 100vw), 24px);
    letter-spacing: 0.04em;
    line-height: 1;
    padding-block: min(calc(6 / 1080 * 100vw), 6px);
    margin-bottom: min(calc(16 / 1080 * 100vw), 16px);
  }
}
@media screen and (max-width: 767px) {
  .cv .btn-contact {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: 0.04em;
    line-height: 1;
    padding-block: calc(6 / 750 * 100vw) calc(8 / 750 * 100vw);
    margin-bottom: min(calc(24 / 1080 * 100vw), 24px);
  }
}

.fv__important {
  background-color: #625A54;
}
.fv__important a {
  margin-inline: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .fv__important a {
    width: min(calc(918 / 1080 * 100vw), 918px);
    height: min(calc(54 / 1080 * 100vw), 54px);
    padding-inline: min(calc(40 / 1080 * 100vw), 40px);
  }
  .fv__important a:hover .text {
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  .fv__important a {
    height: calc(75 / 750 * 100vw);
    padding-inline: sp(36);
  }
}
.fv__important .text {
  display: flex;
  align-items: center;
  color: #F0A4B8;
  font-weight: bold;
  text-decoration: underline;
  letter-spacing: 0.04em;
  text-underline-offset: min(calc(3 / 1080 * 100vw), 3px);
  text-decoration-thickness: min(calc(1 / 1080 * 100vw), 1px);
}
@media screen and (min-width: 768px) {
  .fv__important .text {
    font-size: min(calc(16 / 1080 * 100vw), 16px);
    gap: 0 min(calc(8 / 1080 * 100vw), 8px);
    text-underline-offset: min(calc(3 / 1080 * 100vw), 3px);
    text-decoration-thickness: min(calc(1 / 1080 * 100vw), 1px);
  }
}
@media screen and (max-width: 767px) {
  .fv__important .text {
    font-size: calc(20 / 750 * 100vw);
    line-height: 1.2;
    gap: 0 calc(6 / 750 * 100vw);
    text-underline-offset: calc(4 / 750 * 100vw);
    text-decoration-thickness: calc(1 / 750 * 100vw);
  }
}
.fv__important .text::before {
  content: "";
  display: block;
  background: url("../img/icon_alert.svg") no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .fv__important .text::before {
    width: min(calc(24 / 1080 * 100vw), 24px);
    height: min(calc(24 / 1080 * 100vw), 24px);
  }
}
@media screen and (max-width: 767px) {
  .fv__important .text::before {
    width: calc(32 / 750 * 100vw);
    height: calc(32 / 750 * 100vw);
  }
}
.fv__important .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: url("../img/icon_arrow.svg") no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .fv__important .arrow {
    width: min(calc(10 / 1080 * 100vw), 10px);
    height: min(calc(17 / 1080 * 100vw), 17px);
  }
}
@media screen and (max-width: 767px) {
  .fv__important .arrow {
    width: calc(16 / 750 * 100vw);
    height: calc(23 / 750 * 100vw);
    margin-right: calc(35 / 750 * 100vw);
  }
}
.fv__mv {
  width: min(calc(1920 / 1080 * 100vw), 1920px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .fv__mv {
    width: calc(750 / 750 * 100vw);
  }
}

.purchase {
  position: relative;
  background-image: linear-gradient(90deg, #ffe7ed, #ffcfdb);
}
@media screen and (max-width: 767px) {
  .purchase .adlp-section {
    padding-inline: 0;
  }
}
.purchase__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .purchase__title {
    font-size: min(calc(32 / 1080 * 100vw), 32px);
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-top: min(calc(27 / 1080 * 100vw), 27px);
  }
}
@media screen and (max-width: 767px) {
  .purchase__title {
    font-size: calc(40 / 750 * 100vw);
    margin-top: calc(36 / 750 * 100vw);
    margin-left: calc(268 / 750 * 100vw);
  }
}
.campaign {
  background: #f8f7f3;
  padding: min(calc(64 / 1080 * 100vw), 64px) 0;
}
@media screen and (max-width: 767px) {
  .campaign {
    padding: calc(40 / 750 * 100vw) 0;
  }
}
.campaign__banner {
  display: block;
  width: min(calc(702 / 1080 * 100vw), 702px);
  margin: 0 auto;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .campaign__banner {
    width: calc(630 / 750 * 100vw);
  }
}
.campaign__banner:hover {
  opacity: 0.9;
}
.campaign__banner-img img {
  display: block;
}
.campaign__banner-text {
  color: #ffffff;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .campaign__banner-text {
    font-size: calc(26 / 750 * 100vw);
  }
}
.campaign__banner-icon {
  position: absolute;
  right: min(calc(32 / 1080 * 100vw), 32px);
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .campaign__banner-icon {
    right: calc(30 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
  }
}

#modal_campaign .adlp-modal__content__inner.campaign__modal {
  background-color: #ffffff;
  border: min(calc(2 / 1080 * 100vw), 2px) solid #f64e5a;
  padding: min(calc(40 / 1080 * 100vw), 40px) min(calc(40 / 1080 * 100vw), 40px) min(calc(60 / 1080 * 100vw), 60px);
  position: relative;
}
@media screen and (max-width: 767px) {
  #modal_campaign .adlp-modal__content__inner.campaign__modal {
    border-width: calc(3 / 750 * 100vw);
    padding: calc(50 / 750 * 100vw) calc(30 / 750 * 100vw) calc(60 / 750 * 100vw);
  }
}
#modal_campaign .adlp-modal__content {
  padding: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  #modal_campaign .adlp-modal__content {
    padding: calc(20 / 750 * 100vw);
  }
}
#modal_campaign .campaign__modal-close {
  position: absolute;
  top: 0;
  right: 0;
  width: min(calc(48 / 1080 * 100vw), 48px);
  height: min(calc(48 / 1080 * 100vw), 48px);
  background: url(../img/icon_close_circle.svg) center/contain no-repeat;
  border-radius: 50%;
  cursor: pointer;
  margin: 0;
  transform: rotate(0deg);
}
@media screen and (max-width: 767px) {
  #modal_campaign .campaign__modal-close {
    width: calc(60 / 750 * 100vw);
    height: calc(60 / 750 * 100vw);
  }
}
#modal_campaign .campaign__modal-close::before, #modal_campaign .campaign__modal-close::after {
  display: none;
}
#modal_campaign .campaign__modal-title {
  color: #f64e5a;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  #modal_campaign .campaign__modal-title {
    font-size: calc(32 / 750 * 100vw);
    margin-bottom: calc(30 / 750 * 100vw);
  }
}
#modal_campaign .campaign__modal-body p {
  color: #333333;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #modal_campaign .campaign__modal-body p {
    font-size: calc(20 / 750 * 100vw);
  }
}
#modal_campaign .campaign__modal-body p strong {
  font-weight: 700;
}
#modal_campaign .campaign__modal-body p + p {
  margin-top: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  #modal_campaign .campaign__modal-body p + p {
    margin-top: calc(6 / 750 * 100vw);
  }
}
#modal_campaign .campaign__modal-note {
  color: #333333;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #modal_campaign .campaign__modal-note {
    font-size: calc(20 / 750 * 100vw);
  }
}
#modal_campaign .campaign__modal-close-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(calc(104 / 1080 * 100vw), 104px);
  height: min(calc(38 / 1080 * 100vw), 38px);
  background-color: #f64e5a;
  border-radius: min(calc(4 / 1080 * 100vw), 4px);
  margin: min(calc(40 / 1080 * 100vw), 40px) auto 0;
  cursor: pointer;
  color: #ffffff;
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 400;
  line-height: 1.6;
  transform: none;
  position: static;
}
@media screen and (max-width: 767px) {
  #modal_campaign .campaign__modal-close-btn {
    width: calc(140 / 750 * 100vw);
    height: calc(52 / 750 * 100vw);
    border-radius: calc(6 / 750 * 100vw);
    margin-top: calc(24 / 750 * 100vw);
    font-size: calc(22 / 750 * 100vw);
  }
}
#modal_campaign .campaign__modal-close-btn::before, #modal_campaign .campaign__modal-close-btn::after {
  display: none;
}
#modal_campaign .campaign__modal-close-icon {
  width: min(calc(12 / 1080 * 100vw), 12px);
  height: min(calc(12 / 1080 * 100vw), 12px);
  margin-right: min(calc(8 / 1080 * 100vw), 8px);
  position: relative;
}
@media screen and (max-width: 767px) {
  #modal_campaign .campaign__modal-close-icon {
    width: calc(16 / 750 * 100vw);
    height: calc(16 / 750 * 100vw);
    margin-right: calc(10 / 750 * 100vw);
  }
}
#modal_campaign .campaign__modal-close-icon::before, #modal_campaign .campaign__modal-close-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #ffffff;
}
#modal_campaign .campaign__modal-close-icon::before {
  width: 100%;
  height: min(calc(1 / 1080 * 100vw), 1px);
  transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  #modal_campaign .campaign__modal-close-icon::before {
    height: calc(2 / 750 * 100vw);
  }
}
#modal_campaign .campaign__modal-close-icon::after {
  width: 100%;
  height: min(calc(1 / 1080 * 100vw), 1px);
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  #modal_campaign .campaign__modal-close-icon::after {
    height: calc(2 / 750 * 100vw);
  }
}
/*# sourceMappingURL=fv.css.map */
