* {
  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(1000 / 1080 * 100vw), 1000px);
  padding: min(calc(6 / 1080 * 100vw), 6px) 0;
  height: min(calc(66 / 1080 * 100vw), 66px);
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@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(90 / 1080 * 100vw), 90px);
}
@media screen and (max-width: 767px) {
  .adlp-header__logo {
    width: calc(100 / 750 * 100vw);
  }
}
.adlp-header__text {
  width: min(calc(135 / 1080 * 100vw), 135px);
  margin-left: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-header__text {
    margin-left: calc(20 / 750 * 100vw);
    width: calc(220 / 750 * 100vw);
  }
}
.adlp-header__switch {
  width: min(calc(34 / 1080 * 100vw), 34px);
  cursor: pointer;
  height: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .adlp-header__switch {
    width: calc(45 / 750 * 100vw);
    height: calc(36 / 750 * 100vw);
  }
}
.adlp-header__switch__inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.adlp-header__switch__inner span {
  background: #000;
  position: absolute;
  width: 100%;
  height: min(calc(2 / 1080 * 100vw), 2px);
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.4s;
  position: absolute;
  transform-origin: left;
  border-radius: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .adlp-header__switch__inner span {
    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;
}
.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%);
}
.adlp-header__tgl {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  position: absolute;
  left: calc(50vw - min(calc(220 / 1080 * 100vw), 220px));
  top: min(calc(66 / 1080 * 100vw), 66px);
  width: min(calc(720 / 1080 * 100vw), 720px);
  background-color: rgba(204, 95, 90, 0.86);
  padding: min(calc(60 / 1080 * 100vw), 60px) min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .adlp-header__tgl {
    left: 0;
    top: calc(96 / 750 * 100vw);
    width: calc(750 / 750 * 100vw);
    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;
  border-bottom: 1px solid #FFF;
}
.adlp-header__menu__wrapper {
  flex-direction: column;
  gap: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .adlp-header__menu__wrapper {
    gap: calc(8 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .adlp-header__menu {
    font-size: calc(20 / 750 * 100vw);
  }
}
.adlp-header__menu a {
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  color: var(--white, #FFF);
  font-family: "Noto Serif JP", serif;
  padding: min(calc(20 / 1080 * 100vw), 20px) min(calc(12 / 1080 * 100vw), 12px);
  display: block;
  font-weight: 500;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  .adlp-header__menu a {
    padding: calc(32 / 750 * 100vw) calc(10 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
  }
}
.adlp-header__menu::after {
  content: "";
  display: block;
  width: min(calc(9 / 1080 * 100vw), 9px);
  height: min(calc(16 / 1080 * 100vw), 16px);
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.25743 16L-2.33529e-07 14.7008L6.48514 8L-2.33529e-07 1.29924L1.25743 -3.38439e-07L9 8L1.25743 16Z' fill='white'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .adlp-header__menu::after {
    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");
  }
}
.adlp-header .adlp-btn__wrapper.--w {
  margin: min(calc(42 / 1080 * 100vw), 42px) auto 0;
}
@media screen and (max-width: 767px) {
  .adlp-header .adlp-btn__wrapper.--w {
    margin: calc(42 / 750 * 100vw) auto 0;
  }
}
.adlp-header .adlp-btn__wrapper.--s {
  margin: 0 min(calc(20 / 1080 * 100vw), 20px) 0 auto;
}
@media screen and (max-width: 767px) {
  .adlp-header .adlp-btn__wrapper.--s {
    margin: 0 calc(20 / 750 * 100vw) 0 auto;
  }
}
.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(55 / 750 * 100vw);
    width: calc(215 / 750 * 100vw);
  }
}
.adlp-header .adlp-btn.--s p {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
}
@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 {
    background-image: url("data:image/svg+xml,%3Csvg width='7' height='10' viewBox='0 0 7 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.15625 0.379883L5.78868 4.9995L1.15625 9.61913' stroke='white' stroke-width='1.08408'/%3E%3C/svg%3E%0A");
    width: calc(7 / 750 * 100vw);
    height: calc(10 / 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(30 / 1080 * 100vw), 30px);
  overflow-y: scroll;
  overscroll-behavior-y: contain;
}
@media screen and (max-width: 767px) {
  .adlp-modal__content {
    width: calc(630 / 750 * 100vw);
    padding: calc(50 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
}
.adlp-modal__content__close {
  width: min(calc(27 / 1080 * 100vw), 27px);
  height: min(calc(27 / 1080 * 100vw), 27px);
  position: absolute;
  top: min(calc(30 / 1080 * 100vw), 30px);
  right: min(calc(30 / 1080 * 100vw), 30px);
  cursor: pointer;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .adlp-modal__content__close {
    width: calc(38 / 750 * 100vw);
    height: calc(38 / 750 * 100vw);
    top: calc(30 / 750 * 100vw);
    right: calc(30 / 750 * 100vw);
  }
}
.adlp-modal__content__close svg {
  width: 100%;
  height: 100%;
}
.adlp-modal__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(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .cv01 {
    padding: calc(32 / 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(24 / 750 * 100vw);
  }
}
.cv01 .cv01__text-area {
  position: relative;
  text-align: center;
  width: 100%;
}
.cv01 .cv01__title {
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  font-weight: 500;
  text-align: center;
  color: #202020;
  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(46 / 1080 * 100vw), 46px);
  letter-spacing: 0;
  display: inline-block;
  margin: 0 min(calc(6 / 1080 * 100vw), 6px);
}
@media screen and (max-width: 767px) {
  .cv01 .cv01__title .text-large {
    margin: 0 calc(6 / 750 * 100vw);
    font-size: calc(56 / 750 * 100vw);
  }
}
.cv01 .cv01__subtitle {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 500;
  margin-top: min(calc(8 / 1080 * 100vw), 8px);
  color: #202020;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .cv01 .cv01__subtitle {
    font-size: calc(30 / 750 * 100vw);
    margin-top: calc(8 / 750 * 100vw);
  }
}
.cv01 .cv01__note {
  position: absolute;
  top: min(calc(6 / 1080 * 100vw), 6px);
  right: max(calc(-20 / 1080 * 100vw), -20px);
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  color: #444444;
}
@media screen and (max-width: 767px) {
  .cv01 .cv01__note {
    top: calc(0 / 750 * 100vw);
    right: calc(-40 / 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: #444444;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cv01 .cv01__note-text {
    font-size: calc(20 / 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;
}
.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__variation {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: min(calc(28 / 1080 * 100vw), 28px);
}
@media screen and (max-width: 767px) {
  .sec01 .sec01__variation {
    margin-bottom: calc(20 / 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(20 / 1080 * 100vw), 20px);
  font-weight: 400;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .sec01 .sec01__title-text {
    font-size: calc(30 / 750 * 100vw);
  }
}
.sec01 .sec01__subtitle {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin-bottom: min(calc(78 / 1080 * 100vw), 78px);
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .sec01 .sec01__subtitle {
    font-size: calc(48 / 750 * 100vw);
    margin-bottom: calc(32 / 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(400 / 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(360 / 1080 * 100vw), 360px);
}
@media screen and (max-width: 767px) {
  .sec01 .sec01__item {
    width: calc(480 / 750 * 100vw);
  }
}
.sec01 .sec01__item-img {
  width: 100%;
  padding: min(calc(10 / 1080 * 100vw), 10px);
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 min(calc(8 / 1080 * 100vw), 8px) min(calc(18 / 1080 * 100vw), 18px) rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 767px) {
  .sec01 .sec01__item-img {
    padding: calc(10 / 750 * 100vw);
    box-shadow: 0 calc(8 / 750 * 100vw) calc(18 / 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);
  }
}
.sec01 .sec01__custom {
  background-color: #F6F6F6;
  padding: min(calc(60 / 1080 * 100vw), 60px) 0 min(calc(80 / 1080 * 100vw), 80px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec01 .sec01__custom {
    padding: calc(37 / 750 * 100vw) 0 calc(80 / 750 * 100vw);
  }
}
.sec01 .sec01__custom-text {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  font-weight: 400;
  color: #444444;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .sec01 .sec01__custom-text {
    font-size: calc(36 / 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(34 / 1080 * 100vw), 34px);
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__header {
    margin-bottom: calc(24 / 750 * 100vw);
  }
}
.sec02 .sec02__variation {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: min(calc(50 / 1080 * 100vw), 50px);
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__variation {
    margin-bottom: calc(20 / 750 * 100vw);
  }
}
.sec02 .sec02__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.sec02 .sec02__title .sec02__title-medium {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  font-weight: 500;
  color: #332D30;
  line-height: 1.5;
  margin-bottom: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__title .sec02__title-medium {
    font-size: calc(40 / 750 * 100vw);
    margin-bottom: calc(10 / 750 * 100vw);
  }
}
.sec02 .sec02__title .sec02__title-large {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  font-weight: 500;
  color: #332D30;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__title .sec02__title-large {
    font-size: calc(54 / 750 * 100vw);
  }
}
.sec02 .sec02__title .sec02__title-large.--pink {
  color: #CC5F5A;
}
.sec02 .sec02__subtitle {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 400;
  color: #332D30;
  text-align: center;
  margin-bottom: min(calc(40 / 1080 * 100vw), 40px);
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__subtitle {
    font-size: calc(30 / 750 * 100vw);
    margin-bottom: calc(60 / 750 * 100vw);
  }
}
.sec02 .sec02__img {
  width: min(calc(876 / 1080 * 100vw), 876px);
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__img {
    width: 100%;
  }
}
.sec02 .sec02__message .sec02__message-title {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  font-weight: 500;
  color: #332D30;
  text-align: center;
  line-height: 1.5;
  margin-bottom: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__message .sec02__message-title {
    font-size: calc(48 / 750 * 100vw);
    margin-bottom: calc(32 / 750 * 100vw);
  }
}
.sec02 .sec02__message .sec02__message-title .--pink {
  color: #CC5F5A;
}
.sec02 .sec02__message .sec02__message-box {
  width: fit-content;
  overflow: hidden;
  margin: 0 auto min(calc(45 / 1080 * 100vw), 45px);
  position: relative;
  padding: min(calc(8 / 1080 * 100vw), 8px);
  box-shadow: 0 min(calc(8 / 1080 * 100vw), 8px) min(calc(20 / 1080 * 100vw), 20px) 0 rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__message .sec02__message-box {
    width: calc(630 / 750 * 100vw);
    box-shadow: 0 calc(8 / 750 * 100vw) calc(20 / 750 * 100vw) 0 rgba(0, 0, 0, 0.12);
    padding: calc(10 / 750 * 100vw);
    margin: 0 auto calc(40 / 750 * 100vw);
  }
}
.sec02 .sec02__message .sec02__message-box::before, .sec02 .sec02__message .sec02__message-box::after {
  content: "";
  position: absolute;
  width: min(calc(45 / 1080 * 100vw), 45px);
  height: min(calc(45 / 1080 * 100vw), 45px);
  background-image: url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='42.7813' y1='0.353553' x2='0.354882' y2='42.78' stroke='%23C1A278'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__message .sec02__message-box::before, .sec02 .sec02__message .sec02__message-box::after {
    width: calc(45 / 750 * 100vw);
    height: calc(45 / 750 * 100vw);
  }
}
.sec02 .sec02__message .sec02__message-box::before {
  top: max(calc(-1 / 1080 * 100vw), -1px);
  left: max(calc(-1 / 1080 * 100vw), -1px);
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__message .sec02__message-box::before {
    top: calc(-1 / 750 * 100vw);
    left: calc(-1 / 750 * 100vw);
  }
}
.sec02 .sec02__message .sec02__message-box::after {
  bottom: max(calc(-1 / 1080 * 100vw), -1px);
  right: max(calc(-1 / 1080 * 100vw), -1px);
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__message .sec02__message-box::after {
    bottom: calc(-1 / 750 * 100vw);
    right: calc(-1 / 750 * 100vw);
  }
}
.sec02 .sec02__message .sec02__message-inner {
  border: min(calc(1 / 1080 * 100vw), 1px) solid #C1A278;
  padding: min(calc(32 / 1080 * 100vw), 32px) min(calc(38 / 1080 * 100vw), 38px);
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: max(calc(0 / 1080 * 100vw), 0px) min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__message .sec02__message-inner {
    display: block;
    border: calc(1 / 750 * 100vw) solid #C1A278;
    padding: calc(30 / 750 * 100vw) calc(50 / 750 * 100vw);
  }
}
.sec02 .sec02__message .sec02__message-item {
  display: flex;
  align-items: center;
  margin-bottom: min(calc(10 / 1080 * 100vw), 10px);
  padding: min(calc(20 / 1080 * 100vw), 20px) 0;
  border-bottom: 1px solid #C1A278;
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__message .sec02__message-item {
    padding: calc(20 / 750 * 100vw) 0;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .sec02 .sec02__message .sec02__message-item:last-child, .sec02 .sec02__message .sec02__message-item:nth-last-child(2) {
    border-bottom: none;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__message .sec02__message-item:last-child {
    border-bottom: none;
  }
}
.sec02 .sec02__message .sec02__message-icon {
  width: min(calc(21 / 1080 * 100vw), 21px);
  height: min(calc(19 / 1080 * 100vw), 19px);
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='19' viewBox='0 0 21 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.6254 1.49414H2.24922C1.24863 1.49414 0.4375 2.28524 0.4375 3.26111V16.3069C0.4375 17.2828 1.24863 18.0739 2.24922 18.0739H15.6254C16.626 18.0739 17.4371 17.2828 17.4371 16.3069V3.26111C17.4371 2.28524 16.626 1.49414 15.6254 1.49414Z' fill='white'/%3E%3Cpath d='M15.6248 1.06934H2.24778C1.00623 1.06934 0 2.05071 0 3.2616V16.3082C0 17.5191 1.00623 18.5005 2.24778 18.5005H15.6248C16.8663 18.5005 17.8726 17.5191 17.8726 16.3082V3.2616C17.8726 2.05071 16.8663 1.06934 15.6248 1.06934ZM17.0004 16.3074C17.0004 17.0469 16.3839 17.6491 15.6248 17.6491H2.24778C1.48952 17.6491 0.872964 17.0477 0.872964 16.3074V3.26077C0.872964 2.52125 1.48952 1.91909 2.24778 1.91909H15.6248C16.383 1.91909 17.0004 2.52042 17.0004 3.26077V16.3074Z' fill='%23CCCCCC'/%3E%3Cpath d='M8.0838 13.8701C7.87378 13.8701 7.6722 13.7887 7.52291 13.6439L2.07005 8.3257C1.7605 8.02381 1.7605 7.53436 2.07005 7.23246C2.37959 6.93056 2.88144 6.93056 3.19098 7.23246L8.08295 12.0044L19.6466 0.726424C19.9561 0.424525 20.4579 0.424525 20.7675 0.726424C21.077 1.02832 21.077 1.51778 20.7675 1.81968L8.64384 13.6447C8.4954 13.7895 8.29381 13.8709 8.08295 13.8709L8.0838 13.8701Z' fill='%23CC5F5A'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin-right: min(calc(20 / 1080 * 100vw), 20px);
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__message .sec02__message-icon {
    width: calc(31 / 750 * 100vw);
    height: calc(28 / 750 * 100vw);
    margin-right: calc(20 / 750 * 100vw);
  }
}
.sec02 .sec02__message .sec02__message-text {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__message .sec02__message-text {
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec02 .sec02__message .sec02__message-text .--bold {
  font-weight: 700;
}
.sec02 .sec02__message .sec02__message-text .--pink {
  color: #CC5F5A;
}
.sec02 .sec02__message .sec02__message-text .--light {
  font-weight: 350;
}
.sec02 .sec02__message .sec02__message-footer {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  font-weight: 400;
  line-height: 1;
  color: #332D30;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec02 .sec02__message .sec02__message-footer {
    font-size: calc(30 / 750 * 100vw);
  }
}

.sec03 .sec03__bg {
  background: url(../img/pc/sec03_bg.webp) 50% 0/100% no-repeat;
  padding: min(calc(108 / 1080 * 100vw), 108px) 0 min(calc(80 / 1080 * 100vw), 80px);
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__bg {
    background: url(../img/sp/sec03_bg.webp) 50% 0/100% no-repeat;
    padding: calc(162 / 750 * 100vw) 0 calc(100 / 750 * 100vw);
  }
}
.sec03 .sec03__inner {
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__inner {
    width: 100%;
    padding: 0;
  }
}
.sec03 .sec03__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__title {
    margin-bottom: calc(40 / 750 * 100vw);
  }
}
.sec03 .sec03__title-small {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  font-weight: 500;
  color: #fff;
  line-height: 1.5;
  margin-bottom: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__title-small {
    font-size: calc(36 / 750 * 100vw);
    margin-bottom: calc(10 / 750 * 100vw);
  }
}
.sec03 .sec03__title-large {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(44 / 1080 * 100vw), 44px);
  font-weight: 500;
  color: #fff;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__title-large {
    font-size: calc(54 / 750 * 100vw);
  }
}
.sec03 .sec03__img {
  width: min(calc(574 / 1080 * 100vw), 574px);
  margin: 0 auto min(calc(40 / 1080 * 100vw), 40px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__img {
    width: calc(702 / 750 * 100vw);
    margin: 0 auto calc(40 / 750 * 100vw);
  }
}
.sec03 .sec03__achievement {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  margin-bottom: min(calc(40 / 1080 * 100vw), 40px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__achievement {
    width: calc(630 / 750 * 100vw);
    gap: 0;
    margin: 0 auto calc(40 / 750 * 100vw);
  }
}
.sec03 .sec03__achievement .sec03__achievement-label {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  font-weight: 600;
  color: #CC5F5A;
  margin-bottom: min(calc(10 / 1080 * 100vw), 10px);
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__achievement .sec03__achievement-label {
    font-size: calc(36 / 750 * 100vw);
    margin-bottom: calc(10 / 750 * 100vw);
  }
}
.sec03 .sec03__achievement .sec03__achievement-number {
  display: flex;
  align-items: baseline;
  line-height: 1;
  background: linear-gradient(109deg, #D9C08E 0%, #8D6B1E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-align: center;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__achievement .sec03__achievement-number {
    margin: calc(-20 / 750 * 100vw) 0 0;
    padding: 0 0 calc(20 / 750 * 100vw);
  }
}
.sec03 .sec03__achievement .sec03__achievement-number .sec03__achievement-number-large {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(120 / 1080 * 100vw), 120px);
  font-weight: 500;
  line-height: 0.8;
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__achievement .sec03__achievement-number .sec03__achievement-number-large {
    font-size: calc(150.49 / 750 * 100vw);
  }
}
.sec03 .sec03__achievement .sec03__achievement-number .sec03__achievement-number-small {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(70 / 1080 * 100vw), 70px);
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__achievement .sec03__achievement-number .sec03__achievement-number-small {
    font-size: calc(85.99 / 750 * 100vw);
  }
}
.sec03 .sec03__achievement .sec03__achievement-medal {
  width: min(calc(101 / 1080 * 100vw), 101px);
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__achievement .sec03__achievement-medal {
    position: absolute;
    width: calc(115 / 750 * 100vw);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.sec03 .sec03__achievement .sec03__achievement-medal.sec03__achievement-medal-reverse {
  transform: rotateY(180deg);
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__achievement .sec03__achievement-medal.sec03__achievement-medal-reverse {
    transform: translateY(-50%) rotateY(180deg);
    left: auto;
    right: 0;
  }
}
.sec03 .sec03__achievement .sec03__achievement-note {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  color: #B29454;
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__achievement .sec03__achievement-note {
    right: calc(20 / 750 * 100vw);
    bottom: calc(-28 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
  }
}
.sec03 .sec03__description {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  color: #332D30;
  text-align: center;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__description {
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec03 .sec03__description .--pink {
  font-weight: 700;
  color: #CC5F5A;
}

.sec04 .sec04__bg {
  position: relative;
  background-image: url("../img/pc/sec04_bg.webp");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: min(calc(659 / 1080 * 100vw), 659px);
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__bg {
    background-image: url("../img/sp/sec04_bg.webp");
    height: calc(951 / 750 * 100vw);
  }
}
.sec04 .sec04__img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
.sec04 .sec04__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
  width: min(calc(715 / 1080 * 100vw), 715px);
  left: min(calc(419 / 1080 * 100vw), 419px);
  top: min(calc(195 / 1080 * 100vw), 195px);
  background-color: #fff;
  box-shadow: 0 min(calc(16 / 1080 * 100vw), 16px) min(calc(28 / 1080 * 100vw), 28px) rgba(0, 0, 0, 0.16);
  padding: min(calc(100 / 1080 * 100vw), 100px) min(calc(60 / 1080 * 100vw), 60px) min(calc(50 / 1080 * 100vw), 50px);
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__content {
    flex-direction: column;
    width: calc(630 / 750 * 100vw);
    top: calc(317 / 750 * 100vw);
    left: 0;
    max-width: 100%;
    padding: calc(120 / 750 * 100vw) calc(60 / 750 * 100vw) calc(60 / 750 * 100vw);
    box-shadow: 0 calc(16 / 750 * 100vw) calc(28 / 750 * 100vw) rgba(0, 0, 0, 0.16);
  }
}
.sec04 .sec04__title {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(34 / 1080 * 100vw), 34px);
  font-weight: 500;
  color: #444444;
  line-height: 1.6;
  margin-bottom: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__title {
    font-size: calc(44 / 750 * 100vw);
    margin-bottom: calc(40 / 750 * 100vw);
    letter-spacing: 0.01em;
    margin-right: -1em;
  }
}
.sec04 .sec04__title .--pink {
  color: #CC5F5A;
}
.sec04 .sec04__description {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 350;
  color: #444444;
  line-height: 1.7;
  margin-bottom: min(calc(40 / 1080 * 100vw), 40px);
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__description {
    font-size: calc(26 / 750 * 100vw);
    margin-bottom: calc(40 / 750 * 100vw);
  }
}
.sec04 .sec04__description .--bold {
  font-weight: 700;
}
.sec04 .sec04__description .--pink {
  color: #CC5F5A;
}
.sec04 .sec04__note {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  color: #444444;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__note {
    font-size: calc(20 / 750 * 100vw);
  }
}
.sec04 .sec04__decoration {
  position: absolute;
  bottom: max(calc(-23 / 1080 * 100vw), -23px);
  right: max(calc(-64 / 1080 * 100vw), -64px);
  width: min(calc(227 / 1080 * 100vw), 227px);
  height: min(calc(146 / 1080 * 100vw), 146px);
  background-image: url("../img/common/sec04_ill.svg");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__decoration {
    width: calc(329 / 750 * 100vw);
    height: calc(212 / 750 * 100vw);
    bottom: calc(-45 / 750 * 100vw);
    right: calc(-95 / 750 * 100vw);
  }
}

.sec05 .sec05__bg {
  background-color: #fff;
  padding: min(calc(80 / 1080 * 100vw), 80px) 0 min(calc(80 / 1080 * 100vw), 80px);
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__bg {
    background-color: #fff;
    padding: calc(80 / 750 * 100vw) 0 calc(100 / 750 * 100vw);
  }
}
.sec05 .sec05__inner {
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__inner {
    width: 100%;
    padding: 0;
  }
}
.sec05 .sec05__header {
  margin-bottom: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__header {
    margin-bottom: calc(40 / 750 * 100vw);
  }
}
.sec05 .sec05__variation {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__variation {
    margin-bottom: calc(20 / 750 * 100vw);
  }
}
.sec05 .sec05__title {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  font-weight: 500;
  color: #332D30;
  text-align: center;
  line-height: 1.5;
  margin: min(calc(53 / 1080 * 100vw), 53px) 0 0;
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__title {
    font-size: calc(36 / 750 * 100vw);
    margin: calc(40 / 750 * 100vw) 0 0;
  }
}
.sec05 .sec05__title .--pink {
  color: #CC5F5A;
}
.sec05 .sec05__title .large {
  font-size: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__title .large {
    font-size: calc(50 / 750 * 100vw);
  }
}
.sec05 .sec05__title .num {
  font-size: min(calc(60 / 1080 * 100vw), 60px);
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__title .num {
    font-size: calc(70 / 750 * 100vw);
  }
}
.sec05 .sec05__badge {
  background-image: url("../img/common/sec05_titlebg.webp");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: min(calc(400 / 1080 * 100vw), 400px);
  height: min(calc(82 / 1080 * 100vw), 82px);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__badge {
    width: calc(400 / 750 * 100vw);
    height: calc(92 / 750 * 100vw);
    margin: 0 auto calc(40 / 750 * 100vw);
  }
}
.sec05 .sec05__badge::before, .sec05 .sec05__badge::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='19' viewBox='0 0 22 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.7'%3E%3Cpath d='M21.9293 17.2304C21.9293 17.2304 20.4635 15.6903 20.074 15.4619C19.565 15.1282 18.1461 14.6919 16.9906 16.617C16.9906 16.617 16.6407 17.1326 16.9048 17.3675C17.1689 17.6024 17.5584 17.8308 17.5584 17.8308C17.5584 17.8308 19.4716 19.4822 21.6504 17.8768C21.6504 17.8768 21.9996 17.5352 21.9293 17.2304Z' fill='white' fill-opacity='0.6'/%3E%3Cpath d='M11.6795 18.6251C15.4473 17.8801 19.5918 14.1551 19.215 8.56758C18.8382 4.47005 15.0705 0 11.3027 0C16.9544 6.33255 16.5776 12.2926 11.6795 18.6251Z' fill='white'/%3E%3Cpath d='M0 8.19727C0 8.56977 0 8.94228 0 9.31479C0 14.9023 4.52129 18.9999 9.79614 18.9999C10.1729 18.9999 10.1729 18.9999 10.5497 18.9999C11.3032 17.8824 12.4336 16.3924 13.1871 15.2749C7.15872 15.6474 3.39097 12.2948 0 8.19727Z' fill='white'/%3E%3Cpath d='M1.88405 8.9401C4.89825 5.58758 8.666 3.72502 13.5641 4.47002C12.8105 2.60751 11.3034 1.49001 10.1731 0C10.1731 0 9.79632 0 9.41954 0C5.6518 0 1.50728 2.98003 0.376953 6.70506C0.376953 6.70506 0.376953 7.07755 0.376953 7.45006C0.753728 7.82256 1.1305 8.1951 1.88405 8.9401Z' fill='white'/%3E%3Cpath d='M13.1895 9.68316C11.6824 8.19315 9.79849 7.07563 7.53784 6.70312C7.16106 8.93814 7.16107 11.1731 8.29139 13.0357C10.1753 12.2907 11.6824 11.5457 13.1895 9.68316Z' fill='white'/%3E%3Cpath d='M2.25781 9.68316C3.38814 11.1732 4.89524 12.2907 6.77911 13.0357C6.02556 10.8006 6.02556 8.93814 6.02556 6.70312C4.89523 7.44813 3.76491 8.56565 2.25781 9.68316Z' fill='white'/%3E%3Cpath d='M13.5636 9.31453C13.5636 8.94202 13.9403 8.94203 13.9403 8.56953C14.6939 7.82452 13.9403 6.70703 13.5636 5.96202C13.5636 5.58952 12.81 5.5895 12.4332 5.5895C10.9261 5.21699 9.04225 5.58948 7.53516 6.33449C10.1726 6.33449 12.0565 7.45201 13.5636 9.31453Z' fill='white'/%3E%3Cpath d='M14.6965 9.31445C13.1894 11.177 11.3056 12.667 9.04492 13.7845C10.552 14.157 12.0591 14.157 13.1894 13.7845C13.1894 13.7845 13.5662 13.7845 13.5662 13.412C14.3198 12.2945 14.6965 11.177 14.6965 9.31445Z' fill='white'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  aspect-ratio: 22/19;
  width: min(calc(22 / 1080 * 100vw), 22px);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__badge::before, .sec05 .sec05__badge::after {
    width: calc(28 / 750 * 100vw);
  }
}
.sec05 .sec05__badge::before {
  left: min(calc(32 / 1080 * 100vw), 32px);
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__badge::before {
    left: calc(32 / 750 * 100vw);
  }
}
.sec05 .sec05__badge::after {
  right: min(calc(32 / 1080 * 100vw), 32px);
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__badge::after {
    right: calc(32 / 750 * 100vw);
  }
}
.sec05 .sec05__badge .sec05__badge-text {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(50 / 1080 * 100vw), 50px);
  font-weight: 400;
  color: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__badge .sec05__badge-text {
    font-size: calc(60 / 750 * 100vw);
  }
}
.sec05 .sec05__quality {
  margin-bottom: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__quality {
    margin-bottom: calc(40 / 750 * 100vw);
  }
}
.sec05 .sec05__quality .sec05__quality-content {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 min(calc(60 / 1080 * 100vw), 60px);
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__quality .sec05__quality-content {
    padding: 0 calc(0 / 750 * 100vw) 0 calc(60 / 750 * 100vw);
  }
}
.sec05 .sec05__quality .sec05__quality-num {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(102 / 1080 * 100vw), 102px);
  font-weight: 400;
  color: rgba(193, 162, 120, 0.4);
  line-height: 1;
  margin-right: min(calc(32 / 1080 * 100vw), 32px);
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__quality .sec05__quality-num {
    font-size: calc(120 / 750 * 100vw);
    margin-right: calc(20 / 750 * 100vw);
    margin-bottom: 0;
  }
}
.sec05 .sec05__quality .sec05__quality-line {
  width: min(calc(1 / 1080 * 100vw), 1px);
  height: min(calc(80 / 1080 * 100vw), 80px);
  background-color: #CC5F5A;
  margin-right: min(calc(32 / 1080 * 100vw), 32px);
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__quality .sec05__quality-line {
    width: calc(2 / 750 * 100vw);
    height: calc(80 / 750 * 100vw);
    margin-right: calc(32 / 750 * 100vw);
  }
}
.sec05 .sec05__quality .sec05__quality-detail {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__quality .sec05__quality-detail {
    width: 100%;
  }
}
.sec05 .sec05__quality .sec05__quality-catch {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 600;
  color: #332D30;
  margin-bottom: min(calc(8 / 1080 * 100vw), 8px);
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__quality .sec05__quality-catch {
    font-size: calc(30 / 750 * 100vw);
    margin-bottom: calc(8 / 750 * 100vw);
  }
}
.sec05 .sec05__quality .sec05__quality-catch .--pink {
  color: #CC5F5A;
  font-weight: 600;
}
.sec05 .sec05__quality .sec05__quality-catch .kome {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__quality .sec05__quality-catch .kome {
    font-size: calc(20 / 750 * 100vw);
  }
}
.sec05 .sec05__quality .sec05__quality-title {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__quality .sec05__quality-title {
    font-size: calc(48 / 750 * 100vw);
  }
}
.sec05 .sec05__quality .sec05__quality-title.--pink {
  color: #CC5F5A;
}
.sec05 .sec05__quality .sec05__quality-title.--type02 {
  font-size: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__quality .sec05__quality-title.--type02 {
    font-size: calc(40 / 750 * 100vw);
  }
}
.sec05 .sec05__quality .sec05__quality-title.--type02 .num {
  font-size: min(calc(42 / 1080 * 100vw), 42px);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__quality .sec05__quality-title.--type02 .num {
    font-size: calc(52 / 750 * 100vw);
  }
}
.sec05 .sec05__description {
  background-color: #FBF1F1;
  padding: min(calc(100 / 1080 * 100vw), 100px) min(calc(60 / 1080 * 100vw), 60px) min(calc(100 / 1080 * 100vw), 100px) min(calc(603 / 1080 * 100vw), 603px);
  margin: min(calc(130 / 1080 * 100vw), 130px) 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__description {
    padding: calc(330 / 750 * 100vw) calc(50 / 750 * 100vw) calc(50 / 750 * 100vw);
    margin: calc(140 / 750 * 100vw) auto 0;
    width: calc(630 / 750 * 100vw);
  }
}
.sec05 .sec05__description.--item02 {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .sec05 .sec05__description.--item02 {
    padding: min(calc(100 / 1080 * 100vw), 100px) min(calc(603 / 1080 * 100vw), 603px) min(calc(100 / 1080 * 100vw), 100px) min(calc(60 / 1080 * 100vw), 60px);
  }
  .sec05 .sec05__description.--item02 .sec05__description-img {
    position: absolute;
    width: min(calc(565 / 1080 * 100vw), 565px);
    top: max(calc(-90 / 1080 * 100vw), -90px);
    right: 0;
    left: auto;
  }
}
.sec05 .sec05__description.--item03 {
  background-color: #F5F5F5;
}
@media screen and (min-width: 768px) {
  .sec05 .sec05__description.--item03 {
    padding: min(calc(100 / 1080 * 100vw), 100px) min(calc(60 / 1080 * 100vw), 60px) min(calc(70 / 1080 * 100vw), 70px) min(calc(620 / 1080 * 100vw), 620px);
  }
  .sec05 .sec05__description.--item03 .sec05__description-img {
    position: absolute;
    width: min(calc(611 / 1080 * 100vw), 611px);
  }
}
.sec05 .sec05__description .sec05__description-img {
  position: absolute;
  width: min(calc(601 / 1080 * 100vw), 601px);
  top: max(calc(-90 / 1080 * 100vw), -90px);
  left: max(calc(0 / 1080 * 100vw), 0px);
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__description .sec05__description-img {
    width: calc(750 / 750 * 100vw);
    top: calc(-99 / 750 * 100vw);
    left: calc(-60 / 750 * 100vw);
  }
}
.sec05 .sec05__description .sec05__description-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  color: #332D30;
  line-height: 1.7;
  text-align: justify;
  margin-bottom: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__description .sec05__description-text {
    font-size: calc(26 / 750 * 100vw);
    margin-bottom: calc(20 / 750 * 100vw);
  }
}
.sec05 .sec05__description .sec05__description-text .--pink {
  color: #CC5F5A;
  font-weight: 700;
}
.sec05 .sec05__description .sec05__description-note {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  color: #332D30;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__description .sec05__description-note {
    font-size: calc(20 / 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__feature {
  margin-bottom: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__feature {
    margin-bottom: calc(0 / 750 * 100vw);
  }
}
.sec05 .sec05__feature .sec05__feature-bg {
  padding: min(calc(24 / 1080 * 100vw), 24px) 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__feature .sec05__feature-bg {
    padding: calc(8 / 750 * 100vw) 0 0;
  }
}
.sec05 .sec05__feature .sec05__feature-catch {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 600;
  color: #fff;
  margin: min(calc(6 / 1080 * 100vw), 6px) 0 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__feature .sec05__feature-catch {
    font-size: calc(26 / 750 * 100vw);
    margin: 0;
  }
}
.sec05 .sec05__feature .sec05__feature-title {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  font-weight: 600;
  color: #fff;
  position: relative;
  z-index: 1;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__feature .sec05__feature-title {
    font-size: calc(40 / 750 * 100vw);
  }
}
.sec05 .sec05__products {
  display: flex;
  justify-content: center;
  gap: min(calc(50 / 1080 * 100vw), 50px);
  margin-bottom: min(calc(40 / 1080 * 100vw), 40px);
  padding: 0 min(calc(43 / 1080 * 100vw), 43px);
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__products {
    margin: auto;
    width: calc(630 / 750 * 100vw);
    gap: 0;
    padding: calc(40 / 750 * 100vw) 0;
    flex-direction: column;
    margin-bottom: 0;
  }
}
.sec05 .sec05__product {
  flex: 0 1 min(calc(448 / 1080 * 100vw), 448px);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__product {
    flex: 0 0 auto;
    width: 100%;
    margin-bottom: 0;
    gap: 0;
  }
  .sec05 .sec05__product:last-child {
    margin-bottom: 0;
    flex-direction: row-reverse;
  }
}
.sec05 .sec05__product .sec05__product-img {
  flex: 0 0 min(calc(230 / 1080 * 100vw), 230px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__product .sec05__product-img {
    flex: 0 0 calc(315 / 750 * 100vw);
  }
}
.sec05 .sec05__product .sec05__product-img img {
  width: 100%;
}
.sec05 .sec05__product .sec05__product-content {
  flex: 0 0 auto;
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__product .sec05__product-content {
    flex: 0 0 calc(315 / 750 * 100vw);
    padding: 0 0 0 calc(40 / 750 * 100vw);
  }
}
.sec05 .sec05__product .sec05__product-label {
  display: inline-block;
  border: min(calc(1 / 1080 * 100vw), 1px) solid #C1A278;
  padding: min(calc(2 / 1080 * 100vw), 2px) min(calc(15 / 1080 * 100vw), 15px);
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 500;
  color: #C1A278;
  margin-bottom: min(calc(15 / 1080 * 100vw), 15px);
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__product .sec05__product-label {
    border: calc(2 / 750 * 100vw) solid #C1A278;
    padding: calc(2 / 750 * 100vw) calc(15 / 750 * 100vw);
    font-size: calc(22 / 750 * 100vw);
    margin-bottom: calc(15 / 750 * 100vw);
  }
}
.sec05 .sec05__product .sec05__product-title {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(17 / 1080 * 100vw), 17px);
  font-weight: 400;
  color: #332D30;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__product .sec05__product-title {
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec05 .sec05__product .sec05__product-title .--pink {
  color: #CC5F5A;
  font-weight: 500;
  font-size: min(calc(26 / 1080 * 100vw), 26px);
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__product .sec05__product-title .--pink {
    font-size: calc(36 / 750 * 100vw);
  }
}
.sec05 .sec05__warranty {
  background-color: #F5F5F5;
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__warranty {
    width: calc(630 / 750 * 100vw);
    margin: auto;
  }
}
.sec05 .sec05__warranty .sec05__warranty-bg {
  padding: min(calc(24 / 1080 * 100vw), 24px) 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__warranty .sec05__warranty-bg {
    padding: calc(24 / 750 * 100vw) 0;
  }
}
.sec05 .sec05__warranty .sec05__warranty-title {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  font-weight: 600;
  color: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__warranty .sec05__warranty-title {
    font-size: calc(40 / 750 * 100vw);
  }
}
.sec05 .sec05__warranty .sec05__warranty-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(calc(40 / 1080 * 100vw), 40px);
  padding: min(calc(60 / 1080 * 100vw), 60px) 0 min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__warranty .sec05__warranty-content {
    flex-direction: column;
    gap: calc(0 / 750 * 100vw);
    padding: calc(60 / 750 * 100vw) calc(50 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}
.sec05 .sec05__warranty .sec05__warranty-badges {
  display: flex;
  gap: min(calc(25 / 1080 * 100vw), 25px);
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__warranty .sec05__warranty-badges {
    gap: calc(25 / 750 * 100vw);
    margin-bottom: calc(40 / 750 * 100vw);
  }
}
.sec05 .sec05__warranty .sec05__warranty-badge .sec05__warranty-badge-circle {
  width: min(calc(210 / 1080 * 100vw), 210px);
  height: min(calc(210 / 1080 * 100vw), 210px);
  border-radius: 50%;
  border: min(calc(2 / 1080 * 100vw), 2px) solid #C1A278;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__warranty .sec05__warranty-badge .sec05__warranty-badge-circle {
    width: calc(260 / 750 * 100vw);
    height: calc(260 / 750 * 100vw);
    border: calc(2 / 750 * 100vw) solid #C1A278;
    margin-bottom: 0;
  }
}
.sec05 .sec05__warranty .sec05__warranty-badge .sec05__warranty-badge-num {
  display: flex;
  align-items: baseline;
  margin-bottom: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__warranty .sec05__warranty-badge .sec05__warranty-badge-num {
    margin-bottom: calc(10 / 750 * 100vw);
  }
}
.sec05 .sec05__warranty .sec05__warranty-badge .sec05__warranty-badge-num .sec05__warranty-badge-num-large {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(84 / 1080 * 100vw), 84px);
  font-weight: 600;
  color: #C1A278;
  line-height: 0.9;
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__warranty .sec05__warranty-badge .sec05__warranty-badge-num .sec05__warranty-badge-num-large {
    font-size: calc(100 / 750 * 100vw);
  }
}
.sec05 .sec05__warranty .sec05__warranty-badge .sec05__warranty-badge-num .sec05__warranty-badge-num-small {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  font-weight: 500;
  color: #C1A278;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__warranty .sec05__warranty-badge .sec05__warranty-badge-num .sec05__warranty-badge-num-small {
    font-size: calc(50 / 750 * 100vw);
  }
}
.sec05 .sec05__warranty .sec05__warranty-badge .sec05__warranty-badge-text {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  font-weight: 500;
  color: #332D30;
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__warranty .sec05__warranty-badge .sec05__warranty-badge-text {
    font-size: calc(36 / 750 * 100vw);
  }
}
.sec05 .sec05__warranty .sec05__warranty-description {
  width: min(calc(324 / 1080 * 100vw), 324px);
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  color: #332D30;
  line-height: 1.7;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__warranty .sec05__warranty-description {
    width: 100%;
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec05 .sec05__warranty .sec05__warranty-description .--pink {
  color: #CC5F5A;
  font-weight: 700;
}
.sec05 .sec05__example {
  position: relative;
  background-color: #F6F6F6;
  padding: min(calc(40 / 1080 * 100vw), 40px) min(calc(40 / 1080 * 100vw), 40px);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__example {
    flex-direction: column;
    width: calc(630 / 750 * 100vw);
    gap: 0;
    margin: auto;
    padding: calc(40 / 750 * 100vw) calc(40 / 750 * 100vw) calc(60 / 750 * 100vw);
  }
}
.sec05 .sec05__example::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #C1A278;
  height: min(calc(1 / 1080 * 100vw), 1px);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(calc(920 / 1080 * 100vw), 920px);
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__example::before {
    height: calc(2 / 750 * 100vw);
    width: calc(550 / 750 * 100vw);
  }
}
.sec05 .sec05__example .sec05__example-title {
  flex: 0 0 auto;
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 600;
  color: #332D30;
  text-align: center;
  line-height: 1.5;
  margin-bottom: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__example .sec05__example-title {
    font-size: calc(30 / 750 * 100vw);
    margin-bottom: calc(40 / 750 * 100vw);
  }
}
.sec05 .sec05__example .sec05__example-title .--pink {
  color: #CC5F5A;
}
.sec05 .sec05__example .sec05__example-title .num {
  font-weight: 600;
  font-size: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__example .sec05__example-title .num {
    font-size: calc(40 / 750 * 100vw);
  }
}
.sec05 .sec05__example .sec05__example-content {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 min(calc(412 / 1080 * 100vw), 412px);
}
.sec05 .sec05__example .sec05__example-box {
  width: min(calc(206 / 1080 * 100vw), 206px);
  background-color: #D99D50;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__example .sec05__example-box {
    width: calc(271 / 750 * 100vw);
    height: calc(220 / 750 * 100vw);
    padding: calc(24 / 750 * 100vw);
    margin-bottom: 0;
  }
}
.sec05 .sec05__example .sec05__example-catch {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 600;
  color: #fff;
  margin-bottom: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__example .sec05__example-catch {
    font-size: calc(26 / 750 * 100vw);
    margin-bottom: calc(16 / 750 * 100vw);
  }
}
.sec05 .sec05__example .sec05__example-text {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__example .sec05__example-text {
    font-size: calc(30 / 750 * 100vw);
  }
}
.sec05 .sec05__example .sec05__example-img {
  width: min(calc(206 / 1080 * 100vw), 206px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__example .sec05__example-img {
    width: calc(279 / 750 * 100vw);
  }
}
.sec05 .sec05__example .sec05__example-img img {
  width: 100%;
}
.sec05 .sec05__example .sec05__example-note {
  flex: 0 0 100%;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  color: #332D30;
  text-align: center;
  margin-top: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__example .sec05__example-note {
    font-size: calc(20 / 750 * 100vw);
    margin-top: calc(10 / 750 * 100vw);
  }
}
.sec05 .sec05__bg02 {
  background-color: #FBF1F1;
  padding: min(calc(80 / 1080 * 100vw), 80px) 0 min(calc(80 / 1080 * 100vw), 80px);
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__bg02 {
    padding: calc(80 / 750 * 100vw) 0 calc(100 / 750 * 100vw);
  }
}
.sec05 .sec05__design .sec05__design-lead {
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='426' height='54' viewBox='0 0 426 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='392' height='54' transform='translate(17)' fill='%23AC0102'/%3E%3Ccircle cx='24' cy='27' r='24' fill='%23AC0102'/%3E%3Ccircle cx='402' cy='27' r='24' fill='%23AC0102'/%3E%3C/svg%3E%0A");
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: min(calc(426 / 1080 * 100vw), 426px);
  height: min(calc(54 / 1080 * 100vw), 54px);
  margin: min(calc(60 / 1080 * 100vw), 60px) auto min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__design .sec05__design-lead {
    background-image: url("data:image/svg+xml,%3Csvg width='532' height='74' viewBox='0 0 532 74' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='492' height='74' transform='translate(20)' fill='%23AC0102'/%3E%3Ccircle cx='31' cy='36.875' r='30' fill='%23AC0102'/%3E%3Ccircle cx='501' cy='36.875' r='30' fill='%23AC0102'/%3E%3C/svg%3E%0A");
    padding: calc(16 / 750 * 100vw) calc(24 / 750 * 100vw);
    width: calc(532 / 750 * 100vw);
    height: calc(74 / 750 * 100vw);
    margin: calc(60 / 750 * 100vw) auto calc(40 / 750 * 100vw);
  }
}
.sec05 .sec05__design .sec05__design-lead .sec05__design-lead-text {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 500;
  color: #fff;
  line-height: 1.3;
  padding: 0 0 0 min(calc(40 / 1080 * 100vw), 40px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__design .sec05__design-lead .sec05__design-lead-text {
    padding: 0 0 0 calc(50 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: 0;
  }
}
.sec05 .sec05__design .sec05__design-lead .sec05__design-lead-text::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='31' height='30' viewBox='0 0 31 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.59753 7.15378L5.31096 4.84689M19.791 7.15378L22.0776 4.84689M5.3094 21.7713L7.59598 19.4629M13.6935 4.07844V1M4.54721 13.3091H1.5M23.0825 22.5227L29.0151 20.18C29.1583 20.1227 29.281 20.0239 29.3674 19.8962C29.4538 19.7685 29.5 19.6179 29.5 19.4637C29.5 19.3095 29.4538 19.1588 29.3674 19.0312C29.281 18.9035 29.1583 18.8046 29.0151 18.7473L14.759 13.124C14.6202 13.0703 14.4688 13.0582 14.3233 13.0892C14.1777 13.1203 14.0444 13.1931 13.9395 13.2987C13.8347 13.4044 13.763 13.5383 13.7331 13.6841C13.7032 13.8298 13.7165 13.9812 13.7713 14.1196L19.3431 28.51C19.595 29.1633 20.5097 29.1633 20.7617 28.51L23.0825 22.5227Z' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: min(calc(31 / 1080 * 100vw), 31px);
  aspect-ratio: 1/1;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__design .sec05__design-lead .sec05__design-lead-text::before {
    width: calc(40 / 750 * 100vw);
  }
}
.sec05 .sec05__design .sec05__design-items {
  display: flex;
  flex-direction: column;
  gap: min(calc(32 / 1080 * 100vw), 32px);
  margin: 0 auto min(calc(60 / 1080 * 100vw), 60px);
  width: min(calc(788 / 1080 * 100vw), 788px);
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__design .sec05__design-items {
    width: calc(630 / 750 * 100vw);
    gap: calc(32 / 750 * 100vw);
    margin: 0 auto calc(60 / 750 * 100vw);
  }
}
.sec05 .sec05__design .sec05__design-item a {
  display: block;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  padding: min(calc(10 / 1080 * 100vw), 10px);
  box-shadow: 0 min(calc(8 / 1080 * 100vw), 8px) min(calc(18 / 1080 * 100vw), 18px) 0 rgba(0, 0, 0, 0.16);
  transition: 300ms;
}
.sec05 .sec05__design .sec05__design-item a:hover {
  opacity: 0.8;
}
.sec05 .sec05__design .sec05__design-item a:hover .sec05__design-item-inner::after {
  right: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__design .sec05__design-item a:hover .sec05__design-item-inner::after {
    right: calc(18 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__design .sec05__design-item a {
    padding: calc(10 / 750 * 100vw);
    box-shadow: 0 calc(8 / 750 * 100vw) calc(18 / 750 * 100vw) 0 rgba(0, 0, 0, 0.16);
  }
}
.sec05 .sec05__design .sec05__design-item a::before, .sec05 .sec05__design .sec05__design-item a::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='42.7813' y1='0.353553' x2='0.354882' y2='42.78' stroke='%23CC5F5A'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: min(calc(45 / 1080 * 100vw), 45px);
  aspect-ratio: 1/1;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__design .sec05__design-item a::before, .sec05 .sec05__design .sec05__design-item a::after {
    width: calc(45 / 750 * 100vw);
  }
}
.sec05 .sec05__design .sec05__design-item a::before {
  top: max(calc(-1 / 1080 * 100vw), -1px);
  left: max(calc(-1 / 1080 * 100vw), -1px);
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__design .sec05__design-item a::before {
    top: calc(-1 / 750 * 100vw);
    left: calc(-1 / 750 * 100vw);
  }
}
.sec05 .sec05__design .sec05__design-item a::after {
  right: max(calc(-1 / 1080 * 100vw), -1px);
  bottom: max(calc(-1 / 1080 * 100vw), -1px);
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__design .sec05__design-item a::after {
    right: calc(-1 / 750 * 100vw);
    bottom: calc(-1 / 750 * 100vw);
  }
}
.sec05 .sec05__design .sec05__design-item .sec05__design-item-inner {
  background-color: #fff;
  border: min(calc(1 / 1080 * 100vw), 1px) solid #CC5F5A;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  height: min(calc(133 / 1080 * 100vw), 133px);
  padding: 0 0 0 min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__design .sec05__design-item .sec05__design-item-inner {
    height: calc(231 / 750 * 100vw);
    padding: 0 0 0 calc(20 / 750 * 100vw);
    border: calc(1 / 750 * 100vw) solid #CC5F5A;
  }
}
.sec05 .sec05__design .sec05__design-item .sec05__design-item-inner::after {
  transition: 300ms;
  content: "";
  display: block;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='19' viewBox='0 0 10 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.546875 1L9.03216 9.48528L0.546875 17.9706' stroke='%23AC0102'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: min(calc(10 / 1080 * 100vw), 10px);
  height: min(calc(20 / 1080 * 100vw), 20px);
  top: 50%;
  transform: translateY(-50%);
  right: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__design .sec05__design-item .sec05__design-item-inner::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.54688 1L10.0932 9.5463L1.54687 18.0926' stroke='%23AC0102' stroke-width='2'/%3E%3C/svg%3E%0A");
    width: calc(12 / 750 * 100vw);
    height: calc(19 / 750 * 100vw);
    right: calc(23 / 750 * 100vw);
  }
}
.sec05 .sec05__design .sec05__design-item .sec05__design-item-image {
  flex: 0 0 min(calc(160 / 1080 * 100vw), 160px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__design .sec05__design-item .sec05__design-item-image {
    flex: 0 0 calc(220 / 750 * 100vw);
    width: 100%;
  }
}
.sec05 .sec05__design .sec05__design-item .sec05__design-item-image img {
  width: 100%;
}
.sec05 .sec05__design .sec05__design-item .sec05__design-item-content {
  flex: 1;
  padding: min(calc(24 / 1080 * 100vw), 24px) min(calc(24 / 1080 * 100vw), 24px);
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__design .sec05__design-item .sec05__design-item-content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: calc(24 / 750 * 100vw) calc(60 / 750 * 100vw) calc(24 / 750 * 100vw) calc(24 / 750 * 100vw);
    gap: calc(8 / 750 * 100vw);
    text-align: left;
  }
}
.sec05 .sec05__design .sec05__design-item .sec05__design-item-title {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  font-weight: 500;
  color: #AC0102;
  margin-bottom: min(calc(8 / 1080 * 100vw), 8px);
  line-height: 1.3;
  flex: 0 0 min(calc(200 / 1080 * 100vw), 200px);
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__design .sec05__design-item .sec05__design-item-title {
    flex: 0 0 auto;
    font-size: calc(36 / 750 * 100vw);
    letter-spacing: 0;
    margin-right: -2em;
    margin-bottom: calc(8 / 750 * 100vw);
  }
}
.sec05 .sec05__design .sec05__design-item .sec05__design-item-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  color: #332D30;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__design .sec05__design-item .sec05__design-item-text {
    font-size: calc(24 / 750 * 100vw);
  }
}
.sec05 .sec05__design .sec05__design-item .sec05__design-item-arrow {
  position: absolute;
  right: min(calc(60 / 1080 * 100vw), 60px);
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: min(calc(17 / 1080 * 100vw), 17px);
  height: min(calc(17 / 1080 * 100vw), 17px);
  border-top: min(calc(1 / 1080 * 100vw), 1px) solid #AC0102;
  border-right: min(calc(1 / 1080 * 100vw), 1px) solid #AC0102;
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__design .sec05__design-item .sec05__design-item-arrow {
    right: calc(24 / 750 * 100vw);
    width: calc(17 / 750 * 100vw);
    height: calc(17 / 750 * 100vw);
    border-top: calc(1 / 750 * 100vw) solid #AC0102;
    border-right: calc(1 / 750 * 100vw) solid #AC0102;
  }
}
.sec05 .sec05__design .sec05__design-note {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__design .sec05__design-note {
    text-align: left;
    width: calc(630 / 750 * 100vw);
    margin: auto;
  }
}
.sec05 .sec05__design .sec05__design-note-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  color: #332D30;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__design .sec05__design-note-text {
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec05 .sec05__design .sec05__design-note-text .--pink {
  color: #CC5F5A;
  font-weight: 700;
}
.sec05 .sec05__bg03 {
  background-color: #fff;
  padding: min(calc(80 / 1080 * 100vw), 80px) 0 min(calc(100 / 1080 * 100vw), 100px);
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__bg03 {
    padding: calc(80 / 750 * 100vw) 0 calc(100 / 750 * 100vw);
  }
}
.sec05 .sec05__price .sec05__price-badge {
  width: min(calc(400 / 1080 * 100vw), 400px);
  height: min(calc(82 / 1080 * 100vw), 82px);
  background-color: #CC5F5A;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: min(calc(40 / 1080 * 100vw), 40px);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__price .sec05__price-badge {
    width: 100%;
    height: calc(92 / 750 * 100vw);
    margin-bottom: calc(40 / 750 * 100vw);
  }
}
.sec05 .sec05__price .sec05__price-badge::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/sec05_img02.png) center/cover no-repeat;
  opacity: 0.2;
  mix-blend-mode: multiply;
}
.sec05 .sec05__price .sec05__price-text {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(50 / 1080 * 100vw), 50px);
  font-weight: 400;
  color: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__price .sec05__price-text {
    font-size: calc(60 / 750 * 100vw);
  }
}
.sec05 .sec05__price .sec05__price-content {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 min(calc(60 / 1080 * 100vw), 60px);
  margin-bottom: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__price .sec05__price-content {
    text-align: left;
    padding: 0 calc(0 / 750 * 100vw) 0 calc(60 / 750 * 100vw);
    margin-bottom: calc(40 / 750 * 100vw);
  }
}
.sec05 .sec05__price .sec05__price-num {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(102 / 1080 * 100vw), 102px);
  font-weight: 400;
  color: rgba(193, 162, 120, 0.4);
  line-height: 1;
  margin-right: min(calc(32 / 1080 * 100vw), 32px);
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__price .sec05__price-num {
    font-size: calc(120 / 750 * 100vw);
    margin-right: calc(20 / 750 * 100vw);
  }
}
.sec05 .sec05__price .sec05__price-line {
  width: min(calc(1 / 1080 * 100vw), 1px);
  height: min(calc(80 / 1080 * 100vw), 80px);
  background-color: #CC5F5A;
  margin-right: min(calc(32 / 1080 * 100vw), 32px);
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__price .sec05__price-line {
    width: calc(2 / 750 * 100vw);
    height: calc(80 / 750 * 100vw);
    margin-right: calc(20 / 750 * 100vw);
    margin-bottom: 0;
  }
}
.sec05 .sec05__price .sec05__price-detail {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__price .sec05__price-detail {
    width: 100%;
  }
}
.sec05 .sec05__price .sec05__price-catch {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 600;
  color: #332D30;
  margin-bottom: min(calc(8 / 1080 * 100vw), 8px);
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__price .sec05__price-catch {
    font-size: calc(30 / 750 * 100vw);
    margin-bottom: calc(8 / 750 * 100vw);
  }
}
.sec05 .sec05__price .sec05__price-title {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__price .sec05__price-title {
    font-size: calc(44 / 750 * 100vw);
  }
}
.sec05 .sec05__price .sec05__price-title.--pink {
  color: #CC5F5A;
}
.sec05 .sec05__price .sec05__price-description {
  background-color: #F5F5F5;
  padding: min(calc(60 / 1080 * 100vw), 60px) min(calc(60 / 1080 * 100vw), 60px);
  margin-bottom: min(calc(40 / 1080 * 100vw), 40px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__price .sec05__price-description {
    padding: calc(60 / 750 * 100vw) calc(30 / 750 * 100vw);
    margin-bottom: calc(40 / 750 * 100vw);
  }
}
.sec05 .sec05__price .sec05__price-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  color: #332D30;
  line-height: 1.6;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__price .sec05__price-text {
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec05 .sec05__price .sec05__price-text .--pink {
  color: #CC5F5A;
  font-weight: 700;
}
.sec05 .sec05__price .sec05__price-image {
  width: 100%;
  margin-bottom: min(calc(40 / 1080 * 100vw), 40px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__price .sec05__price-image {
    margin-bottom: calc(40 / 750 * 100vw);
  }
}
.sec05 .sec05__price .sec05__price-image img {
  max-width: min(calc(600 / 1080 * 100vw), 600px);
  height: auto;
  border-radius: min(calc(10 / 1080 * 100vw), 10px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__price .sec05__price-image img {
    max-width: 100%;
    border-radius: calc(10 / 750 * 100vw);
  }
}
.sec05 .sec05__price .sec05__price-note {
  background-color: #C1A278;
  padding: min(calc(32 / 1080 * 100vw), 32px) 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  height: min(calc(130 / 1080 * 100vw), 130px);
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__price .sec05__price-note {
    padding: calc(32 / 750 * 100vw) 0;
    height: calc(188 / 750 * 100vw);
  }
}
.sec05 .sec05__price .sec05__price-note-title {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  font-weight: 600;
  color: #fff;
  margin-bottom: min(calc(16 / 1080 * 100vw), 16px);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__price .sec05__price-note-title {
    font-size: calc(36 / 750 * 100vw);
    margin-bottom: calc(8 / 750 * 100vw);
  }
}
.sec05 .sec05__price .sec05__price-note-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  color: #fff;
  line-height: 1.6;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__price .sec05__price-note-text {
    width: fit-content;
    margin: 0 auto;
    text-align: left;
    font-size: calc(20 / 750 * 100vw);
    padding: 0 calc(30 / 750 * 100vw);
  }
}

.sec06 .sec06__bg {
  padding: min(calc(80 / 1080 * 100vw), 80px) 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(420 / 1080 * 100vw), 420px);
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__bg::before {
    height: calc(484 / 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: 0;
  }
}
.sec06 .sec06__variation {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__variation {
    margin-bottom: calc(20 / 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: min(calc(36 / 1080 * 100vw), 36px) 0 max(calc(0 / 1080 * 100vw), 0px);
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__title {
    font-size: calc(50 / 750 * 100vw);
  }
}
.sec06 .sec06__title .--red {
  color: #AC0102;
}
.sec06 .sec06__image {
  width: min(calc(750 / 1080 * 100vw), 750px);
  margin: 0 auto min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__image {
    width: calc(750 / 750 * 100vw);
    margin: 0 auto;
  }
}
.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;
  border: min(calc(1 / 1080 * 100vw), 1px) solid #fff;
  color: #fff;
  width: min(calc(420 / 1080 * 100vw), 420px);
  height: min(calc(80 / 1080 * 100vw), 80px);
  border-radius: min(calc(110 / 1080 * 100vw), 110px);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__button-wrapper .adlp-btn.--red {
    width: calc(559 / 750 * 100vw);
    height: calc(111 / 750 * 100vw);
    border-radius: calc(110 / 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(26 / 1080 * 100vw), 26px);
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__button-wrapper .adlp-btn.--red p {
    font-size: calc(36 / 750 * 100vw);
  }
}
.sec06 .sec06__button-wrapper .adlp-btn.--red::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: min(calc(9 / 1080 * 100vw), 9px);
  height: min(calc(9 / 1080 * 100vw), 9px);
  border-top: min(calc(2 / 1080 * 100vw), 2px) solid #fff;
  border-right: min(calc(2 / 1080 * 100vw), 2px) solid #fff;
  right: min(calc(33 / 1080 * 100vw), 33px);
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__button-wrapper .adlp-btn.--red::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(33 / 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(1064 / 1080 * 100vw), 1064px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__inner {
    width: 100%;
  }
}
.sec07 .sec07__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__header {
    margin-bottom: calc(20 / 750 * 100vw);
  }
}
.sec07 .sec07__title {
  border: 1px solid #332D30;
  width: fit-content;
  margin: 0 auto;
  padding: 0 min(calc(15 / 1080 * 100vw), 15px);
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 500;
  color: #332D30;
  text-align: center;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__title {
    font-size: calc(28 / 750 * 100vw);
  }
}
.sec07 .sec07__main-title {
  display: flex;
  justify-content: center;
  margin-bottom: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__main-title {
    margin-bottom: calc(50 / 750 * 100vw);
  }
}
.sec07 .sec07__main-title .sec07__main-title-text {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  font-weight: 400;
  color: #332D30;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__main-title .sec07__main-title-text {
    font-size: calc(48 / 750 * 100vw);
  }
}
.sec07 .sec07__main-title .sec07__main-title-text .--pink {
  color: #CC5F5A;
}
@media screen and (min-width: 768px) {
  .sec07 .adlp-swiper.swiper02 .swiper-button-next,
  .sec07 .adlp-swiper.swiper02 .swiper-button-prev,
  .sec07 .adlp-swiper.swiper02 .swiper-pagination {
    display: none;
  }
  .sec07 .adlp-swiper.swiper02 .swiper-wrapper {
    transform: none !important;
  }
}
@media screen and (min-width: 768px) {
  .sec07 .sec07__slider {
    display: flex;
    justify-content: space-between;
    gap: min(calc(22 / 1080 * 100vw), 22px);
  }
}
@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;
  flex-direction: column;
  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 (min-width: 768px) {
  .sec07 .sec07__card {
    width: min(calc(340 / 1080 * 100vw), 340px);
  }
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__card {
    width: 100%;
    width: calc(550 / 750 * 100vw);
    box-shadow: calc(20 / 750 * 100vw) calc(30 / 750 * 100vw) calc(50 / 750 * 100vw) rgba(137, 28, 22, 0.3);
  }
}
.sec07 .sec07__card .sec07__card-img {
  width: 100%;
  overflow: hidden;
}
.sec07 .sec07__card .sec07__card-content {
  background-color: #fff;
  padding: min(calc(40 / 1080 * 100vw), 40px) min(calc(36 / 1080 * 100vw), 36px);
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__card .sec07__card-content {
    padding: calc(48 / 750 * 100vw) calc(56 / 750 * 100vw);
  }
}
.sec07 .sec07__card .sec07__card-header {
  margin-bottom: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__card .sec07__card-header {
    margin-bottom: calc(32 / 750 * 100vw);
  }
}
.sec07 .sec07__card .sec07__card-voice {
  width: min(calc(80 / 1080 * 100vw), 80px);
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__card .sec07__card-voice {
    width: calc(104 / 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;
}
@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 {
  width: 100%;
  height: min(calc(208 / 1080 * 100vw), 208px);
  overflow: hidden;
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__card .sec07__card-img-bottom {
    height: calc(340 / 750 * 100vw);
  }
}
.sec07 .sec07__card .sec07__card-img-bottom img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec07 .adlp-swiper .swiper-slide {
  height: auto;
}
.sec07 .adlp-swiper .sec07__card {
  height: 100%;
}
@media screen and (min-width: 768px) {
  .sec07 .adlp-swiper {
    padding: 0;
  }
  .sec07 .adlp-swiper .swiper-wrapper {
    display: flex;
    justify-content: center;
    gap: min(calc(22 / 1080 * 100vw), 22px);
  }
  .sec07 .adlp-swiper .swiper-slide {
    padding: 0;
    flex: 0 0 min(calc(340 / 1080 * 100vw), 340px);
  }
}
@media screen and (max-width: 767px) {
  .sec07 .adlp-swiper {
    padding: 0;
  }
  .sec07 .swiper-horizontal > .swiper-pagination-bullets, .sec07 .swiper-pagination-bullets.swiper-pagination-horizontal, .sec07 .swiper-pagination-custom, .sec07 .swiper-pagination-fraction {
    bottom: calc(-80 / 750 * 100vw);
  }
}
.sec07 .adlp-swiper .swiper-pagination-bullet-active {
  background-color: #CC5F5A;
}

.sec08 .sec08__inner {
  width: min(calc(920 / 1080 * 100vw), 920px);
  margin: 0 auto;
  padding: min(calc(80 / 1080 * 100vw), 80px) 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(60 / 1080 * 100vw), 60px);
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__header {
    margin-bottom: calc(60 / 750 * 100vw);
  }
}
.sec08 .sec08__title {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  font-weight: 500;
  color: #332D30;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__title {
    font-size: calc(50 / 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(50 / 750 * 100vw);
  }
}
.sec08 .sec08__title .num {
  font-size: min(calc(58 / 1080 * 100vw), 58px);
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__title .num {
    font-size: calc(70 / 750 * 100vw);
  }
}
.sec08 .sec08__steps {
  display: flex;
  flex-direction: column;
  gap: min(calc(60 / 1080 * 100vw), 60px);
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__steps {
    flex-direction: column;
    gap: calc(59 / 750 * 100vw);
  }
}
.sec08 .sec08__step {
  display: flex;
  gap: min(calc(40 / 1080 * 100vw), 40px);
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__step {
    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(80 / 1080 * 100vw), 80px);
  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(80 / 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 {
  margin-bottom: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__step .sec08__step-header {
    margin-bottom: calc(24 / 750 * 100vw);
  }
}
.sec08 .sec08__step .sec08__step-num {
  width: min(calc(80 / 1080 * 100vw), 80px);
  margin-bottom: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__step .sec08__step-num {
    width: calc(116 / 750 * 100vw);
    margin-bottom: calc(8 / 750 * 100vw);
  }
}
.sec08 .sec08__step .sec08__step-title {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  font-weight: 500;
  color: #CC5F5A;
  line-height: 1.4;
}
@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(24 / 750 * 100vw);
  }
}
.sec08 .sec08__step .sec08__step-text:last-of-type {
  margin-bottom: 0;
}
.sec08 .sec08__step .sec08__step-boxes {
  display: flex;
  flex-direction: column;
  gap: min(calc(24 / 1080 * 100vw), 24px);
  margin: min(calc(24 / 1080 * 100vw), 24px) 0;
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__step .sec08__step-boxes {
    gap: calc(24 / 750 * 100vw);
    margin: calc(24 / 750 * 100vw) 0;
  }
}
.sec08 .sec08__step .sec08__step-box {
  background-color: #F5F5F5;
  padding: min(calc(24 / 1080 * 100vw), 24px) min(calc(32 / 1080 * 100vw), 32px);
  border-radius: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__step .sec08__step-box {
    padding: calc(24 / 750 * 100vw) calc(32 / 750 * 100vw);
    border-radius: calc(4 / 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: #444444;
  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: #F6F6F6;
  padding: min(calc(80 / 1080 * 100vw), 80px) 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(36 / 1080 * 100vw), 36px);
}
@media screen and (max-width: 767px) {
  .sec09 .sec09__header {
    margin-bottom: calc(32 / 750 * 100vw);
  }
}
.sec09 .sec09__header-tag {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 500;
  color: #332D30;
  line-height: 1.7;
  padding: 0 min(calc(15 / 1080 * 100vw), 15px);
  border: 1px solid #332D30;
  width: fit-content;
  margin: 0 auto min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec09 .sec09__header-tag {
    font-size: calc(28 / 750 * 100vw);
    margin: 0 auto calc(24 / 750 * 100vw);
  }
}
.sec09 .sec09__title {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  font-weight: 400;
  line-height: 1.5;
}
@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(22 / 1080 * 100vw), 22px);
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .sec09 .sec09__title .small {
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec09 .sec09__content {
  background-color: #fff;
  border: min(calc(1 / 1080 * 100vw), 1px) solid #C1A278;
  padding: min(calc(32 / 1080 * 100vw), 32px) 0;
  width: fit-content;
  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(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec09 .sec09__content-header {
    margin-bottom: calc(16 / 750 * 100vw);
  }
}
.sec09 .sec09__content-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  font-weight: 700;
  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(30 / 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(20 / 1080 * 100vw), 20px);
  margin-bottom: min(calc(24 / 1080 * 100vw), 24px);
  padding: 0 min(calc(80 / 1080 * 100vw), 80px);
}
@media screen and (max-width: 767px) {
  .sec09 .sec09__items {
    gap: calc(20 / 750 * 100vw);
    padding: 0 calc(10 / 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(60 / 1080 * 100vw), 60px);
  margin-bottom: min(calc(5 / 1080 * 100vw), 5px);
}
@media screen and (max-width: 767px) {
  .sec09 .sec09__item-icon {
    width: calc(80 / 750 * 100vw);
    margin-bottom: calc(0 / 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: #332D30;
  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: #332D30;
  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: #332D30;
  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;
  background-image: url("../img/pc/sec10_bg.webp");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .sec10 {
    background-image: url("../img/sp/sec10_bg.webp");
  }
}
.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(80 / 1080 * 100vw), 80px) 0;
}
@media screen and (max-width: 767px) {
  .sec11 {
    padding: calc(80 / 750 * 100vw) 0;
  }
}
.sec11 .sec11__inner {
  width: min(calc(920 / 1080 * 100vw), 920px);
  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(32 / 1080 * 100vw), 32px);
}
@media screen and (max-width: 767px) {
  .sec11 .sec11__title-wrap {
    margin-bottom: calc(32 / 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(40 / 1080 * 100vw), 40px);
}
@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(32 / 1080 * 100vw), 32px) min(calc(46 / 1080 * 100vw), 46px) min(calc(24 / 1080 * 100vw), 24px) min(calc(46 / 1080 * 100vw), 46px);
}
@media screen and (max-width: 767px) {
  .sec11 .adlp-accordion .adlp-accordion__header .adlp-accordion__header__inner {
    padding: calc(32 / 750 * 100vw) calc(32 / 750 * 100vw) calc(32 / 750 * 100vw) calc(32 / 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(46 / 1080 * 100vw), 46px);
  flex: 0 0 min(calc(46 / 1080 * 100vw), 46px);
  height: min(calc(47 / 1080 * 100vw), 47px);
  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: #444444;
  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 {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec11 .adlp-accordion .adlp-accordion__title-small {
    display: block;
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec11 .adlp-accordion .adlp-accordion__body .adlp-accordion__body__inner {
  padding: 0 min(calc(46 / 1080 * 100vw), 46px) min(calc(32 / 1080 * 100vw), 32px);
}
@media screen and (max-width: 767px) {
  .sec11 .adlp-accordion .adlp-accordion__body .adlp-accordion__body__inner {
    padding: 0 calc(32 / 750 * 100vw) calc(32 / 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: #444444;
  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 {
  line-height: 1.6;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
}
@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(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(80 / 1080 * 100vw), 80px) 0;
}
@media screen and (max-width: 767px) {
  .sec12 .sec12__bg {
    padding: calc(80 / 750 * 100vw) 0;
  }
}
.sec12 .sec12__inner {
  width: fit-content;
  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(60 / 1080 * 100vw), 60px);
}
@media screen and (max-width: 767px) {
  .sec12 .sec12__header {
    margin-bottom: calc(60 / 750 * 100vw);
  }
}
.sec12 .sec12__title-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: min(calc(32 / 1080 * 100vw), 32px);
}
@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(30 / 1080 * 100vw), 30px);
  font-weight: 500;
  color: #332D30;
  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(20 / 1080 * 100vw), 20px);
  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(30 / 750 * 100vw);
  }
}
.sec12 .sec12__content {
  display: flex;
  flex-direction: column;
  gap: min(calc(46 / 1080 * 100vw), 46px);
}
@media screen and (max-width: 767px) {
  .sec12 .sec12__content {
    gap: calc(60 / 750 * 100vw);
  }
}
.sec12 .sec12__office {
  display: flex;
  justify-content: space-between;
  gap: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec12 .sec12__office {
    flex-direction: column;
    gap: calc(40 / 750 * 100vw);
  }
}
.sec12 .sec12__office-header {
  margin-bottom: min(calc(24 / 1080 * 100vw), 24px);
}
@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 #332D30;
  padding: min(calc(2 / 1080 * 100vw), 2px) min(calc(15 / 1080 * 100vw), 15px);
}
@media screen and (max-width: 767px) {
  .sec12 .sec12__office-box {
    border: calc(2 / 750 * 100vw) solid #332D30;
    padding: calc(1 / 750 * 100vw) calc(15 / 750 * 100vw);
  }
}
.sec12 .sec12__office-title {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 500;
  color: #332D30;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .sec12 .sec12__office-title {
    font-size: calc(28 / 750 * 100vw);
  }
}
.sec12 .sec12__office-subtitle {
  font-family: "Noto Serif JP", serif;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 500;
  color: #332D30;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .sec12 .sec12__office-subtitle {
    font-size: calc(20 / 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: #332D30;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .sec12 .sec12__office-note {
    font-size: calc(20 / 750 * 100vw);
    margin: calc(24 / 750 * 100vw) 0 0;
  }
}
.sec12 .sec12__office-note a {
  color: #332D30;
  text-decoration: underline;
}
.sec12 .sec12__office-note a:hover {
  opacity: 0.7;
}
.sec12 .sec12__office-image {
  width: min(calc(242 / 1080 * 100vw), 242px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec12 .sec12__office-image {
    width: 100%;
  }
}
.sec12 .sec12__office-image img {
  width: 100%;
}
.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 */
