@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;
  line-height: 1.8;
  color: #444;
}
@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: baseline;
}

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;
}
.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 .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 .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 .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 .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 .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 .wrap1030 {
  margin: auto;
  width: min(calc(1030 / 1080 * 100vw), 1030px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap1030 {
    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-wrapper .wrap1090 {
  margin: auto;
  width: min(calc(1090 / 1080 * 100vw), 1090px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .wrap1090 {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}

.pb-80 {
  padding-block: calc(80 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  .pb-80 {
    padding-block: min(calc(60 / 1080 * 100vw), 60px);
  }
}

.head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.head .lead {
  position: relative;
  color: #e594a9;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  font-size: calc(28 / 750 * 100vw);
  line-height: 100%;
  letter-spacing: calc(2.56 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  .head .lead {
    font-size: min(calc(24 / 1080 * 100vw), 24px);
    letter-spacing: min(calc(2 / 1080 * 100vw), 2px);
  }
}
.head .lead::before, .head .lead::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%) rotate(-70deg);
  background: #e594a9;
  width: calc(30 / 750 * 100vw);
  height: calc(2 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  .head .lead::before, .head .lead::after {
    width: min(calc(24 / 1080 * 100vw), 24px);
    height: min(calc(1 / 1080 * 100vw), 1px);
  }
}
.head .lead.--gray {
  color: #CFCBCC;
}
.head .lead.--gray::before, .head .lead.--gray::after {
  background: #CFCBCC;
}
.head .lead::before {
  left: calc(-35 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  .head .lead::before {
    left: max(calc(-35 / 1080 * 100vw), -35px);
  }
}
.head .lead::after {
  right: calc(-35 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  .head .lead::after {
    right: max(calc(-35 / 1080 * 100vw), -35px);
  }
}
.head .catch {
  font-weight: 700;
  margin-top: calc(44 / 750 * 100vw);
  font-size: calc(26 / 750 * 100vw);
  line-height: 100%;
}
@media screen and (min-width: 768px) {
  .head .catch {
    margin-top: min(calc(34 / 1080 * 100vw), 34px);
    font-size: min(calc(22 / 1080 * 100vw), 22px);
  }
}
.head .title {
  margin-top: calc(25 / 750 * 100vw);
  letter-spacing: calc(3 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  .head .title {
    margin-top: min(calc(5 / 1080 * 100vw), 5px);
    font-size: min(calc(46 / 1080 * 100vw), 46px);
    letter-spacing: 0;
  }
}
.head .title span {
  font-size: inherit;
}
@media screen and (min-width: 768px) {
  .head .title span {
    font-size: min(calc(34 / 1080 * 100vw), 34px);
  }
}

.text-pink {
  color: #ee87b4;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.text-hotpink {
  color: #ff7699;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.line-yellow {
  position: relative;
  display: inline-block;
  z-index: 0;
}
.line-yellow::after {
  position: absolute;
  content: "";
  width: 100%;
  background: #ffe600;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  height: calc(6 / 750 * 100vw);
  bottom: calc(4 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  .line-yellow::after {
    height: min(calc(6 / 1080 * 100vw), 6px);
    bottom: min(calc(4 / 1080 * 100vw), 4px);
  }
}

.db__arrow {
  display: block;
  width: calc(43 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  .db__arrow {
    width: min(calc(39 / 1080 * 100vw), 39px);
  }
}

.text-26 {
  text-align: center;
  font-weight: 700;
  font-size: calc(26 / 750 * 100vw);
  line-height: 120%;
  letter-spacing: calc(2 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  .text-26 {
    font-size: min(calc(20 / 1080 * 100vw), 20px);
    letter-spacing: normal;
  }
}

.text-32 {
  text-align: center;
  font-weight: 700;
  font-size: calc(32 / 750 * 100vw);
  line-height: 140%;
}
@media screen and (min-width: 768px) {
  .text-32 {
    font-size: min(calc(22 / 1080 * 100vw), 22px);
  }
}

.text-36 {
  text-align: center;
  font-weight: 700;
  white-space: nowrap;
  font-size: calc(36 / 750 * 100vw);
  line-height: 140%;
}
@media screen and (min-width: 768px) {
  .text-36 {
    font-size: min(calc(24 / 1080 * 100vw), 24px);
  }
}

.text-40 {
  text-align: center;
  font-weight: 700;
  font-size: calc(40 / 750 * 100vw);
  line-height: 140%;
}
@media screen and (min-width: 768px) {
  .text-40 {
    font-size: min(calc(32 / 1080 * 100vw), 32px);
  }
}

.text-48 {
  text-align: center;
  font-weight: 700;
  font-size: calc(48 / 750 * 100vw);
  line-height: 140%;
}
@media screen and (min-width: 768px) {
  .text-48 {
    font-size: min(calc(40 / 1080 * 100vw), 40px);
  }
}

.text-56 {
  text-align: center;
  font-weight: 700;
  font-size: calc(56 / 750 * 100vw);
  line-height: 140%;
}
@media screen and (min-width: 768px) {
  .text-56 {
    font-size: min(calc(48 / 1080 * 100vw), 48px);
  }
}

.text-note {
  font-weight: 400;
  text-align: justify;
  font-feature-settings: "pwid";
  font-size: calc(18 / 750 * 100vw);
  line-height: 140%;
}
@media screen and (min-width: 768px) {
  .text-note {
    font-size: min(calc(12 / 1080 * 100vw), 12px);
  }
}

.grad-border {
  position: relative;
  background-color: #fff;
  z-index: 0;
  border-radius: calc(8 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  .grad-border {
    border-radius: min(calc(8 / 1080 * 100vw), 8px);
  }
}
.grad-border::after {
  position: absolute;
  content: "";
  background: linear-gradient(90deg, #ee87b4 -0.62%, #f8c48f 49.88%, #ef856d 100.38%);
  z-index: -1;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  inset: 0;
  padding: calc(2 / 750 * 100vw);
  border-radius: calc(8 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  .grad-border::after {
    padding: min(calc(2 / 1080 * 100vw), 2px);
    border-radius: min(calc(8 / 1080 * 100vw), 8px);
  }
}

.grad-circle {
  border-radius: 50%;
  background: linear-gradient(90deg, #ee87b4 -0.62%, #f8c48f 49.88%, #ef856d 100.38%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: calc(120 / 750 * 100vw);
  height: calc(120 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  .grad-circle {
    width: min(calc(78 / 1080 * 100vw), 78px);
    height: min(calc(78 / 1080 * 100vw), 78px);
  }
}

sup {
  font-size: calc(18 / 750 * 100vw);
  line-height: 140%;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  sup {
    font-size: min(calc(12 / 1080 * 100vw), 12px);
  }
}

.js-toggle {
  cursor: pointer;
}
.js-toggle + * {
  display: none;
}

.adlp-accordion__header {
  cursor: pointer;
}

.dash-line {
  display: block;
  height: calc(2 / 750 * 100vw);
  width: 100%;
  background-image: repeating-linear-gradient(to right, #444 0, #444 calc(4 / 750 * 100vw), transparent calc(4 / 750 * 100vw), transparent calc(8 / 750 * 100vw));
}
@media screen and (min-width: 768px) {
  .dash-line {
    height: min(calc(2 / 1080 * 100vw), 2px);
    width: 100%;
    background-image: repeating-linear-gradient(to right, #444 0, #444 min(calc(4 / 1080 * 100vw), 4px), transparent min(calc(4 / 1080 * 100vw), 4px), transparent min(calc(8 / 1080 * 100vw), 8px));
  }
}

.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: 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(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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .adlp-btn.--btn01::after {
    width: calc(13 / 750 * 100vw);
    height: calc(18 / 750 * 100vw);
    right: calc(33 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .adlp-btn.--btn01:hover {
    background: #5AB0FF;
  }
}
@media screen and (max-width: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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: 768px) {
  .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: 767px) {
  .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: 767px) {
  .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: 768px) {
  .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: 767px) {
  .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: 767px) {
  .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: 767px) {
  .adlp-btn.--btn03::after {
    width: calc(8 / 750 * 100vw);
    height: calc(16 / 750 * 100vw);
    right: calc(33 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .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: 768px) and (max-width: 767px) {
  .adlp-btn.--btn03:hover {
    transform: translateY(calc(4 / 750 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  .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: 767px) and (max-width: 767px) {
  .adlp-btn.--btn03:active {
    transform: translateY(calc(4 / 750 * 100vw));
  }
}
.adlp-btn.--btn04 {
  color: #fff;
  background: #FF7699;
  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: 767px) {
  .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: 767px) {
  .adlp-btn.--btn04::after {
    width: calc(8 / 750 * 100vw);
    height: calc(16 / 750 * 100vw);
    right: calc(33 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn04:active {
    background: #ff507c;
  }
  .adlp-btn.--btn04:active::after {
    transform: translate(min(calc(10 / 1080 * 100vw), 10px), -50%);
  }
}

.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);
  }
}

.adlp-header {
  width: 100%;
  background: #fff;
  box-shadow: calc(0 / 750 * 100vw) calc(4 / 750 * 100vw) calc(10 / 750 * 100vw) 0 rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .adlp-header {
    box-shadow: max(calc(0 / 1080 * 100vw), 0px) min(calc(4 / 1080 * 100vw), 4px) min(calc(10 / 1080 * 100vw), 10px) 0 rgba(0, 0, 0, 0.25);
  }
}
.adlp-header__inner {
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: calc(17 / 750 * 100vw) calc(30 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  .adlp-header__inner {
    width: min(calc(1000 / 1080 * 100vw), 1000px);
    padding: min(calc(10 / 1080 * 100vw), 10px) 0;
  }
}
.adlp-header__logo {
  width: calc(210 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  .adlp-header__logo {
    width: min(calc(188 / 1080 * 100vw), 188px);
  }
}
.adlp-header .adlp-btn {
  background: #ff7699;
  width: calc(242 / 750 * 100vw);
  height: calc(46 / 750 * 100vw);
  box-shadow: calc(0 / 750 * 100vw) calc(4 / 750 * 100vw) calc(8 / 750 * 100vw) 0 rgba(0, 0, 0, 0.25);
  border-radius: calc(50 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  .adlp-header .adlp-btn {
    width: min(calc(200 / 1080 * 100vw), 200px);
    height: min(calc(40 / 1080 * 100vw), 40px);
    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);
  }
}
.adlp-header .adlp-btn::after {
  width: calc(7 / 750 * 100vw);
  height: calc(12 / 750 * 100vw);
  right: calc(18 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  .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);
  }
}
.adlp-header .adlp-btn:hover {
  transform: translateY(calc(4 / 750 * 100vw));
  box-shadow: none;
}
@media screen and (min-width: 768px) {
  .adlp-header .adlp-btn:hover {
    transform: translateY(min(calc(4 / 1080 * 100vw), 4px));
  }
}
.adlp-header .adlp-btn p {
  font-size: calc(20 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  .adlp-header .adlp-btn p {
    font-size: min(calc(16 / 1080 * 100vw), 16px);
  }
}
.adlp-floating {
  padding-block: min(calc(15 / 1080 * 100vw), 15px);
  background: linear-gradient(90deg, #EE87B4 -0.62%, #F8C48F 49.88%, #EF856D 100.38%);
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  z-index: 90;
}
.adlp-floating.--show {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .adlp-floating {
    padding-block: calc(20 / 750 * 100vw);
  }
}
.adlp-floating__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .adlp-floating__inner {
    gap: calc(4 / 750 * 100vw);
  }
}
.adlp-floating .adlp-btn {
  position: relative;
}
@media screen and (max-width: 767px) {
  .adlp-floating .adlp-btn {
    width: calc(630 / 750 * 100vw);
    height: calc(116 / 750 * 100vw);
  }
}
.adlp-floating .adlp-btn__circle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  color: #FF7699;
  width: min(calc(70 / 1080 * 100vw), 70px);
  height: min(calc(70 / 1080 * 100vw), 70px);
  border: min(calc(2 / 1080 * 100vw), 2px) solid #EE87B4;
  left: min(calc(7 / 1080 * 100vw), 7px);
}
@media screen and (max-width: 767px) {
  .adlp-floating .adlp-btn__circle {
    padding-bottom: calc(10 / 750 * 100vw);
    left: calc(10 / 750 * 100vw);
    border: calc(2 / 750 * 100vw) solid #EE87B4;
    width: calc(100 / 750 * 100vw);
    height: calc(100 / 750 * 100vw);
  }
}
.adlp-floating .adlp-btn__circle .text {
  line-height: 110%;
  font-weight: 700;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  .adlp-floating .adlp-btn__circle .text {
    font-size: calc(18 / 750 * 100vw);
    letter-spacing: calc(1.44 / 750 * 100vw);
  }
}
.adlp-floating .adlp-btn__circle .num {
  line-height: 90%;
  font-weight: 700;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
}
@media screen and (max-width: 767px) {
  .adlp-floating .adlp-btn__circle .num {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: calc(1.28 / 750 * 100vw);
  }
}
.adlp-floating .adlp-btn.--btn-cv01 {
  color: #fff;
  background: #FCFC3B;
  box-shadow: 0 min(calc(10 / 1080 * 100vw), 10px) min(calc(20 / 1080 * 100vw), 20px) 0 rgba(0, 0, 0, 0.4);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .adlp-floating .adlp-btn.--btn-cv01 {
    box-shadow: 0 calc(14 / 750 * 100vw) calc(24 / 750 * 100vw) 0 rgba(0, 0, 0, 0.4);
  }
}
.adlp-floating .adlp-btn.--btn-cv01 .text01 {
  color: #444;
  font-weight: 700;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
}
@media screen and (max-width: 767px) {
  .adlp-floating .adlp-btn.--btn-cv01 .text01 {
    font-size: calc(40 / 750 * 100vw);
  }
}
.adlp-floating .adlp-btn.--btn-cv01::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='29' viewBox='0 0 20 29' fill='none'%3E%3Cpath d='M2.67773 2.31934L14.6777 13.8193L2.67773 25.3193' stroke='%23444444' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  width: min(calc(20 / 1080 * 100vw), 20px);
  height: min(calc(22 / 1080 * 100vw), 22px);
  right: min(calc(44 / 1080 * 100vw), 44px);
}
@media screen and (max-width: 767px) {
  .adlp-floating .adlp-btn.--btn-cv01::after {
    width: calc(20 / 750 * 100vw);
    height: calc(28 / 750 * 100vw);
    right: calc(33 / 750 * 100vw);
  }
}
.adlp-floating .adlp-btn.--btn-cv01:hover {
  transform: translateY(min(calc(5 / 1080 * 100vw), 5px));
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  .adlp-floating .adlp-btn.--btn-cv01:hover {
    transform: translateY(calc(5 / 750 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  .adlp-floating .adlp-btn.--btn-cv01:active {
    background: #fff019;
  }
  .adlp-floating .adlp-btn.--btn-cv01:active::after {
    transform: translate(min(calc(10 / 1080 * 100vw), 10px), -50%);
  }
}

.adlp-main {
  font-family: "Noto Sans JP";
}
.cv01 {
  padding-block: min(calc(33 / 1080 * 100vw), 33px) min(calc(40 / 1080 * 100vw), 40px);
  background: linear-gradient(90deg, #EE87B4 -0.62%, #F8C48F 49.88%, #EF856D 100.38%);
}
@media screen and (max-width: 767px) {
  .cv01 {
    padding-block: calc(33 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}
.cv01__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .cv01__inner {
    gap: calc(4 / 750 * 100vw);
  }
}
.cv01__head {
  text-align: center;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .cv01__head {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: calc(3 / 750 * 100vw);
  }
}
.cv01 .adlp-btn {
  position: relative;
}
@media screen and (max-width: 767px) {
  .cv01 .adlp-btn {
    width: calc(630 / 750 * 100vw);
    height: calc(116 / 750 * 100vw);
  }
}
.cv01 .adlp-btn__circle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  color: #FF7699;
  width: min(calc(70 / 1080 * 100vw), 70px);
  height: min(calc(70 / 1080 * 100vw), 70px);
  border: min(calc(2 / 1080 * 100vw), 2px) solid #EE87B4;
  left: min(calc(7 / 1080 * 100vw), 7px);
}
@media screen and (max-width: 767px) {
  .cv01 .adlp-btn__circle {
    padding-bottom: calc(10 / 750 * 100vw);
    left: calc(10 / 750 * 100vw);
    border: calc(2 / 750 * 100vw) solid #EE87B4;
    width: calc(100 / 750 * 100vw);
    height: calc(100 / 750 * 100vw);
  }
}
.cv01 .adlp-btn__circle .text {
  line-height: 110%;
  font-weight: 700;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  .cv01 .adlp-btn__circle .text {
    font-size: calc(18 / 750 * 100vw);
    letter-spacing: calc(1.44 / 750 * 100vw);
  }
}
.cv01 .adlp-btn__circle .num {
  line-height: 90%;
  font-weight: 700;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
}
@media screen and (max-width: 767px) {
  .cv01 .adlp-btn__circle .num {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: calc(1.28 / 750 * 100vw);
  }
}
.cv01 .adlp-btn.--btn-cv01 {
  color: #fff;
  background: #FCFC3B;
  box-shadow: 0 min(calc(10 / 1080 * 100vw), 10px) min(calc(20 / 1080 * 100vw), 20px) 0 rgba(0, 0, 0, 0.4);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .cv01 .adlp-btn.--btn-cv01 {
    box-shadow: 0 calc(14 / 750 * 100vw) calc(24 / 750 * 100vw) 0 rgba(0, 0, 0, 0.4);
  }
}
.cv01 .adlp-btn.--btn-cv01 .text01 {
  color: #444;
  font-weight: 700;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
}
@media screen and (max-width: 767px) {
  .cv01 .adlp-btn.--btn-cv01 .text01 {
    font-size: calc(40 / 750 * 100vw);
  }
}
.cv01 .adlp-btn.--btn-cv01::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='29' viewBox='0 0 20 29' fill='none'%3E%3Cpath d='M2.67773 2.31934L14.6777 13.8193L2.67773 25.3193' stroke='%23444444' stroke-width='2' stroke-linecap='square'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  width: min(calc(20 / 1080 * 100vw), 20px);
  height: min(calc(22 / 1080 * 100vw), 22px);
  right: min(calc(44 / 1080 * 100vw), 44px);
}
@media screen and (max-width: 767px) {
  .cv01 .adlp-btn.--btn-cv01::after {
    width: calc(20 / 750 * 100vw);
    height: calc(28 / 750 * 100vw);
    right: calc(33 / 750 * 100vw);
  }
}
.cv01 .adlp-btn.--btn-cv01:hover {
  transform: translateY(min(calc(5 / 1080 * 100vw), 5px));
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  .cv01 .adlp-btn.--btn-cv01:hover {
    transform: translateY(calc(5 / 750 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  .cv01 .adlp-btn.--btn-cv01:active {
    background: #fff019;
  }
  .cv01 .adlp-btn.--btn-cv01:active::after {
    transform: translate(min(calc(10 / 1080 * 100vw), 10px), -50%);
  }
}

.fv {
  position: relative;
  z-index: 0;
  background: url(../img/sp/fv-bg.svg) no-repeat top center/contain;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .fv {
    background: url(../img/pc/fv-bg.svg) no-repeat top center/contain;
    width: auto;
  }
}
.fv__inner {
  padding: calc(40 / 750 * 100vw) 0 calc(40 / 750 * 100vw);
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .fv__inner {
    padding-block: min(calc(56 / 1080 * 100vw), 56px) min(calc(15 / 1080 * 100vw), 15px);
  }
}
.fv__title {
  font-feature-settings: "palt" on;
  font-style: italic;
  line-height: 120%;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .fv__title {
    text-align: inherit;
    line-height: 2.05;
  }
}
.fv__title span {
  line-height: 110%;
}
.fv__title .text01 {
  font-size: calc(64 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  .fv__title .text01 {
    font-size: min(calc(52 / 1080 * 100vw), 52px);
  }
}
.fv__title .text02 {
  font-size: calc(86 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  .fv__title .text02 {
    font-size: min(calc(70 / 1080 * 100vw), 70px);
  }
}
.fv__title .text03 {
  font-size: calc(66 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  .fv__title .text03 {
    font-size: min(calc(50 / 1080 * 100vw), 50px);
  }
}
.fv__label {
  font-size: calc(26 / 750 * 100vw);
  padding: calc(5 / 750 * 100vw) 0;
  line-height: 120%;
  width: calc(339 / 750 * 100vw);
  margin: calc(32 / 750 * 100vw) auto 0;
  background: #fff;
  color: #FF7699;
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .fv__label {
    font-size: min(calc(22 / 1080 * 100vw), 22px);
    padding: min(calc(6 / 1080 * 100vw), 6px);
    width: min(calc(262 / 1080 * 100vw), 262px);
    margin-top: min(calc(15 / 1080 * 100vw), 15px);
    margin-left: min(calc(10 / 1080 * 100vw), 10px);
  }
}
.fv__items {
  margin-top: calc(63 / 750 * 100vw);
  display: flex;
  flex-direction: column;
  width: fit-content;
  gap: calc(19 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  .fv__items {
    margin-top: min(calc(62 / 1080 * 100vw), 62px);
    gap: min(calc(10 / 1080 * 100vw), 10px);
  }
}
.fv__item {
  display: flex;
  padding: calc(6 / 750 * 100vw) calc(29 / 750 * 100vw) calc(11 / 750 * 100vw);
  width: calc(327 / 750 * 100vw);
  height: auto;
  flex-direction: column;
  justify-content: start;
  background: #fff;
  color: #FF7699;
  border-radius: 0 calc(11 / 750 * 100vw) calc(11 / 750 * 100vw) 0;
  border-top: calc(3.371 / 750 * 100vw) solid #FF7699;
  border-right: calc(3.371 / 750 * 100vw) solid #FF7699;
  border-bottom: calc(3.371 / 750 * 100vw) solid #FF7699;
  gap: 0;
}
@media screen and (min-width: 768px) {
  .fv__item {
    padding-top: min(calc(5 / 1080 * 100vw), 5px);
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    width: min(calc(390 / 1080 * 100vw), 390px);
    height: min(calc(60 / 1080 * 100vw), 60px);
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: min(calc(8 / 1080 * 100vw), 8px);
    border: min(calc(2 / 1080 * 100vw), 2px) solid #FF7699;
    gap: min(calc(4 / 1080 * 100vw), 4px);
  }
}
.fv__item .text01 {
  font-size: calc(26 / 750 * 100vw);
  font-weight: 700;
  letter-spacing: calc(2.08 / 750 * 100vw);
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .fv__item .text01 {
    font-size: min(calc(22 / 1080 * 100vw), 22px);
    padding-top: min(calc(10 / 1080 * 100vw), 10px);
    letter-spacing: normal;
  }
}
@media screen and (min-width: 768px) {
  .fv__item .text01.--v02 {
    font-size: min(calc(16 / 1080 * 100vw), 16px);
  }
}
@media screen and (min-width: 768px) {
  .fv__item .text01.--v03 {
    font-size: min(calc(18 / 1080 * 100vw), 18px);
  }
}
.fv__item .text02 {
  position: relative;
  font-weight: 700;
  line-height: 120%;
  font-size: calc(29 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  .fv__item .text02 {
    font-size: min(calc(22 / 1080 * 100vw), 22px);
  }
}
.fv__item .num {
  font-weight: 800;
  font-size: calc(53 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  .fv__item .num {
    font-size: min(calc(44 / 1080 * 100vw), 44px);
  }
}
.fv__item .note {
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
  font-size: calc(20 / 750 * 100vw);
  padding-top: calc(11 / 750 * 100vw);
  line-height: 160%;
}
@media screen and (min-width: 768px) {
  .fv__item .note {
    position: absolute;
    font-size: min(calc(12 / 1080 * 100vw), 12px);
    padding-top: 0;
    right: 0;
    top: max(calc(-10 / 1080 * 100vw), -10px);
  }
}
.fv__img {
  position: absolute;
  width: calc(560 / 750 * 100vw);
  z-index: 1;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .fv__img {
    width: min(calc(607 / 1080 * 100vw), 607px);
    right: max(calc(-76 / 1080 * 100vw), -76px);
  }
}
.fv__img-wrap {
  position: relative;
  z-index: 2;
}
.fv__img picture {
  z-index: 2;
}
.fv__img-bg {
  display: block;
  position: absolute;
  z-index: -1;
  width: calc(560 / 750 * 100vw);
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .fv__img-bg {
    display: none;
    width: min(calc(300 / 1080 * 100vw), 300px);
  }
}
.fv__note {
  margin: calc(128 / 750 * 100vw) 0 0 calc(30 / 750 * 100vw);
  font-weight: 400;
  font-size: calc(18 / 750 * 100vw);
  line-height: 140%;
  color: #444;
  -webkit-text-stroke-color: #FFF;
  -webkit-text-stroke-width: calc(3 / 750 * 100vw);
  paint-order: stroke;
}
@media screen and (min-width: 768px) {
  .fv__note {
    margin: min(calc(28 / 1080 * 100vw), 28px) 0 0;
    font-size: min(calc(12 / 1080 * 100vw), 12px);
    -webkit-text-stroke-width: min(calc(3 / 1080 * 100vw), 3px);
  }
}
.fv__name {
  position: absolute;
  writing-mode: vertical-rl;
  font-kerning: none;
  font-feature-settings: "vkrn" on, "vrt2" on, "liga" off;
  display: flex;
  flex-direction: row;
  white-space: nowrap;
  right: calc(20 / 750 * 100vw);
  bottom: calc(40 / 750 * 100vw);
  color: #fff;
  line-height: auto;
  align-items: center;
  gap: calc(3 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  .fv__name {
    flex-direction: column;
    right: max(calc(-20 / 1080 * 100vw), -20px);
    bottom: min(calc(21 / 1080 * 100vw), 21px);
    line-height: 150%;
  }
}
.fv__name .text01 {
  font-weight: 700;
  font-size: calc(22 / 750 * 100vw);
  letter-spacing: calc(4 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  .fv__name .text01 {
    font-size: min(calc(14 / 1080 * 100vw), 14px);
    letter-spacing: min(calc(0.5 / 1080 * 100vw), 0.5px);
  }
}
.fv__name .name {
  font-weight: 700;
  font-size: calc(32 / 750 * 100vw);
  letter-spacing: calc(5 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  .fv__name .name {
    font-size: min(calc(24 / 1080 * 100vw), 24px);
    letter-spacing: min(calc(5 / 1080 * 100vw), 5px);
  }
}
/*# sourceMappingURL=fv.css.map */
