@charset "UTF-8";
.--sans {
  font-family: "Noto Sans JP", sans-serif;
}

.--serif {
  font-family: "Noto Serif JP", serif;
}

br {
  display: block;
}

* {
  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: rgb(51, 51, 51);
  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: rgb(51, 51, 51);
}
@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: rgb(51, 51, 51) !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: rgb(51, 51, 51) !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 rgb(51, 51, 51);
}
.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%, rgb(51, 51, 51) 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 rgb(51, 51, 51);
}
.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: 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(11 / 1080 * 100vw), 11px);
}
@media screen and (max-width: 767px) {
  .adlp-header__wrapper {
    gap: 0 calc(16 / 750 * 100vw);
    margin-right: calc(16 / 750 * 100vw);
  }
}
.adlp-header .adlp-hbtn {
  color: #fff;
  overflow: hidden;
}
.adlp-header .adlp-hbtn.--a {
  background-color: #F66A09;
}
.adlp-header .adlp-hbtn.--a .free {
  background-color: #7B3504;
}
.adlp-header .adlp-hbtn.--b {
  background-color: #13AE03;
}
.adlp-header .adlp-hbtn.--b .free {
  background-color: #095701;
}
@media screen and (min-width: 768px) {
  .adlp-header .adlp-hbtn {
    width: min(calc(151 / 1080 * 100vw), 151px);
    height: min(calc(63 / 1080 * 100vw), 63px);
    font-size: min(calc(18 / 1080 * 100vw), 18px);
    border-radius: min(calc(14 / 1080 * 100vw), 14px);
  }
}
@media screen and (max-width: 767px) {
  .adlp-header .adlp-hbtn {
    height: calc(88 / 750 * 100vw);
    width: calc(210 / 750 * 100vw);
    font-size: calc(24 / 750 * 100vw);
    border-radius: calc(20 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}
.adlp-header .adlp-hbtn p {
  display: flex;
  height: 100%;
}
.adlp-header .adlp-hbtn .free {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .adlp-header .adlp-hbtn .free {
    width: min(calc(32 / 1080 * 100vw), 32px);
    padding-left: min(calc(3 / 1080 * 100vw), 3px);
  }
}
@media screen and (max-width: 767px) {
  .adlp-header .adlp-hbtn .free {
    width: calc(44 / 750 * 100vw);
    padding-left: calc(4 / 750 * 100vw);
  }
}
.adlp-header .adlp-hbtn .text01 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.08em;
}

.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;
}
.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;
}
@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.--btn4 {
  color: #fff;
  background: #FFA800;
  box-shadow: 0 min(calc(14 / 1080 * 100vw), 14px) min(calc(24 / 1080 * 100vw), 24px) 0 rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn4 {
    box-shadow: 0 calc(14 / 750 * 100vw) calc(24 / 750 * 100vw) 0 rgba(0, 0, 0, 0.4);
  }
}
.adlp-btn.--btn4::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.--btn4::after {
    width: calc(8 / 750 * 100vw);
    height: calc(16 / 750 * 100vw);
    right: calc(33 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .adlp-btn.--btn4:hover::after {
    transform: translate(min(calc(10 / 1080 * 100vw), 10px), -50%);
  }
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn4:active::after {
    transform: translate(min(calc(10 / 1080 * 100vw), 10px), -50%);
  }
}
.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/common/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);
  }
}
.sec06 .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) {
  .sec06 .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;
  }
}
.sec06 .adlp-modal:not(#modal_attention_distrust) .adlp-modal__content {
  width: calc(100% + 30px);
}
@media screen and (max-width: 767px) {
  .sec06 .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);
  }
}
.sec06 .adlp-modal:not(#modal_attention_distrust) .adlp-modal__content__inner {
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .sec06 .adlp-modal:not(#modal_attention_distrust) .adlp-modal__content__inner {
    margin-right: 0;
  }
}
.adlp-modal__content__close {
  width: min(calc(27 / 1080 * 100vw), 27px);
  height: min(calc(27 / 1080 * 100vw), 27px);
  position: absolute;
  top: min(calc(30 / 1080 * 100vw), 30px);
  right: min(calc(30 / 1080 * 100vw), 30px);
  cursor: pointer;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .adlp-modal__content__close {
    width: calc(38 / 750 * 100vw);
    height: calc(38 / 750 * 100vw);
    top: calc(30 / 750 * 100vw);
    right: calc(30 / 750 * 100vw);
  }
}
.adlp-modal__content__close svg {
  width: 100%;
  height: 100%;
}
.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__content__title {
  text-align: center;
  font-size: min(calc(26 / 1080 * 100vw), 26px);
}
@media screen and (max-width: 767px) {
  .adlp-modal__content__title {
    font-size: calc(40 / 750 * 100vw);
  }
}
.adlp-modal__content__body {
  margin: min(calc(30 / 1080 * 100vw), 30px) auto 0;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
}
@media screen and (max-width: 767px) {
  .adlp-modal__content__body {
    margin: calc(30 / 750 * 100vw) auto 0;
    font-size: calc(20 / 750 * 100vw);
  }
}
.adlp-modal__content__img {
  margin: min(calc(30 / 1080 * 100vw), 30px) auto 0;
  width: 80%;
}
@media screen and (max-width: 767px) {
  .adlp-modal__content__img {
    margin: calc(30 / 750 * 100vw) auto 0;
  }
}
.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);
  }
}

