* {
  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;
}
.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 .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: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  z-index: 100;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .adlp-header {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25);
  }
}
.adlp-header__inner {
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  height: min(calc(74 / 1080 * 100vw), 74px);
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .adlp-header__inner {
    width: 100%;
    height: calc(85 / 750 * 100vw);
    padding: 0 calc(27 / 750 * 100vw);
  }
}
.adlp-header__logo {
  width: min(calc(152 / 1080 * 100vw), 152px);
}
@media screen and (max-width: 767px) {
  .adlp-header__logo {
    width: calc(154 / 750 * 100vw);
  }
}
.adlp-header .adlp-header__btnWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(calc(14 / 1080 * 100vw), 14px);
}
@media screen and (max-width: 767px) {
  .adlp-header .adlp-header__btnWrapper {
    gap: min(calc(6 / 1080 * 100vw), 6px);
  }
}
.adlp-header .adlp-header__btn01 a,
.adlp-header .adlp-header__btn02 a {
  width: min(calc(220 / 1080 * 100vw), 220px);
  height: min(calc(46 / 1080 * 100vw), 46px);
  display: flex;
  justify-content: center;
  align-items: center;
  border: min(calc(2 / 1080 * 100vw), 2px) solid #14B8A6;
  border-radius: min(calc(999 / 1080 * 100vw), 999px);
  background-color: #14B8A6;
  padding: 0 min(calc(7 / 1080 * 100vw), 7px) 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .adlp-header .adlp-header__btn01 a,
  .adlp-header .adlp-header__btn02 a {
    width: calc(255 / 750 * 100vw);
    height: calc(54 / 750 * 100vw);
    border: calc(2 / 750 * 100vw) solid #14B8A6;
    border-radius: calc(999 / 750 * 100vw);
    padding: 0 calc(13 / 750 * 100vw) 0 0;
  }
}
@media screen and (min-width: 768px) {
  .adlp-header .adlp-header__btn01 a:hover,
  .adlp-header .adlp-header__btn02 a:hover {
    filter: brightness(120%);
  }
}
.adlp-header .adlp-header__btn01 a p,
.adlp-header .adlp-header__btn02 a p {
  color: var(--base-white, #FFF);
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: "Rounded Mplus 1c", sans-serif;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .adlp-header .adlp-header__btn01 a p,
  .adlp-header .adlp-header__btn02 a p {
    font-size: calc(24 / 750 * 100vw);
  }
}
.adlp-header .adlp-header__btn01 a::after,
.adlp-header .adlp-header__btn02 a::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='10' viewBox='0 0 6 10' fill='none'%3E%3Cpath d='M0.5 0.5L5.5 5.21429L0.5 9.5' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: min(calc(6 / 1080 * 100vw), 6px);
  height: min(calc(10 / 1080 * 100vw), 10px);
  right: min(calc(17 / 1080 * 100vw), 17px);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .adlp-header .adlp-header__btn01 a::after,
  .adlp-header .adlp-header__btn02 a::after {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='20' viewBox='0 0 12 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L11 10.4286L1 19' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    width: calc(12 / 750 * 100vw);
    height: calc(20 / 750 * 100vw);
    right: calc(12 / 750 * 100vw);
  }
}
.adlp-header .adlp-header__btn02 a {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .adlp-header .adlp-header__btn02 a {
    padding: 0 calc(16 / 750 * 100vw) 0 0;
  }
}
.adlp-header .adlp-header__btn02 a p {
  color: #14B8A6;
}
.adlp-header .adlp-header__btn02 a::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='10' viewBox='0 0 6 10' fill='none'%3E%3Cpath d='M0.5 0.5L5.5 5.21429L0.5 9.5' stroke='%2314B8A6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
@media screen and (max-width: 767px) {
  .adlp-header .adlp-header__btn02 a::after {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='20' viewBox='0 0 12 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L11 10.4286L1 19' stroke='%2314B8A6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }
}

.adlp-main {
  padding-top: min(calc(74 / 1080 * 100vw), 74px);
}
@media screen and (max-width: 767px) {
  .adlp-main {
    padding-top: calc(85 / 750 * 100vw);
  }
}

.cv {
  position: relative;
  width: 100%;
  padding: min(calc(55 / 1080 * 100vw), 55px) 0;
  background-color: #facc15;
}
@media screen and (max-width: 767px) {
  .cv {
    padding: calc(65 / 750 * 100vw) 0 calc(72 / 750 * 100vw);
  }
}
.cv__image {
  position: absolute;
  bottom: 0;
  left: min(calc(468 / 1080 * 100vw), 468px);
  z-index: 2;
  width: min(calc(318 / 1080 * 100vw), 318px);
}
@media screen and (max-width: 767px) {
  .cv__image {
    bottom: calc(109 / 750 * 100vw);
    left: calc(-12 / 750 * 100vw);
    width: calc(348 / 750 * 100vw);
  }
}
.cv__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}
.cv__heading {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: min(calc(10 / 1080 * 100vw), 10px) min(calc(34 / 1080 * 100vw), 34px);
  margin-bottom: min(calc(21 / 1080 * 100vw), 21px);
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .cv__heading {
    padding: calc(10 / 750 * 100vw) calc(34 / 750 * 100vw);
    margin-bottom: calc(52 / 750 * 100vw);
  }
}
.cv__heading h2 {
  font-family: "Rounded Mplus 1c", sans-serif;
  font-size: min(calc(46 / 1080 * 100vw), 46px);
  font-weight: 800;
  line-height: 1.4;
  color: #000000;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .cv__heading h2 {
    font-size: calc(56 / 750 * 100vw);
  }
}
.cv__subtitle {
  margin-bottom: min(calc(7 / 1080 * 100vw), 7px);
}
@media screen and (max-width: 767px) {
  .cv__subtitle {
    margin-bottom: calc(55 / 750 * 100vw);
    margin-left: calc(180 / 750 * 100vw);
    text-align: left;
  }
}
.cv__subtitle p {
  font-family: "Rounded Mplus 1c", sans-serif;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 500;
  line-height: 1.6;
  color: #000000;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .cv__subtitle p {
    font-size: calc(32 / 750 * 100vw);
  }
}
.cv__subtitle p span {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .cv__subtitle p span {
    font-size: calc(42 / 750 * 100vw);
  }
}
.cv__btnArea {
  position: relative;
  z-index: 3;
}
.cv__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(calc(412 / 1080 * 100vw), 412px);
  height: min(calc(77 / 1080 * 100vw), 77px);
  background-color: #14b8a6;
  border-radius: min(calc(46 / 1080 * 100vw), 46px);
}
@media screen and (max-width: 767px) {
  .cv__btn {
    width: calc(565 / 750 * 100vw);
    height: calc(99 / 750 * 100vw);
    border-radius: calc(46 / 750 * 100vw);
    padding-left: calc(50 / 750 * 100vw);
  }
}
.cv__btn::after {
  position: absolute;
  top: 50%;
  right: min(calc(20 / 1080 * 100vw), 20px);
  width: min(calc(8 / 1080 * 100vw), 8px);
  height: min(calc(14 / 1080 * 100vw), 14px);
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='15' viewBox='0 0 9 15' fill='none'%3E%3Cpath d='M1.1687 1.16895L7.1687 7.45466L1.1687 13.1689' stroke='white' stroke-width='2.33746' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .cv__btn::after {
    top: calc(48 / 750 * 100vw);
    right: calc(20 / 750 * 100vw);
    width: calc(11 / 750 * 100vw);
    height: calc(21 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .cv__btn:hover {
    filter: brightness(120%);
  }
}
.cv__badge {
  position: absolute;
  top: 50%;
  left: max(calc(-37 / 1080 * 100vw), -37px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(calc(92 / 1080 * 100vw), 92px);
  height: min(calc(92 / 1080 * 100vw), 92px);
  background-color: #ffffff;
  border: min(calc(3 / 1080 * 100vw), 3px) solid #14b8a6;
  border-radius: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .cv__badge {
    width: calc(115 / 750 * 100vw);
    height: calc(115 / 750 * 100vw);
    border: calc(4 / 750 * 100vw) solid #14b8a6;
  }
}
.cv__badge p {
  font-family: "Rounded Mplus 1c", sans-serif;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 800;
  line-height: 1.2;
  color: #000000;
  text-align: center;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .cv__badge p {
    font-size: calc(28 / 750 * 100vw);
    letter-spacing: -0.1em;
  }
}
.cv__badge p span {
  font-family: "Rounded Mplus 1c", sans-serif;
  font-size: min(calc(36 / 1080 * 100vw), 36px);
  font-weight: 500;
  line-height: 1.2;
  color: #000000;
  text-align: center;
  letter-spacing: -0.1em;
}
@media screen and (max-width: 767px) {
  .cv__badge p span {
    font-size: calc(46 / 750 * 100vw);
    letter-spacing: -0.1em;
  }
}
.cv__btnText {
  margin-left: min(calc(8 / 1080 * 100vw), 8px);
  font-family: "Rounded Mplus 1c", sans-serif;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 500;
  line-height: 1.6;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .cv__btnText {
    font-size: calc(30 / 750 * 100vw);
    line-height: 1.2;
    letter-spacing: 0.03em;
  }
}

.fv {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .fv {
    height: auto;
    min-height: calc(1350 / 750 * 100vw);
  }
}

.fv__bg {
  width: 100%;
  height: 100%;
  z-index: 0;
}
.fv__bg picture,
.fv__bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fv__inner {
  position: absolute;
  inset: 0;
  z-index: 1;
  max-width: min(calc(1080 / 1080 * 100vw), 1080px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .fv__inner {
    max-width: 100%;
    padding: calc(35 / 750 * 100vw) calc(30 / 750 * 100vw) 0;
  }
}

.fv__main {
  font-family: "Rounded Mplus 1c", "Noto Sans JP", sans-serif;
  font-size: min(calc(62 / 1080 * 100vw), 62px);
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.04em;
  color: #000;
  margin: min(calc(75 / 1080 * 100vw), 75px) 0 0 min(calc(71 / 1080 * 100vw), 71px);
}
@media screen and (max-width: 767px) {
  .fv__main {
    font-size: calc(72 / 750 * 100vw);
    text-align: left;
    margin: 0 auto;
    text-align: center;
  }
}

.fv__lead {
  margin-top: min(calc(34 / 1080 * 100vw), 34px);
  margin-left: min(calc(81 / 1080 * 100vw), 81px);
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .fv__lead {
    margin-top: calc(435 / 750 * 100vw);
    margin-left: 0;
  }
}

.fv__lead-text {
  font-family: "Rounded Mplus 1c", "Noto Sans JP", sans-serif;
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  font-weight: 500;
  line-height: 1.7;
  color: #000;
}
@media screen and (max-width: 767px) {
  .fv__lead-text {
    font-size: calc(36 / 750 * 100vw);
    padding-left: calc(13 / 750 * 100vw);
    line-height: 1.6;
  }
}

.fv__lead-line {
  display: block;
  position: relative;
  padding-bottom: min(calc(1 / 1080 * 100vw), 1px);
}
.fv__lead-line::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  border-bottom: 2px dashed #facc15;
}
@media screen and (max-width: 767px) {
  .fv__lead-line {
    padding-bottom: calc(2 / 750 * 100vw);
  }
}

.fv__catch {
  display: flex;
  align-items: flex-end;
  margin-top: max(calc(-66 / 1080 * 100vw), -66px);
  margin-left: min(calc(71 / 1080 * 100vw), 71px);
}
@media screen and (max-width: 767px) {
  .fv__catch {
    width: 100%;
    margin: calc(-225 / 750 * 100vw) 0 0 calc(120 / 750 * 100vw);
    gap: calc(10 / 750 * 100vw);
  }
}

.fv__catch-text {
  font-family: "Rounded Mplus 1c", "Noto Sans JP", sans-serif;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  margin-bottom: min(calc(20 / 1080 * 100vw), 20px);
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .fv__catch-text {
    font-size: calc(38 / 750 * 100vw);
    margin-bottom: 0;
  }
}

.fv__catch-img {
  width: min(calc(366 / 1080 * 100vw), 366px);
}
@media screen and (max-width: 767px) {
  .fv__catch-img {
    width: calc(290 / 750 * 100vw);
  }
}

.fv__cta {
  display: flex;
  align-items: center;
  gap: min(calc(19 / 1080 * 100vw), 19px);
  margin-top: max(calc(-20 / 1080 * 100vw), -20px);
  margin-left: min(calc(80 / 1080 * 100vw), 80px);
}
@media screen and (max-width: 767px) {
  .fv__cta {
    flex-direction: column-reverse;
    align-items: center;
    gap: calc(7 / 750 * 100vw);
    margin: calc(10 / 750 * 100vw) auto 0;
  }
}

.fv__btn {
  display: flex;
  align-items: center;
  position: relative;
  width: min(calc(449 / 1080 * 100vw), 449px);
  height: min(calc(92 / 1080 * 100vw), 92px);
  text-decoration: none;
  transition: filter 0.3s ease;
}
@media screen and (min-width: 768px) {
  .fv__btn:hover {
    filter: brightness(120%);
  }
}
.fv__btn::before {
  content: "";
  position: absolute;
  top: min(calc(8 / 1080 * 100vw), 8px);
  left: min(calc(37 / 1080 * 100vw), 37px);
  width: min(calc(412 / 1080 * 100vw), 412px);
  height: min(calc(77 / 1080 * 100vw), 77px);
  background-color: #14b8a6;
  border-radius: 46px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .fv__btn {
    width: calc(585 / 750 * 100vw);
    height: calc(115 / 750 * 100vw);
  }
  .fv__btn::before {
    top: calc(9 / 750 * 100vw);
    left: calc(20 / 750 * 100vw);
    width: calc(565 / 750 * 100vw);
    height: calc(99 / 750 * 100vw);
  }
}

.fv__btn-circle {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(calc(92 / 1080 * 100vw), 92px);
  height: min(calc(92 / 1080 * 100vw), 92px);
  background-color: #facc15;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .fv__btn-circle {
    width: calc(115 / 750 * 100vw);
    height: calc(115 / 750 * 100vw);
  }
}

.fv__btn-days {
  font-family: "Rounded Mplus 1c", "Noto Sans JP", sans-serif;
  font-size: min(calc(36 / 1080 * 100vw), 36px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.1em;
  color: #000;
}
@media screen and (max-width: 767px) {
  .fv__btn-days {
    font-size: calc(46 / 750 * 100vw);
  }
}

.fv__btn-unit {
  font-family: "Rounded Mplus 1c", "Noto Sans JP", sans-serif;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.03em;
  color: #000;
  margin-top: min(calc(5 / 1080 * 100vw), 5px);
}
@media screen and (max-width: 767px) {
  .fv__btn-unit {
    font-size: calc(28 / 750 * 100vw);
    margin-top: calc(8 / 750 * 100vw);
    letter-spacing: 0.01em;
  }
}

.fv__btn-text {
  position: relative;
  z-index: 1;
  font-family: "Rounded Mplus 1c", "Noto Sans JP", sans-serif;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.03em;
  color: #fff;
  margin-left: min(calc(27 / 1080 * 100vw), 27px);
}
@media screen and (max-width: 767px) {
  .fv__btn-text {
    font-size: calc(30 / 750 * 100vw);
    margin-left: calc(14 / 750 * 100vw);
  }
}

.fv__btn-icon {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: min(calc(15 / 1080 * 100vw), 15px);
}
.fv__btn-icon img {
  width: min(calc(6 / 1080 * 100vw), 6px);
  height: auto;
}
@media screen and (max-width: 767px) {
  .fv__btn-icon {
    margin-left: calc(16 / 750 * 100vw);
  }
  .fv__btn-icon img {
    width: calc(16 / 750 * 100vw);
  }
}

.fv__medals {
  display: flex;
  gap: min(calc(15 / 1080 * 100vw), 15px);
}
@media screen and (max-width: 767px) {
  .fv__medals {
    gap: calc(23 / 750 * 100vw);
  }
}

.fv__medal {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: min(calc(146 / 1080 * 100vw), 146px);
  height: min(calc(146 / 1080 * 100vw), 146px);
  background-color: #fff;
  border: 4px solid #000;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .fv__medal {
    width: calc(215 / 750 * 100vw);
    height: calc(215 / 750 * 100vw);
    border-width: calc(6 / 750 * 100vw);
  }
}

.fv__medal-label {
  font-family: "Rounded Mplus 1c", "Noto Sans JP", sans-serif;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.03em;
  color: #000;
}
@media screen and (max-width: 767px) {
  .fv__medal-label {
    font-size: calc(28 / 750 * 100vw);
  }
}

.fv__medal-value {
  display: flex;
  align-items: baseline;
  margin-top: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .fv__medal-value {
    margin-top: calc(5 / 750 * 100vw);
  }
}

.fv__medal-num {
  font-family: "Rounded Mplus 1c", "Noto Sans JP", sans-serif;
  font-size: min(calc(39 / 1080 * 100vw), 39px);
  font-weight: 800;
  line-height: 1;
  color: #14b8a6;
  letter-spacing: 0.01em;
}
.fv__medal:last-child .fv__medal-num {
  font-size: min(calc(50 / 1080 * 100vw), 50px);
}
.fv__medal-num span {
  font-size: 0.7em;
}
@media screen and (max-width: 767px) {
  .fv__medal-num {
    font-size: calc(55 / 750 * 100vw);
  }
  .fv__medal:last-child .fv__medal-num {
    font-size: calc(70 / 750 * 100vw);
  }
}

.fv__medal-unit {
  font-family: "Rounded Mplus 1c", "Noto Sans JP", sans-serif;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.03em;
  color: #14b8a6;
}
.fv__medal:last-child .fv__medal-unit {
  font-size: min(calc(34 / 1080 * 100vw), 34px);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .fv__medal-unit {
    font-size: calc(28 / 750 * 100vw);
  }
  .fv__medal:last-child .fv__medal-unit {
    font-size: calc(48 / 750 * 100vw);
  }
}

.fv__medal-suffix {
  font-family: "Rounded Mplus 1c", "Noto Sans JP", sans-serif;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.03em;
  color: #14b8a6;
  margin-left: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .fv__medal-suffix {
    font-size: calc(28 / 750 * 100vw);
    margin-left: calc(3 / 750 * 100vw);
  }
}

.fv__medal-note {
  position: absolute;
  bottom: min(calc(10 / 1080 * 100vw), 10px);
  left: 50%;
  transform: translateX(-50%);
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  line-height: 1.3;
  color: #000;
}
@media screen and (max-width: 767px) {
  .fv__medal-note {
    bottom: calc(12 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
  }
}

.fv__note {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #000;
  margin-left: min(calc(80 / 1080 * 100vw), 80px);
  margin-top: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .fv__note {
    position: relative;
    bottom: auto;
    left: auto;
    font-size: calc(20 / 750 * 100vw);
    margin: calc(30 / 750 * 100vw) auto 0;
    padding: 0 calc(5 / 750 * 100vw);
  }
}

.fv__chara01 {
  position: absolute;
  right: max(calc(-58 / 1080 * 100vw), -58px);
  top: min(calc(8 / 1080 * 100vw), 8px);
  width: min(calc(270 / 1080 * 100vw), 270px);
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .fv__chara01 {
    right: auto;
    left: 50%;
    top: 0;
    width: 100%;
    transform: translate(-50%, 0);
  }
}
.fv__chara01 picture,
.fv__chara01 img {
  display: block;
}

.fv__baloon01 {
  position: absolute;
  left: min(calc(573 / 1080 * 100vw), 573px);
  top: min(calc(36 / 1080 * 100vw), 36px);
  width: min(calc(416 / 1080 * 100vw), 416px);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .fv__baloon01 {
    left: calc(134 / 750 * 100vw);
    top: calc(218 / 750 * 100vw);
    width: calc(460 / 750 * 100vw);
  }
}

.fv__baloon01-inner {
  position: relative;
  width: 100%;
}

.fv__baloon01-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: scale(0.8);
  transform-origin: left bottom;
  transition: opacity 0.15s cubic-bezier(0.96, 0, 0.58, 1), transform 0.15s cubic-bezier(0.96, 0, 0.58, 1);
}
@media screen and (max-width: 767px) {
  .fv__baloon01-item {
    transform-origin: right bottom;
  }
}
.fv__baloon01-item.--active {
  opacity: 1;
  transform: scale(1);
}
.fv__baloon01-item.--active2 {
  transform: scale(1);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.fv__baloon01-item img {
  display: block;
  filter: drop-shadow(5px 5px 0px rgba(0, 0, 0, 0.25));
}
/*# sourceMappingURL=fv.css.map */
