* {
  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: #202020;
  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: #202020;
}
@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: #202020 !important;
}
.adlp-wrapper .text__black {
  color: #332D30 !important;
}
.adlp-wrapper .text__white {
  color: #fff !important;
}
.adlp-wrapper .text__silver {
  color: #f1f1f1 !important;
}
.adlp-wrapper .text__accent {
  color: #E75B18 !important;
}
.adlp-wrapper .text__brown {
  color: #D99D50 !important;
}
.adlp-wrapper .text__pink {
  color: #CC5F5A !important;
}
.adlp-wrapper .text__gold {
  color: #C1A278 !important;
}
.adlp-wrapper .text__red {
  color: #AC0102 !important;
}
.adlp-wrapper .bg__txt {
  background: #202020 !important;
}
.adlp-wrapper .bg__black {
  background: #332D30 !important;
}
.adlp-wrapper .bg__white {
  background: #fff !important;
}
.adlp-wrapper .bg__silver {
  background: #f1f1f1 !important;
}
.adlp-wrapper .bg__accent {
  background: #E75B18 !important;
}
.adlp-wrapper .bg__brown {
  background: #D99D50 !important;
}
.adlp-wrapper .bg__pink {
  background: #CC5F5A !important;
}
.adlp-wrapper .bg__gold {
  background: #C1A278 !important;
}
.adlp-wrapper .bg__red {
  background: #AC0102 !important;
}
.adlp-wrapper .line__top__txt {
  border-top: 1px solid #202020;
}
.adlp-wrapper .line__top.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top__black {
  border-top: 1px solid #332D30;
}
.adlp-wrapper .line__top.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top__white {
  border-top: 1px solid #fff;
}
.adlp-wrapper .line__top.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top__silver {
  border-top: 1px solid #f1f1f1;
}
.adlp-wrapper .line__top.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top__accent {
  border-top: 1px solid #E75B18;
}
.adlp-wrapper .line__top.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line__top.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__top__brown {
  border-top: 1px solid #D99D50;
}
.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__pink {
  border-top: 1px solid #CC5F5A;
}
.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__gold {
  border-top: 1px solid #C1A278;
}
.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__red {
  border-top: 1px solid #AC0102;
}
.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%, #202020 60%);
}
.adlp-wrapper .marker__black {
  background: linear-gradient(transparent 60%, #332D30 60%);
}
.adlp-wrapper .marker__white {
  background: linear-gradient(transparent 60%, #fff 60%);
}
.adlp-wrapper .marker__silver {
  background: linear-gradient(transparent 60%, #f1f1f1 60%);
}
.adlp-wrapper .marker__accent {
  background: linear-gradient(transparent 60%, #E75B18 60%);
}
.adlp-wrapper .marker__brown {
  background: linear-gradient(transparent 60%, #D99D50 60%);
}
.adlp-wrapper .marker__pink {
  background: linear-gradient(transparent 60%, #CC5F5A 60%);
}
.adlp-wrapper .marker__gold {
  background: linear-gradient(transparent 60%, #C1A278 60%);
}
.adlp-wrapper .marker__red {
  background: linear-gradient(transparent 60%, #AC0102 60%);
}
.adlp-wrapper .line__txt {
  border-bottom: 1px solid #202020;
}
.adlp-wrapper .line.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__black {
  border-bottom: 1px solid #332D30;
}
.adlp-wrapper .line.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__white {
  border-bottom: 1px solid #fff;
}
.adlp-wrapper .line.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__silver {
  border-bottom: 1px solid #f1f1f1;
}
.adlp-wrapper .line.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__accent {
  border-bottom: 1px solid #E75B18;
}
.adlp-wrapper .line.--w2 {
  border-width: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w2 {
    border-width: calc(2 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w3 {
  border-width: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w3 {
    border-width: calc(3 / 750 * 100vw);
  }
}
.adlp-wrapper .line.--w4 {
  border-width: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .adlp-wrapper .line.--w4 {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-wrapper .line__brown {
  border-bottom: 1px solid #D99D50;
}
.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__pink {
  border-bottom: 1px solid #CC5F5A;
}
.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__gold {
  border-bottom: 1px solid #C1A278;
}
.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__red {
  border-bottom: 1px solid #AC0102;
}
.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-wrapper .--serif {
  font-family: "Noto Serif JP", serif;
}

.adlp-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  z-index: 100;
  border-bottom: 1px solid #ddd;
}
.adlp-header__inner {
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  padding: min(calc(6 / 1080 * 100vw), 6px) 0;
  height: min(calc(66 / 1080 * 100vw), 66px);
  margin: auto;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .adlp-header__inner {
    height: calc(96 / 750 * 100vw);
    width: 100%;
    padding: calc(20 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
}
.adlp-header__logo {
  width: min(calc(64 / 1080 * 100vw), 64px);
  margin-right: min(calc(26 / 1080 * 100vw), 26px);
}
@media screen and (max-width: 767px) {
  .adlp-header__logo {
    width: calc(100 / 750 * 100vw);
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .adlp-header__switch {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .adlp-header__switch {
    cursor: pointer;
    width: calc(45 / 750 * 100vw);
    height: calc(36 / 750 * 100vw);
  }
}
.adlp-header__switch__inner {
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .adlp-header__switch__inner {
    width: 100%;
    height: 100%;
    margin: 0;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .adlp-header__switch__inner span {
    background: #000;
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.4s;
    position: absolute;
    transform-origin: left;
    height: calc(3 / 750 * 100vw);
    border-radius: calc(10 / 750 * 100vw);
  }
  .adlp-header__switch__inner span:nth-child(1) {
    top: 0;
  }
  .adlp-header__switch__inner span:nth-child(2) {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .adlp-header__switch__inner span:nth-child(3) {
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .adlp-header__switch__inner.--open span:nth-child(1) {
    top: 45%;
    transform: rotate(45deg) translateX(-50%);
  }
  .adlp-header__switch__inner.--open span:nth-child(2) {
    opacity: 0;
  }
  .adlp-header__switch__inner.--open span:nth-child(3) {
    bottom: 45%;
    transform: rotate(-45deg) translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .adlp-header__tgl {
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    position: absolute;
    left: 0;
    top: calc(96 / 750 * 100vw);
    width: calc(750 / 750 * 100vw);
    background-color: #CC5F5A;
    padding: calc(60 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
  .adlp-header__tgl.--open {
    visibility: visible;
    opacity: 1;
  }
}
.adlp-header__menu {
  font-weight: 700;
  position: relative;
  display: block;
}
.adlp-header__menu__wrapper {
  display: flex;
  gap: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-header__menu__wrapper {
    flex-direction: column;
    gap: calc(8 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .adlp-header__menu {
    border-bottom: 1px solid #FFF;
    font-size: calc(20 / 750 * 100vw);
  }
}
.adlp-header__menu a {
  color: #231815;
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 400;
  line-height: 160%;
  font-family: "Noto Serif JP", serif;
  display: block;
}
@media screen and (max-width: 767px) {
  .adlp-header__menu a {
    color: var(--white, #FFF);
    font-size: calc(32 / 750 * 100vw);
    line-height: 100%;
    padding: calc(32 / 750 * 100vw) calc(10 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .adlp-header__menu::after {
    content: "";
    display: block;
    width: calc(12 / 750 * 100vw);
    height: calc(21 / 750 * 100vw);
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='21' viewBox='0 0 12 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.67657 21L9.0804e-08 19.2947L8.64685 10.5L9.0804e-08 1.70525L1.67657 -4.51251e-07L12 10.5L1.67657 21Z' fill='white'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 768px) {
  .adlp-header .adlp-btn__wrapper.--w {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .adlp-header .adlp-btn__wrapper.--w {
    margin: calc(42 / 750 * 100vw) auto 0;
  }
}
@media screen and (min-width: 768px) {
  .adlp-header .adlp-btn__wrapper.--s {
    position: absolute;
    right: min(calc(20 / 1080 * 100vw), 20px);
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .adlp-header .adlp-btn__wrapper.--s {
    margin: 0 calc(20 / 750 * 100vw) 0 auto;
  }
}
.adlp-header .adlp-btn.--w {
  padding: min(calc(2 / 1080 * 100vw), 2px);
  border: 1px solid #AC0102;
}
@media screen and (max-width: 767px) {
  .adlp-header .adlp-btn.--w {
    padding: calc(6 / 750 * 100vw);
    border: none;
  }
}
.adlp-header .adlp-btn.--w .adlp-btn__inner {
  border: 1px solid #AC0102;
  height: min(calc(42 / 1080 * 100vw), 42px);
  width: min(calc(216 / 1080 * 100vw), 216px);
}
@media screen and (max-width: 767px) {
  .adlp-header .adlp-btn.--w .adlp-btn__inner {
    border: calc(2 / 750 * 100vw) solid #AC0102;
    height: calc(110 / 750 * 100vw);
    width: calc(560 / 750 * 100vw);
  }
}
.adlp-header .adlp-btn.--w p {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .adlp-header .adlp-btn.--w p {
    padding: 0 calc(10 / 750 * 100vw) 0 0;
    font-size: calc(36 / 750 * 100vw);
  }
}
.adlp-header .adlp-btn.--w::after {
  width: min(calc(5 / 1080 * 100vw), 5px);
  height: min(calc(7 / 1080 * 100vw), 7px);
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='9' viewBox='0 0 6 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.353516 0.353546L4.35352 4.35355L0.353516 8.35355' stroke='%23AC0102'/%3E%3C/svg%3E%0A");
  right: min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  .adlp-header .adlp-btn.--w::after {
    width: calc(15 / 750 * 100vw);
    height: calc(26 / 750 * 100vw);
    right: calc(40 / 750 * 100vw);
  }
}
.adlp-header .adlp-btn.--s {
  padding: min(calc(2 / 1080 * 100vw), 2px);
}
@media screen and (max-width: 767px) {
  .adlp-header .adlp-btn.--s {
    padding: calc(3 / 750 * 100vw);
  }
}
.adlp-header .adlp-btn.--s .adlp-btn__inner {
  height: min(calc(42 / 1080 * 100vw), 42px);
  width: min(calc(216 / 1080 * 100vw), 216px);
}
@media screen and (max-width: 767px) {
  .adlp-header .adlp-btn.--s .adlp-btn__inner {
    border: calc(2 / 750 * 100vw) solid #fff;
    height: calc(60 / 750 * 100vw);
    width: calc(270 / 750 * 100vw);
  }
}
.adlp-header .adlp-btn.--s p {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .adlp-header .adlp-btn.--s p {
    padding: 0 calc(10 / 750 * 100vw) 0 0;
    font-size: calc(20 / 750 * 100vw);
  }
}
.adlp-header .adlp-btn.--s::after {
  width: min(calc(5 / 1080 * 100vw), 5px);
  height: min(calc(7 / 1080 * 100vw), 7px);
  background-image: url("data:image/svg+xml,%3Csvg width='5' height='7' viewBox='0 0 5 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.832031 1L3.66437 3.82451L0.832031 6.64902' stroke='white'/%3E%3C/svg%3E%0A");
  right: min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  .adlp-header .adlp-btn.--s::after {
    width: calc(6 / 750 * 100vw);
    height: calc(9 / 750 * 100vw);
    right: calc(20 / 750 * 100vw);
  }
}

.adlp-floating {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(calc(1920 / 1080 * 100vw), 1920px);
  padding: min(calc(10 / 1080 * 100vw), 10px) 0;
  z-index: 90;
}
.adlp-floating.--show {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .adlp-floating {
    width: 100%;
    padding: calc(10 / 750 * 100vw) 0;
  }
}
.adlp-floating__inner {
  margin: auto;
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  padding: min(calc(16 / 1080 * 100vw), 16px) 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .adlp-floating__inner {
    width: 90%;
    padding: calc(20 / 750 * 100vw);
  }
}
.adlp-floating__close {
  width: min(calc(50 / 1080 * 100vw), 50px);
  height: min(calc(50 / 1080 * 100vw), 50px);
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg width='211' height='211' viewBox='0 0 211 211' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M188.696 0L105.13 83.575L21.574 0L0 21.583L83.556 105.139L0 188.695L21.574 210.278L105.13 126.713L188.696 210.278L210.269 188.705L126.704 105.139L210.269 21.583L188.696 0Z' fill='%234B4B4B'/%3E%3C/svg%3E%0A");
  background-size: min(calc(20 / 1080 * 100vw), 20px) min(calc(20 / 1080 * 100vw), 20px);
  background-repeat: no-repeat;
  background-position: center;
  border: min(calc(2 / 1080 * 100vw), 2px) solid #4B4B4B;
  transition: 0.15s all;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .adlp-floating__close:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='211' height='211' viewBox='0 0 211 211' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M188.696 0L105.13 83.575L21.574 0L0 21.583L83.556 105.139L0 188.695L21.574 210.278L105.13 126.713L188.696 210.278L210.269 188.705L126.704 105.139L210.269 21.583L188.696 0Z' fill='%23fff'/%3E%3C/svg%3E%0A");
    background-color: #E75B18;
    border-color: transparent;
  }
}
@media screen and (max-width: 767px) {
  .adlp-floating__close {
    width: calc(50 / 750 * 100vw);
    height: calc(50 / 750 * 100vw);
    background-size: calc(20 / 750 * 100vw) calc(20 / 750 * 100vw);
    border-width: calc(2 / 750 * 100vw);
  }
  .adlp-floating__close:active {
    background-image: url("data:image/svg+xml,%3Csvg width='211' height='211' viewBox='0 0 211 211' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M188.696 0L105.13 83.575L21.574 0L0 21.583L83.556 105.139L0 188.695L21.574 210.278L105.13 126.713L188.696 210.278L210.269 188.705L126.704 105.139L210.269 21.583L188.696 0Z' fill='%23fff'/%3E%3C/svg%3E%0A");
    background-color: #E75B18;
    border-color: transparent;
  }
}
.adlp-floating__text {
  text-align: center;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  margin: 0 auto min(calc(15 / 1080 * 100vw), 15px);
}
@media screen and (max-width: 767px) {
  .adlp-floating__text {
    font-size: calc(26 / 750 * 100vw);
    margin: 0 auto calc(15 / 750 * 100vw);
  }
}

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

.adlp-btn {
  border-radius: 200px;
  background: #AC0102;
  transition: all 0.3s;
  position: relative;
  padding: min(calc(4 / 1080 * 100vw), 4px);
}
.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:hover {
  filter: brightness(120%);
}
.adlp-btn:hover::after {
  right: min(calc(23 / 1080 * 100vw), 23px);
}
@media screen and (max-width: 767px) {
  .adlp-btn:hover::after {
    right: calc(40 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .adlp-btn {
    padding: calc(5 / 750 * 100vw);
  }
}
.adlp-btn .adlp-btn__inner {
  border: 1px solid #fff;
  border-radius: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: min(calc(72 / 1080 * 100vw), 72px);
  width: min(calc(412 / 1080 * 100vw), 412px);
}
@media screen and (max-width: 767px) {
  .adlp-btn .adlp-btn__inner {
    border: calc(2 / 750 * 100vw) solid #fff;
    height: calc(100 / 750 * 100vw);
    width: calc(546 / 750 * 100vw);
  }
}
.adlp-btn p {
  font-weight: 500;
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  text-align: center;
  color: #fff;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .adlp-btn p {
    font-size: calc(36 / 750 * 100vw);
  }
}
.adlp-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transition: all 0.3s;
  transform: translateY(-50%);
  width: min(calc(10 / 1080 * 100vw), 10px);
  height: min(calc(15 / 1080 * 100vw), 15px);
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='15' viewBox='0 0 10 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.36328 1L7.72724 7.36396L1.36328 13.7279' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  right: min(calc(26 / 1080 * 100vw), 26px);
}
@media screen and (max-width: 767px) {
  .adlp-btn::after {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='19' viewBox='0 0 12 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.44238 0.953125L9.98868 9.49943L1.44238 18.0457' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
    width: calc(12 / 750 * 100vw);
    height: calc(19 / 750 * 100vw);
    right: calc(40 / 750 * 100vw);
  }
}
.adlp-btn.--w {
  background-color: #fff;
}
.adlp-btn.--w .adlp-btn__inner {
  border: 1px solid #AC0102;
}
.adlp-btn.--w p {
  color: #AC0102;
}
.adlp-btn.--w::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='15' viewBox='0 0 10 15' fill='none'%3E%3Cpath d='M1.36328 1L7.72724 7.36396L1.36328 13.7279' stroke='%23AC0102' stroke-width='2'/%3E%3C/svg%3E");
}
@media screen and (max-width: 767px) {
  .adlp-btn.--w::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='19' viewBox='0 0 12 19' fill='none'%3E%3Cpath d='M1.44141 0.953125L9.98771 9.49943L1.4414 18.0457' stroke='%23AC0102' stroke-width='2'/%3E%3C/svg%3E");
  }
}
.adlp-btn.--btn01 {
  background: #1883EC;
  color: #fff;
}
.adlp-btn.--btn01::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='18' viewBox='0 0 13 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5 12.5L6.5 16.5L1.5 12.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.5 9.5L6.5 1.5' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  width: min(calc(13 / 1080 * 100vw), 13px);
  height: min(calc(18 / 1080 * 100vw), 18px);
  right: min(calc(33 / 1080 * 100vw), 33px);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn01::after {
    width: calc(13 / 750 * 100vw);
    height: calc(18 / 750 * 100vw);
    right: calc(33 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .adlp-btn.--btn01:hover {
    background: #5AB0FF;
  }
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn01:active {
    background: #5AB0FF;
  }
}
.adlp-btn.--btn02-a {
  background: #fff;
  border: min(calc(4 / 1080 * 100vw), 4px) solid #f69809;
  color: #f69809;
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn02-a {
    border-width: calc(4 / 750 * 100vw);
  }
}
.adlp-btn.--btn02-a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='18' viewBox='0 0 10 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L9 9L1 17' stroke='%23F79809' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  width: min(calc(13 / 1080 * 100vw), 13px);
  height: min(calc(18 / 1080 * 100vw), 18px);
  right: min(calc(33 / 1080 * 100vw), 33px);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn02-a::after {
    width: calc(13 / 750 * 100vw);
    height: calc(18 / 750 * 100vw);
    right: calc(33 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .adlp-btn.--btn02-a:hover {
    background: #f69809;
    color: #fff;
  }
  .adlp-btn.--btn02-a:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='18' viewBox='0 0 10 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L9 9L1 17' stroke='%23FFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn02-a:active {
    background: #f69809;
    color: #fff;
  }
  .adlp-btn.--btn02-a:active::after {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='18' viewBox='0 0 10 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L9 9L1 17' stroke='%23FFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }
}
.adlp-btn.--btn02-b {
  color: #fff;
  overflow: hidden;
  border: 1px solid transparent;
}
.adlp-btn.--btn02-b::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #FF98AC 0%, #FF6683 100%);
  opacity: 1;
  transition: all 0.3s;
}
.adlp-btn.--btn02-b::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='16' viewBox='0 0 8 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 16L-6.99382e-07 0L8 7.99999L0 16Z' fill='white'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  width: min(calc(8 / 1080 * 100vw), 8px);
  height: min(calc(16 / 1080 * 100vw), 16px);
  right: min(calc(33 / 1080 * 100vw), 33px);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn02-b::after {
    width: calc(8 / 750 * 100vw);
    height: calc(16 / 750 * 100vw);
    right: calc(33 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .adlp-btn.--btn02-b:hover {
    color: #ff6683;
    border-color: #ff6683;
    background-color: #fff;
  }
  .adlp-btn.--btn02-b:hover::before {
    opacity: 0;
  }
  .adlp-btn.--btn02-b:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='16' viewBox='0 0 8 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 16L-6.99382e-07 0L8 7.99999L0 16Z' fill='%23FF6683'/%3E%3C/svg%3E%0A");
  }
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn02-b:active {
    color: #ff6683;
    border-color: #ff6683;
    background-color: #fff;
  }
  .adlp-btn.--btn02-b:active::before {
    opacity: 0;
  }
  .adlp-btn.--btn02-b:active::after {
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='16' viewBox='0 0 8 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 16L-6.99382e-07 0L8 7.99999L0 16Z' fill='%23FF6683'/%3E%3C/svg%3E%0A");
  }
}
.adlp-btn.--btn03 {
  color: #C80012;
  background: #fff;
  box-shadow: min(calc(4 / 1080 * 100vw), 4px) min(calc(6 / 1080 * 100vw), 6px) 0 0 rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn03 {
    box-shadow: calc(4 / 750 * 100vw) calc(6 / 750 * 100vw) 0 0 rgba(0, 0, 0, 0.3);
  }
}
.adlp-btn.--btn03::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='15' viewBox='0 0 9 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 1.07324e-07L9 7.50412L1.78873e-07 15L2.47836 7.44633L0 1.07324e-07Z' fill='%23C80012'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  width: min(calc(8 / 1080 * 100vw), 8px);
  height: min(calc(16 / 1080 * 100vw), 16px);
  right: min(calc(33 / 1080 * 100vw), 33px);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn03::after {
    width: calc(8 / 750 * 100vw);
    height: calc(16 / 750 * 100vw);
    right: calc(33 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .adlp-btn.--btn03:hover {
    transform: translateY(min(calc(4 / 1080 * 100vw), 4px));
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .adlp-btn.--btn03:hover {
    transform: translateY(calc(4 / 750 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn03:active {
    transform: translateY(min(calc(4 / 1080 * 100vw), 4px));
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .adlp-btn.--btn03:active {
    transform: translateY(calc(4 / 750 * 100vw));
  }
}
.adlp-btn.--btn04 {
  color: #fff;
  background: #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.--btn04 {
    box-shadow: 0 calc(14 / 750 * 100vw) calc(24 / 750 * 100vw) 0 rgba(0, 0, 0, 0.4);
  }
}
.adlp-btn.--btn04::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='15' viewBox='0 0 9 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.16602L7 7.16602L1 13.166' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  width: min(calc(8 / 1080 * 100vw), 8px);
  height: min(calc(16 / 1080 * 100vw), 16px);
  right: min(calc(33 / 1080 * 100vw), 33px);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn04::after {
    width: calc(8 / 750 * 100vw);
    height: calc(16 / 750 * 100vw);
    right: calc(33 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .adlp-btn.--btn04:hover {
    background: #F48400;
  }
  .adlp-btn.--btn04:hover::after {
    transform: translate(min(calc(10 / 1080 * 100vw), 10px), -50%);
  }
}
@media screen and (max-width: 767px) {
  .adlp-btn.--btn04:active {
    background: #F48400;
  }
  .adlp-btn.--btn04:active::after {
    transform: translate(min(calc(10 / 1080 * 100vw), 10px), -50%);
  }
}

.adlp-modal {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
  transition: 0.3s;
}
.adlp-modal.--open {
  visibility: visible;
  opacity: 1;
}
.adlp-modal__base {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.adlp-modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  min-height: min(calc(200 / 1080 * 100vw), 200px);
  max-height: 90vh;
  background: #fff;
  padding: min(calc(36 / 1080 * 100vw), 36px) min(calc(30 / 1080 * 100vw), 30px);
  overflow-y: scroll;
  overscroll-behavior-y: contain;
}
@media screen and (max-width: 767px) {
  .adlp-modal__content {
    width: calc(690 / 750 * 100vw);
    padding: calc(56 / 750 * 100vw) calc(30 / 750 * 100vw) calc(260 / 750 * 100vw);
  }
}
.adlp-modal__content__close {
  width: min(calc(37 / 1080 * 100vw), 37px);
  height: min(calc(37 / 1080 * 100vw), 37px);
  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(64 / 750 * 100vw);
    height: calc(64 / 750 * 100vw);
    top: calc(30 / 750 * 100vw);
    right: calc(30 / 750 * 100vw);
  }
}
.adlp-modal__content__close svg {
  width: 100%;
  height: 100%;
}
.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-section {
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .adlp-section {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .adlp-section.--pd0 {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .adlp-section.--pd30 {
    padding: 0 calc(30 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .adlp-section.--pd60 {
    padding: 0 calc(60 / 750 * 100vw);
  }
}

.cv01 {
  background: #FBF1F1;
  padding: min(calc(32 / 1080 * 100vw), 32px) 0 min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .cv01 {
    padding: calc(40 / 750 * 100vw) 0 calc(40 / 750 * 100vw);
  }
}
.cv01 .cv01__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .cv01 .cv01__inner {
    gap: calc(32 / 750 * 100vw);
  }
}
.cv01 .cv01__text-area {
  position: relative;
  text-align: center;
  width: 100%;
}
.cv01 .cv01__title {
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 500;
  text-align: center;
  color: #231815;
  line-height: 1.3;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  .cv01 .cv01__title {
    font-size: calc(40 / 750 * 100vw);
  }
}
.cv01 .cv01__title .text-red {
  color: #D13737;
}
.cv01 .cv01__title .text-large {
  position: relative;
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  letter-spacing: 0;
  display: inline-block;
  margin: 0 min(calc(16 / 1080 * 100vw), 16px) 0 min(calc(6 / 1080 * 100vw), 6px);
}
@media screen and (max-width: 767px) {
  .cv01 .cv01__title .text-large {
    margin: 0 calc(18 / 750 * 100vw) 0 calc(6 / 750 * 100vw);
    font-size: calc(56 / 750 * 100vw);
  }
}
.cv01 .cv01__subtitle {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 400;
  margin-top: min(calc(16 / 1080 * 100vw), 16px);
  color: #231815;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .cv01 .cv01__subtitle {
    font-size: calc(32 / 750 * 100vw);
    margin-top: calc(16 / 750 * 100vw);
  }
}
.cv01 .cv01__note {
  position: absolute;
  top: min(calc(36 / 1080 * 100vw), 36px);
  right: max(calc(-14 / 1080 * 100vw), -14px);
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  color: #444444;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .cv01 .cv01__note {
    top: calc(36 / 750 * 100vw);
    right: calc(-20 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
  }
}
.cv01 .cv01__btn-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .cv01 .cv01__btn-area {
    gap: calc(24 / 750 * 100vw);
  }
}
.cv01 .cv01__note-text {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  color: #231815;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cv01 .cv01__note-text {
    font-size: calc(20 / 750 * 100vw);
  }
}
.cv01 .adlp-btn {
  background-color: #AC0102;
  color: #fff;
  width: min(calc(524 / 1080 * 100vw), 524px);
  height: min(calc(108 / 1080 * 100vw), 108px);
  border-radius: min(calc(110 / 1080 * 100vw), 110px);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  box-shadow: 0 min(calc(8 / 1080 * 100vw), 8px) min(calc(16 / 1080 * 100vw), 16px) 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .cv01 .adlp-btn {
    width: calc(630 / 750 * 100vw);
    height: calc(130 / 750 * 100vw);
    box-shadow: 0 calc(8 / 750 * 100vw) calc(16 / 750 * 100vw) 0 rgba(0, 0, 0, 0.2);
    border-radius: calc(110 / 750 * 100vw);
  }
}
.cv01 .adlp-btn .adlp-btn__inner {
  width: min(calc(512 / 1080 * 100vw), 512px);
  height: min(calc(98 / 1080 * 100vw), 98px);
  border: min(calc(2 / 1080 * 100vw), 2px) solid #fff;
}
@media screen and (max-width: 767px) {
  .cv01 .adlp-btn .adlp-btn__inner {
    width: calc(620 / 750 * 100vw);
    height: calc(120 / 750 * 100vw);
    border: calc(2 / 750 * 100vw) solid #fff;
  }
}
.cv01 .adlp-btn p {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .cv01 .adlp-btn p {
    font-size: calc(32 / 750 * 100vw);
  }
}
.cv01 .adlp-btn::after {
  width: min(calc(15 / 1080 * 100vw), 15px);
  height: min(calc(30 / 1080 * 100vw), 30px);
  right: min(calc(33 / 1080 * 100vw), 33px);
}
@media screen and (max-width: 767px) {
  .cv01 .adlp-btn::after {
    width: calc(15 / 750 * 100vw);
    height: calc(26 / 750 * 100vw);
    right: calc(44 / 750 * 100vw);
  }
}

.cv02 {
  background: #FBF1F1;
  padding: min(calc(32 / 1080 * 100vw), 32px) 0 min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .cv02 {
    padding: calc(40 / 750 * 100vw) 0 calc(40 / 750 * 100vw);
  }
}
.cv02__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .cv02__inner {
    gap: calc(40 / 750 * 100vw);
  }
}
.cv02__text-area {
  position: relative;
  text-align: center;
  width: 100%;
}
.cv02__title {
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  font-weight: 500;
  letter-spacing: min(calc(2.4 / 1080 * 100vw), 2.4px);
  text-align: center;
  color: #202020;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .cv02__title {
    font-size: calc(40 / 750 * 100vw);
    letter-spacing: calc(3.2 / 750 * 100vw);
  }
}
.cv02__title .letter-spacing-wide {
  letter-spacing: min(calc(4.8 / 1080 * 100vw), 4.8px);
}
@media screen and (max-width: 767px) {
  .cv02__title .letter-spacing-wide {
    letter-spacing: calc(6.4 / 750 * 100vw);
  }
}
.cv02__title .text-red {
  color: #D13737;
}
.cv02__title .text-large {
  font-size: min(calc(46 / 1080 * 100vw), 46px);
}
@media screen and (max-width: 767px) {
  .cv02__title .text-large {
    font-size: calc(56 / 750 * 100vw);
  }
}
.cv02__title .letter-spacing-medium {
  letter-spacing: min(calc(3.68 / 1080 * 100vw), 3.68px);
}
@media screen and (max-width: 767px) {
  .cv02__title .letter-spacing-medium {
    letter-spacing: calc(4.48 / 750 * 100vw);
  }
}
.cv02__subtitle {
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 500;
  letter-spacing: min(calc(1.6 / 1080 * 100vw), 1.6px);
  margin-top: min(calc(8 / 1080 * 100vw), 8px);
  color: #202020;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .cv02__subtitle {
    font-size: calc(30 / 750 * 100vw);
    letter-spacing: calc(2.4 / 750 * 100vw);
    margin-top: calc(16 / 750 * 100vw);
  }
}
.cv02__note {
  position: absolute;
  top: min(calc(6 / 1080 * 100vw), 6px);
  right: min(calc(20 / 1080 * 100vw), 20px);
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  color: #444444;
  letter-spacing: min(calc(0.48 / 1080 * 100vw), 0.48px);
}
@media screen and (max-width: 767px) {
  .cv02__note {
    top: calc(0 / 750 * 100vw);
    right: calc(0 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
    letter-spacing: calc(0.4 / 750 * 100vw);
  }
}
.cv02__btn-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .cv02__btn-area {
    gap: calc(24 / 750 * 100vw);
  }
}
.cv02__note-text {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  color: #444444;
  letter-spacing: min(calc(0.24 / 1080 * 100vw), 0.24px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cv02__note-text {
    font-size: calc(20 / 750 * 100vw);
    letter-spacing: calc(0.4 / 750 * 100vw);
  }
}

.adlp-btn.--cv02 {
  background: #AC0102;
  border: min(calc(1 / 1080 * 100vw), 1px) solid #fff;
  color: #fff;
  border-radius: min(calc(110 / 1080 * 100vw), 110px);
  height: min(calc(80 / 1080 * 100vw), 80px);
  width: min(calc(420 / 1080 * 100vw), 420px);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .adlp-btn.--cv02 {
    height: calc(111 / 750 * 100vw);
    width: calc(559 / 750 * 100vw);
    border: calc(2 / 750 * 100vw) solid #fff;
    border-radius: calc(110 / 750 * 100vw);
  }
}
.adlp-btn.--cv02 p {
  font-family: "Yu Mincho Pr6N", serif;
  font-weight: 500;
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  letter-spacing: min(calc(2.08 / 1080 * 100vw), 2.08px);
  text-align: center;
  color: #fff;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .adlp-btn.--cv02 p {
    font-size: calc(36 / 750 * 100vw);
    letter-spacing: calc(2.88 / 750 * 100vw);
  }
}
.adlp-btn.--cv02::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: min(calc(8 / 1080 * 100vw), 8px);
  height: min(calc(8 / 1080 * 100vw), 8px);
  border-top: min(calc(2 / 1080 * 100vw), 2px) solid #fff;
  border-right: min(calc(2 / 1080 * 100vw), 2px) solid #fff;
  right: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .adlp-btn.--cv02::after {
    width: calc(12 / 750 * 100vw);
    height: calc(12 / 750 * 100vw);
    border-top: calc(2 / 750 * 100vw) solid #fff;
    border-right: calc(2 / 750 * 100vw) solid #fff;
    right: calc(30 / 750 * 100vw);
  }
}
.adlp-btn.--cv02:hover {
  opacity: 0.8;
}

.fv {
  position: relative;
}
.fv .fv__text {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
.fv .fv__bg {
  position: relative;
  z-index: 1;
}
.sec01 {
  background-color: #F5F5F5;
  overflow: hidden;
  padding-bottom: min(calc(69 / 1080 * 100vw), 69px);
}
@media screen and (max-width: 767px) {
  .sec01 {
    padding-bottom: calc(120 / 750 * 100vw);
  }
}
.sec01 .sec01__bg {
  background: url(../img/pc/sec01_bg.webp) 50% 0/100% no-repeat;
  padding: min(calc(80 / 1080 * 100vw), 80px) 0 0;
}
@media screen and (max-width: 767px) {
  .sec01 .sec01__bg {
    background: url(../img/sp/sec01_bg.webp) 50% 0/100% no-repeat;
    padding: calc(80 / 750 * 100vw) 0 0;
  }
}
.sec01 .sec01__inner {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec01 .sec01__inner {
    width: 100%;
    padding: 0 calc(30 / 750 * 100vw);
  }
}
.sec01 .sec01__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec01 .sec01__header {
    margin-bottom: calc(24 / 750 * 100vw);
  }
}
.sec01 .sec01__header-labels {
  display: flex;
  gap: min(calc(16 / 1080 * 100vw), 16px);
  margin-bottom: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec01 .sec01__header-labels {
    gap: calc(16 / 750 * 100vw);
    margin-bottom: calc(16 / 750 * 100vw);
  }
}
.sec01 .sec01__header-label {
  color: var(--accent-1, #D99D50);
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 400;
  line-height: 160%; /* 35.2px */
  background-color: #fff;
  padding: min(calc(4 / 1080 * 100vw), 4px) min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec01 .sec01__header-label {
    font-size: calc(32 / 750 * 100vw);
    padding: calc(4 / 750 * 100vw) calc(16 / 750 * 100vw);
  }
}
.sec01 .sec01__title {
  display: flex;
  align-items: baseline;
  justify-content: center;
  color: #fff;
  border-bottom: 1px solid #fff;
  width: fit-content;
  padding: 0 0 min(calc(13 / 1080 * 100vw), 13px);
}
@media screen and (max-width: 767px) {
  .sec01 .sec01__title {
    padding: 0 0 calc(13 / 750 * 100vw);
  }
}
.sec01 .sec01__title-num {
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  font-weight: 400;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .sec01 .sec01__title-num {
    font-size: calc(40 / 750 * 100vw);
  }
}
.sec01 .sec01__title-text {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 400;
  line-height: 1.6;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec01 .sec01__title-text {
    font-size: calc(36 / 750 * 100vw);
  }
}
.sec01 .sec01__subtitle {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin-bottom: min(calc(50 / 1080 * 100vw), 50px);
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .sec01 .sec01__subtitle {
    font-size: calc(56 / 750 * 100vw);
    margin-bottom: calc(40 / 750 * 100vw);
  }
}
.sec01 .sec01__items-wrapper {
  position: relative;
  height: min(calc(304 / 1080 * 100vw), 304px);
}
@media screen and (max-width: 767px) {
  .sec01 .sec01__items-wrapper {
    height: calc(448 / 750 * 100vw);
  }
}
.sec01 .sec01__items {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: min(calc(1260 / 1080 * 100vw), 1260px);
}
@media screen and (max-width: 767px) {
  .sec01 .sec01__items {
    width: calc(1620 / 750 * 100vw);
  }
}
.sec01 .sec01__item {
  width: min(calc(259 / 1080 * 100vw), 259px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec01 .sec01__item {
    width: calc(400 / 750 * 100vw);
  }
}
.sec01 .sec01__item-img {
  width: 100%;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 min(calc(5 / 1080 * 100vw), 5px) min(calc(10 / 1080 * 100vw), 10px) rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 767px) {
  .sec01 .sec01__item-img {
    box-shadow: 0 calc(8 / 750 * 100vw) calc(16 / 750 * 100vw) rgba(0, 0, 0, 0.12);
  }
}
.sec01 .sec01__item-label {
  background-image: url("../img/common/sec01_titlebg.webp");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  height: min(calc(45 / 1080 * 100vw), 45px);
  margin-top: min(calc(28 / 1080 * 100vw), 28px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec01 .sec01__item-label {
    height: calc(58 / 750 * 100vw);
    margin-top: calc(32 / 750 * 100vw);
  }
}
.sec01 .sec01__item-text {
  position: relative;
  font-family: "Noto Serif JP", serif;
  padding: 0 min(calc(30 / 1080 * 100vw), 30px);
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 500;
  color: #fff;
  position: relative;
  z-index: 1;
}
.sec01 .sec01__item-text::before, .sec01 .sec01__item-text::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='12' viewBox='0 0 14 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5561 10.8812C13.5561 10.8812 12.65 9.90857 12.4092 9.76432C12.0946 9.55353 11.2175 9.27801 10.5032 10.4939C10.5032 10.4939 10.2869 10.8195 10.4501 10.9678C10.6134 11.1162 10.8542 11.2604 10.8542 11.2604C10.8542 11.2604 12.0369 12.3034 13.3837 11.2895C13.3837 11.2895 13.5996 11.0737 13.5561 10.8812Z' fill='white' fill-opacity='0.6'/%3E%3Cpath d='M7.21924 11.7631C9.5483 11.2926 12.1103 8.93995 11.8774 5.41102C11.6445 2.82315 9.31539 0 6.98633 0C10.4799 3.99945 10.247 7.76363 7.21924 11.7631Z' fill='white'/%3E%3Cpath d='M0 5.17773C0 5.413 0 5.64826 0 5.88353C0 9.41245 2.79488 12.0003 6.05557 12.0003C6.28847 12.0003 6.28848 12.0003 6.52138 12.0003C6.98719 11.2946 7.68591 10.3535 8.15172 9.64773C4.42522 9.88299 2.09616 7.76561 0 5.17773Z' fill='white'/%3E%3Cpath d='M1.16405 5.6463C3.0273 3.52895 5.35636 2.35261 8.38415 2.82313C7.91834 1.64682 6.98671 0.941046 6.28799 0C6.28799 0 6.05508 0 5.82218 0C3.49311 0 0.931141 1.8821 0.232422 4.23472C0.232422 4.23472 0.232422 4.46997 0.232422 4.70523C0.465328 4.94049 0.698236 5.17578 1.16405 5.6463Z' fill='white'/%3E%3Cpath d='M8.15242 6.1155C7.2208 5.17445 6.05627 4.46866 4.65883 4.2334C4.42592 5.64497 4.42592 7.05653 5.12464 8.23284C6.28917 7.76231 7.2208 7.29181 8.15242 6.1155Z' fill='white'/%3E%3Cpath d='M1.39648 6.1155C2.0952 7.05654 3.02683 7.76231 4.19136 8.23284C3.72555 6.82127 3.72555 5.64497 3.72555 4.2334C3.02683 4.70392 2.32811 5.40971 1.39648 6.1155Z' fill='white'/%3E%3Cpath d='M8.38471 5.88339C8.38471 5.64813 8.61762 5.64813 8.61762 5.41287C9.08343 4.94235 8.61761 4.23657 8.38471 3.76605C8.38471 3.53079 7.9189 3.53077 7.68599 3.53077C6.75436 3.29551 5.58983 3.53076 4.6582 4.00129C6.28855 4.00129 7.45308 4.70708 8.38471 5.88339Z' fill='white'/%3E%3Cpath d='M9.08539 5.88184C8.15377 7.05814 6.98924 7.99918 5.5918 8.70497C6.52342 8.94023 7.45504 8.94023 8.15376 8.70497C8.15376 8.70497 8.38667 8.70499 8.38667 8.46973C8.85248 7.76394 9.08539 7.05814 9.08539 5.88184Z' fill='white'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: min(calc(14 / 1080 * 100vw), 14px);
  height: min(calc(14 / 1080 * 100vw), 14px);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .sec01 .sec01__item-text::before, .sec01 .sec01__item-text::after {
    width: calc(17 / 750 * 100vw);
    height: calc(17 / 750 * 100vw);
  }
}
.sec01 .sec01__item-text::before {
  left: 0;
}
.sec01 .sec01__item-text::after {
  right: 0;
}
@media screen and (max-width: 767px) {
  .sec01 .sec01__item-text {
    padding: 0 calc(30 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
  }
}

.sec02 .sec02__bg {
  background: url(../img/pc/sec02_bg.webp) 50% 0/100% no-repeat;
  background-color: #fff;
  padding: min(calc(80 / 1080 * 100vw), 80px) 0 0;
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__bg {
    background: url(../img/sp/sec02_bg.webp) 50% 0/100% no-repeat;
    background-color: #fff;
    padding: calc(90 / 750 * 100vw) 0 0;
  }
}
.sec02 .sec02__inner {
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__inner {
    width: 100%;
    padding: 0 0;
  }
}
.sec02 .sec02__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: min(calc(60 / 1080 * 100vw), 60px);
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__header {
    margin-bottom: calc(80 / 750 * 100vw);
  }
}
.sec02 .sec02__variation {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: min(calc(32 / 1080 * 100vw), 32px);
  width: min(calc(354 / 1080 * 100vw), 354px);
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__variation {
    margin-bottom: calc(20 / 750 * 100vw);
    width: calc(351 / 750 * 100vw);
  }
}
.sec02 .sec02__title {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  font-weight: 500;
  color: #231815;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__title {
    font-size: calc(56 / 750 * 100vw);
  }
}
.sec02 .sec02__title .ac {
  color: #CC5F5A;
}
.sec02 .sec02__lectangle {
  position: relative;
  padding-bottom: min(calc(60 / 1080 * 100vw), 60px);
  margin-bottom: min(calc(60 / 1080 * 100vw), 60px);
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__lectangle {
    padding-bottom: calc(64 / 750 * 100vw);
    margin-bottom: calc(80 / 750 * 100vw);
  }
}
.sec02 .sec02__lectangle:after {
  content: "";
  display: block;
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  height: min(calc(360 / 1080 * 100vw), 360px);
  background-color: #FBF1F1;
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__lectangle:after {
    width: calc(750 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__lectangle.--fst {
    padding-bottom: calc(200 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__lectangle.--fst:after {
    height: calc(954 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__lectangle.--snd:after {
    height: calc(740 / 750 * 100vw);
  }
}
.sec02 .sec02__lectangle.--last {
  margin-bottom: min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__lectangle.--last {
    margin-bottom: 0;
    padding-bottom: calc(115 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__lectangle.--last:after {
    height: calc(348 / 750 * 100vw);
  }
}
.sec02 .sec02__subtitle01 {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 400;
  color: #CC5F5A;
  text-align: center;
  margin-bottom: min(calc(14 / 1080 * 100vw), 14px);
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__subtitle01 {
    font-size: calc(36 / 750 * 100vw);
    margin-bottom: calc(24 / 750 * 100vw);
  }
}
.sec02 .sec02__subtitle02 {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  color: #231815;
  text-align: center;
  margin-bottom: min(calc(35 / 1080 * 100vw), 35px);
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__subtitle02 {
    font-size: calc(26 / 750 * 100vw);
    margin-bottom: calc(40 / 750 * 100vw);
  }
}
.sec02 .sec02__img01 {
  width: min(calc(980 / 1080 * 100vw), 980px);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__img01 {
    width: 100%;
  }
}
.sec02 .sec02__text01 {
  color: var(--txt, #231815);
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 400;
  line-height: 160%;
  position: absolute;
  right: min(calc(104 / 1080 * 100vw), 104px);
  bottom: min(calc(63 / 1080 * 100vw), 63px);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__text01 {
    font-size: calc(32 / 750 * 100vw);
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: calc(63 / 750 * 100vw);
    width: 100%;
  }
}
.sec02 .sec02__img02 {
  width: min(calc(369 / 1080 * 100vw), 369px);
  margin: 0 auto min(calc(30 / 1080 * 100vw), 30px);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__img02 {
    margin: 0 auto calc(40 / 750 * 100vw);
    width: calc(510 / 750 * 100vw);
  }
}
.sec02 .sec02__img03 {
  width: min(calc(272 / 1080 * 100vw), 272px);
  position: relative;
  z-index: 2;
  margin-left: min(calc(132 / 1080 * 100vw), 132px);
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__img03 {
    width: calc(342 / 750 * 100vw);
    margin-left: 0;
  }
}
.sec02 .sec02__text02 {
  color: var(--txt, #231815);
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 400;
  line-height: 160%;
  position: absolute;
  right: min(calc(100 / 1080 * 100vw), 100px);
  bottom: min(calc(119 / 1080 * 100vw), 119px);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__text02 {
    font-size: calc(32 / 750 * 100vw);
    right: auto;
    left: calc(374 / 750 * 100vw);
    bottom: calc(72 / 750 * 100vw);
  }
}
.sec02 .sec02__img04 {
  width: min(calc(546 / 1080 * 100vw), 546px);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__img04 {
    width: calc(630 / 750 * 100vw);
  }
}

.sec03 {
  position: relative;
}
.sec03 .sec03__img {
  width: min(calc(1920 / 1080 * 100vw), 1920px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__img {
    width: calc(750 / 750 * 100vw);
  }
}
.sec03 .sec03__box {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: min(calc(459 / 1080 * 100vw), 459px);
  border: 1px solid #C1A278;
  background-color: #fff;
  padding: min(calc(10 / 1080 * 100vw), 10px);
  width: min(calc(661 / 1080 * 100vw), 661px);
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__box {
    top: calc(736 / 750 * 100vw);
    border: calc(2 / 750 * 100vw) solid #C1A278;
    padding: calc(10 / 750 * 100vw);
    width: calc(550 / 750 * 100vw);
  }
}
.sec03 .sec03__box-inner {
  border: 1px solid #C1A278;
  padding: min(calc(46 / 1080 * 100vw), 46px) 0;
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__box-inner {
    border: calc(2 / 750 * 100vw) solid #C1A278;
    padding: calc(46 / 750 * 100vw) 0;
  }
}
.sec03 .sec03__title {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 400;
  color: #231815;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__title {
    font-size: calc(32 / 750 * 100vw);
  }
}

.sec04 {
  padding: min(calc(58 / 1080 * 100vw), 58px) 0 min(calc(90 / 1080 * 100vw), 90px);
}
@media screen and (max-width: 767px) {
  .sec04 {
    padding: calc(100 / 750 * 100vw) 0 calc(100 / 750 * 100vw);
  }
}
.sec04 .sec04__inner {
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__inner {
    width: 100%;
  }
}
.sec04 .sec04__top {
  background-color: #FBF1F1;
  width: min(calc(490 / 1080 * 100vw), 490px);
  height: min(calc(114 / 1080 * 100vw), 114px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--main-3, #C1A278);
  text-align: center;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 400;
  line-height: 160%;
  position: relative;
  margin-bottom: min(calc(56 / 1080 * 100vw), 56px);
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__top {
    width: calc(490 / 750 * 100vw);
    height: calc(114 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
    margin-bottom: calc(56 / 750 * 100vw);
  }
}
.sec04 .sec04__top:before {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='41' height='41' viewBox='0 0 41 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.35352 8.35352H32.3535L8.35352 32.3535V8.35352Z' fill='white'/%3E%3Cpath d='M40.3535 0.353516L0.353516 40.3535' stroke='%23C1A278'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: min(calc(40 / 1080 * 100vw), 40px);
  height: min(calc(40 / 1080 * 100vw), 40px);
  position: absolute;
  left: max(calc(-8 / 1080 * 100vw), -8px);
  top: max(calc(-8 / 1080 * 100vw), -8px);
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__top:before {
    width: calc(40 / 750 * 100vw);
    height: calc(40 / 750 * 100vw);
    left: calc(-8 / 750 * 100vw);
    top: calc(-8 / 750 * 100vw);
  }
}
.sec04 .sec04__top:after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='41' height='41' viewBox='0 0 41 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M32.3535 32.3535V8.35352L8.35352 32.3535H32.3535Z' fill='white'/%3E%3Cpath d='M40.3535 0.353516L0.353516 40.3535' stroke='%23C1A278'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: min(calc(40 / 1080 * 100vw), 40px);
  height: min(calc(40 / 1080 * 100vw), 40px);
  position: absolute;
  right: max(calc(-8 / 1080 * 100vw), -8px);
  bottom: max(calc(-8 / 1080 * 100vw), -8px);
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__top:after {
    width: calc(40 / 750 * 100vw);
    height: calc(40 / 750 * 100vw);
    right: calc(-8 / 750 * 100vw);
    bottom: calc(-8 / 750 * 100vw);
  }
}
.sec04 .sec04__header {
  margin-bottom: min(calc(50 / 1080 * 100vw), 50px);
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__header {
    margin-bottom: calc(48 / 750 * 100vw);
  }
}
.sec04 .sec04__variation {
  width: min(calc(282 / 1080 * 100vw), 282px);
  margin: 0 auto min(calc(32 / 1080 * 100vw), 32px);
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__variation {
    width: calc(380 / 750 * 100vw);
    margin-bottom: calc(32 / 750 * 100vw);
  }
}
.sec04 .sec04__title {
  text-align: center;
}
.sec04 .sec04__title .sub {
  display: block;
  color: #231815;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__title .sub {
    font-size: calc(36 / 750 * 100vw);
  }
}
.sec04 .sec04__title .middle {
  display: block;
  color: #231815;
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__title .middle {
    font-size: calc(56 / 750 * 100vw);
  }
}
.sec04 .sec04__title .large {
  display: block;
  color: #CC5F5A;
  font-size: min(calc(56 / 1080 * 100vw), 56px);
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__title .large {
    font-size: calc(64 / 750 * 100vw);
  }
}
.sec04 .sec04__title .num {
  font-size: min(calc(70 / 1080 * 100vw), 70px);
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__title .num {
    font-size: calc(80 / 750 * 100vw);
  }
}
.sec04 .sec04__click {
  display: block;
  color: #231815;
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 400;
  line-height: 1.6;
  width: fit-content;
  border-bottom: 1px solid #CC5F5A;
  padding: 0 min(calc(34 / 1080 * 100vw), 34px) min(calc(4 / 1080 * 100vw), 4px) 0;
  margin: 0 auto min(calc(90 / 1080 * 100vw), 90px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__click {
    font-size: calc(24 / 750 * 100vw);
    border-bottom: calc(2 / 750 * 100vw) solid #CC5F5A;
    padding: 0 calc(42 / 750 * 100vw) calc(8 / 750 * 100vw) 0;
    margin: 0 auto calc(108 / 750 * 100vw);
  }
}
.sec04 .sec04__click:before {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.63761 8.17578L6.08601 6.61039M15.9118 8.17578L17.4634 6.61039M6.08495 18.0948L7.63655 16.5284M11.7742 6.08894V4M5.56775 12.3526H3.5M18.1452 18.6047L22.171 17.015C22.2681 16.9761 22.3514 16.909 22.41 16.8224C22.4687 16.7358 22.5 16.6335 22.5 16.5289C22.5 16.4243 22.4687 16.3221 22.41 16.2354C22.3514 16.1488 22.2681 16.0817 22.171 16.0428L12.4972 12.227C12.403 12.1906 12.3003 12.1824 12.2015 12.2034C12.1027 12.2245 12.0122 12.2739 11.9411 12.3455C11.87 12.4172 11.8213 12.5081 11.801 12.607C11.7808 12.706 11.7898 12.8087 11.8269 12.9026L15.6078 22.6675C15.7788 23.1108 16.3994 23.1108 16.5704 22.6675L18.1452 18.6047Z' stroke='%23CC5F5A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: min(calc(26 / 1080 * 100vw), 26px);
  height: min(calc(26 / 1080 * 100vw), 26px);
  position: absolute;
  right: 0;
  top: max(calc(-4 / 1080 * 100vw), -4px);
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__click:before {
    width: calc(34 / 750 * 100vw);
    height: calc(34 / 750 * 100vw);
    top: calc(0 / 750 * 100vw);
  }
}
.sec04 .sec04__list {
  display: flex;
  flex-wrap: wrap;
  gap: min(calc(100 / 1080 * 100vw), 100px) min(calc(40 / 1080 * 100vw), 40px);
  margin-bottom: min(calc(80 / 1080 * 100vw), 80px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__list {
    display: block;
    margin-bottom: calc(64 / 750 * 100vw);
  }
}
.sec04 .sec04__card {
  flex: 0 0 min(calc(480 / 1080 * 100vw), 480px);
  background-color: #F4F4F4;
  padding: min(calc(54 / 1080 * 100vw), 54px) min(calc(40 / 1080 * 100vw), 40px) min(calc(118 / 1080 * 100vw), 118px);
  position: relative;
  height: min(calc(530 / 1080 * 100vw), 530px);
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__card {
    padding: calc(84 / 750 * 100vw) calc(60 / 750 * 100vw) calc(64 / 750 * 100vw);
    margin-bottom: calc(124 / 750 * 100vw);
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__card:last-child {
    margin-bottom: 0;
  }
}
.sec04 .sec04__card-title {
  background-image: url(../img/pc/sec04_bg.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: min(calc(416 / 1080 * 100vw), 416px);
  height: min(calc(65 / 1080 * 100vw), 65px);
  position: absolute;
  top: max(calc(-32 / 1080 * 100vw), -32px);
  left: 50%;
  transform: translateX(-50%);
  color: #FFF;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 400;
  line-height: 160%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__card-title {
    background-image: url(../img/sp/sec04_bg.webp);
    width: calc(630 / 750 * 100vw);
    height: calc(88 / 750 * 100vw);
    top: calc(-44 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec04 .sec04__card-name {
  padding: min(calc(10 / 1080 * 100vw), 10px) min(calc(44 / 1080 * 100vw), 44px);
  margin: 0 auto min(calc(20 / 1080 * 100vw), 20px);
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__card-name {
    padding: calc(0 / 750 * 100vw) calc(44 / 750 * 100vw);
    margin: 0 auto calc(40 / 750 * 100vw);
  }
}
.sec04 .sec04__card-name .text01 {
  color: var(--main-2, #AC0102);
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 500;
  line-height: 140%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__card-name .text01 {
    font-size: calc(40 / 750 * 100vw);
  }
}
.sec04 .sec04__card-name .text01 .small {
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__card-name .text01 .small {
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec04 .sec04__card-name .text02 {
  color: #231815;
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 400;
  line-height: 160%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__card-name .text02 {
    font-size: calc(24 / 750 * 100vw);
  }
}
.sec04 .sec04__card-name:before {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='94' viewBox='0 0 12 94' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='path-1-inside-1_1_2797' fill='white'%3E%3Cpath d='M0 0H12V94H0V0Z'/%3E%3C/mask%3E%3Cpath d='M0 0V-1H-1V0H0ZM0 94H-1V95H0V94ZM0 0V1H12V0V-1H0V0ZM12 94V93H0V94V95H12V94ZM0 94H1V0H0H-1V94H0Z' fill='%23AC0102' mask='url(%23path-1-inside-1_1_2797)'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: min(calc(12 / 1080 * 100vw), 12px);
  height: min(calc(94 / 1080 * 100vw), 94px);
  position: absolute;
  left: 0;
  top: max(calc(0 / 1080 * 100vw), 0px);
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__card-name:before {
    width: calc(12 / 750 * 100vw);
    height: calc(94 / 750 * 100vw);
  }
}
.sec04 .sec04__card-name:after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='94' viewBox='0 0 12 94' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='path-1-inside-1_1_2801' fill='white'%3E%3Cpath d='M0 0H12V94H0V0Z'/%3E%3C/mask%3E%3Cpath d='M12 0H13V-1H12V0ZM12 94V95H13V94H12ZM0 0V1H12V0V-1H0V0ZM12 0H11V94H12H13V0H12ZM12 94V93H0V94V95H12V94Z' fill='%23AC0102' mask='url(%23path-1-inside-1_1_2801)'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: min(calc(12 / 1080 * 100vw), 12px);
  height: min(calc(94 / 1080 * 100vw), 94px);
  position: absolute;
  right: 0;
  top: max(calc(0 / 1080 * 100vw), 0px);
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__card-name:after {
    width: calc(12 / 750 * 100vw);
    height: calc(94 / 750 * 100vw);
  }
}
.sec04 .sec04__card-grid {
  display: grid;
  grid-template-columns: min(calc(188 / 1080 * 100vw), 188px) 1fr;
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__card-grid {
    grid-template-columns: calc(280 / 750 * 100vw) 1fr;
    margin-bottom: calc(40 / 750 * 100vw);
  }
}
.sec04 .sec04__card-img {
  grid-row: 1/3;
  grid-column: 1/2;
  margin-right: min(calc(20 / 1080 * 100vw), 20px);
  filter: drop-shadow(0 min(calc(4 / 1080 * 100vw), 4px) min(calc(16 / 1080 * 100vw), 16px) rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__card-img {
    grid-row: 1/2;
    grid-column: 1/2;
    margin-right: calc(32 / 750 * 100vw);
    filter: drop-shadow(0 calc(4 / 750 * 100vw) calc(16 / 750 * 100vw) rgba(0, 0, 0, 0.2));
  }
}
.sec04 .sec04__card-exp {
  color: var(--base-black-333, #333);
  text-align: justify;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  line-height: 160%;
  margin-bottom: min(calc(32 / 1080 * 100vw), 32px);
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__card-exp {
    font-size: calc(26 / 750 * 100vw);
    margin-bottom: 0;
    align-self: center;
  }
}
.sec04 .sec04__card-detail {
  color: #231815;
  text-align: justify;
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 400;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__card-detail {
    grid-row: 2/3;
    grid-column: 1/3;
    font-size: calc(24 / 750 * 100vw);
    margin-top: calc(40 / 750 * 100vw);
  }
}
.sec04 .sec04__card-btn {
  position: absolute;
  bottom: min(calc(44 / 1080 * 100vw), 44px);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__card-btn {
    position: static;
    transform: translateX(0);
  }
}
.sec04 .sec04__card-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(calc(390 / 1080 * 100vw), 390px);
  height: min(calc(74 / 1080 * 100vw), 74px);
  border-radius: min(calc(60 / 1080 * 100vw), 60px);
  border: min(calc(2 / 1080 * 100vw), 2px) solid var(--main-2, #AC0102);
  background: var(--base-1, #FFF);
  box-shadow: 0 min(calc(8 / 1080 * 100vw), 8px) min(calc(16 / 1080 * 100vw), 16px) 0 rgba(0, 0, 0, 0.2);
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__card-btn a {
    width: calc(570 / 750 * 100vw);
    height: calc(108 / 750 * 100vw);
    border-radius: calc(60 / 750 * 100vw);
    border: calc(2 / 750 * 100vw) solid var(--main-2, #AC0102);
    box-shadow: 0 calc(8 / 750 * 100vw) calc(16 / 750 * 100vw) 0 rgba(0, 0, 0, 0.2);
    margin: 0 auto;
  }
}
.sec04 .sec04__card-btn a:after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='42' height='42' viewBox='0 0 42 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 21H30' stroke='%23AC0102' stroke-width='2'/%3E%3Cpath d='M21 12V30' stroke='%23AC0102' stroke-width='2'/%3E%3Ccircle cx='21' cy='21' r='20.5' stroke='%23AC0102'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: min(calc(42 / 1080 * 100vw), 42px);
  height: min(calc(42 / 1080 * 100vw), 42px);
  position: absolute;
  right: min(calc(20 / 1080 * 100vw), 20px);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__card-btn a:after {
    width: calc(56 / 750 * 100vw);
    height: calc(56 / 750 * 100vw);
    right: calc(30 / 750 * 100vw);
  }
}
.sec04 .sec04__card-btntext {
  color: var(--main-2, #AC0102);
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 400;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__card-btntext {
    font-size: calc(36 / 750 * 100vw);
  }
}
.sec04 .sec04__custam {
  background-color: #FBF1F1;
  width: min(calc(920 / 1080 * 100vw), 920px);
  margin: min(calc(70 / 1080 * 100vw), 70px) auto 0;
  padding: min(calc(64 / 1080 * 100vw), 64px) 0 min(calc(62 / 1080 * 100vw), 62px);
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__custam {
    width: calc(630 / 750 * 100vw);
    margin: calc(80 / 750 * 100vw) auto 0;
    padding: calc(40 / 750 * 100vw) 0 calc(54 / 750 * 100vw);
  }
}
.sec04 .sec04__custam-text01 {
  color: var(--txt, #231815);
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 400;
  line-height: 160%;
  margin-bottom: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__custam-text01 {
    font-size: calc(32 / 750 * 100vw);
    margin-bottom: calc(16 / 750 * 100vw);
  }
}
.sec04 .sec04__custam-text02 {
  color: var(--txt, #231815);
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 500;
  line-height: 140%;
  margin-bottom: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__custam-text02 {
    font-size: calc(40 / 750 * 100vw);
    margin-bottom: calc(40 / 750 * 100vw);
  }
}
.sec04 .sec04__custam-img {
  width: min(calc(745 / 1080 * 100vw), 745px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__custam-img {
    width: calc(750 / 750 * 100vw);
    margin: 0 calc(-60 / 750 * 100vw);
  }
}
.sec04 .sec04__button-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__button-wrapper {
    gap: calc(40 / 750 * 100vw);
  }
}
.sec04 .sec04__button-wrapper .adlp-btn.--red {
  background-color: #AC0102;
  color: #fff;
  width: min(calc(524 / 1080 * 100vw), 524px);
  height: min(calc(108 / 1080 * 100vw), 108px);
  border-radius: min(calc(110 / 1080 * 100vw), 110px);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  box-shadow: 0 min(calc(8 / 1080 * 100vw), 8px) min(calc(16 / 1080 * 100vw), 16px) 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__button-wrapper .adlp-btn.--red {
    width: calc(630 / 750 * 100vw);
    height: calc(130 / 750 * 100vw);
    box-shadow: 0 calc(8 / 750 * 100vw) calc(16 / 750 * 100vw) 0 rgba(0, 0, 0, 0.2);
    border-radius: calc(110 / 750 * 100vw);
  }
}
.sec04 .sec04__button-wrapper .adlp-btn.--red .adlp-btn__inner {
  width: min(calc(512 / 1080 * 100vw), 512px);
  height: min(calc(98 / 1080 * 100vw), 98px);
  border: min(calc(2 / 1080 * 100vw), 2px) solid #fff;
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__button-wrapper .adlp-btn.--red .adlp-btn__inner {
    width: calc(620 / 750 * 100vw);
    height: calc(120 / 750 * 100vw);
    border: calc(2 / 750 * 100vw) solid #fff;
  }
}
.sec04 .sec04__button-wrapper .adlp-btn.--red p {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__button-wrapper .adlp-btn.--red p {
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec04 .sec04__button-wrapper .adlp-btn.--red::after {
  width: min(calc(15 / 1080 * 100vw), 15px);
  height: min(calc(30 / 1080 * 100vw), 30px);
  right: min(calc(33 / 1080 * 100vw), 33px);
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__button-wrapper .adlp-btn.--red::after {
    width: calc(15 / 750 * 100vw);
    height: calc(26 / 750 * 100vw);
    right: calc(44 / 750 * 100vw);
  }
}
.sec04 .sec04__modal-name {
  padding: min(calc(10 / 1080 * 100vw), 10px) min(calc(44 / 1080 * 100vw), 44px);
  margin: 0 auto min(calc(20 / 1080 * 100vw), 20px);
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__modal-name {
    padding: calc(0 / 750 * 100vw) calc(44 / 750 * 100vw);
    margin: 0 auto calc(40 / 750 * 100vw);
  }
}
.sec04 .sec04__modal-name .text01 {
  color: var(--main-2, #AC0102);
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 500;
  line-height: 140%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__modal-name .text01 {
    font-size: calc(40 / 750 * 100vw);
  }
}
.sec04 .sec04__modal-name .text01 .small {
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__modal-name .text01 .small {
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec04 .sec04__modal-name .text02 {
  color: #231815;
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 400;
  line-height: 160%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__modal-name .text02 {
    font-size: calc(24 / 750 * 100vw);
  }
}
.sec04 .sec04__modal-name:before {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='94' viewBox='0 0 12 94' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='path-1-inside-1_1_2797' fill='white'%3E%3Cpath d='M0 0H12V94H0V0Z'/%3E%3C/mask%3E%3Cpath d='M0 0V-1H-1V0H0ZM0 94H-1V95H0V94ZM0 0V1H12V0V-1H0V0ZM12 94V93H0V94V95H12V94ZM0 94H1V0H0H-1V94H0Z' fill='%23AC0102' mask='url(%23path-1-inside-1_1_2797)'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: min(calc(12 / 1080 * 100vw), 12px);
  height: min(calc(94 / 1080 * 100vw), 94px);
  position: absolute;
  left: 0;
  top: max(calc(0 / 1080 * 100vw), 0px);
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__modal-name:before {
    width: calc(12 / 750 * 100vw);
    height: calc(94 / 750 * 100vw);
  }
}
.sec04 .sec04__modal-name:after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='94' viewBox='0 0 12 94' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='path-1-inside-1_1_2801' fill='white'%3E%3Cpath d='M0 0H12V94H0V0Z'/%3E%3C/mask%3E%3Cpath d='M12 0H13V-1H12V0ZM12 94V95H13V94H12ZM0 0V1H12V0V-1H0V0ZM12 0H11V94H12H13V0H12ZM12 94V93H0V94V95H12V94Z' fill='%23AC0102' mask='url(%23path-1-inside-1_1_2801)'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: min(calc(12 / 1080 * 100vw), 12px);
  height: min(calc(94 / 1080 * 100vw), 94px);
  position: absolute;
  right: 0;
  top: max(calc(0 / 1080 * 100vw), 0px);
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__modal-name:after {
    width: calc(12 / 750 * 100vw);
    height: calc(94 / 750 * 100vw);
  }
}
.sec04 .sec04__modal-design {
  width: min(calc(917 / 1080 * 100vw), 917px);
  height: min(calc(50 / 1080 * 100vw), 50px);
  background-image: url(../img/pc/sec04_m_bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 400;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__modal-design {
    width: calc(630 / 750 * 100vw);
    height: calc(72 / 750 * 100vw);
    background-image: url(../img/sp/sec04_m_bg.webp);
    font-size: calc(36 / 750 * 100vw);
  }
}
.sec04 .sec04__modal-list {
  padding: min(calc(30 / 1080 * 100vw), 30px);
  background-color: #FBF1F1;
  display: flex;
  justify-content: space-between;
  margin-bottom: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__modal-list {
    flex-wrap: wrap;
    padding: calc(30 / 750 * 100vw);
    margin-bottom: calc(40 / 750 * 100vw);
    gap: min(calc(32 / 1080 * 100vw), 32px) 0;
  }
}
.sec04 .sec04__modal-item {
  flex: 0 0 min(calc(194 / 1080 * 100vw), 194px);
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__modal-item {
    flex: 0 0 calc(273 / 750 * 100vw);
  }
}
.sec04 .sec04__modal-img {
  margin-bottom: min(calc(7 / 1080 * 100vw), 7px);
  filter: drop-shadow(0 min(calc(4 / 1080 * 100vw), 4px) min(calc(16 / 1080 * 100vw), 16px) rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__modal-img {
    margin-bottom: calc(8 / 750 * 100vw);
    filter: drop-shadow(0 calc(4 / 750 * 100vw) calc(16 / 750 * 100vw) rgba(0, 0, 0, 0.2));
  }
}
.sec04 .sec04__modal-text {
  color: #231815;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 400;
  line-height: 160%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__modal-text {
    font-size: calc(28 / 750 * 100vw);
  }
}
.sec04 .sec04__modal-exp {
  color: #231815;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  line-height: 160%;
  margin-bottom: min(calc(14 / 1080 * 100vw), 14px);
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__modal-exp {
    font-size: calc(26 / 750 * 100vw);
    margin-bottom: calc(24 / 750 * 100vw);
  }
}
.sec04 .sec04__modal-note {
  color: #231815;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  line-height: 140%;
  margin-bottom: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__modal-note {
    font-size: calc(20 / 750 * 100vw);
    margin-bottom: calc(40 / 750 * 100vw);
  }
}

.sec05 {
  padding-bottom: min(calc(90 / 1080 * 100vw), 90px);
}
@media screen and (max-width: 767px) {
  .sec05 {
    padding-bottom: calc(100 / 750 * 100vw);
  }
}
.sec05 .sec05__top {
  background-image: url(../img/pc/sec05_top.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: min(calc(1920 / 1080 * 100vw), 1920px) min(calc(276 / 1080 * 100vw), 276px);
  height: min(calc(276 / 1080 * 100vw), 276px);
  padding: min(calc(80 / 1080 * 100vw), 80px) 0 0;
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__top {
    background-image: url(../img/sp/sec05_top.webp);
    background-size: calc(750 / 750 * 100vw) calc(352 / 750 * 100vw);
    height: calc(352 / 750 * 100vw);
    padding: calc(100 / 750 * 100vw) 0 calc(0 / 750 * 100vw);
  }
}
.sec05 .sec05__top .sec05__top-text {
  color: var(--base-1, #FFF);
  text-align: center;
  text-shadow: 0 min(calc(4 / 1080 * 100vw), 4px) min(calc(12 / 1080 * 100vw), 12px) rgba(0, 0, 0, 0.6);
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 500;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__top .sec05__top-text {
    text-shadow: 0 calc(4 / 750 * 100vw) calc(12 / 750 * 100vw) rgba(0, 0, 0, 0.6);
    font-size: calc(40 / 750 * 100vw);
  }
}
.sec05 .sec05__header {
  padding-top: min(calc(50 / 1080 * 100vw), 50px);
  margin-bottom: min(calc(32 / 1080 * 100vw), 32px);
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__header {
    padding-top: calc(50 / 750 * 100vw);
    margin-bottom: calc(64 / 750 * 100vw);
  }
}
.sec05 .sec05__variation {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(calc(234 / 1080 * 100vw), 234px);
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__variation {
    width: calc(312 / 750 * 100vw);
  }
}
.sec05 .sec05__title {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 400;
  color: #231815;
  text-align: center;
  line-height: 1.6;
  margin: min(calc(32 / 1080 * 100vw), 32px) 0 0;
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__title {
    font-size: calc(36 / 750 * 100vw);
    margin: calc(32 / 750 * 100vw) 0 0;
  }
}
.sec05 .sec05__title .--pink {
  color: #CC5F5A;
}
.sec05 .sec05__title .large {
  font-size: min(calc(56 / 1080 * 100vw), 56px);
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__title .large {
    font-size: calc(64 / 750 * 100vw);
  }
}
.sec05 .sec05__block {
  background-repeat: repeat-y;
  background-position: top center;
  background-size: min(calc(1920 / 1080 * 100vw), 1920px) min(calc(1 / 1080 * 100vw), 1px);
  padding: min(calc(60 / 1080 * 100vw), 60px) 0;
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__block {
    background-size: calc(750 / 750 * 100vw) calc(2 / 750 * 100vw);
    padding: calc(56 / 750 * 100vw) 0;
  }
}
.sec05 .sec05__block.--odd {
  background-image: url(../img/pc/sec05_bg_1.webp);
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__block.--odd {
    background-image: url(../img/sp/sec05_bg_1.webp);
  }
}
.sec05 .sec05__block.--even {
  background-image: url(../img/pc/sec05_bg_2.webp);
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__block.--even {
    background-image: url(../img/sp/sec05_bg_2.webp);
  }
}
.sec05 .sec05__block .sec05__block-inner {
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__block .sec05__block-inner {
    width: calc(530 / 750 * 100vw);
  }
}
.sec05 .sec05__block .sec05__block-subtitle {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 400;
  color: #231815;
  text-align: center;
  line-height: 1.6;
  margin-bottom: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__block .sec05__block-subtitle {
    font-size: calc(32 / 750 * 100vw);
    margin-bottom: calc(8 / 750 * 100vw);
    text-align: left;
  }
}
.sec05 .sec05__block .sec05__block-subtitle .kome {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__block .sec05__block-subtitle .kome {
    font-size: calc(20 / 750 * 100vw);
  }
}
.sec05 .sec05__block .sec05__block-title {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  font-weight: 500;
  color: #CC5F5A;
  text-align: center;
  line-height: 1.4;
  margin-bottom: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__block .sec05__block-title {
    font-size: calc(48 / 750 * 100vw);
    margin-bottom: calc(40 / 750 * 100vw);
    letter-spacing: 0.01em;
    text-align: left;
  }
}
.sec05 .sec05__block .sec05__block-flex {
  display: flex;
  align-items: center;
  gap: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__block .sec05__block-flex {
    display: block;
  }
}
.sec05 .sec05__block .sec05__block-img01 {
  flex: 0 0 min(calc(430 / 1080 * 100vw), 430px);
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__block .sec05__block-img01 {
    width: calc(640 / 750 * 100vw);
    margin-left: calc(-110 / 750 * 100vw);
    margin-bottom: calc(40 / 750 * 100vw);
  }
}
.sec05 .sec05__block .sec05__block-textarea01 {
  flex: 0 0 min(calc(530 / 1080 * 100vw), 530px);
}
.sec05 .sec05__block .sec05__block-text01 {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  color: #231815;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__block .sec05__block-text01 {
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec05 .sec05__block .sec05__block-text01 b {
  color: #CC5F5A;
}
.sec05 .sec05__block .sec05__block-text01 .kome {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__block .sec05__block-text01 .kome {
    font-size: calc(20 / 750 * 100vw);
  }
}
.sec05 .sec05__block .sec05__block-note {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  color: #231815;
  line-height: 1.4;
  margin-top: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__block .sec05__block-note {
    font-size: calc(20 / 750 * 100vw);
    margin-top: calc(24 / 750 * 100vw);
  }
}
.sec05 .sec05__block .sec05__block-img02 {
  width: min(calc(815 / 1080 * 100vw), 815px);
  margin: 0 auto min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__block .sec05__block-img02 {
    width: calc(640 / 750 * 100vw);
    margin-top: calc(24 / 750 * 100vw);
  }
}
.sec05 .sec05__block .sec05__block-textarea02 {
  width: min(calc(815 / 1080 * 100vw), 815px);
  margin: 0 auto max(calc(0 / 1080 * 100vw), 0px);
}
.sec05 .sec05__next {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 500;
  color: #231815;
  line-height: 1.4;
  text-align: center;
  padding: min(calc(96 / 1080 * 100vw), 96px) 0 min(calc(45 / 1080 * 100vw), 45px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__next {
    font-size: calc(40 / 750 * 100vw);
    padding: calc(120 / 750 * 100vw) 0 calc(40 / 750 * 100vw);
  }
}
.sec05 .sec05__next:before {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='46' viewBox='0 0 6 46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='3' cy='3' r='3' fill='%23CC5F5A'/%3E%3Ccircle cx='3' cy='23' r='3' fill='%23CC5F5A'/%3E%3Ccircle cx='3' cy='43' r='3' fill='%23CC5F5A'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: min(calc(6 / 1080 * 100vw), 6px);
  height: min(calc(45 / 1080 * 100vw), 45px);
  position: absolute;
  left: 50%;
  top: min(calc(30 / 1080 * 100vw), 30px);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__next:before {
    width: calc(8 / 750 * 100vw);
    height: calc(56 / 750 * 100vw);
    top: calc(30 / 750 * 100vw);
  }
}
.sec05 .sec05__titlebg02 {
  background-image: url("../img/pc/sec05_titlebg02.webp");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  height: min(calc(118 / 1080 * 100vw), 118px);
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__titlebg02 {
    background-image: url("../img/sp/sec05_titlebg02.webp");
    height: calc(146 / 750 * 100vw);
    margin: auto;
    width: calc(630 / 750 * 100vw);
  }
}
.sec05 .sec05__warranty {
  width: min(calc(920 / 1080 * 100vw), 920px);
  margin: min(calc(60 / 1080 * 100vw), 60px) auto 0;
  background-color: #F4F4F4;
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__warranty {
    width: calc(630 / 750 * 100vw);
    margin: calc(80 / 750 * 100vw) auto 0;
  }
}
.sec05 .sec05__warranty .sec05__warranty-sub {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 400;
  line-height: 1.6;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__warranty .sec05__warranty-sub {
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec05 .sec05__warranty .sec05__warranty-title {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__warranty .sec05__warranty-title {
    font-size: calc(48 / 750 * 100vw);
  }
}
.sec05 .sec05__warranty .sec05__warranty-content {
  padding: min(calc(40 / 1080 * 100vw), 40px) min(calc(93 / 1080 * 100vw), 93px) min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__warranty .sec05__warranty-content {
    padding: calc(50 / 750 * 100vw) calc(50 / 750 * 100vw) calc(50 / 750 * 100vw);
  }
}
.sec05 .sec05__warranty .sec05__warranty-badges {
  margin-bottom: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__warranty .sec05__warranty-badges {
    margin-bottom: calc(40 / 750 * 100vw);
  }
}
.sec05 .sec05__warranty .sec05__warranty-description {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  color: #231815;
  line-height: 1.6;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__warranty .sec05__warranty-description {
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec05 .sec05__warranty .sec05__warranty-description .--pink {
  color: #CC5F5A;
  font-weight: 700;
}
.sec05 .sec05__warranty .sec05__warranty-note {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  color: #231815;
  line-height: 1.4;
  text-align: justify;
  margin-top: min(calc(14 / 1080 * 100vw), 14px);
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__warranty .sec05__warranty-note {
    font-size: calc(20 / 750 * 100vw);
    margin-top: calc(24 / 750 * 100vw);
  }
}

.sec06 .sec06__bg {
  padding: min(calc(50 / 1080 * 100vw), 50px) 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__bg {
    padding: calc(80 / 750 * 100vw) 0;
  }
}
.sec06 .sec06__bg::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  background-color: #FAF5E9;
  height: min(calc(495 / 1080 * 100vw), 495px);
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__bg::before {
    height: calc(600 / 750 * 100vw);
  }
}
.sec06 .sec06__inner {
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__inner {
    width: 100%;
    padding: 0;
  }
}
.sec06 .sec06__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__header {
    margin-bottom: calc(43 / 750 * 100vw);
  }
}
.sec06 .sec06__variation {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(calc(178 / 1080 * 100vw), 178px);
  margin-bottom: min(calc(22 / 1080 * 100vw), 22px);
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__variation {
    width: calc(239 / 750 * 100vw);
    margin-bottom: calc(32 / 750 * 100vw);
  }
}
.sec06 .sec06__variation-text {
  font-family: "Snell Roundhand", cursive;
  font-weight: 700;
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  color: #D99D50;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__variation-text {
    font-size: calc(40 / 750 * 100vw);
  }
}
.sec06 .sec06__variation-line {
  width: min(calc(54 / 1080 * 100vw), 54px);
  height: min(calc(1 / 1080 * 100vw), 1px);
  background-color: #D99D50;
  margin-top: min(calc(6 / 1080 * 100vw), 6px);
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__variation-line {
    width: calc(54 / 750 * 100vw);
    height: calc(2 / 750 * 100vw);
    margin-top: calc(6 / 750 * 100vw);
  }
}
.sec06 .sec06__title {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  font-weight: 400;
  color: #332D30;
  text-align: center;
  line-height: 1.4;
  margin: 0 0 max(calc(0 / 1080 * 100vw), 0px);
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__title {
    font-size: calc(48 / 750 * 100vw);
  }
}
.sec06 .sec06__title .--red {
  color: #AC0102;
}
.sec06 .sec06__image {
  width: min(calc(545 / 1080 * 100vw), 545px);
  margin: 0 auto min(calc(25 / 1080 * 100vw), 25px);
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__image {
    width: calc(750 / 750 * 100vw);
    margin: 0 auto calc(42 / 750 * 100vw);
  }
}
.sec06 .sec06__image img {
  width: 100%;
  height: auto;
}
.sec06 .sec06__button-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__button-wrapper {
    gap: calc(40 / 750 * 100vw);
  }
}
.sec06 .sec06__button-wrapper .adlp-btn.--red {
  background-color: #AC0102;
  color: #fff;
  width: min(calc(524 / 1080 * 100vw), 524px);
  height: min(calc(108 / 1080 * 100vw), 108px);
  border-radius: min(calc(110 / 1080 * 100vw), 110px);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  box-shadow: 0 min(calc(8 / 1080 * 100vw), 8px) min(calc(16 / 1080 * 100vw), 16px) 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__button-wrapper .adlp-btn.--red {
    width: calc(630 / 750 * 100vw);
    height: calc(130 / 750 * 100vw);
    box-shadow: 0 calc(8 / 750 * 100vw) calc(16 / 750 * 100vw) 0 rgba(0, 0, 0, 0.2);
    border-radius: calc(110 / 750 * 100vw);
  }
}
.sec06 .sec06__button-wrapper .adlp-btn.--red .adlp-btn__inner {
  width: min(calc(512 / 1080 * 100vw), 512px);
  height: min(calc(98 / 1080 * 100vw), 98px);
  border: min(calc(2 / 1080 * 100vw), 2px) solid #fff;
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__button-wrapper .adlp-btn.--red .adlp-btn__inner {
    width: calc(620 / 750 * 100vw);
    height: calc(120 / 750 * 100vw);
    border: calc(2 / 750 * 100vw) solid #fff;
  }
}
.sec06 .sec06__button-wrapper .adlp-btn.--red p {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__button-wrapper .adlp-btn.--red p {
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec06 .sec06__button-wrapper .adlp-btn.--red::after {
  width: min(calc(15 / 1080 * 100vw), 15px);
  height: min(calc(30 / 1080 * 100vw), 30px);
  right: min(calc(33 / 1080 * 100vw), 33px);
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__button-wrapper .adlp-btn.--red::after {
    width: calc(15 / 750 * 100vw);
    height: calc(26 / 750 * 100vw);
    right: calc(44 / 750 * 100vw);
  }
}
.sec06 .sec06__note {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 400;
  color: #444444;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__note {
    font-size: calc(30 / 750 * 100vw);
  }
}

.sec07 .sec07__bg {
  background: url(../img/pc/sec07_bg.webp) 50% 0/100% no-repeat;
  background-size: cover;
  padding: min(calc(80 / 1080 * 100vw), 80px) 0 min(calc(80 / 1080 * 100vw), 80px);
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__bg {
    background: url(../img/sp/sec07_bg.webp) 50% 0/100% no-repeat;
    padding: calc(80 / 750 * 100vw) 0 calc(164 / 750 * 100vw);
  }
}
.sec07 .sec07__inner {
  width: min(calc(960 / 1080 * 100vw), 960px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__inner {
    width: calc(630 / 750 * 100vw);
  }
}
.sec07 .sec07__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__header {
    margin-bottom: calc(20 / 750 * 100vw);
  }
}
.sec07 .sec07__title {
  border: 1px solid #444;
  width: fit-content;
  margin: 0 auto;
  padding: min(calc(4 / 1080 * 100vw), 4px) min(calc(16 / 1080 * 100vw), 16px);
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 400;
  color: #444;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__title {
    padding: calc(4 / 750 * 100vw) calc(16 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec07 .sec07__main-title {
  display: flex;
  justify-content: center;
  margin-bottom: min(calc(50 / 1080 * 100vw), 50px);
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__main-title {
    margin-bottom: calc(64 / 750 * 100vw);
  }
}
.sec07 .sec07__main-title .sec07__main-title-text {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  font-weight: 500;
  color: #332D30;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__main-title .sec07__main-title-text {
    font-size: calc(56 / 750 * 100vw);
  }
}
.sec07 .sec07__main-title .sec07__main-title-text .--pink {
  color: #CC5F5A;
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__slider {
    flex-direction: column;
    gap: calc(48 / 750 * 100vw);
    margin-bottom: calc(40 / 750 * 100vw);
  }
}
.sec07 .sec07__card {
  display: flex;
  box-shadow: min(calc(20 / 1080 * 100vw), 20px) min(calc(30 / 1080 * 100vw), 30px) min(calc(50 / 1080 * 100vw), 50px) rgba(137, 28, 22, 0.3);
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__card {
    flex-direction: column;
    width: 100%;
    width: calc(590 / 750 * 100vw);
    box-shadow: calc(20 / 750 * 100vw) calc(30 / 750 * 100vw) calc(50 / 750 * 100vw) rgba(137, 28, 22, 0.3);
    height: calc(1100 / 750 * 100vw);
    background-color: #fff;
    position: relative;
  }
}
.sec07 .sec07__card .sec07__card-img {
  width: min(calc(376 / 1080 * 100vw), 376px);
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__card .sec07__card-img {
    width: 100%;
  }
}
.sec07 .sec07__card .sec07__card-content {
  flex: 0 0 min(calc(544 / 1080 * 100vw), 544px);
  background-color: #fff;
  padding: max(calc(0 / 1080 * 100vw), 0px) min(calc(26 / 1080 * 100vw), 26px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__card .sec07__card-content {
    flex-direction: column;
    padding: calc(48 / 750 * 100vw);
  }
}
.sec07 .sec07__card .sec07__card-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  color: #444;
  line-height: 1.6;
  margin-bottom: min(calc(32 / 1080 * 100vw), 32px);
  text-align: justify;
  flex: 0 0 min(calc(255 / 1080 * 100vw), 255px);
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__card .sec07__card-text {
    flex: 1 1 auto;
    font-size: calc(26 / 750 * 100vw);
    margin-bottom: calc(32 / 750 * 100vw);
  }
}
.sec07 .sec07__card .sec07__card-img-bottom {
  flex: 0 0 min(calc(215 / 1080 * 100vw), 215px);
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__card .sec07__card-img-bottom {
    width: calc(494 / 750 * 100vw);
    position: absolute;
    bottom: calc(48 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .sec07 .adlp-swiper {
    padding: 0;
  }
}
.sec07 .adlp-swiper .swiper-slide {
  padding: 0 min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec07 .adlp-swiper .swiper-slide {
    padding: 0 calc(20 / 750 * 100vw);
  }
}
.sec07 .adlp-swiper .swiper-pagination-bullet {
  opacity: 1;
  background-color: #fff;
}
.sec07 .adlp-swiper .swiper-pagination-bullet-active {
  background-color: #CC5F5A;
}
.sec07 .adlp-swiper .swiper-horizontal > .swiper-pagination-bullets, .sec07 .adlp-swiper .swiper-pagination-bullets.swiper-pagination-horizontal, .sec07 .adlp-swiper .swiper-pagination-custom, .sec07 .adlp-swiper .swiper-pagination-fraction {
  bottom: max(calc(0 / 1080 * 100vw), 0px);
}
@media screen and (max-width: 767px) {
  .sec07 .adlp-swiper .swiper-horizontal > .swiper-pagination-bullets, .sec07 .adlp-swiper .swiper-pagination-bullets.swiper-pagination-horizontal, .sec07 .adlp-swiper .swiper-pagination-custom, .sec07 .adlp-swiper .swiper-pagination-fraction {
    bottom: calc(-80 / 750 * 100vw);
  }
}

.sec08 .sec08__inner {
  width: min(calc(920 / 1080 * 100vw), 920px);
  margin: 0 auto;
  padding: min(calc(60 / 1080 * 100vw), 60px) 0;
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__inner {
    width: 100%;
    width: calc(630 / 750 * 100vw);
    padding: calc(80 / 750 * 100vw) 0;
  }
}
.sec08 .sec08__header {
  margin-bottom: min(calc(44 / 1080 * 100vw), 44px);
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__header {
    margin-bottom: calc(64 / 750 * 100vw);
  }
}
.sec08 .adlp-headEn {
  width: min(calc(190 / 1080 * 100vw), 190px);
}
@media screen and (max-width: 767px) {
  .sec08 .adlp-headEn {
    width: calc(254 / 750 * 100vw);
  }
}
.sec08 .adlp-headEn img {
  padding-bottom: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec08 .adlp-headEn img {
    padding-bottom: calc(10 / 750 * 100vw);
  }
}
.sec08 .sec08__title {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  font-weight: 500;
  color: #231815;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__title {
    font-size: calc(48 / 750 * 100vw);
  }
}
.sec08 .sec08__title .--pink {
  color: #CC5F5A;
  font-size: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__title .--pink {
    font-size: calc(48 / 750 * 100vw);
  }
}
.sec08 .sec08__title .num {
  font-size: min(calc(56 / 1080 * 100vw), 56px);
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__title .num {
    font-size: calc(64 / 750 * 100vw);
  }
}
.sec08 .sec08__steps {
  display: flex;
  flex-direction: column;
  gap: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__steps {
    flex-direction: column;
    gap: calc(64 / 750 * 100vw);
  }
}
.sec08 .sec08__step {
  display: flex;
  align-items: center;
  gap: min(calc(40 / 1080 * 100vw), 40px);
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__step {
    align-items: flex-start;
    gap: calc(40 / 750 * 100vw);
  }
}
.sec08 .sec08__step::before {
  content: "";
  display: block;
  position: absolute;
  border-left: min(calc(2 / 1080 * 100vw), 2px) dashed #CC5F5A;
  height: 100%;
  left: min(calc(75 / 1080 * 100vw), 75px);
  top: min(calc(150 / 1080 * 100vw), 150px);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__step::before {
    border-left: calc(2 / 750 * 100vw) dashed #CC5F5A;
    height: 100%;
    left: calc(100 / 750 * 100vw);
    top: calc(200 / 750 * 100vw);
  }
}
.sec08 .sec08__step:last-child::before {
  content: none;
  display: none;
}
.sec08 .sec08__step .sec08__step-icon {
  width: min(calc(150 / 1080 * 100vw), 150px);
  height: min(calc(150 / 1080 * 100vw), 150px);
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__step .sec08__step-icon {
    width: calc(200 / 750 * 100vw);
    height: calc(200 / 750 * 100vw);
  }
}
.sec08 .sec08__step .sec08__step-content {
  flex: 1;
}
.sec08 .sec08__step .sec08__step-header {
  display: flex;
  gap: min(calc(16 / 1080 * 100vw), 16px);
  margin-bottom: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__step .sec08__step-header {
    display: block;
    margin-bottom: calc(16 / 750 * 100vw);
  }
}
.sec08 .sec08__step .sec08__step-num {
  width: min(calc(100 / 1080 * 100vw), 100px);
  margin-bottom: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__step .sec08__step-num {
    width: calc(133 / 750 * 100vw);
    margin-bottom: calc(8 / 750 * 100vw);
  }
}
.sec08 .sec08__step .sec08__step-title {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 400;
  color: #CC5F5A;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__step .sec08__step-title {
    font-size: calc(36 / 750 * 100vw);
  }
}
.sec08 .sec08__step .sec08__step-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  color: #444444;
  line-height: 1.6;
  margin-bottom: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__step .sec08__step-text {
    font-size: calc(26 / 750 * 100vw);
    margin-bottom: calc(0 / 750 * 100vw);
  }
}
.sec08 .sec08__step .sec08__step-text:last-of-type {
  margin-bottom: 0;
}
.sec08 .sec08__step .sec08__step-boxes {
  display: flex;
  gap: min(calc(24 / 1080 * 100vw), 24px);
  margin: min(calc(16 / 1080 * 100vw), 16px) 0 min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__step .sec08__step-boxes {
    flex-direction: column;
    gap: calc(24 / 750 * 100vw);
    margin: calc(16 / 750 * 100vw) 0 calc(24 / 750 * 100vw);
  }
}
.sec08 .sec08__step .sec08__step-box {
  flex: 0 0 min(calc(328 / 1080 * 100vw), 328px);
  background-color: #F4F4F4;
  padding: min(calc(24 / 1080 * 100vw), 24px) min(calc(32 / 1080 * 100vw), 32px);
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__step .sec08__step-box {
    padding: calc(24 / 750 * 100vw) calc(32 / 750 * 100vw);
  }
}
.sec08 .sec08__step .sec08__step-box .sec08__step-box-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 700;
  color: #C1A278;
  line-height: 1.6;
  margin-bottom: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__step .sec08__step-box .sec08__step-box-title {
    font-size: calc(26 / 750 * 100vw);
    margin-bottom: calc(10 / 750 * 100vw);
  }
}
.sec08 .sec08__step .sec08__step-box .sec08__step-box-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  color: #231815;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__step .sec08__step-box .sec08__step-box-text {
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec08 .sec08__step .sec08__step-link a {
  display: inline-flex;
  align-items: center;
  border: min(calc(1 / 1080 * 100vw), 1px) solid #444444;
  border-radius: min(calc(999 / 1080 * 100vw), 999px);
  padding: min(calc(24 / 1080 * 100vw), 24px) min(calc(44 / 1080 * 100vw), 44px) min(calc(24 / 1080 * 100vw), 24px) min(calc(44 / 1080 * 100vw), 44px);
  position: relative;
  width: min(calc(400 / 1080 * 100vw), 400px);
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__step .sec08__step-link a {
    width: calc(390 / 750 * 100vw);
    border: calc(2 / 750 * 100vw) solid #444444;
    border-radius: calc(999 / 750 * 100vw);
    padding: calc(24 / 750 * 100vw) calc(60 / 750 * 100vw) calc(24 / 750 * 100vw) calc(44 / 750 * 100vw);
  }
}
.sec08 .sec08__step .sec08__step-link a span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 700;
  color: #444444;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__step .sec08__step-link a span {
    font-size: calc(24 / 750 * 100vw);
  }
}
.sec08 .sec08__step .sec08__step-link a::after {
  content: "";
  position: absolute;
  right: min(calc(20 / 1080 * 100vw), 20px);
  width: min(calc(15 / 1080 * 100vw), 15px);
  height: min(calc(9 / 1080 * 100vw), 9px);
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='9' viewBox='0 0 15 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.07151 8.23513L0.000442631 1.16406L1.08116 0.0833501L7.07151 6.07371L13.0619 0.0833501L14.1426 1.16406L7.07151 8.23513Z' fill='%23444444'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__step .sec08__step-link a::after {
    right: calc(27 / 750 * 100vw);
    width: calc(15 / 750 * 100vw);
    height: calc(9 / 750 * 100vw);
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='9' viewBox='0 0 15 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.72776 8.32497L0.656693 1.25391L1.73741 0.173194L7.72776 6.16355L13.7181 0.173194L14.7988 1.25391L7.72776 8.32497Z' fill='%23444444'/%3E%3C/svg%3E%0A");
  }
}

.sec09 {
  background-color: #F4F4F4;
  padding: min(calc(60 / 1080 * 100vw), 60px) 0;
}
@media screen and (max-width: 767px) {
  .sec09 {
    padding: calc(80 / 750 * 100vw) 0;
  }
}
.sec09 .sec09__inner {
  width: min(calc(920 / 1080 * 100vw), 920px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec09 .sec09__inner {
    width: calc(630 / 750 * 100vw);
  }
}
.sec09 .sec09__header {
  text-align: center;
  margin-bottom: min(calc(33 / 1080 * 100vw), 33px);
}
@media screen and (max-width: 767px) {
  .sec09 .sec09__header {
    margin-bottom: calc(53 / 750 * 100vw);
  }
}
.sec09 .sec09__header-tag {
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 400;
  color: #444;
  line-height: 1.6;
  padding: min(calc(4 / 1080 * 100vw), 4px) min(calc(16 / 1080 * 100vw), 16px);
  border: 1px solid #444;
  width: fit-content;
  margin: 0 auto min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  .sec09 .sec09__header-tag {
    font-size: calc(32 / 750 * 100vw);
    margin: 0 auto calc(32 / 750 * 100vw);
  }
}
.sec09 .sec09__title {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  font-weight: 500;
  line-height: 1.4;
  color: #333;
}
@media screen and (max-width: 767px) {
  .sec09 .sec09__title {
    font-size: calc(48 / 750 * 100vw);
  }
}
.sec09 .sec09__title .--pink {
  color: #CC5F5A;
}
.sec09 .sec09__title .small {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .sec09 .sec09__title .small {
    font-size: calc(36 / 750 * 100vw);
  }
}
.sec09 .sec09__content {
  background-color: #fff;
  border: min(calc(1 / 1080 * 100vw), 1px) solid #C1A278;
  padding: min(calc(22 / 1080 * 100vw), 22px) 0;
  width: min(calc(630 / 1080 * 100vw), 630px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec09 .sec09__content {
    width: calc(630 / 750 * 100vw);
    border: calc(1 / 750 * 100vw) solid #C1A278;
    padding: calc(32 / 750 * 100vw) 0;
  }
}
.sec09 .sec09__content-header {
  margin-bottom: min(calc(22 / 1080 * 100vw), 22px);
}
@media screen and (max-width: 767px) {
  .sec09 .sec09__content-header {
    margin-bottom: calc(32 / 750 * 100vw);
  }
}
.sec09 .sec09__content-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  line-height: 160%;
  color: #C1A278;
  gap: min(calc(16 / 1080 * 100vw), 16px);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec09 .sec09__content-title {
    gap: calc(16 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec09 .sec09__content-title::before, .sec09 .sec09__content-title::after {
  content: "";
  display: block;
  flex: 1 1 auto;
  height: 1px;
  background-color: #C1A278;
}
.sec09 .sec09__items {
  display: flex;
  justify-content: center;
  gap: min(calc(16 / 1080 * 100vw), 16px);
  margin-bottom: min(calc(14 / 1080 * 100vw), 14px);
}
@media screen and (max-width: 767px) {
  .sec09 .sec09__items {
    gap: calc(16 / 750 * 100vw);
    margin-bottom: calc(24 / 750 * 100vw);
  }
}
.sec09 .sec09__item {
  text-align: center;
}
.sec09 .sec09__item-circle {
  width: min(calc(140 / 1080 * 100vw), 140px);
  height: min(calc(140 / 1080 * 100vw), 140px);
  border-radius: 50%;
  background-color: #FAF4E9;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec09 .sec09__item-circle {
    width: calc(180 / 750 * 100vw);
    height: calc(180 / 750 * 100vw);
  }
}
.sec09 .sec09__item-icon {
  width: min(calc(78 / 1080 * 100vw), 78px);
}
@media screen and (max-width: 767px) {
  .sec09 .sec09__item-icon {
    width: calc(80 / 750 * 100vw);
  }
}
.sec09 .sec09__item-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 600;
  color: #231815;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .sec09 .sec09__item-title {
    font-size: calc(26 / 750 * 100vw);
    line-height: 1;
  }
}
.sec09 .sec09__item-num {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  color: #231815;
  line-height: 1.5;
  bottom: min(calc(14 / 1080 * 100vw), 14px);
}
@media screen and (max-width: 767px) {
  .sec09 .sec09__item-num {
    font-size: calc(20 / 750 * 100vw);
    margin: min(calc(8 / 1080 * 100vw), 8px) 0 0;
  }
}
.sec09 .sec09__note {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  color: #231815;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec09 .sec09__note {
    font-size: calc(20 / 750 * 100vw);
  }
}

.sec10 {
  position: relative;
}
.sec10 .sec10__img {
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
}
.sec10 .sec10__text {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.sec11 {
  padding: min(calc(60 / 1080 * 100vw), 60px) 0;
}
@media screen and (max-width: 767px) {
  .sec11 {
    padding: calc(80 / 750 * 100vw) 0;
  }
}
.sec11 .sec11__inner {
  width: min(calc(820 / 1080 * 100vw), 820px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec11 .sec11__inner {
    width: calc(634 / 750 * 100vw);
  }
}
.sec11 .sec11__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec11 .sec11__header {
    margin-bottom: calc(40 / 750 * 100vw);
  }
}
.sec11 .sec11__title-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: min(calc(12 / 1080 * 100vw), 12px);
  width: min(calc(250 / 1080 * 100vw), 250px);
}
@media screen and (max-width: 767px) {
  .sec11 .sec11__title-wrap {
    width: calc(331 / 750 * 100vw);
    margin-bottom: calc(32 / 750 * 100vw);
  }
}
.sec11 .sec11__title-wrap img {
  padding-bottom: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec11 .sec11__title-wrap img {
    padding-bottom: calc(10 / 750 * 100vw);
  }
}
.sec11 .sec11__title {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  font-weight: 400;
  color: #D99D50;
  letter-spacing: min(calc(1.2 / 1080 * 100vw), 1.2px);
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec11 .sec11__title {
    font-size: calc(30 / 750 * 100vw);
    letter-spacing: calc(1.2 / 750 * 100vw);
  }
}
.sec11 .sec11__title-line {
  width: min(calc(54 / 1080 * 100vw), 54px);
  height: min(calc(1 / 1080 * 100vw), 1px);
  background-color: #D99D50;
  margin-top: min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  .sec11 .sec11__title-line {
    width: calc(54 / 750 * 100vw);
    height: calc(1 / 750 * 100vw);
    margin-top: calc(12 / 750 * 100vw);
  }
}
.sec11 .sec11__subtitle {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(44 / 1080 * 100vw), 44px);
  font-weight: 500;
  color: #332D30;
  letter-spacing: min(calc(4.4 / 1080 * 100vw), 4.4px);
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec11 .sec11__subtitle {
    font-size: calc(44 / 750 * 100vw);
    letter-spacing: calc(4.4 / 750 * 100vw);
  }
}
.sec11 .sec11__accordion-wrapper {
  display: flex;
  flex-direction: column;
  gap: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec11 .sec11__accordion-wrapper {
    gap: calc(40 / 750 * 100vw);
  }
}
.sec11 .adlp-accordion {
  background-color: #F5F5F5;
}
.sec11 .adlp-accordion .adlp-accordion__header {
  padding: 0;
}
.sec11 .adlp-accordion .adlp-accordion__header .adlp-accordion__header__inner {
  padding: min(calc(24 / 1080 * 100vw), 24px) min(calc(30 / 1080 * 100vw), 30px) min(calc(24 / 1080 * 100vw), 24px) min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec11 .adlp-accordion .adlp-accordion__header .adlp-accordion__header__inner {
    padding: calc(24 / 750 * 100vw) calc(30 / 750 * 100vw) calc(24 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
}
.sec11 .adlp-accordion .adlp-accordion__header::after {
  width: min(calc(12 / 1080 * 100vw), 12px);
  height: min(calc(8 / 1080 * 100vw), 8px);
  right: min(calc(46 / 1080 * 100vw), 46px);
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 1.38816L11.0256 0.410156L6 5.45415L0.974428 0.410156L0 1.38816L6 7.41016L12 1.38816Z' fill='%23444444'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .sec11 .adlp-accordion .adlp-accordion__header::after {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='12' viewBox='0 0 18 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 2.35547L16.5859 0.941406L9.29297 8.23438L2 0.941406L0.585938 2.35547L9.29297 11.0625L18 2.35547Z' fill='%23444444'/%3E%3C/svg%3E%0A");
    width: calc(18 / 750 * 100vw);
    height: calc(12 / 750 * 100vw);
    right: calc(32 / 750 * 100vw);
  }
}
.sec11 .adlp-accordion .adlp-accordion__q-icon {
  width: min(calc(41 / 1080 * 100vw), 41px);
  flex: 0 0 min(calc(41 / 1080 * 100vw), 41px);
  height: min(calc(41 / 1080 * 100vw), 41px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: min(calc(16 / 1080 * 100vw), 16px);
  background-image: url("data:image/svg+xml,%3Csvg width='46' height='47' viewBox='0 0 46 47' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='23' cy='23.9102' r='23' fill='%23CC5F5A'/%3E%3Cpath d='M28.4585 40.1636C27.6408 40.1636 26.8332 40.0512 26.0359 39.8263C25.2385 39.6014 24.5025 39.2334 23.8279 38.7223C23.1736 38.2112 22.6216 37.5161 22.1719 36.637C21.7425 35.7578 21.4768 34.6641 21.3745 33.3556C19.5141 33.1512 17.9603 32.5685 16.7132 31.6076C15.4865 30.6263 14.5665 29.3281 13.9532 27.713C13.3399 26.0774 13.0332 24.2067 13.0332 22.101C13.0332 19.8316 13.3808 17.8587 14.0759 16.1823C14.7914 14.5058 15.8648 13.2076 17.2959 12.2876C18.7474 11.3472 20.5568 10.877 22.7239 10.877C24.7888 10.877 26.5265 11.3472 27.9372 12.2876C29.3683 13.2076 30.4519 14.5161 31.1879 16.213C31.9443 17.8894 32.3225 19.8623 32.3225 22.1316C32.3225 24.1147 32.0261 25.8934 31.4332 27.4676C30.8608 29.0214 30.0123 30.2992 28.8879 31.301C27.7634 32.2823 26.3834 32.9263 24.7479 33.233C24.8296 34.2756 24.9932 35.1445 25.2385 35.8396C25.5043 36.5552 25.8314 37.1174 26.2199 37.5263C26.6083 37.9556 27.0581 38.2623 27.5692 38.4463C28.1008 38.6303 28.6732 38.7223 29.2865 38.7223H29.7772V40.1636H28.4585ZM22.6932 31.761C23.8381 31.761 24.799 31.5463 25.5759 31.117C26.3732 30.6876 27.0172 30.0641 27.5079 29.2463C27.9985 28.4081 28.3563 27.3961 28.5812 26.2103C28.8061 25.0041 28.9185 23.6445 28.9185 22.1316C28.9185 20.6187 28.8061 19.2694 28.5812 18.0836C28.3563 16.8978 27.9985 15.8961 27.5079 15.0783C27.0376 14.2401 26.4039 13.6063 25.6065 13.177C24.8296 12.7476 23.8688 12.533 22.7239 12.533C21.579 12.533 20.6079 12.7476 19.8105 13.177C19.0132 13.6063 18.359 14.2401 17.8479 15.0783C17.3572 15.8961 16.9994 16.8978 16.7745 18.0836C16.5496 19.2694 16.4372 20.6187 16.4372 22.1316C16.4372 23.6445 16.5496 25.0041 16.7745 26.2103C16.9994 27.3961 17.3572 28.4081 17.8479 29.2463C18.359 30.0641 19.0132 30.6876 19.8105 31.117C20.6079 31.5463 21.5688 31.761 22.6932 31.761Z' fill='white'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .sec11 .adlp-accordion .adlp-accordion__q-icon {
    width: calc(60 / 750 * 100vw);
    flex: 0 0 calc(60 / 750 * 100vw);
    height: calc(60 / 750 * 100vw);
    margin-right: calc(16 / 750 * 100vw);
  }
}
.sec11 .adlp-accordion .adlp-accordion__title {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 500;
  color: #231815;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .sec11 .adlp-accordion .adlp-accordion__title {
    padding: 0 calc(50 / 750 * 100vw) 0 0;
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec11 .adlp-accordion .adlp-accordion__title-small {
  display: block;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec11 .adlp-accordion .adlp-accordion__title-small {
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec11 .adlp-accordion .adlp-accordion__body .adlp-accordion__body__inner {
  padding: 0 min(calc(30 / 1080 * 100vw), 30px) min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec11 .adlp-accordion .adlp-accordion__body .adlp-accordion__body__inner {
    padding: 0 calc(30 / 750 * 100vw) calc(24 / 750 * 100vw);
  }
}
.sec11 .adlp-accordion .adlp-accordion__body .adlp-accordion__body__inner02 {
  border-top: min(calc(1 / 1080 * 100vw), 1px) solid #444444;
  flex: 1 1 auto;
  padding: min(calc(32 / 1080 * 100vw), 32px) 0 0;
}
@media screen and (max-width: 767px) {
  .sec11 .adlp-accordion .adlp-accordion__body .adlp-accordion__body__inner02 {
    padding: calc(24 / 750 * 100vw) 0 0;
    border-top: calc(2 / 750 * 100vw) solid #444444;
  }
}
.sec11 .adlp-accordion .adlp-accordion__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  color: #444;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .sec11 .adlp-accordion .adlp-accordion__text {
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec11 .adlp-accordion .adlp-accordion__text:last-child {
  margin-bottom: 0;
}
.sec11 .adlp-accordion .adlp-accordion__text .small {
  display: inline-block;
  line-height: 1.4;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  .sec11 .adlp-accordion .adlp-accordion__text .small {
    display: inline-block;
    font-size: calc(20 / 750 * 100vw);
  }
}
.sec11 .adlp-accordion .adlp-accordion__link {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .sec11 .adlp-accordion .adlp-accordion__link {
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec11 .adlp-accordion .adlp-accordion__link.--small {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  .sec11 .adlp-accordion .adlp-accordion__link.--small {
    font-size: calc(20 / 750 * 100vw);
  }
}
.sec11 .adlp-accordion .adlp-accordion__link a {
  color: #444444;
  text-decoration: underline;
}
.sec11 .adlp-accordion .adlp-accordion__link a:hover {
  opacity: 0.7;
}

.sec12 .sec12__bg {
  background-color: #FAF4E9;
  padding: min(calc(50 / 1080 * 100vw), 50px) 0;
}
@media screen and (max-width: 767px) {
  .sec12 .sec12__bg {
    padding: calc(80 / 750 * 100vw) 0 calc(16 / 750 * 100vw);
  }
}
.sec12 .sec12__inner {
  width: min(calc(920 / 1080 * 100vw), 920px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec12 .sec12__inner {
    width: calc(630 / 750 * 100vw);
  }
}
.sec12 .sec12__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: min(calc(44 / 1080 * 100vw), 44px);
}
@media screen and (max-width: 767px) {
  .sec12 .sec12__header {
    margin-bottom: calc(0 / 750 * 100vw);
  }
}
.sec12 .sec12__title-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec12 .sec12__title-wrap {
    margin-bottom: calc(32 / 750 * 100vw);
  }
}
.sec12 .sec12__title {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  font-weight: 700;
  color: #D99D50;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec12 .sec12__title {
    font-size: calc(40 / 750 * 100vw);
  }
}
.sec12 .sec12__title-line {
  width: min(calc(54 / 1080 * 100vw), 54px);
  height: min(calc(1 / 1080 * 100vw), 1px);
  background-color: #D99D50;
  margin-top: min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  .sec12 .sec12__title-line {
    width: calc(54 / 750 * 100vw);
    height: calc(2 / 750 * 100vw);
    margin-top: calc(12 / 750 * 100vw);
  }
}
.sec12 .sec12__company {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec12 .sec12__company {
    gap: calc(8 / 750 * 100vw);
  }
}
.sec12 .sec12__company-name {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 500;
  color: #231815;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec12 .sec12__company-name {
    font-size: calc(40 / 750 * 100vw);
  }
}
.sec12 .sec12__company-en {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 500;
  color: #CC5F5A;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec12 .sec12__company-en {
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec12 .sec12__content {
  display: flex;
  gap: min(calc(60 / 1080 * 100vw), 60px);
}
@media screen and (max-width: 767px) {
  .sec12 .sec12__content {
    display: block;
  }
}
.sec12 .sec12__office {
  flex: 0 0 min(calc(430 / 1080 * 100vw), 430px);
}
@media screen and (max-width: 767px) {
  .sec12 .sec12__office {
    padding: calc(64 / 750 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .sec12 .sec12__office:nth-child(1) {
    border-bottom: calc(2 / 750 * 100vw) solid #231815;
  }
}
.sec12 .sec12__office-header {
  margin-bottom: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec12 .sec12__office-header {
    margin-bottom: calc(40 / 750 * 100vw);
  }
}
.sec12 .sec12__office-box {
  display: inline-flex;
  align-items: baseline;
  border: min(calc(1 / 1080 * 100vw), 1px) solid #444;
  padding: min(calc(2 / 1080 * 100vw), 2px) min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec12 .sec12__office-box {
    border: calc(2 / 750 * 100vw) solid #444;
    padding: calc(1 / 750 * 100vw) calc(16 / 750 * 100vw);
  }
}
.sec12 .sec12__office-title {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 400;
  color: #444;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .sec12 .sec12__office-title {
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec12 .sec12__office-subtitle {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 400;
  color: #444;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .sec12 .sec12__office-subtitle {
    font-size: calc(24 / 750 * 100vw);
  }
}
.sec12 .sec12__office-info {
  width: min(calc(364 / 1080 * 100vw), 364px);
}
@media screen and (max-width: 767px) {
  .sec12 .sec12__office-info {
    width: 100%;
  }
}
.sec12 .sec12__office-address {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  color: #332D30;
  line-height: 1.8;
  margin-bottom: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec12 .sec12__office-address {
    font-size: calc(26 / 750 * 100vw);
    margin-bottom: calc(24 / 750 * 100vw);
  }
}
.sec12 .sec12__office-note {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  color: #444;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .sec12 .sec12__office-note {
    font-size: calc(20 / 750 * 100vw);
  }
}
.sec12 .sec12__office-note a {
  color: #444;
  text-decoration: underline;
}
.sec12 .sec12__office-note a:hover {
  opacity: 0.7;
}
.sec12 .sec12__office-image {
  width: min(calc(430 / 1080 * 100vw), 430px);
  margin-bottom: min(calc(24 / 1080 * 100vw), 24px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec12 .sec12__office-image {
    width: 100%;
    margin-bottom: calc(24 / 750 * 100vw);
  }
}
.sec12 .sec12__line {
  width: 100%;
  height: min(calc(1 / 1080 * 100vw), 1px);
  background-color: #332D30;
}
@media screen and (max-width: 767px) {
  .sec12 .sec12__line {
    height: calc(2 / 750 * 100vw);
  }
}
/*# sourceMappingURL=fv.css.map */