.cv {
  padding: min(calc(40 / 1080 * 100vw), 40px) 0;
}
@media screen and (max-width: 767px) {
  .cv {
    padding: calc(80 / 750 * 100vw) 0;
  }
}
.cv__title {
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 600;
  color: rgb(51, 51, 51);
  letter-spacing: 0.04em;
  line-height: 1.6;
  text-align: center;
  margin-bottom: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .cv__title {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: 0.04em;
    margin-bottom: calc(16 / 750 * 100vw);
  }
}
.cv__buttons {
  display: flex;
  gap: min(calc(32 / 1080 * 100vw), 32px);
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .cv__buttons {
    flex-direction: column;
    gap: calc(40 / 750 * 100vw);
    align-items: center;
  }
}
.cv__button-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .cv__button-group {
    gap: calc(16 / 750 * 100vw);
  }
}
.cv .adlp-btn {
  width: min(calc(444 / 1080 * 100vw), 444px);
  height: min(calc(84 / 1080 * 100vw), 84px);
  border-radius: 200px;
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  .cv .adlp-btn {
    width: calc(550 / 750 * 100vw);
    height: calc(118 / 750 * 100vw);
    padding-left: calc(24 / 750 * 100vw);
  }
}
.cv .adlp-btn.--a {
  background: #F66A09;
}
.cv .adlp-btn.--b {
  background: #13AE03;
}
.cv .adlp-btn::after {
  width: min(calc(12 / 1080 * 100vw), 12px);
  height: min(calc(20 / 1080 * 100vw), 20px);
  background: 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='M12 10L0.831135 20L0 18.8729L9.90994 10L0 1.1271L0.831135 0L12 10Z' fill='white'/%3E%3C/svg%3E%0A") 0 0/100% no-repeat;
}
@media screen and (max-width: 767px) {
  .cv .adlp-btn::after {
    width: calc(18 / 750 * 100vw);
    height: calc(28 / 750 * 100vw);
  }
}
.cv .adlp-btn p.--a {
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .cv .adlp-btn p.--a {
    font-size: calc(36 / 750 * 100vw);
  }
}
.cv .adlp-btn p.--a span {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .cv .adlp-btn p.--a span {
    font-size: calc(26 / 750 * 100vw);
  }
}
.cv .adlp-btn p.--b {
  flex-direction: column;
  position: absolute;
  left: min(calc(5 / 1080 * 100vw), 5px);
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  color: #f66a09;
  width: min(calc(74 / 1080 * 100vw), 74px);
  height: min(calc(74 / 1080 * 100vw), 74px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: min(calc(23 / 1080 * 100vw), 23px);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.12;
}
@media screen and (max-width: 767px) {
  .cv .adlp-btn p.--b {
    left: calc(8 / 750 * 100vw);
    width: calc(102 / 750 * 100vw);
    height: calc(102 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
  }
}
.cv .adlp-btn.--b p.--b {
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  color: rgb(51, 51, 51);
}
@media screen and (max-width: 767px) {
  .cv .adlp-btn.--b p.--b {
    font-size: calc(20 / 750 * 100vw);
  }
}
.cv .adlp-btn.--b p.--b .--s {
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  color: #13ae03;
}
@media screen and (max-width: 767px) {
  .cv .adlp-btn.--b p.--b .--s {
    font-size: calc(36 / 750 * 100vw);
  }
}
.cv__time-info {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  color: rgb(51, 51, 51);
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cv__time-info {
    font-size: calc(20 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}

.campaign {
  background: url(../img/pc/campaign.webp) 50% 0/100% no-repeat, url(../img/common/campaign_bg.svg) repeat;
}
@media screen and (max-width: 767px) {
  .campaign {
    background: url(../img/sp/campaign.webp) 50% 0/100% no-repeat, url(../img/sp/campaign_bottom.webp) 100% 100%/calc(150 / 750 * 100vw) no-repeat, url(../img/common/campaign_bg.svg) repeat;
  }
}
.campaign.--b {
  background: url(../img/pc/campaign.webp) 50% 0/100% no-repeat, url(../img/common/campaign_bg2.svg) repeat;
}
@media screen and (max-width: 767px) {
  .campaign.--b {
    background: url(../img/sp/campaign.webp) 50% 0/100% no-repeat, url(../img/sp/campaign_bottom.webp) 100% 100%/calc(150 / 750 * 100vw) no-repeat, url(../img/common/campaign_bg2.svg) repeat;
  }
}
.campaign__container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: min(calc(20 / 1080 * 100vw), 20px) 0 min(calc(60 / 1080 * 100vw), 60px);
}
@media screen and (max-width: 767px) {
  .campaign__container {
    padding: calc(80 / 750 * 100vw) 0;
  }
}
.campaign__subtitle {
  background: #082d4f;
  border: min(calc(2 / 1080 * 100vw), 2px) solid rgb(195, 170, 108);
  padding: min(calc(2 / 1080 * 100vw), 2px) min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 500;
  color: rgb(255, 255, 255);
  text-align: center;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .campaign__subtitle {
    border-width: calc(4 / 750 * 100vw);
    padding: calc(2 / 750 * 100vw) calc(40 / 750 * 100vw);
    font-size: calc(36 / 750 * 100vw);
    letter-spacing: 0.04em;
  }
}
.campaign__subtitle p {
  line-height: 1.6;
}
.campaign__badge {
  width: min(calc(415.5 / 1080 * 100vw), 415.5px);
  margin: min(calc(8 / 1080 * 100vw), 8px) 0;
}
@media screen and (max-width: 767px) {
  .campaign__badge {
    width: calc(589 / 750 * 100vw);
    margin: calc(8 / 750 * 100vw);
  }
}
.campaign__badge-bg {
  display: block;
}
.campaign__accordion {
  background: transparent !important;
}
.campaign__accordion .adlp-accordion__header {
  background: transparent;
  border: min(calc(3 / 1080 * 100vw), 3px) solid rgb(255, 255, 255);
  border-radius: 200px;
  width: min(calc(424 / 1080 * 100vw), 424px);
  padding: min(calc(12 / 1080 * 100vw), 12px) 0;
  margin: 0 auto;
  color: rgb(255, 255, 255);
  text-align: center;
  font-weight: 700;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  line-height: 1.15;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .campaign__accordion .adlp-accordion__header {
    width: calc(590 / 750 * 100vw);
    border-width: calc(6 / 750 * 100vw);
    padding: calc(8 / 750 * 100vw) 0;
    font-size: calc(32 / 750 * 100vw);
  }
}
.campaign__accordion .adlp-accordion__header::after {
  content: "＋";
  background: none;
  width: 5%;
  height: auto;
  right: min(calc(20 / 1080 * 100vw), 20px);
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  line-height: 0.8;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .campaign__accordion .adlp-accordion__header::after {
    right: calc(30 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
  }
}
.campaign__accordion .adlp-accordion__header.--open::after {
  content: "−";
}
.campaign__accordion .adlp-accordion__body__inner {
  margin: 0;
  padding: 0;
}
.campaign__accordion .adlp-accordion__body__inner > div {
  display: block;
  background: rgb(255, 255, 255);
  width: min(calc(800 / 1080 * 100vw), 800px);
  padding: min(calc(40 / 1080 * 100vw), 40px);
  border-radius: min(calc(16 / 1080 * 100vw), 16px);
  margin-top: min(calc(28 / 1080 * 100vw), 28px);
}
@media screen and (max-width: 767px) {
  .campaign__accordion .adlp-accordion__body__inner > div {
    width: calc(630 / 750 * 100vw);
    padding: calc(40 / 750 * 100vw);
    border-radius: calc(16 / 750 * 100vw);
    margin-top: calc(40 / 750 * 100vw);
  }
}
.campaign__accordion-content {
  margin-bottom: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .campaign__accordion-content {
    margin-bottom: calc(16 / 750 * 100vw);
  }
}
.campaign__accordion-content p {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  color: rgb(51, 51, 51);
  letter-spacing: 0.04em;
  text-align: justify;
  line-height: 1.8;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .campaign__accordion-content p {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}
.campaign__accordion-content p.--bold {
  font-weight: 700;
}
.campaign__accordion-list {
  margin-bottom: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .campaign__accordion-list {
    margin-bottom: calc(16 / 750 * 100vw);
  }
}
.campaign__accordion-list:last-child {
  margin-bottom: 0;
}
.campaign__accordion-list li {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  color: rgb(51, 51, 51);
  letter-spacing: 0.04em;
  text-align: justify;
  line-height: 1.8;
  list-style-type: disc;
  margin-left: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .campaign__accordion-list li {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: 0.08em;
    margin-left: calc(39 / 750 * 100vw);
  }
}
.campaign__accordion-section {
  margin-bottom: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .campaign__accordion-section {
    margin-bottom: calc(16 / 750 * 100vw);
  }
}
.campaign__accordion-section .campaign__accordion-list {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .campaign__accordion-section .campaign__accordion-list {
    margin: 0;
  }
}
.campaign__accordion-section .campaign__accordion-ordered li {
  list-style: decimal;
}
.campaign__accordion-inner {
  padding-left: min(calc(32 / 1080 * 100vw), 32px);
}
@media screen and (max-width: 767px) {
  .campaign__accordion-inner {
    padding-left: calc(32 / 750 * 100vw);
  }
}
.campaign__accordion-ordered li {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  color: rgb(51, 51, 51);
  letter-spacing: 0.04em;
  text-align: justify;
  line-height: 1.8;
  margin-left: min(calc(24 / 1080 * 100vw), 24px);
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .campaign__accordion-ordered li {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: 0.08em;
    margin-left: calc(39 / 750 * 100vw);
  }
}
.campaign__accordion-ordered li:last-child {
  margin-bottom: 0;
}

.sec01 {
  background: url(../img/pc/sec01.webp) 50% 0/100% no-repeat #E98892;
  height: min(calc(859 / 1080 * 100vw), 859px);
  padding-top: min(calc(140 / 1080 * 100vw), 140px);
}
@media screen and (max-width: 767px) {
  .sec01 {
    background: url(../img/sp/sec01.webp) 50% 0/100% no-repeat #E98892;
    height: calc(1528 / 750 * 100vw);
    padding-top: calc(160 / 750 * 100vw);
  }
}
.sec01__content {
  display: flex;
  gap: min(calc(24 / 1080 * 100vw), 24px);
  width: min(calc(984 / 1080 * 100vw), 984px);
  margin: 0 auto min(calc(280 / 1080 * 100vw), 280px);
}
@media screen and (max-width: 767px) {
  .sec01__content {
    flex-direction: column;
    gap: calc(88 / 750 * 100vw);
    width: 100%;
    margin-bottom: calc(340 / 750 * 100vw);
  }
}
.sec01__title {
  flex: 1;
  text-align: center;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 600;
  color: rgb(51, 51, 51);
  letter-spacing: 0.04em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .sec01__title {
    font-size: calc(36 / 750 * 100vw);
  }
}
.sec01__title-accent {
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  color: rgb(224, 72, 112);
  letter-spacing: 0.04em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .sec01__title-accent {
    font-size: calc(64 / 750 * 100vw);
  }
}
.sec01__subtitle {
  text-align: center;
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  font-weight: 600;
  color: rgb(51, 51, 51);
  letter-spacing: 0.04em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .sec01__subtitle {
    font-size: calc(48 / 750 * 100vw);
  }
}
.sec01__concerns {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: min(calc(40 / 1080 * 100vw), 40px) min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec01__concerns {
    gap: calc(40 / 750 * 100vw);
  }
}
.sec01__concern {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgb(255, 255, 255);
  padding: min(calc(16 / 1080 * 100vw), 16px);
  border-radius: min(calc(16 / 1080 * 100vw), 16px);
  box-shadow: min(calc(4 / 1080 * 100vw), 4px) min(calc(4 / 1080 * 100vw), 4px) min(calc(4 / 1080 * 100vw), 4px) 0 rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 767px) {
  .sec01__concern {
    padding: calc(16 / 750 * 100vw);
    border-radius: calc(16 / 750 * 100vw);
    box-shadow: calc(4 / 750 * 100vw) calc(4 / 750 * 100vw) calc(4 / 750 * 100vw) 0 rgba(0, 0, 0, 0.08);
  }
}
.sec01__concern::after, .sec01__concern::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: max(calc(-15 / 1080 * 100vw), -15px);
  background: rgb(255, 255, 255);
  width: min(calc(16 / 1080 * 100vw), 16px);
  height: min(calc(16 / 1080 * 100vw), 16px);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 767px) {
  .sec01__concern::after, .sec01__concern::before {
    bottom: calc(-15 / 750 * 100vw);
    width: calc(16 / 750 * 100vw);
    height: calc(16 / 750 * 100vw);
  }
}
.sec01__concern::before {
  background: rgba(0, 0, 0, 0.04);
  bottom: max(calc(-17 / 1080 * 100vw), -17px);
  left: calc(50% + min(calc(4 / 1080 * 100vw), 4px));
}
@media screen and (max-width: 767px) {
  .sec01__concern::before {
    bottom: calc(-17 / 750 * 100vw);
    left: calc(50% + calc(4 / 750 * 100vw));
  }
}
.sec01__concern p {
  text-align: center;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 700;
  color: rgb(51, 51, 51);
  letter-spacing: 0.08em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .sec01__concern p {
    border-radius: calc(16 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec01__answer {
  text-align: center;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  color: rgb(255, 255, 255);
  letter-spacing: 0.064em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .sec01__answer {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: 0.04em;
  }
}
.sec01__answer-bold {
  font-weight: 700;
}
.sec01__answer-underline {
  border-bottom: 1px solid #fff;
}

.sec02 {
  padding: min(calc(80 / 1080 * 100vw), 80px) 0;
}
@media screen and (max-width: 767px) {
  .sec02 {
    padding: calc(80 / 750 * 100vw) 0;
  }
}
.sec02__container {
  width: min(calc(920 / 1080 * 100vw), 920px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec02__container {
    width: calc(630 / 750 * 100vw);
  }
}
.sec02__hero {
  position: relative;
  background: url(../img/pc/sec02_style1.webp) 50% 0/100% no-repeat;
  width: min(calc(560 / 1080 * 100vw), 560px);
  height: min(calc(588 / 1080 * 100vw), 588px);
  margin: 0 auto min(calc(56 / 1080 * 100vw), 56px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec02__hero {
    background: url(../img/sp/sec02_style1.webp) 50% 0/100% no-repeat;
    width: 100%;
    height: calc(662 / 750 * 100vw);
    margin-bottom: calc(56 / 750 * 100vw);
  }
}
.sec02__hero-title {
  text-align: center;
  font-size: min(calc(36 / 1080 * 100vw), 36px);
  font-weight: 600;
  color: rgb(27, 64, 99);
  letter-spacing: 0.04em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .sec02__hero-title {
    font-size: calc(40 / 750 * 100vw);
    line-height: 1.4;
  }
}
.sec02__hero-title-accent {
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  letter-spacing: 0.04em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .sec02__hero-title-accent {
    font-size: calc(56 / 750 * 100vw);
    letter-spacing: 0.04em;
  }
}
.sec02__hero-title-text {
  font-size: min(calc(36 / 1080 * 100vw), 36px);
  letter-spacing: 0.04em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .sec02__hero-title-text {
    font-size: calc(40 / 750 * 100vw);
    line-height: 1.4;
  }
}
.sec02__hero-title-note {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .sec02__hero-title-note {
    font-size: calc(20 / 750 * 100vw);
  }
}
.sec02__hero-main {
  text-align: center;
  font-size: min(calc(36 / 1080 * 100vw), 36px);
  font-weight: 600;
  color: rgb(166, 55, 59);
  letter-spacing: 0.04em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .sec02__hero-main {
    font-size: calc(40 / 750 * 100vw);
    letter-spacing: 0.04em;
    line-height: 1.4;
  }
}
.sec02__hero-main-accent {
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  letter-spacing: 0.04em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .sec02__hero-main-accent {
    font-size: calc(64 / 750 * 100vw);
  }
}
.sec02__hero-main-text {
  font-size: min(calc(36 / 1080 * 100vw), 36px);
  letter-spacing: 0.04em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .sec02__hero-main-text {
    font-size: calc(40 / 750 * 100vw);
    letter-spacing: 0.04em;
    line-height: 1.4;
  }
}
.sec02__hero-caption {
  text-align: center;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  color: rgb(102, 102, 102);
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .sec02__hero-caption {
    font-size: calc(20 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}
.sec02__content {
  width: min(calc(920 / 1080 * 100vw), 920px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: min(calc(56 / 1080 * 100vw), 56px);
}
@media screen and (max-width: 767px) {
  .sec02__content {
    width: 100%;
    gap: calc(120 / 750 * 100vw);
  }
}
.sec02__item {
  display: flex;
  flex-direction: column;
  gap: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec02__item {
    gap: calc(24 / 750 * 100vw);
  }
}
.sec02__item-image {
  position: relative;
  width: min(calc(448 / 1080 * 100vw), 448px);
}
@media screen and (max-width: 767px) {
  .sec02__item-image {
    margin: 0 calc(-30 / 750 * 100vw);
    width: calc(690 / 750 * 100vw);
  }
}
.sec02__item-image picture {
  width: 100%;
  height: 100%;
}
.sec02__item-image p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(calc(172 / 1080 * 100vw), 172px);
  height: min(calc(172 / 1080 * 100vw), 172px);
  background: rgb(255, 255, 255);
  border: min(calc(4 / 1080 * 100vw), 4px) solid rgb(238, 79, 105);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  color: rgb(238, 79, 105);
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec02__item-image p {
    width: calc(220 / 750 * 100vw);
    height: calc(220 / 750 * 100vw);
    border-width: calc(4 / 750 * 100vw);
    font-size: calc(24 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}
.sec02__item-main {
  display: flex;
  align-items: center;
  gap: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec02__item-main {
    flex-direction: column;
    gap: calc(24 / 750 * 100vw);
  }
}
.sec02__item-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: min(calc(32 / 1080 * 100vw), 32px);
}
@media screen and (max-width: 767px) {
  .sec02__item-text {
    gap: calc(24 / 750 * 100vw);
    width: 100%;
  }
}
.sec02__item-title {
  display: flex;
  align-items: center;
  gap: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec02__item-title {
    gap: calc(16 / 750 * 100vw);
  }
}
.sec02__item-number {
  width: min(calc(112 / 1080 * 100vw), 112px);
  height: min(calc(112 / 1080 * 100vw), 112px);
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/pc/sec02_no.webp) 50% 50%/100% 100% no-repeat;
  font-size: min(calc(36 / 1080 * 100vw), 36px);
  font-weight: 600;
  color: rgb(27, 64, 99);
  letter-spacing: 0.04em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .sec02__item-number {
    background: url(../img/sp/sec02_no.webp) 50% 50%/100% 100% no-repeat;
    width: calc(112 / 750 * 100vw);
    height: calc(112 / 750 * 100vw);
  }
}
.sec02__item-heading {
  flex: 1;
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  font-weight: 600;
  color: rgb(224, 72, 112);
  letter-spacing: 0em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .sec02__item-heading {
    font-size: calc(40 / 750 * 100vw);
    line-height: 1.4;
  }
}
.sec02__item-description {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  color: rgb(51, 51, 51);
  letter-spacing: 0.04em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .sec02__item-description {
    font-size: calc(30 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}
.sec02__item-description2 {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  color: rgb(51, 51, 51);
  letter-spacing: 0.04em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .sec02__item-description2 {
    font-size: calc(30 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}
.sec02__item-description2-bold {
  font-weight: 700;
}
.sec02__item-description3 {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  color: rgb(51, 51, 51);
  letter-spacing: 0.04em;
  line-height: 1.8;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec02__item-description3 {
    font-size: calc(30 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}
.sec02__item-description3-bold {
  font-weight: 700;
}
.sec02__item-plan {
  background: rgb(253, 234, 238);
  padding: min(calc(24 / 1080 * 100vw), 24px);
  border-radius: min(calc(40 / 1080 * 100vw), 40px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec02__item-plan {
    padding: calc(40 / 750 * 100vw);
    border-radius: calc(40 / 750 * 100vw);
  }
}
.sec02__item-plan p {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  color: rgb(51, 51, 51);
  letter-spacing: 0.04em;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec02__item-plan p {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: 0.08em;
    line-height: 1.6;
  }
}
.sec02__item-plan-accent {
  background: rgb(238, 79, 105);
  color: rgb(255, 255, 255);
  padding: 0 min(calc(16 / 1080 * 100vw), 16px);
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .sec02__item-plan-accent {
    font-size: calc(36 / 750 * 100vw);
    letter-spacing: 0.04em;
  }
}
.sec02__item-note {
  margin-top: min(calc(24 / 1080 * 100vw), 24px);
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  color: rgb(51, 51, 51);
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .sec02__item-note {
    margin-top: calc(24 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
  }
}
.sec02__item-detail {
  width: 100%;
}
.sec02__item-detail-content {
  background: rgb(253, 234, 238);
  padding: min(calc(40 / 1080 * 100vw), 40px);
  border-radius: min(calc(40 / 1080 * 100vw), 40px);
  display: flex;
  flex-direction: column;
  gap: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec02__item-detail-content {
    padding: calc(40 / 750 * 100vw);
    border-radius: calc(40 / 750 * 100vw);
  }
}
.sec02__item-detail-inner {
  display: flex;
  align-items: center;
  gap: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec02__item-detail-inner {
    flex-direction: column;
    gap: calc(8 / 750 * 100vw);
    text-align: center;
  }
}
.sec02__item-detail-icon {
  width: min(calc(120 / 1080 * 100vw), 120px);
  height: min(calc(120 / 1080 * 100vw), 120px);
}
@media screen and (max-width: 767px) {
  .sec02__item-detail-icon {
    width: calc(120 / 750 * 100vw);
    height: calc(120 / 750 * 100vw);
  }
}
.sec02__item-detail-text {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .sec02__item-detail-text {
    width: 100%;
  }
}
.sec02__item-detail-title {
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  font-weight: 700;
  color: rgb(51, 51, 51);
  letter-spacing: 0.08em;
  line-height: 1.8;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .sec02__item-detail-title {
    font-size: calc(30 / 750 * 100vw);
    letter-spacing: 0.08em;
    text-align: center;
  }
}
.sec02__item-detail-desc {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  color: rgb(51, 51, 51);
  letter-spacing: 0.04em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .sec02__item-detail-desc {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}
.sec02__item-detail-desc {
  text-align: left;
}
.sec02__item-detail-summary {
  border-top: min(calc(2 / 1080 * 100vw), 2px) solid rgb(238, 79, 105);
  padding-top: min(calc(24 / 1080 * 100vw), 24px);
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  color: rgb(51, 51, 51);
  letter-spacing: 0.04em;
  line-height: 1.8;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec02__item-detail-summary {
    border-top-width: calc(2 / 750 * 100vw);
    padding-top: calc(24 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}
.sec02__item-detail-summary-bold {
  font-weight: 700;
}
.sec02__item-detail-bold {
  font-weight: 700;
}

.sec03 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: min(calc(322 / 1080 * 100vw), 322px) 0 min(calc(120 / 1080 * 100vw), 120px);
  background: url(../img/pc/sec03.webp) 50% 0/100% no-repeat;
}
@media screen and (max-width: 767px) {
  .sec03 {
    padding: calc(630 / 750 * 100vw) 0 calc(120 / 750 * 100vw);
    background: url(../img/sp/sec03.webp) 50% 0/100% no-repeat;
  }
}
.sec03__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(calc(920 / 1080 * 100vw), 920px);
  margin: 0 auto;
  gap: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec03__container {
    width: calc(630 / 750 * 100vw);
    gap: calc(40 / 750 * 100vw);
  }
}
.sec03__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgb(255, 255, 255);
  border-radius: min(calc(40 / 1080 * 100vw), 40px) min(calc(40 / 1080 * 100vw), 40px) 0 0;
  padding: min(calc(40 / 1080 * 100vw), 40px) min(calc(40 / 1080 * 100vw), 40px) 0;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec03__content {
    border-radius: calc(40 / 750 * 100vw) calc(40 / 750 * 100vw) 0 0;
    padding: calc(40 / 750 * 100vw) 0 0;
    gap: calc(8 / 750 * 100vw);
  }
}
.sec03__content img {
  width: min(calc(175 / 1080 * 100vw), 175px);
}
@media screen and (max-width: 767px) {
  .sec03__content img {
    width: calc(175 / 750 * 100vw);
  }
}
.sec03__heading {
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  font-weight: 600;
  color: rgb(224, 72, 112);
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .sec03__heading {
    font-size: calc(56 / 750 * 100vw);
    letter-spacing: 0.04em;
  }
}
.sec03__description {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  color: rgb(51, 51, 51);
  letter-spacing: 0.04em;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec03__description {
    font-size: calc(30 / 750 * 100vw);
    letter-spacing: 0.08em;
    text-align: left;
  }
}
.sec03__items {
  display: flex;
  flex-wrap: wrap;
  gap: min(calc(24 / 1080 * 100vw), 24px) min(calc(15 / 1080 * 100vw), 15px);
  width: min(calc(846 / 1080 * 100vw), 846px);
}
@media screen and (max-width: 767px) {
  .sec03__items {
    gap: calc(24 / 750 * 100vw) calc(15 / 750 * 100vw);
    width: 100%;
  }
}
.sec03__item {
  display: flex;
  flex-direction: column;
  width: min(calc(200 / 1080 * 100vw), 200px);
}
@media screen and (max-width: 767px) {
  .sec03__item {
    width: calc(200 / 750 * 100vw);
  }
}
.sec03__item picture {
  border-radius: min(calc(16 / 1080 * 100vw), 16px) min(calc(16 / 1080 * 100vw), 16px) 0 0;
  overflow: hidden;
  aspect-ratio: 1/1;
  background: rgb(253, 234, 238);
}
@media screen and (max-width: 767px) {
  .sec03__item picture {
    border-radius: calc(16 / 750 * 100vw) calc(16 / 750 * 100vw) 0 0;
  }
}
.sec03__item-name {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(224, 72, 112);
  color: rgb(255, 255, 255);
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  text-align: center;
  border-radius: 0 0 min(calc(16 / 1080 * 100vw), 16px) min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec03__item-name {
    font-size: calc(24 / 750 * 100vw);
    border-radius: 0 0 calc(16 / 750 * 100vw) calc(16 / 750 * 100vw);
  }
}

.sec04 {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: min(calc(80 / 1080 * 100vw), 80px) min(calc(60 / 1080 * 100vw), 60px);
  background: rgb(253, 234, 238) url(../img/pc/sec04.webp) 50% 0/100% no-repeat;
}
@media screen and (max-width: 767px) {
  .sec04 {
    padding: calc(120 / 750 * 100vw) calc(60 / 750 * 100vw);
    background: rgb(253, 234, 238) url(../img/sp/sec04.webp) 50% 0/100% no-repeat;
  }
}
.sec04__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(calc(840 / 1080 * 100vw), 840px);
  gap: min(calc(56 / 1080 * 100vw), 56px);
}
@media screen and (max-width: 767px) {
  .sec04__container {
    width: 100%;
    gap: calc(56 / 750 * 100vw);
  }
}
.sec04__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec04__content {
    gap: calc(8 / 750 * 100vw);
  }
}
.sec04__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: rgb(224, 72, 112);
}
.sec04__title-sub {
  font-size: min(calc(36 / 1080 * 100vw), 36px);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec04__title-sub {
    font-size: calc(48 / 750 * 100vw);
    line-height: 1.4;
  }
}
.sec04__title-main {
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec04__title-main {
    font-size: calc(64 / 750 * 100vw);
  }
}
.sec04__description {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  color: rgb(51, 51, 51);
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec04__description {
    font-size: calc(30 / 750 * 100vw);
    letter-spacing: 0.08em;
    text-align: left;
  }
}
.sec04__slider {
  width: 100%;
}
.sec04__swiper {
  position: relative;
  padding-bottom: min(calc(112 / 1080 * 100vw), 112px);
}
@media screen and (max-width: 767px) {
  .sec04__swiper {
    padding-bottom: calc(128 / 750 * 100vw);
  }
}
.sec04__swiper .swiper-slide {
  padding: 0 min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec04__swiper .swiper-slide {
    padding: 0 calc(20 / 750 * 100vw);
  }
}
.sec04__card {
  display: flex;
  align-items: center;
  background: rgb(255, 255, 255);
  border-radius: min(calc(40 / 1080 * 100vw), 40px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec04__card {
    flex-direction: column;
    border-radius: calc(40 / 750 * 100vw);
  }
}
.sec04__card-image {
  width: min(calc(316 / 1080 * 100vw), 316px);
  background: rgb(238, 238, 238);
  border-radius: min(calc(40 / 1080 * 100vw), 40px) 0 0 min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec04__card-image {
    width: 100%;
    border-radius: calc(40 / 750 * 100vw) calc(40 / 750 * 100vw) 0 0;
  }
}
.sec04__card-content {
  flex: 1;
  padding: 0 min(calc(40 / 1080 * 100vw), 40px);
  display: flex;
  flex-direction: column;
  gap: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec04__card-content {
    padding: calc(40 / 750 * 100vw) calc(40 / 750 * 100vw) calc(40 / 750 * 100vw);
    gap: calc(8 / 750 * 100vw);
  }
}
.sec04__card-title {
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  font-weight: 700;
  color: rgb(224, 72, 112);
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec04__card-title {
    font-size: calc(30 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}
.sec04__card-text {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  color: rgb(51, 51, 51);
  line-height: 1.8;
  letter-spacing: 0.04em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec04__card-text {
    font-size: calc(30 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}
.sec04__card-text-bold {
  font-weight: 700;
}
.sec04__card-profile {
  display: flex;
  align-items: center;
  gap: min(calc(16 / 1080 * 100vw), 16px);
  padding-top: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec04__card-profile {
    gap: calc(16 / 750 * 100vw);
    padding-top: calc(8 / 750 * 100vw);
  }
}
.sec04__card-profile-icon {
  width: min(calc(56 / 1080 * 100vw), 56px);
  height: min(calc(56 / 1080 * 100vw), 56px);
  border-radius: 50%;
  background: rgb(253, 234, 238);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec04__card-profile-icon {
    width: calc(80 / 750 * 100vw);
    height: calc(80 / 750 * 100vw);
  }
}
.sec04__card-profile-text {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 700;
  color: rgb(102, 102, 102);
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec04__card-profile-text {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}
.sec04 .swiper-button-prev,
.sec04 .swiper-button-next {
  width: min(calc(56 / 1080 * 100vw), 56px);
  height: min(calc(56 / 1080 * 100vw), 56px);
  background: url("data:image/svg+xml,%3Csvg width='56' height='56' viewBox='0 0 56 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='path-1-inside-1_14046_5470' fill='white'%3E%3Cpath d='M0 28C0 12.536 12.536 0 28 0V0C43.464 0 56 12.536 56 28V28C56 43.464 43.464 56 28 56V56C12.536 56 0 43.464 0 28V28Z'/%3E%3C/mask%3E%3Cpath d='M0 28M56 28M56 28M0 28M28 0M56 28M28 56M0 28M28 56V54C13.6406 54 2 42.3594 2 28H0H-2C-2 44.5685 11.4315 58 28 58V56ZM56 28H54C54 42.3594 42.3594 54 28 54V56V58C44.5685 58 58 44.5685 58 28H56ZM28 0V2C42.3594 2 54 13.6406 54 28H56H58C58 11.4315 44.5685 -2 28 -2V0ZM28 0V-2C11.4315 -2 -2 11.4315 -2 28H0H2C2 13.6406 13.6406 2 28 2V0Z' fill='%23E04870' mask='url(%23path-1-inside-1_14046_5470)'/%3E%3Cpath d='M14.7929 27.2929C14.4024 27.6834 14.4024 28.3166 14.7929 28.7071L21.1569 35.0711C21.5474 35.4616 22.1805 35.4616 22.5711 35.0711C22.9616 34.6805 22.9616 34.0474 22.5711 33.6569L16.9142 28L22.5711 22.3431C22.9616 21.9526 22.9616 21.3195 22.5711 20.9289C22.1805 20.5384 21.5474 20.5384 21.1569 20.9289L14.7929 27.2929ZM43 28L43 27L15.5 27L15.5 28L15.5 29L43 29L43 28Z' fill='%23E04870'/%3E%3C/svg%3E%0A") center no-repeat;
  background-size: 100% 100%;
  margin: 0;
  top: auto;
  bottom: 0;
  z-index: 11;
  left: min(calc(276 / 1080 * 100vw), 276px);
}
@media screen and (max-width: 767px) {
  .sec04 .swiper-button-prev,
  .sec04 .swiper-button-next {
    width: calc(88 / 750 * 100vw);
    height: calc(88 / 750 * 100vw);
    left: calc(140 / 750 * 100vw);
  }
}
.sec04 .swiper-button-prev::after,
.sec04 .swiper-button-next::after {
  display: none;
}
.sec04 .swiper-button-next {
  left: auto;
  right: min(calc(276 / 1080 * 100vw), 276px);
  transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .sec04 .swiper-button-next {
    right: calc(140 / 750 * 100vw);
  }
}
.sec04 .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 0;
  top: auto;
  bottom: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec04 .swiper-pagination {
    gap: calc(24 / 750 * 100vw);
    bottom: calc(36 / 750 * 100vw);
  }
}
.sec04 .swiper-pagination-bullet {
  width: min(calc(8 / 1080 * 100vw), 8px);
  height: min(calc(8 / 1080 * 100vw), 8px);
  background: rgb(153, 153, 153);
  opacity: 1;
  border-radius: 50%;
  margin: 0 !important;
}
@media screen and (max-width: 767px) {
  .sec04 .swiper-pagination-bullet {
    width: calc(16 / 750 * 100vw);
    height: calc(16 / 750 * 100vw);
  }
}
.sec04 .swiper-pagination-bullet-active {
  background: rgb(224, 72, 112);
  opacity: 1;
}
.sec04__note {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec04__note-text {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  color: rgb(102, 102, 102);
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec04__note-text {
    font-size: calc(20 / 750 * 100vw);
    letter-spacing: 0.08em;
    text-align: left;
  }
}
.sec04 .adlp-swiper .swiper-slide {
  height: auto;
}
.sec04 .adlp-swiper .swiper-slide > .sec04__card {
  height: 100%;
}

.sec05 {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: min(calc(120 / 1080 * 100vw), 120px) min(calc(60 / 1080 * 100vw), 60px);
  background: rgb(255, 255, 255);
}
@media screen and (max-width: 767px) {
  .sec05 {
    padding: calc(120 / 750 * 100vw) calc(60 / 750 * 100vw);
  }
}
.sec05__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(calc(840 / 1080 * 100vw), 840px);
  gap: min(calc(56 / 1080 * 100vw), 56px);
}
@media screen and (max-width: 767px) {
  .sec05__container {
    width: 100%;
    gap: calc(56 / 750 * 100vw);
  }
}
.sec05__title {
  text-align: center;
  color: rgb(224, 72, 112);
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec05__title {
    font-size: calc(64 / 750 * 100vw);
  }
}
.sec05__title-small {
  font-size: min(calc(36 / 1080 * 100vw), 36px);
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec05__title-small {
    font-size: calc(40 / 750 * 100vw);
    line-height: 1.4;
    letter-spacing: 0.04em;
  }
}
.sec05__items {
  display: flex;
  flex-direction: column;
  gap: min(calc(80 / 1080 * 100vw), 80px);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec05__items {
    gap: calc(120 / 750 * 100vw);
  }
}
.sec05__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.sec05__item-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  margin-bottom: calc(24 / 750 * 100vw);
  font-size: min(calc(36 / 1080 * 100vw), 36px);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec05__item-title {
    margin-bottom: calc(24 / 750 * 100vw);
    font-size: calc(48 / 750 * 100vw);
    line-height: 1.4;
    letter-spacing: 0.04em;
  }
}
.sec05__item-title--kimono {
  color: rgb(27, 64, 99);
}
.sec05__item-title--kimono::before, .sec05__item-title--kimono::after {
  content: "";
  display: block;
  width: min(calc(96 / 1080 * 100vw), 96px);
  height: min(calc(36 / 1080 * 100vw), 36px);
  background: url(../img/pc/sec05_style1.webp) 0 0/100% 100% no-repeat;
}
@media screen and (max-width: 767px) {
  .sec05__item-title--kimono::before, .sec05__item-title--kimono::after {
    width: calc(118 / 750 * 100vw);
    height: calc(44 / 750 * 100vw);
    background: url(../img/sp/sec05_style1.webp) 0 0/100% 100% no-repeat;
  }
}
.sec05__item-title--kimono::after {
  transform: scale(-1, 1);
}
.sec05__item-title--other {
  color: #a58537;
}
.sec05__item-title--other::before, .sec05__item-title--other::after {
  content: "";
  display: block;
  width: min(calc(101 / 1080 * 100vw), 101px);
  height: min(calc(38 / 1080 * 100vw), 38px);
  background: url(../img/pc/sec05_style2.webp) 0 0/100% 100% no-repeat;
}
@media screen and (max-width: 767px) {
  .sec05__item-title--other::before, .sec05__item-title--other::after {
    width: calc(118 / 750 * 100vw);
    height: calc(44 / 750 * 100vw);
    background: url(../img/sp/sec05_style2.webp) 0 0/100% 100% no-repeat;
  }
}
.sec05__item-title--other::after {
  transform: scale(-1, 1);
}
.sec05__slider {
  width: 100%;
}
.sec05__swiper {
  position: relative;
  padding-bottom: min(calc(112 / 1080 * 100vw), 112px);
}
@media screen and (max-width: 767px) {
  .sec05__swiper {
    padding-bottom: calc(128 / 750 * 100vw);
  }
}
.sec05__swiper .swiper-slide {
  padding: 0 min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec05__swiper .swiper-slide {
    padding: 0 calc(20 / 750 * 100vw);
  }
}
.sec05__card {
  display: flex;
  align-items: center;
  background: rgb(255, 255, 255);
  border: min(calc(4 / 1080 * 100vw), 4px) solid rgb(27, 64, 99);
  border-radius: min(calc(40 / 1080 * 100vw), 40px);
  overflow: hidden;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .sec05__card {
    flex-direction: column;
    border-radius: calc(40 / 750 * 100vw);
    border-width: calc(4 / 750 * 100vw);
  }
}
.sec05__card--other {
  border-color: #c3aa6c;
}
.sec05__card-image {
  width: min(calc(396 / 1080 * 100vw), 396px);
  background: rgb(238, 238, 238);
  border-radius: min(calc(36 / 1080 * 100vw), 36px) 0 0 min(calc(36 / 1080 * 100vw), 36px);
}
@media screen and (max-width: 767px) {
  .sec05__card-image {
    width: 100%;
    border-radius: calc(36 / 750 * 100vw) calc(36 / 750 * 100vw) 0 0;
  }
}
.sec05__card-content {
  flex: 1;
  width: 100%;
  padding: 0 min(calc(40 / 1080 * 100vw), 40px);
  display: flex;
  flex-direction: column;
  gap: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec05__card-content {
    justify-content: space-between;
    padding: calc(40 / 750 * 100vw) calc(40 / 750 * 100vw) calc(40 / 750 * 100vw);
    gap: calc(16 / 750 * 100vw);
  }
}
.sec05__card-text {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  color: rgb(51, 51, 51);
  line-height: 1.8;
  letter-spacing: 0.04em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec05__card-text {
    font-size: calc(30 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}
.sec05__card-detail {
  display: flex;
  flex-direction: column;
  gap: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec05__card-detail {
    gap: calc(8 / 750 * 100vw);
  }
}
.sec05__card-category {
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  font-weight: 700;
  color: rgb(51, 51, 51);
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec05__card-category {
    font-size: calc(30 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}
.sec05__card-date {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  color: rgb(51, 51, 51);
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec05__card-date {
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}
.sec05__card-price {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec05__card-price-subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec05__card-price-subtitle {
    gap: calc(10 / 750 * 100vw);
  }
}
.sec05__card-price-line {
  width: min(calc(40 / 1080 * 100vw), 40px);
  height: min(calc(2 / 1080 * 100vw), 2px);
  background: rgb(224, 72, 112);
}
@media screen and (max-width: 767px) {
  .sec05__card-price-line {
    width: calc(40 / 750 * 100vw);
    height: calc(2 / 750 * 100vw);
  }
}
.sec05__card-price-label {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 700;
  color: rgb(224, 72, 112);
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec05__card-price-label {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}
.sec05__card-price-amount {
  text-align: center;
  color: rgb(224, 72, 112);
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.sec05__card-price-number {
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .sec05__card-price-number {
    font-size: calc(56 / 750 * 100vw);
    letter-spacing: 0.04em;
  }
}
.sec05__card-price-unit {
  font-size: min(calc(36 / 1080 * 100vw), 36px);
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .sec05__card-price-unit {
    font-size: calc(40 / 750 * 100vw);
  }
}
.sec05 .swiper-button-prev,
.sec05 .swiper-button-next {
  width: min(calc(56 / 1080 * 100vw), 56px);
  height: min(calc(56 / 1080 * 100vw), 56px);
  background: url("data:image/svg+xml,%3Csvg width='56' height='56' viewBox='0 0 56 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='path-1-inside-1_14046_5470' fill='white'%3E%3Cpath d='M0 28C0 12.536 12.536 0 28 0V0C43.464 0 56 12.536 56 28V28C56 43.464 43.464 56 28 56V56C12.536 56 0 43.464 0 28V28Z'/%3E%3C/mask%3E%3Cpath d='M0 28M56 28M56 28M0 28M28 0M56 28M28 56M0 28M28 56V54C13.6406 54 2 42.3594 2 28H0H-2C-2 44.5685 11.4315 58 28 58V56ZM56 28H54C54 42.3594 42.3594 54 28 54V56V58C44.5685 58 58 44.5685 58 28H56ZM28 0V2C42.3594 2 54 13.6406 54 28H56H58C58 11.4315 44.5685 -2 28 -2V0ZM28 0V-2C11.4315 -2 -2 11.4315 -2 28H0H2C2 13.6406 13.6406 2 28 2V0Z' fill='%23E04870' mask='url(%23path-1-inside-1_14046_5470)'/%3E%3Cpath d='M14.7929 27.2929C14.4024 27.6834 14.4024 28.3166 14.7929 28.7071L21.1569 35.0711C21.5474 35.4616 22.1805 35.4616 22.5711 35.0711C22.9616 34.6805 22.9616 34.0474 22.5711 33.6569L16.9142 28L22.5711 22.3431C22.9616 21.9526 22.9616 21.3195 22.5711 20.9289C22.1805 20.5384 21.5474 20.5384 21.1569 20.9289L14.7929 27.2929ZM43 28L43 27L15.5 27L15.5 28L15.5 29L43 29L43 28Z' fill='%23E04870'/%3E%3C/svg%3E%0A") center no-repeat;
  background-size: 100% 100%;
  margin: 0;
  top: auto;
  bottom: 0;
  z-index: 11;
  left: min(calc(226 / 1080 * 100vw), 226px);
}
@media screen and (max-width: 767px) {
  .sec05 .swiper-button-prev,
  .sec05 .swiper-button-next {
    width: calc(88 / 750 * 100vw);
    height: calc(88 / 750 * 100vw);
    left: calc(80 / 750 * 100vw);
  }
}
.sec05 .swiper-button-prev::after,
.sec05 .swiper-button-next::after {
  display: none;
}
.sec05 .swiper-button-next {
  left: auto;
  right: min(calc(226 / 1080 * 100vw), 226px);
  transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .sec05 .swiper-button-next {
    right: calc(80 / 750 * 100vw);
  }
}
.sec05 .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 0;
  top: auto;
  bottom: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec05 .swiper-pagination {
    gap: calc(24 / 750 * 100vw);
    bottom: calc(36 / 750 * 100vw);
  }
}
.sec05 .swiper-pagination-bullet {
  width: min(calc(8 / 1080 * 100vw), 8px);
  height: min(calc(8 / 1080 * 100vw), 8px);
  background: rgb(153, 153, 153);
  opacity: 1;
  border-radius: 50%;
  margin: 0 !important;
}
@media screen and (max-width: 767px) {
  .sec05 .swiper-pagination-bullet {
    width: calc(16 / 750 * 100vw);
    height: calc(16 / 750 * 100vw);
  }
}
.sec05 .swiper-pagination-bullet-active {
  background: rgb(224, 72, 112);
  opacity: 1;
}
.sec05 .adlp-swiper .swiper-slide {
  height: auto;
}
.sec05 .adlp-swiper .swiper-slide > .sec05__card {
  height: 100%;
}

.sec06 {
  border-top: min(calc(4 / 1080 * 100vw), 4px) solid rgb(233, 136, 146);
  padding: min(calc(60 / 1080 * 100vw), 60px) 0 0;
}
@media screen and (max-width: 767px) {
  .sec06 {
    border-top-width: calc(4 / 750 * 100vw);
    padding: calc(120 / 750 * 100vw) 0 0;
  }
}
@media screen and (min-width: 768px) {
  .sec06__header {
    padding-bottom: min(calc(40 / 1080 * 100vw), 40px);
  }
}
@media screen and (max-width: 767px) {
  .sec06__header {
    padding-bottom: calc(60 / 750 * 100vw);
  }
}
.sec06__title {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .sec06__title {
    width: min(calc(1080 / 1080 * 100vw), 1080px);
  }
}
@media screen and (max-width: 767px) {
  .sec06__title {
    margin-inline: calc(-30 / 750 * 100vw);
  }
}
.sec06__title .sub {
  background-color: rgb(27, 64, 99);
  color: #fff;
  border-radius: 9999px;
  margin-inline: auto;
  position: relative;
  display: block;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sec06__title .sub {
    font-size: min(calc(20 / 1080 * 100vw), 20px);
    width: min(calc(252 / 1080 * 100vw), 252px);
    padding-block: min(calc(5 / 1080 * 100vw), 5px);
    margin-bottom: min(calc(12 / 1080 * 100vw), 12px);
  }
}
@media screen and (max-width: 767px) {
  .sec06__title .sub {
    font-size: calc(32 / 750 * 100vw);
    width: calc(350 / 750 * 100vw);
    padding-block: calc(8 / 750 * 100vw);
  }
}
.sec06__title .sub::before {
  content: "";
  display: block;
  width: min(calc(19 / 1080 * 100vw), 19px);
  height: min(calc(16 / 1080 * 100vw), 16px);
  background: url("../img/common/deco_fukidashi.svg") center center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  margin-bottom: min(calc(6 / 1080 * 100vw), 6px);
}
@media screen and (max-width: 767px) {
  .sec06__title .sub::before {
    width: calc(26 / 750 * 100vw);
    height: calc(23 / 750 * 100vw);
    margin-bottom: calc(8 / 750 * 100vw);
  }
}
.sec06__title .main {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .sec06__title .main {
    font-size: min(calc(44 / 1080 * 100vw), 44px);
    gap: 0 min(calc(29 / 1080 * 100vw), 29px);
  }
}
@media screen and (max-width: 767px) {
  .sec06__title .main {
    font-size: calc(64 / 750 * 100vw);
    gap: 0 calc(40 / 750 * 100vw);
  }
}
.sec06__title .main span {
  flex-shrink: 0;
}
.sec06__title .main strong {
  font-size: min(calc(86 / 1080 * 100vw), 86px);
  color: #F64E5A;
}
@media screen and (max-width: 767px) {
  .sec06__title .main strong {
    font-size: calc(120 / 750 * 100vw);
  }
}
.sec06__tab-head .text01 {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 500;
  line-height: 1.1;
  text-align: center;
  background-color: #fff;
  width: min(calc(160 / 1080 * 100vw), 160px);
  height: min(calc(22 / 1080 * 100vw), 22px);
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: min(calc(12 / 1080 * 100vw), 12px);
  color: #F3B6C6;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .sec06__tab-head .text01 {
    width: calc(196 / 750 * 100vw);
    height: calc(32 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
  }
}
.--active .sec06__tab-head .text01 {
  color: #F64E5A;
}
.sec06__tab-head .text02 {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.08em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec06__tab-head .text02 {
    font-size: calc(36 / 750 * 100vw);
  }
}
.sec06__tab-content {
  width: min(calc(800 / 1080 * 100vw), 800px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec06__tab-content {
    width: 100%;
  }
}
.sec06__tab-title01 {
  text-align: center;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin-bottom: min(calc(24 / 1080 * 100vw), 24px);
  border: min(calc(1 / 1080 * 100vw), 1px) solid #333;
  width: min(calc(247 / 1080 * 100vw), 247px);
  height: min(calc(38 / 1080 * 100vw), 38px);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .sec06__tab-title01 {
    font-size: calc(30 / 750 * 100vw);
    margin-bottom: calc(39 / 750 * 100vw);
    border: calc(1 / 750 * 100vw) solid #333;
    width: calc(370 / 750 * 100vw);
    height: calc(60 / 750 * 100vw);
    padding-top: calc(4 / 750 * 100vw);
  }
}
.sec06__tab-price {
  background-color: #fff;
  width: 100%;
  padding: min(calc(40 / 1080 * 100vw), 40px);
  margin-bottom: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec06__tab-price {
    padding: calc(40 / 750 * 100vw);
    margin-bottom: calc(46 / 750 * 100vw);
  }
}
.sec06__tab-price-title {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #E04870;
  text-align: center;
  font-weight: 500;
  margin-bottom: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec06__tab-price-title {
    font-size: calc(48 / 750 * 100vw);
    margin-bottom: calc(24 / 750 * 100vw);
  }
}
.sec06__tab-price-list {
  display: flex;
  justify-content: center;
  gap: 0 min(calc(11 / 1080 * 100vw), 11px);
}
.sec06__tab-price-item {
  width: min(calc(140 / 1080 * 100vw), 140px);
  height: min(calc(140 / 1080 * 100vw), 140px);
  background-color: #FFEDF0;
  border-radius: 50%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec06__tab-price-item {
    width: calc(186 / 750 * 100vw);
    height: calc(186 / 750 * 100vw);
    aspect-ratio: 1;
  }
}
.sec06__tab-price-item .text {
  font-size: min(calc(23 / 1080 * 100vw), 23px);
  line-height: 1.5;
  letter-spacing: 0.05em;
  display: block;
  color: #E04870;
  font-family: "Noto Serif JP", serif;
  margin-top: min(calc(23 / 1080 * 100vw), 23px);
  margin-bottom: min(calc(3 / 1080 * 100vw), 3px);
  font-weight: 500;
}
.sec06__tab-price-item .text > span {
  display: inline-block;
  margin-left: max(calc(-4 / 1080 * 100vw), -4px);
  margin-right: max(calc(-6 / 1080 * 100vw), -6px);
}
@media screen and (max-width: 767px) {
  .sec06__tab-price-item .text > span {
    margin-left: calc(-4 / 750 * 100vw);
    margin-right: calc(-8 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .sec06__tab-price-item .text {
    font-size: calc(32 / 750 * 100vw);
    margin-top: calc(30 / 750 * 100vw);
    margin-bottom: calc(0 / 750 * 100vw);
  }
}
.sec06__tab-price-item .text small {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
}
@media screen and (max-width: 767px) {
  .sec06__tab-price-item .text small {
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec06__tab-price-item .num {
  font-size: min(calc(23 / 1080 * 100vw), 23px);
  line-height: 1;
  letter-spacing: 0.04em;
  font-family: "Noto Serif JP", serif;
  color: #E04870;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .sec06__tab-price-item .num {
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec06__tab-price-item .num .zero {
  font-size: min(calc(44 / 1080 * 100vw), 44px);
}
@media screen and (max-width: 767px) {
  .sec06__tab-price-item .num .zero {
    font-size: calc(64 / 750 * 100vw);
  }
}
.sec06__tab-text {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  letter-spacing: 0.08em;
  line-height: 1.4;
  margin-top: min(calc(23 / 1080 * 100vw), 23px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec06__tab-text {
    font-size: calc(22 / 750 * 100vw);
    margin-top: calc(32 / 750 * 100vw);
  }
}
.sec06 .adlp-btn.-ank {
  margin-top: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec06 .adlp-btn.-ank {
    margin-top: calc(24 / 750 * 100vw);
  }
}
.sec06__tab-ladies {
  margin-bottom: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec06__tab-ladies {
    margin-bottom: calc(46 / 750 * 100vw);
  }
}
.sec06__tab-ladies-head {
  width: min(calc(433 / 1080 * 100vw), 433px);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .sec06__tab-ladies-head {
    width: calc(614 / 750 * 100vw);
  }
}
.sec06__tab-ladies-inner {
  background-color: #fff;
  padding: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec06__tab-ladies-inner {
    padding: calc(40 / 750 * 100vw) calc(40 / 750 * 100vw) calc(60 / 750 * 100vw);
  }
}
.sec06__tab-ladies-subtitle {
  text-align: center;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 1.25;
  letter-spacing: 0.08em;
  margin-bottom: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec06__tab-ladies-subtitle {
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec06__tab-ladies-title {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  line-height: 1.25;
  letter-spacing: 0.08em;
  font-weight: 500;
  color: #E04870;
  margin-bottom: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec06__tab-ladies-title {
    font-size: calc(48 / 750 * 100vw);
    margin-bottom: calc(32 / 750 * 100vw);
    letter-spacing: 0;
  }
}
.sec06__tab-ladies-img {
  display: flex;
  gap: 0 min(calc(9 / 1080 * 100vw), 9px);
}
@media screen and (max-width: 767px) {
  .sec06__tab-ladies-img {
    gap: 0 calc(8 / 750 * 100vw);
  }
}
.sec06__tab-ladies-follow {
  margin-top: min(calc(32 / 1080 * 100vw), 32px);
}
@media screen and (max-width: 767px) {
  .sec06__tab-ladies-follow {
    margin-top: calc(40 / 750 * 100vw);
  }
}
.sec06__tab-ladies-follow .title {
  background-color: #E04870;
  text-align: center;
  border-top-left-radius: min(calc(16 / 1080 * 100vw), 16px);
  border-top-right-radius: min(calc(16 / 1080 * 100vw), 16px);
  position: relative;
  font-size: min(calc(23 / 1080 * 100vw), 23px);
  letter-spacing: 0.04em;
  font-weight: 500;
  color: #fff;
  padding: min(calc(12 / 1080 * 100vw), 12px);
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .sec06__tab-ladies-follow .title {
    border-top-left-radius: calc(16 / 750 * 100vw);
    border-top-right-radius: calc(16 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec06__tab-ladies-follow .title::before, .sec06__tab-ladies-follow .title::after {
  content: "";
  display: block;
  width: min(calc(8 / 1080 * 100vw), 8px);
  height: min(calc(8 / 1080 * 100vw), 8px);
  background-color: #FFF8AD;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .sec06__tab-ladies-follow .title::before, .sec06__tab-ladies-follow .title::after {
    width: calc(12 / 750 * 100vw);
    height: calc(12 / 750 * 100vw);
  }
}
.sec06__tab-ladies-follow .title::before {
  left: 0;
  margin-left: min(calc(23 / 1080 * 100vw), 23px);
}
@media screen and (max-width: 767px) {
  .sec06__tab-ladies-follow .title::before {
    margin-left: calc(32 / 750 * 100vw);
  }
}
.sec06__tab-ladies-follow .title::after {
  right: 0;
  margin-right: min(calc(23 / 1080 * 100vw), 23px);
}
@media screen and (max-width: 767px) {
  .sec06__tab-ladies-follow .title::after {
    margin-right: calc(32 / 750 * 100vw);
  }
}
.sec06__tab-ladies-follow-body {
  background-color: #FFEDF0;
  padding: min(calc(32 / 1080 * 100vw), 32px) min(calc(80 / 1080 * 100vw), 80px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec06__tab-ladies-follow-body {
    padding: calc(24 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}
.sec06__tab-ladies-follow-body::before {
  content: "";
  display: block;
  background: url("../img/pc/sec06_ladies_illust02.svg") no-repeat center center;
  background-size: contain;
  width: min(calc(139 / 1080 * 100vw), 139px);
  height: min(calc(150 / 1080 * 100vw), 150px);
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: min(calc(80 / 1080 * 100vw), 80px);
}
@media screen and (max-width: 767px) {
  .sec06__tab-ladies-follow-body::before {
    width: calc(171 / 750 * 100vw);
    height: calc(208 / 750 * 100vw);
    margin-right: calc(38 / 750 * 100vw);
    background: url("../img/sp/sec06_ladies_illust02.svg") no-repeat center center;
    background-size: contain;
  }
}
.sec06__tab-ladies-follow-body .text {
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 1.4;
  background-color: #fff;
  padding: min(calc(12 / 1080 * 100vw), 12px) min(calc(10 / 1080 * 100vw), 10px);
  font-weight: 400;
  border-radius: min(calc(8 / 1080 * 100vw), 8px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec06__tab-ladies-follow-body .text {
    font-size: calc(36 / 750 * 100vw);
    padding: calc(16 / 750 * 100vw) calc(24 / 750 * 100vw);
    border-radius: calc(16 / 750 * 100vw);
    width: calc(367 / 750 * 100vw);
  }
}
.sec06__tab-ladies-follow-body .text::before {
  content: "";
  display: block;
  background: url("../img/common/sec06_ladies_deco.svg") no-repeat center center;
  background-size: contain;
  width: min(calc(25 / 1080 * 100vw), 25px);
  height: min(calc(19 / 1080 * 100vw), 19px);
  position: absolute;
  right: 0;
  bottom: 0;
  margin-right: max(calc(-18 / 1080 * 100vw), -18px);
  margin-bottom: min(calc(6 / 1080 * 100vw), 6px);
}
@media screen and (max-width: 767px) {
  .sec06__tab-ladies-follow-body .text::before {
    width: calc(40 / 750 * 100vw);
    height: calc(34 / 750 * 100vw);
    margin-right: calc(-30 / 750 * 100vw);
    margin-bottom: calc(20 / 750 * 100vw);
  }
}
.sec06__tab-ladies-follow-body .text strong {
  font-weight: 400;
  color: #E04870;
}
.sec06__tab-ladies-follow-body .note {
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  line-height: 1.8;
  letter-spacing: 0.08em;
  margin-top: min(calc(16 / 1080 * 100vw), 16px);
  margin-left: min(calc(6 / 1080 * 100vw), 6px);
}
@media screen and (max-width: 767px) {
  .sec06__tab-ladies-follow-body .note {
    font-size: calc(20 / 750 * 100vw);
    margin-top: calc(16 / 750 * 100vw);
    margin-left: calc(8 / 750 * 100vw);
  }
}
.sec06__tab-ladies-text {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 1.4;
  letter-spacing: 0.08em;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-align: center;
  margin-top: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec06__tab-ladies-text {
    font-size: calc(36 / 750 * 100vw);
    margin-top: calc(32 / 750 * 100vw);
  }
}
.sec06__tab-ladies-text strong {
  font-weight: 500;
  color: #E04870;
}
.sec06 .adlp-btn.--btn4 {
  background-color: #F66A09;
  width: min(calc(384 / 1080 * 100vw), 384px);
  height: min(calc(80 / 1080 * 100vw), 80px);
  margin: min(calc(24 / 1080 * 100vw), 24px) auto 0;
  padding-right: min(calc(50 / 1080 * 100vw), 50px);
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  .sec06 .adlp-btn.--btn4 {
    width: calc(592 / 750 * 100vw);
    height: calc(116 / 750 * 100vw);
    margin-top: calc(32 / 750 * 100vw);
    padding: 0 0 0 calc(16 / 750 * 100vw);
    border-radius: 9999px;
    position: relative;
  }
}
.sec06 .adlp-btn.--btn4::after {
  background: url("data:image/svg+xml,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 8L0.692613 16L0 15.0983L8.25828 8L0 0.90168L0.692613 0L10 8Z' fill='white'/%3E%3C/svg%3E%0A") 0 0/100% no-repeat;
  width: min(calc(10 / 1080 * 100vw), 10px);
  height: min(calc(16 / 1080 * 100vw), 16px);
  right: min(calc(25 / 1080 * 100vw), 25px);
}
@media screen and (max-width: 767px) {
  .sec06 .adlp-btn.--btn4::after {
    width: calc(18 / 750 * 100vw);
    height: calc(28 / 750 * 100vw);
    right: calc(46 / 750 * 100vw);
  }
}
.sec06 .adlp-btn.--btn4 span {
  display: flex;
  align-items: center;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  line-height: 1;
  letter-spacing: 0.04em;
  color: #fff;
  font-weight: bold;
  gap: 0 min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  .sec06 .adlp-btn.--btn4 span {
    font-size: calc(44 / 750 * 100vw);
    position: static;
  }
}
.sec06 .adlp-btn.--btn4 span::before {
  content: "";
  background: url("../img/common/icon_tel.svg") no-repeat center center;
  background-size: contain;
  width: min(calc(40 / 1080 * 100vw), 40px);
  height: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec06 .adlp-btn.--btn4 span::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: calc(54 / 750 * 100vw);
    height: calc(54 / 750 * 100vw);
    margin-left: calc(46 / 750 * 100vw);
  }
}
.sec06__ms-area {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 1.25;
  letter-spacing: 0.08em;
  text-decoration: underline;
  color: #E04870;
  display: block;
  margin-inline: auto;
  margin-top: min(calc(24 / 1080 * 100vw), 24px);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sec06__ms-area:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  .sec06__ms-area {
    margin-top: calc(32 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec06__tab-flow-title {
  font-size: min(calc(34 / 1080 * 100vw), 34px);
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-align: center;
  margin-bottom: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec06__tab-flow-title {
    font-size: calc(48 / 750 * 100vw);
    margin-bottom: calc(31 / 750 * 100vw);
  }
}
.sec06__tab-flow-list {
  width: min(calc(500 / 1080 * 100vw), 500px);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: min(calc(12 / 1080 * 100vw), 12px) 0;
  margin-bottom: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec06__tab-flow-list {
    width: 100%;
    gap: calc(16 / 750 * 100vw) 0;
    margin-bottom: calc(60 / 750 * 100vw);
  }
}
.sec06__tab-flow-item {
  background-color: #fff;
  border: min(calc(1 / 1080 * 100vw), 1px) solid #E04870;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: min(calc(16 / 1080 * 100vw), 16px) min(calc(24 / 1080 * 100vw), 24px);
  gap: 0 min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  .sec06__tab-flow-item {
    border: calc(1 / 750 * 100vw) solid #E04870;
    padding: calc(24 / 750 * 100vw) calc(40 / 750 * 100vw);
    gap: 0 calc(24 / 750 * 100vw);
  }
}
.sec06__tab-flow-item::after {
  content: "";
  width: min(calc(48 / 1080 * 100vw), 48px);
  height: min(calc(48 / 1080 * 100vw), 48px);
  background-size: contain;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .sec06__tab-flow-item::after {
    width: calc(70 / 750 * 100vw);
    height: calc(70 / 750 * 100vw);
  }
}
.sec06__tab-flow-item.contact::after {
  background: url("../img/common/icon_contact.svg") no-repeat;
  background-size: contain;
}
.sec06__tab-flow-item.date::after {
  background: url("../img/common/icon_date.svg") no-repeat;
  background-size: contain;
}
.sec06__tab-flow-item.home::after {
  background: url("../img/common/icon_home.svg") no-repeat;
  background-size: contain;
}
.sec06__tab-flow-item.money::after {
  background: url("../img/common/icon_money.svg") no-repeat;
  background-size: contain;
}
.sec06__tab-flow-item.arrival::after {
  background: url("../img/common/icon_arrival.svg") no-repeat;
  background-size: contain;
}
.sec06__tab-flow-item.shipping::after {
  background: url("../img/common/icon_shipping.svg") no-repeat;
  background-size: contain;
}
.sec06__tab-flow-item.store {
  margin-bottom: 0;
}
.sec06__tab-flow-item.store::after {
  background: url("../img/common/icon_store.svg") no-repeat;
  background-size: contain;
}
.sec06__tab-flow-item.search::after {
  background: url("../img/common/icon_search.svg") no-repeat;
  background-size: contain;
}
.sec06__tab-flow-item.profile::after {
  background: url("../img/common/icon_profile.svg") no-repeat;
  background-size: contain;
}
.sec06__tab-flow-item + .sec06__tab-flow-item {
  margin-top: min(calc(23 / 1080 * 100vw), 23px);
}
@media screen and (max-width: 767px) {
  .sec06__tab-flow-item + .sec06__tab-flow-item {
    margin-top: calc(32 / 750 * 100vw);
  }
}
.sec06__tab-flow-item + .sec06__tab-flow-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(calc(34 / 1080 * 100vw), 34px);
  height: min(calc(11 / 1080 * 100vw), 11px);
  background-color: #E04870;
  margin-top: max(calc(-23 / 1080 * 100vw), -23px);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media screen and (max-width: 767px) {
  .sec06__tab-flow-item + .sec06__tab-flow-item::before {
    width: calc(46 / 750 * 100vw);
    height: calc(16 / 750 * 100vw);
    margin-top: calc(-32 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .sec06__tab-flow-item {
    flex: 0 0 calc(153 / 750 * 100vw);
    height: calc(153 / 750 * 100vw);
    border: calc(2 / 750 * 100vw) solid #bd0036;
  }
}
.sec06__tab-flow-item .step {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #E04870;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .sec06__tab-flow-item .step {
    font-size: calc(24 / 750 * 100vw);
  }
}
.sec06__tab-flow-item .text {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 500;
  line-height: 1.4;
  color: #E04870;
  letter-spacing: 0.04rm;
}
@media screen and (max-width: 767px) {
  .sec06__tab-flow-item .text {
    font-size: calc(36 / 750 * 100vw);
  }
}
.sec06__tab-flow-inner {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0 min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec06__tab-flow-inner {
    gap: 0 calc(24 / 750 * 100vw);
  }
}
.sec06__tab-flow-text {
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.08em;
  margin-bottom: min(calc(23 / 1080 * 100vw), 23px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec06__tab-flow-text {
    font-size: calc(28 / 750 * 100vw);
    margin-bottom: calc(32 / 750 * 100vw);
  }
}
.sec06__tab-flow-note {
  color: #333;
  text-align: justify;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec06__tab-flow-note {
    font-size: calc(20 / 750 * 100vw);
  }
}
.sec06__tab-title02 {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(34 / 1080 * 100vw), 34px);
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: min(calc(24 / 1080 * 100vw), 24px);
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec06__tab-title02 {
    font-size: calc(48 / 750 * 100vw);
    margin-bottom: calc(31 / 750 * 100vw);
  }
}

.sec07 {
  padding: min(calc(80 / 1080 * 100vw), 80px) 0;
  background: rgb(255, 255, 255);
}
@media screen and (max-width: 767px) {
  .sec07 {
    padding: calc(120 / 750 * 100vw) 0;
  }
}
.sec07__container {
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec07__container {
    width: calc(630 / 750 * 100vw);
  }
}
.sec07__title {
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  font-weight: 600;
  color: rgb(224, 72, 112);
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-align: center;
  margin-bottom: min(calc(56 / 1080 * 100vw), 56px);
}
@media screen and (max-width: 767px) {
  .sec07__title {
    font-size: calc(64 / 750 * 100vw);
    letter-spacing: 0.04em;
    margin-bottom: calc(56 / 750 * 100vw);
  }
}
.sec07 .adlp-accordion__wrapper {
  width: 100%;
  gap: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec07 .adlp-accordion__wrapper {
    gap: calc(56 / 750 * 100vw);
  }
}
.sec07 .adlp-accordion {
  background: rgb(255, 255, 255);
  border: min(calc(4 / 1080 * 100vw), 4px) solid rgb(233, 136, 146);
  border-radius: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec07 .adlp-accordion {
    border: calc(4 / 750 * 100vw) solid rgb(233, 136, 146);
    border-radius: calc(16 / 750 * 100vw);
  }
}
.sec07 .adlp-accordion__header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: min(calc(40 / 1080 * 100vw), 40px);
  gap: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec07 .adlp-accordion__header__inner {
    padding: calc(40 / 750 * 100vw) calc(160 / 750 * 100vw) calc(40 / 750 * 100vw) calc(40 / 750 * 100vw);
    gap: calc(40 / 750 * 100vw);
  }
}
.sec07 .adlp-accordion__header__inner .text {
  flex: 1;
}
.sec07 .adlp-accordion__header__inner .text p {
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 700;
  color: rgb(51, 51, 51);
  letter-spacing: 0.08em;
  line-height: 1.6;
  margin: 0;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec07 .adlp-accordion__header__inner .text p {
    font-size: calc(30 / 750 * 100vw);
    letter-spacing: 0.06em;
  }
}
.sec07 .adlp-accordion__header::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: min(calc(40 / 1080 * 100vw), 40px);
  transform: translateY(-50%);
  width: min(calc(40 / 1080 * 100vw), 40px);
  height: min(calc(40 / 1080 * 100vw), 40px);
  background: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 20C0 31.0457 8.95431 40 20 40V40C31.0457 40 40 31.0457 40 20V20C40 8.95431 31.0457 0 20 0V0C8.95431 0 0 8.95431 0 20V20Z' fill='%23EE4F69'/%3E%3Cpath d='M25 17L20 23L15 17' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  transition: transform 0.3s;
}
@media screen and (max-width: 767px) {
  .sec07 .adlp-accordion__header::after {
    right: calc(40 / 750 * 100vw);
    width: calc(80 / 750 * 100vw);
    height: calc(80 / 750 * 100vw);
  }
}
.sec07 .adlp-accordion__header.--open::after {
  transform: translateY(-50%) rotate(180deg);
}
.sec07 .adlp-accordion__body {
  padding: 0 min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec07 .adlp-accordion__body {
    padding: 0 calc(40 / 750 * 100vw);
  }
}
.sec07 .adlp-accordion__body__inner {
  border-top: min(calc(4 / 1080 * 100vw), 4px) solid rgb(253, 234, 238);
  padding: min(calc(32 / 1080 * 100vw), 32px) 0 min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec07 .adlp-accordion__body__inner {
    border-top: calc(4 / 750 * 100vw) solid rgb(253, 234, 238);
    padding: calc(32 / 750 * 100vw) 0 calc(40 / 750 * 100vw);
  }
}
.sec07 .adlp-accordion__body__inner .text p {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  color: rgb(51, 51, 51);
  letter-spacing: 0.04em;
  line-height: 1.8;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec07 .adlp-accordion__body__inner .text p {
    font-size: calc(30 / 750 * 100vw);
    letter-spacing: 0.04em;
  }
}

@media screen and (min-width: 768px) {
  .adlp-modal:not(#modal_attention_distrust) .adlp-modal__content-outer:has(.store__modal) {
    height: min(calc(490 / 1080 * 100vw), 490px);
  }
}
@media screen and (max-width: 767px) {
  .adlp-modal:not(#modal_attention_distrust) .adlp-modal__content-outer:has(.store__modal) {
    height: calc(1019 / 750 * 100vw);
  }
}

.store {
  margin-bottom: min(calc(80 / 1080 * 100vw), 80px);
}
@media screen and (max-width: 767px) {
  .store {
    margin-bottom: calc(80 / 750 * 100vw);
  }
}
.store__flex {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(calc(24 / 1080 * 100vw), 24px);
  margin-bottom: min(calc(32 / 1080 * 100vw), 32px);
}
@media screen and (max-width: 767px) {
  .store__flex {
    display: flex;
    flex-direction: column;
    gap: calc(31 / 750 * 100vw) 0;
    margin: 0;
  }
}
.store__flex-item {
  flex: 0 0 min(calc(296 / 1080 * 100vw), 296px);
}
.store__prefecture {
  color: #E04870;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin-bottom: min(calc(24 / 1080 * 100vw), 24px);
  padding-bottom: min(calc(16 / 1080 * 100vw), 16px);
  border-bottom: min(calc(1 / 1080 * 100vw), 1px) solid #E04870;
}
@media screen and (max-width: 767px) {
  .store__prefecture {
    font-size: calc(36 / 750 * 100vw);
    margin-bottom: calc(31 / 750 * 100vw);
    padding-bottom: calc(16 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .store__body {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: calc(31 / 750 * 100vw) calc(16 / 750 * 100vw);
  }
}
.store .adlp-modal__open,
.store .am-op {
  display: block;
  border-radius: min(calc(8 / 1080 * 100vw), 8px);
  border: min(calc(1 / 1080 * 100vw), 1px) solid #E04870;
  background: var(--base01, #fff);
  padding: min(calc(24 / 1080 * 100vw), 24px);
  display: flex;
  align-items: center;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.08em;
  position: relative;
  transition: filter 0.3s;
}
.store .adlp-modal__open + .adlp-modal__open,
.store .adlp-modal__open + .am-op,
.store .am-op + .adlp-modal__open,
.store .am-op + .am-op {
  margin-top: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .store .adlp-modal__open + .adlp-modal__open,
  .store .adlp-modal__open + .am-op,
  .store .am-op + .adlp-modal__open,
  .store .am-op + .am-op {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .store .adlp-modal__open,
  .store .am-op {
    height: calc(100 / 750 * 100vw);
    border-radius: calc(8 / 750 * 100vw);
    border: calc(1 / 750 * 100vw) solid #E04870;
    padding: calc(24 / 750 * 100vw);
    font-size: calc(22 / 750 * 100vw);
  }
}
.store .adlp-modal__open:after,
.store .am-op:after {
  content: "";
  display: block;
  background: url("../img/common/icon_arrow_r_bold.svg") center center no-repeat;
  background-size: contain;
  width: min(calc(8 / 1080 * 100vw), 8px);
  height: min(calc(14 / 1080 * 100vw), 14px);
  position: absolute;
  right: min(calc(30 / 1080 * 100vw), 30px);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .store .adlp-modal__open:after,
  .store .am-op:after {
    width: calc(10 / 750 * 100vw);
    height: calc(20 / 750 * 100vw);
    right: calc(24 / 750 * 100vw);
  }
}
.store .adlp-modal__open:hover,
.store .am-op:hover {
  filter: brightness(105%);
}
.store .adlp-modal__open + .am-op,
.store .am-op + .adlp-modal__open {
  margin-top: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .store .adlp-modal__open + .am-op,
  .store .am-op + .adlp-modal__open {
    margin-top: 0;
  }
}
.store__modal {
  display: flex;
  gap: 0 min(calc(32 / 1080 * 100vw), 32px);
}
@media screen and (max-width: 767px) {
  .store__modal {
    padding-top: calc(20 / 750 * 100vw);
    padding-inline: calc(14 / 750 * 100vw);
    flex-direction: column;
    gap: calc(40 / 750 * 100vw) 0;
  }
}
.store__modal-left {
  width: min(calc(200 / 1080 * 100vw), 200px);
}
@media screen and (max-width: 767px) {
  .store__modal-left {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .store__modal-left img.w100 {
    width: calc(260 / 750 * 100vw) !important;
    margin-inline: auto;
  }
}
.store__modal-left h3 {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: min(calc(16 / 1080 * 100vw), 16px);
  text-align: center;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 768px) {
  .store__modal-left h3 {
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .store__modal-left h3 {
    font-size: calc(36 / 750 * 100vw);
    margin-top: calc(24 / 750 * 100vw);
  }
}
.store__modal-right dl + dl {
  margin-top: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .store__modal-right dl + dl {
    margin-top: calc(24 / 750 * 100vw);
  }
}
.store__modal-right dt {
  background-color: #E04870;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  letter-spacing: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
  font-weight: 600;
  width: min(calc(91 / 1080 * 100vw), 91px);
  height: min(calc(28 / 1080 * 100vw), 28px);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  .store__modal-right dt {
    width: calc(127 / 750 * 100vw);
    height: calc(44 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
    margin-bottom: calc(16 / 750 * 100vw);
  }
}
.store__modal-right dd {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .store__modal-right dd {
    font-size: calc(26 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .store__btn {
    padding-inline: calc(14 / 750 * 100vw);
  }
}
.store__btn .adlp-btn.-ank {
  margin-top: min(calc(40 / 1080 * 100vw), 40px);
  background-color: #fff;
  border: #E04870 solid min(calc(1 / 1080 * 100vw), 1px);
}
@media screen and (max-width: 767px) {
  .store__btn .adlp-btn.-ank {
    margin-top: calc(40 / 750 * 100vw);
    border: #E04870 solid calc(1 / 750 * 100vw);
  }
}
.store__btn .adlp-btn.-ank span {
  color: #E04870;
}
.store__btn .adlp-btn.-ank span::before {
  background-image: url("../img/common/icon_arrow_b2.svg");
  transform: translateY(-50%);
}

.feature__modal .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .feature__modal .sp {
    display: block;
  }
}
.feature__modal h3 {
  font-size: min(calc(34 / 1080 * 100vw), 34px);
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  color: #E04870;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .feature__modal h3 {
    font-size: calc(44 / 750 * 100vw);
  }
}
.feature__modal .lead {
  margin-top: min(calc(16 / 1080 * 100vw), 16px);
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .feature__modal .lead {
    margin-top: calc(16 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
  }
}
.feature__modal ul {
  margin-top: min(calc(40 / 1080 * 100vw), 40px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(calc(32 / 1080 * 100vw), 32px) min(calc(19 / 1080 * 100vw), 19px);
}
@media screen and (max-width: 767px) {
  .feature__modal ul {
    gap: calc(32 / 750 * 100vw) calc(15 / 750 * 100vw);
    margin-top: calc(40 / 750 * 100vw);
  }
}
.feature__modal ul span {
  display: block;
  background-color: #E04870;
  text-align: center;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  line-height: 1.4;
  letter-spacing: 0.040201005em;
  font-weight: 500;
  color: #FFF;
  padding-block: min(calc(8 / 1080 * 100vw), 8px);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .feature__modal ul span {
    font-size: calc(26 / 750 * 100vw);
    padding-block: calc(8 / 750 * 100vw);
  }
}
.feature__modal ul span.--high {
  min-height: min(calc(72 / 1080 * 100vw), 72px);
}
@media screen and (max-width: 767px) {
  .feature__modal ul span.--high {
    font-size: calc(22 / 750 * 100vw);
    min-height: calc(77 / 750 * 100vw);
  }
}
.feature__modal .text {
  color: #E04870;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-weight: 600;
  text-align: center;
  margin-top: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .feature__modal .text {
    font-size: calc(30 / 750 * 100vw);
    margin-top: calc(40 / 750 * 100vw);
  }
}
.feature__modal .adlp-btn {
  margin-inline: auto;
  margin-top: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .feature__modal .adlp-btn {
    margin-top: calc(40 / 750 * 100vw);
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .area__modal {
    padding-inline: calc(14 / 750 * 100vw);
  }
}
.area__modal h3 {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  margin-bottom: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .area__modal h3 {
    font-size: calc(40 / 750 * 100vw);
    margin-bottom: calc(32 / 750 * 100vw);
  }
}
.area__modal .img {
  width: min(calc(240 / 1080 * 100vw), 240px);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .area__modal .img {
    width: calc(465 / 750 * 100vw);
  }
}
.area__modal table {
  margin-top: min(calc(24 / 1080 * 100vw), 24px);
  width: 100%;
}
.area__modal th {
  width: 100%;
  background-color: #E04870;
  color: #fff;
  text-align: center;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  padding-block: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .area__modal th {
    font-size: calc(32 / 750 * 100vw);
    padding-block: calc(8 / 750 * 100vw);
  }
}
.area__modal td {
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .area__modal td {
    height: calc(116 / 750 * 100vw);
  }
}
.area__modal td:nth-of-type(1) {
  width: 28%;
  background-color: #FFEAEA;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-weight: 600;
  text-align: center;
  padding: min(calc(16 / 1080 * 100vw), 16px) min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .area__modal td:nth-of-type(1) {
    width: 32%;
    font-size: calc(26 / 750 * 100vw);
  }
}
.area__modal td:nth-of-type(2) {
  width: 72%;
  background-color: #F2F2F2;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: center;
  padding: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .area__modal td:nth-of-type(2) {
    font-size: calc(26 / 750 * 100vw);
    width: 68%;
  }
}
.area__modal > p {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin-top: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .area__modal > p {
    font-size: calc(20 / 750 * 100vw);
    margin-top: calc(40 / 750 * 100vw);
  }
}
/*# sourceMappingURL=fv.css.map */
