@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@400;600&display=swap");
/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model
   ========================================================================== */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm
   ========================================================================== */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}

/* Lists (enumeration)
   ========================================================================== */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition)
   ========================================================================== */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms
   ========================================================================== */
/**
 * Reset form fields to make them styleable
 * 1. Reset radio and checkbox to preserve their look in iOS.
 */
button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  /* 1 */
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  /* 1 */
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  padding: 0; /* 1 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Table
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "nothing";
  src: url("../font/nothing.woff") format("woff");
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  background: #f0e7e0 url(../img/main_bg.png) no-repeat center top;
  color: #111;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 2;
  line-break: strict;
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow-x: hidden;
  overflow-y: scroll;
  position: relative;
  font-feature-settings: "palt";
}
@media (width <= 768px) {
  body {
    background: #f0e7e0 url(../img/main_bg@2x.png) no-repeat center top/100% auto;
  }
}
body.bg-image-none {
  background: #fff;
}

a {
  color: #124988;
  text-decoration: underline;
}
@media (width > 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

img,
input[type=image] {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  line-height: 1;
  -webkit-backface-visibility: hidden;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=number],
select,
textarea {
  padding: 2px 8px;
  border-radius: 3px;
  background: #FFF;
  border: #CCC 1px solid;
  color: #111;
}

input[type=number] {
  -webkit-appearance: none;
  appearance: none;
}

@media (width > 768px) {
  .sp-only {
    display: none;
  }
}
@media (width <= 768px) {
  .pc-only {
    display: none;
  }
}
.headline {
  margin: 2em 0 1em;
  font-size: clamp(24px, 6vw, 40px);
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
}
.headline--wh {
  color: #FFF;
}

.cv-area {
  text-align: center;
  margin-top: -36px;
}
@media (width <= 768px) {
  .cv-area {
    margin-top: 0;
  }
}
.cv-area--plus-space {
  margin-top: 10px;
  padding-bottom: 52px;
}
.cv-area p {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  color: #FFF;
}
.cv-area__cacth {
  font-size: clamp(1.8rem, 5vw, 3.6rem);
  line-height: 1.5;
}
.cv-area__button {
  margin: 1em auto;
  width: min(1000px, 80%);
  display: flex;
  justify-content: space-between;
}
@media (width <= 768px) {
  .cv-area__button {
    margin-inline: auto;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: min(1000px, 82.67%);
  }
}
.cv-area__button li {
  width: 48%;
}
@media (width <= 768px) {
  .cv-area__button li {
    width: 100%;
  }
}
.cv-area__button__tel, .cv-area__button__line, .cv-area__button__form {
  border: #FFF 2px solid;
  border-radius: 10px;
  background: #bb0f1b;
  display: flex;
  height: 90px;
  line-height: 1;
  font-weight: bold;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  color: #FFF;
  white-space: nowrap;
  gap: 10px;
}
@media (width <= 768px) {
  .cv-area__button__tel, .cv-area__button__line, .cv-area__button__form {
    height: auto;
    padding-block: 4.14%;
    gap: 5px;
  }
}
.cv-area__button__tel svg, .cv-area__button__line svg, .cv-area__button__form svg {
  height: 55px;
}
@media (width <= 768px) {
  .cv-area__button__tel svg, .cv-area__button__line svg, .cv-area__button__form svg {
    height: 45px;
  }
}
.cv-area__button__tel {
  font-size: clamp(28px, 7vw, 40px);
}
@media (width <= 768px) {
  .cv-area__button__tel img {
    scale: 0.8;
  }
}
.cv-area__button__tel dt span {
  font-size: clamp(22px, 7vw, 32px);
}
.cv-area__button__tel dd {
  font-size: clamp(18px, 6vw, 26px);
}
.cv-area__button__line {
  background: #06c755;
  line-height: 1.2;
}
.cv-area__button__line dt {
  font-size: min(1.53vw, 23px);
}
@media (width <= 768px) {
  .cv-area__button__line dt {
    font-size: max(3.73vw, 14px);
  }
}
.cv-area__button__line dt br {
  display: none;
}
@media screen and (768px <= width <= 999px) {
  .cv-area__button__line dt br {
    display: block;
  }
}
.cv-area__button__line dt span {
  font-size: clamp(18px, 6vw, 26px);
  letter-spacing: 0.5em;
}
.cv-area__button__line dd {
  font-size: min(2vw, 30px);
  color: #ff0;
}
.cv-area__button__line img {
  max-width: 47px;
}
@media (width <= 768px) {
  .cv-area__button__line img {
    width: min(9.7%, 47px);
    height: auto;
  }
  .cv-area__button__line dd {
    font-size: max(5.24vw, 16px);
  }
}
.cv-area__button__form {
  background: #fc9b09;
  line-height: 1.2;
}
.cv-area__button__form dt {
  font-size: min(1.53vw, 23px);
}
@media (width <= 768px) {
  .cv-area__button__form dt {
    font-size: max(3.73vw, 14px);
  }
}
.cv-area__button__form dt span {
  font-size: clamp(18px, 6vw, 26px);
  letter-spacing: 0.5em;
}
.cv-area__button__form dd {
  font-size: min(2vw, 30px);
  color: #ff0;
}
@media (width <= 768px) {
  .cv-area__button__form img {
    scale: 0.8;
  }
  .cv-area__button__form dd {
    font-size: max(5.24vw, 16px);
  }
}
.cv-area__tel {
  margin-top: 20px;
  width: 90vw;
  max-width: 864px;
  margin-inline: auto;
}
@media (width <= 768px) {
  .cv-area__tel {
    width: 100%;
    padding-inline: 22px;
    margin-top: max(23px, 5.9vw);
  }
}
@media (width <= 768px) {
  .cv-area__tel__appeal {
    display: block;
    width: 68.2vw;
    margin-inline: auto;
  }
}
.cv-area__tel__conditions {
  display: flex;
  justify-content: center;
  margin-top: 13px;
}
@media (width <= 768px) {
  .cv-area__tel__conditions {
    display: none;
  }
}
.cv-area__tel__conditions > li {
  display: grid;
  place-items: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  background-color: #fff;
  line-height: 1.3;
  width: 288px;
  height: 55.78px;
  font-size: clamp(1.9rem, 2vw, 3.6rem);
  color: #d41900;
  padding-inline: 40px;
  clip-path: polygon(0 0, calc(100% - 17px) 0, 100% 100%, 17px 100%);
}
.cv-area__tel__conditions-sp {
  display: none;
}
@media (width <= 768px) {
  .cv-area__tel__conditions-sp {
    display: block;
    width: 100%;
    margin-top: min(13px, 3.65vw);
  }
}
.cv-area__tel__conditions-sp > img {
  width: 100%;
  height: auto;
}
.cv-area__tel__num {
  display: block;
  width: 100%;
  font-weight: bold;
  color: #ffff00;
  margin: 24px auto 0;
}
@media (width <= 768px) {
  .cv-area__tel__num {
    width: 88.6vw;
    margin-top: max(10px, 2.7vw);
  }
}
.cv-area__tel__num__inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-inline: auto;
  width: 100%;
}
@media (width <= 768px) {
  .cv-area__tel__num__inner {
    gap: 6px;
  }
}
.cv-area__tel__num__inner::before {
  content: "";
  display: inline-block;
  background: url("../img/icon_phone@2x.png") no-repeat left top/100% auto;
  width: calc(31% - 12px);
  max-width: 96px;
  aspect-ratio: 96/76;
}
@media (width <= 768px) {
  .cv-area__tel__num__inner::before {
    width: 15.6%;
    max-width: 100%;
  }
}
.cv-area__tel__num__inner > span {
  display: block;
  max-width: 75%;
  width: auto;
  font-size: clamp(1rem, 7vw, 7rem);
  line-height: 1;
}
@media (width <= 768px) {
  .cv-area__tel__num__inner > span {
    max-width: 100%;
    font-size: 7.3vw;
  }
}
.cv-area__tel__num__inner > span.telno-text {
  max-width: 60%;
}
@media (width <= 768px) {
  .cv-area__tel__num__inner > span.telno-text {
    width: 84.4%;
    max-width: 100%;
    font-size: 9.6vw;
  }
}

.cv-wrap {
  margin-top: -140px;
  padding-top: 110px;
  background: url(../img/cv_bg.png) no-repeat center top;
  min-height: 446px;
  position: relative;
  z-index: 10;
  width: 100%;
}
@media (width <= 768px) {
  .cv-wrap {
    margin-top: -36px;
    padding-top: 18%;
    background: url(../img/cv_bg@2x.png) no-repeat center top/100% auto;
    min-height: auto;
    width: 100%;
    aspect-ratio: 750/728;
  }
}

.hero {
  padding: 40px 0 0;
}
@media (width <= 768px) {
  .hero {
    padding: 15px 0 0;
  }
}
.hero h1 {
  margin: 0 auto;
  width: min(1100px, 70%);
}
@media (width <= 768px) {
  .hero h1 {
    margin: 0 auto 10px 5%;
  }
}
.hero h2 {
  margin-inline: auto;
  width: min(1100px, 92%);
}
@media (width <= 768px) {
  .hero h2 {
    margin-bottom: 50%;
  }
}
.hero__point {
  margin: 0 auto -20px;
  width: min(1100px, 92%);
  display: flex;
}
@media (width > 768px) {
  .hero__point {
    translate: 125px -16px;
  }
}
@media (width <= 768px) {
  .hero__point {
    margin-bottom: 0;
  }
}
@media (width <= 768px) {
  .hero__point li {
    margin-inline: -6px;
    margin-top: 20px;
  }
}
.hero__point li:nth-of-type(2) {
  margin-top: -30px;
}
@media (width <= 768px) {
  .hero__point li:nth-of-type(2) {
    margin-top: 0px;
  }
}
.hero__point li:nth-of-type(3) {
  margin-top: -60px;
}
@media (width <= 768px) {
  .hero__point li:nth-of-type(3) {
    margin-top: -20px;
  }
}

.cashback {
  margin-bottom: -200px;
  padding-top: 100px;
  text-align: center;
  position: relative;
  z-index: 6;
}
@media (width <= 768px) {
  .cashback {
    margin-bottom: -15%;
    padding-top: 17%;
  }
}

.trouble {
  padding-top: 400px;
  font-weight: bold;
  background: url(../img/trouble_bg.jpg) no-repeat center top;
  position: relative;
  z-index: 2;
}
@media (width <= 768px) {
  .trouble {
    padding-top: 60%;
    background: linear-gradient(to bottom, transparent 15%, #f0e7e0 20%), url(../img/trouble_bg.jpg) no-repeat center top/150% auto;
  }
}
.trouble::before {
  content: "";
  width: 100%;
  height: 350px;
  background: linear-gradient(to bottom, #f0e7e0 150px, #bb0f1b 151px);
  position: absolute;
  top: -150px;
  left: 0;
  transform: skew(0deg, -8deg);
}
@media (width <= 768px) {
  .trouble::before {
    height: 150px;
    background: linear-gradient(to bottom, #f0e7e0 70px, #bb0f1b 71px);
    position: absolute;
    top: -100px;
  }
}
.trouble__nayami {
  margin: 0 auto 80px;
  padding: 3em 0;
  width: min(600px, 88%);
  background: rgba(255, 255, 255, 0.85);
  position: relative;
  z-index: 3;
}
@media (width <= 768px) {
  .trouble__nayami {
    padding: 2em 5%;
  }
}
.trouble__nayami::before {
  content: "";
  background: linear-gradient(to right, #bb0f1b 70px, transparent 70px, transparent calc(100% - 70px), #bb0f1b calc(100% - 70px)) no-repeat left top, linear-gradient(to right, #bb0f1b 70px, transparent 70px, transparent calc(100% - 70px), #bb0f1b calc(100% - 70px)) no-repeat left bottom, linear-gradient(to bottom, #bb0f1b 70px, transparent 70px, transparent calc(100% - 70px), #bb0f1b calc(100% - 70px)) no-repeat left top, linear-gradient(to bottom, #bb0f1b 70px, transparent 70px, transparent calc(100% - 70px), #bb0f1b calc(100% - 70px)) no-repeat right top;
  background-size: 100% 18px, 100% 18px, 18px 100%, 18px 100%;
  width: calc(100% + 18px);
  height: calc(100% + 18px);
  display: block;
  position: absolute;
  top: -9px;
  left: -9px;
  z-index: 5;
}
@media (width <= 768px) {
  .trouble__nayami::before {
    background-size: 100% 10px, 100% 10px, 10px 100%, 10px 100%;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    top: -5px;
    left: -5px;
  }
}
.trouble__nayami h3 {
  font-size: clamp(24px, 5vw, 40px);
  line-height: 1.3;
  text-align: center;
}
.trouble__nayami ul {
  padding: 0 4em;
  font-size: clamp(20px, 4vw, 24px);
  line-height: 1.3;
}
@media (width <= 768px) {
  .trouble__nayami ul {
    padding: 0;
  }
}
.trouble__nayami ul li {
  padding: 1em 1em 1em 4em;
  background: url(../img/icon_check.svg) no-repeat 0.75em center;
  border-bottom: 3px dotted;
}
@media (width <= 768px) {
  .trouble__nayami ul li {
    background-size: 40px auto;
  }
}

.hoteki {
  padding-top: 60px;
  min-height: 1036px;
  background: url(../img/hoteki_bg.png) no-repeat center bottom;
}
@media (width <= 768px) {
  .hoteki {
    padding: 10% 5% 25%;
    background-size: 100% auto;
    min-height: auto;
    background: url(../img/hoteki_bg@2x.png) no-repeat center top/100% auto, linear-gradient(to bottom, transparent 10%, #FFF 10%);
    position: relative;
  }
  .hoteki::after {
    content: "";
    background: url(../img/hoteki_bg_bottom@2x.png) no-repeat center bottom/100% auto;
    width: 100%;
    aspect-ratio: 750/754;
    position: absolute;
    left: 0;
    bottom: 0;
    translate: 0 20%;
    display: block;
  }
}
.hoteki h4 {
  margin: 0 0 50px;
  text-align: center;
}
@media (width <= 768px) {
  .hoteki h4 {
    margin: 0 8% 1em;
  }
}
.hoteki__list {
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media (width <= 768px) {
  .hoteki__list {
    flex-direction: column;
    gap: 30px;
    position: relative;
    z-index: 2;
  }
}

.omakase {
  margin-top: -200px;
  padding: 300px 0 200px;
  background: url(../img/omakase_bg.jpg) no-repeat 0 0/cover;
  position: relative;
  overflow-y: hidden;
}
@media (width <= 768px) {
  .omakase {
    margin-top: 0;
    padding: 25% 5% 20%;
    overflow-x: hidden;
  }
}
.omakase::after {
  content: "";
  background: url(../img/omakase_img.png) no-repeat 0 0/contain;
  width: 587px;
  height: 704px;
  display: block;
  right: calc(50% - 850px);
  bottom: 27px;
  position: absolute;
}
@media (width <= 768px) {
  .omakase::after {
    width: 55%;
    height: auto;
    aspect-ratio: 587/704;
    right: -5%;
    bottom: -2%;
  }
}
.omakase__box {
  margin-inline: auto;
  padding: 60px 0;
  width: min(1000px, 94%);
  background: rgba(255, 255, 255, 0.5);
  font-size: clamp(16px, 4vw, 28px);
  font-weight: bold;
  position: relative;
  border: #FFF 1px solid;
}
@media (width <= 768px) {
  .omakase__box {
    padding: 7% 0;
  }
}
.omakase__box h3 {
  margin: 0 0 10px 30px;
}
@media (width <= 768px) {
  .omakase__box h3 {
    margin: 0 2% 1em;
  }
}
.omakase__box p {
  padding: 0 140px 0 60px;
  text-shadow: #FFF 0 0 4px;
}
@media (width <= 768px) {
  .omakase__box p {
    padding: 0 6%;
  }
  .omakase__box p:last-of-type {
    padding-right: 40%;
  }
}

.reason {
  margin-top: -100px;
  padding-top: 150px;
  background: #FFF;
}
@media (width <= 768px) {
  .reason {
    margin-top: -8%;
    padding-top: 15%;
  }
}
.reason__ttl {
  margin-inline: auto;
  margin-bottom: -340px;
  width: min(1100px, 75%);
  position: relative;
  z-index: 2;
}
@media (width <= 768px) {
  .reason__ttl {
    margin-bottom: 5%;
  }
}
.reason__list {
  counter-reset: number 0;
}
.reason__list li {
  margin-top: -150px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
@media (width <= 768px) {
  .reason__list li {
    margin-top: -2%;
    flex-direction: column;
  }
}
@media (width <= 768px) {
  .reason__list li:not(:last-of-type) {
    margin-bottom: 10%;
  }
}
.reason__list li figure {
  width: calc(50% + 40px);
  margin-inline-start: -40px;
}
.reason__list li figure img {
  width: 100%;
}
@media (width <= 768px) {
  .reason__list li figure {
    width: 80%;
    margin-inline-start: 0;
    align-self: start;
  }
}
.reason__list li dl {
  background: #bb0f1b;
  color: #FFF;
  transform: skew(0deg, -9deg);
}
@media (width > 768px) {
  .reason__list li dl {
    margin-top: 400px;
    margin-inline-end: -40px;
    padding: 100px 60px;
    width: calc(50% + 40px);
    min-height: 500px;
    display: flex;
    justify-content: center;
    align-items: end;
    flex-direction: column;
  }
}
@media (width <= 768px) {
  .reason__list li dl {
    margin-top: -15%;
    padding: 10%;
    width: 90%;
    align-self: end;
  }
}
.reason__list li dl dt {
  margin-bottom: 0.5em;
  padding-bottom: 0.3em;
  width: min(420px, 100%);
  font-size: clamp(22px, 5vw, 32px);
  font-weight: bold;
  border-bottom: 4px solid #FFF;
  transform: skew(0deg, 9deg);
  position: relative;
}
.reason__list li dl dt::after {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero) " ";
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  font-size: 100px;
  line-height: 0;
  display: inline-block;
  transform: skew(-18deg, 0);
  position: absolute;
  right: 0;
  bottom: 0.3em;
}
@media (width <= 768px) {
  .reason__list li dl dt::after {
    opacity: 0.3;
  }
}
.reason__list li dl dd {
  width: min(420px, 100%);
  transform: skew(0deg, 9deg);
}
.reason__list li:nth-of-type(2n) {
  flex-direction: row;
}
@media (width <= 768px) {
  .reason__list li:nth-of-type(2n) {
    flex-direction: column;
  }
}
@media (width > 768px) {
  .reason__list li:nth-of-type(2n) figure {
    translate: 0 200px;
    width: calc(50% + 40px);
    margin-inline-start: auto;
    margin-inline-end: -40px;
  }
}
.reason__list li:nth-of-type(2n) dl {
  background: #111;
}
@media (width > 768px) {
  .reason__list li:nth-of-type(2n) dl {
    margin-top: 0;
    margin-inline-start: -40px;
    margin-inline-end: auto;
    align-items: start;
  }
}

.partnership {
  padding: 600px 0;
  background: linear-gradient(to bottom, #FFF 0%, transparent 30%, transparent 70%, #FFF 100%), url(../img/partnership_bg.jpg) repeat;
}
@media (width <= 768px) {
  .partnership {
    padding: 40% 0;
    background-size: 100% 100%, 150% auto;
  }
}
.partnership__box {
  margin-inline: auto;
  padding: 100px;
  width: min(1100px, 90%);
  background: #bb0f1b;
  color: #FFF;
  border: 6px solid red;
  border-image: linear-gradient(45deg, #dfa948, #663919, #dfa948, #f7ef86, #fff, #f7ef86, #dfa948, #663919, #dfa948, #f7ef86, #fff, #f7ef86, #dfa948, #663919, #dfa948) 1;
}
@media (width <= 768px) {
  .partnership__box {
    padding: 10% 7%;
  }
}
.partnership__box h4 {
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (width <= 768px) {
  .partnership__box h4 {
    margin-bottom: 0.8em;
    font-size: 4.8vw;
    letter-spacing: 0.05em;
  }
}
.partnership__box h3 {
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  font-size: clamp(30px, 9vw, 62px);
  font-weight: bold;
  border-bottom: #FFF 6px solid;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}
.partnership__box h3 span {
  font-size: clamp(72px, 12vw, 100px);
}
@media (width <= 768px) {
  .partnership__box h3 {
    line-height: 1;
    letter-spacing: 0.05em;
  }
}
.partnership__box p {
  font-size: clamp(18px, 4vw, 24px);
}

.chosa {
  padding: 50px 0 100px;
  background: #FFF;
  position: relative;
}
@media (width <= 768px) {
  .chosa {
    padding: 5% 0 15%;
  }
}
.chosa::before, .chosa::after {
  content: "";
  width: 100%;
  height: 240px;
  background: #111;
  position: absolute;
  top: 180px;
  left: 0;
  display: block;
  transform: skewY(-4deg);
}
@media (width <= 768px) {
  .chosa::before, .chosa::after {
    height: 200px;
    top: 7%;
  }
}
.chosa::after {
  height: 275px;
  top: 150px;
  background: #bb0f1b;
  transform: skewY(6deg);
}
@media (width <= 768px) {
  .chosa::after {
    height: 225px;
    top: 10%;
  }
}
.chosa__wrap {
  margin-inline: auto;
  width: min(1100px, 90%);
  display: flex;
  gap: 100px;
  position: relative;
  z-index: 2;
}
@media (width <= 768px) {
  .chosa__wrap {
    flex-direction: column-reverse;
    gap: 0;
  }
}
.chosa__wrap div {
  width: min(560px, 100%);
}
.chosa figure {
  padding-top: 30px;
}
@media (width <= 768px) {
  .chosa figure {
    padding: 5% 12% 0;
  }
}
.chosa p {
  font-size: clamp(18px, 5vw, 24px);
}
.chosa p:not(:last-of-type) {
  margin-bottom: 1em;
}
@media (width <= 768px) {
  .chosa p:not(:last-of-type) {
    margin-top: 1em;
  }
}

.plan {
  margin-inline: auto;
  width: min(1100px, 92%);
}
@media (width <= 768px) {
  .plan__image {
    margin-bottom: 3em;
    overflow-x: scroll;
    width: 100%;
    -webkit-overflow-scrolling: touch;
  }
  .plan__image img {
    max-width: 700px;
  }
}

.cheap {
  margin-block: 2%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (width > 768px) {
  .cheap figure {
    margin-left: -65px;
  }
}
@media (width <= 768px) {
  .cheap figure {
    margin-top: 0.5em;
    text-align: center;
  }
  .cheap figure img {
    width: 80%;
  }
}

.case {
  margin-top: -100px;
  padding-top: 100px;
  background: #FFF;
}
.case__wrap {
  margin-inline: auto;
  width: min(1100px, 92%);
}
.case__list {
  display: flex;
  flex-wrap: wrap;
  counter-reset: number 0;
  gap: 40px;
}
@media (width <= 768px) {
  .case__list {
    gap: 30px 4%;
    font-size: 16px;
    line-height: 1.6;
  }
}
.case__list li {
  max-width: 340px;
  position: relative;
}
@media (width <= 768px) {
  .case__list li {
    width: 48%;
  }
}
.case__list li::before {
  counter-increment: number 1;
  content: counter(number) " ";
  padding-left: 0.5em;
  width: 90px;
  height: 90px;
  font-size: 30px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  background: linear-gradient(135deg, #bb0f1b 50%, transparent 50%);
  color: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 3;
}
@media (width <= 768px) {
  .case__list li::before {
    width: 56px;
    height: 56px;
    font-size: 24px;
  }
}
.case__list li figure {
  margin-bottom: 0.5em;
}

.evidence {
  margin-top: 4em;
  padding: 50px 80px;
  background: #f0e7e0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  position: relative;
}
@media (width <= 768px) {
  .evidence {
    gap: 10px;
    padding: 10% 6% 8%;
    flex-direction: column;
  }
}
.evidence::before {
  content: "";
  background: url(../img/evidence_arrow.png) no-repeat center top/contain;
  width: 100%;
  height: 93px;
  position: absolute;
  top: -40px;
  left: 0;
}
@media (width <= 768px) {
  .evidence figure {
    width: 80%;
  }
}
.evidence dl dt {
  font-size: clamp(20px, 5vw, 28px);
}
.evidence dl dd {
  font-size: clamp(18px, 4vw, 24px);
}

.voice {
  margin-top: -700px;
  margin-bottom: -100px;
  padding: 750px 0 200px;
  background: linear-gradient(165deg, transparent 35%, #bb0f1b 35.1%), linear-gradient(170deg, #FFF 30%, #111 30.1%);
}
@media (width <= 768px) {
  .voice {
    margin-top: -1%;
    padding: 25% 0 35%;
    background: linear-gradient(160deg, transparent 8%, #bb0f1b 8.1%), linear-gradient(168deg, #FFF 5%, #111 5.1%);
  }
}
.voice h4 {
  margin-bottom: -1em;
  text-align: center;
}
@media (width <= 768px) {
  .voice h4 {
    margin: 0 5% -0.6em;
  }
}
.voice__list {
  margin-inline: auto;
  padding: 50px 60px 40px;
  width: min(1100px, 90%);
  background: #FFF;
  border: 6px solid red;
  border-image: linear-gradient(45deg, #dfa948, #663919, #dfa948, #f7ef86, #fff, #f7ef86, #dfa948, #663919, #dfa948, #f7ef86, #fff, #f7ef86, #dfa948, #663919, #dfa948) 1;
}
@media (width <= 768px) {
  .voice__list {
    padding: 8% 6%;
  }
}
.voice__list__item {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media (width <= 768px) {
  .voice__list__item {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}
.voice__list__item:not(:last-of-type) {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 2px dotted #111;
}
@media (width <= 768px) {
  .voice__list__item figure {
    width: 50%;
  }
}
.voice__list__item dl {
  max-width: 280px;
}
@media (width <= 768px) {
  .voice__list__item dl {
    max-width: 100%;
  }
}
.voice__list__item dl dt {
  padding: 3px;
  text-align: center;
  background: #111;
  color: #FFF;
  font-weight: bold;
  font-size: clamp(20px, 5vw, 24px);
}
.voice__list__item dl:last-of-type dt {
  background: #bb0f1b;
}

.flow {
  margin-inline: auto;
  padding-bottom: 120px;
  width: min(1100px, 92%);
}
@media (width <= 768px) {
  .flow {
    padding-bottom: 20%;
  }
}
.flow__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  counter-reset: number 0;
}
.flow__list li {
  padding: 20px 30px;
  display: grid;
  grid-template-columns: 120px auto;
  grid-template-rows: auto auto;
  background: #FFF;
  align-items: center;
  gap: 0 30px;
  position: relative;
}
@media (width <= 768px) {
  .flow__list li {
    grid-template-columns: 90px auto;
    padding: 6% 5%;
    gap: 0 10px;
  }
}
.flow__list li::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 15px solid #FFF;
  position: absolute;
  left: calc(50% - 20px);
  bottom: -15px;
}
.flow__list li:last-of-type::after {
  display: none;
}
.flow__list__step {
  grid-column: 1/2;
  grid-row: 1/3;
  background: #bb0f1b;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-weight: bold;
  line-height: 1;
}
@media (width <= 768px) {
  .flow__list__step {
    margin-top: -2em;
    margin-left: -1.5em;
    grid-column: 1/2;
    grid-row: 1/2;
    width: 90px;
    height: 90px;
  }
}
.flow__list__step::after {
  counter-increment: number 1;
  content: counter(number);
  font-size: clamp(26px, 8vw, 46px);
  line-height: 1;
}
.flow__list__head {
  grid-column: 2/3;
  grid-row: 1/2;
  color: #bb0f1b;
  font-size: clamp(20px, 6vw, 24px);
  font-weight: bold;
  align-self: end;
}
@media (width <= 768px) {
  .flow__list__head {
    margin-left: -1.2em;
    padding-bottom: 0.4em;
  }
}
.flow__list__body {
  grid-column: 2/3;
  grid-row: 2/3;
  align-self: start;
}
@media (width <= 768px) {
  .flow__list__body {
    grid-column: 1/3;
    grid-row: 2/3;
  }
}

.faq {
  padding: 80px 0;
  background: #FFF;
}
@media (width <= 768px) {
  .faq {
    padding: 10% 0;
  }
}
.faq__list {
  margin-inline: auto;
  width: min(1100px, 92%);
}
.faq li {
  margin-bottom: 16px;
}
.faq li:has(.is-open) h4::before {
  rotate: 90deg;
  transition: 0.3s;
}
.faq h4 {
  padding: 18px 40px 18px 20px;
  background: #bb0f1b;
  font-size: clamp(20px, 5vw, 24px);
  line-height: 1.4;
  color: #FFF;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}
.faq h4::before, .faq h4::after {
  content: "";
  background: #FFF;
  width: 2px;
  height: 20px;
  display: block;
  position: absolute;
  right: 29px;
  top: calc(50% - 10px);
  transition: 0.3s;
}
.faq h4::after {
  width: 20px;
  height: 2px;
  top: center;
  right: 20px;
  top: calc(50% - 1px);
}
.faq p {
  line-height: 0;
  opacity: 0;
  transition: 0.3s;
}
.faq p.is-open {
  padding: 10px 20px 20px;
  opacity: 1;
  line-height: 1.6;
  transition: 0.3s;
}

.map {
  padding: 100px 0 90px;
  background: #FFF url(../img/map_bg.png) no-repeat center top/cover;
  color: #FFF;
}
@media (width <= 768px) {
  .map {
    padding: 20% 0 25%;
    background: #FFF url(../img/map_bg@2x.png) no-repeat center top/cover;
  }
}
.map__wrap {
  margin-inline: auto;
  width: min(1100px, 84%);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
@media (width <= 768px) {
  .map__wrap {
    flex-direction: column;
    gap: 20px;
  }
}
.map__wrap:not(:nth-child(1 of .map__wrap)) {
  margin-top: 50px;
}
@media (width <= 768px) {
  .map__wrap:not(:nth-child(1 of .map__wrap)) {
    margin-top: 40px;
  }
}
.map__wrap iframe {
  width: 50%;
  aspect-ratio: 3/2;
  border-radius: 5px;
}
@media (width <= 768px) {
  .map__wrap iframe {
    width: 100%;
  }
}
@media (width <= 768px) {
  .map__wrap dl {
    width: 100%;
  }
}
.map__wrap dl dt {
  margin-bottom: 0.8em;
  padding-bottom: 0.8em;
  font-weight: bold;
  font-size: clamp(20px, 6vw, 24px);
  border-bottom: #FFF 2px solid;
}
@media (width <= 768px) {
  .map__wrap dl dt {
    margin-bottom: 0.4em;
    padding-bottom: 0.4em;
  }
}
.map__address {
  flex: 1;
  max-width: 440px;
}
@media (width <= 768px) {
  .map__address {
    max-width: 100%;
  }
}

.fixed-cta {
  padding: 0.8em 0;
  opacity: 0;
  background: #06c755;
  color: #FFF;
  line-height: 1.1;
  font-weight: bold;
  white-space: nowrap;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 900;
  text-decoration: none;
  border: #FFF solid;
  transition: 0.3s;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
@media (width <= 768px) {
  .fixed-cta > img {
    width: 37px;
    height: 35px;
  }
}
.fixed-cta dt {
  font-size: clamp(18px, 3vw, 20px);
  writing-mode: vertical-rl;
  text-orientation: upright;
}
@media (width <= 768px) {
  .fixed-cta dt {
    font-size: clamp(16px, 3vw, 18px);
    writing-mode: horizontal-tb;
  }
}
.fixed-cta dt > span {
  text-combine-upright: all;
}
@media (width <= 768px) {
  .fixed-cta dt > span {
    text-combine-upright: none;
  }
}
.fixed-cta dd {
  margin-inline-start: 0;
  font-size: clamp(23px, 5vw, 28px);
  color: #ff0;
}
@media (width <= 768px) {
  .fixed-cta dd {
    font-size: clamp(20px, 3vw, 23px);
  }
}
@media (width > 768px) {
  .fixed-cta {
    padding: 0.8em 0;
    width: 4em;
    top: 50%;
    right: 0;
    translate: 0 -50%;
    writing-mode: vertical-rl;
    border-width: 2px 0 2px 2px;
    border-radius: 10px 0 0 10px;
  }
}
@media (width <= 768px) {
  .fixed-cta {
    padding: 0.3em 0;
    width: 94%;
    bottom: 0;
    left: 3%;
    border-width: 2px 2px 0 2px;
    border-radius: 10px 10px 0 0;
  }
}
.fixed-cta img {
  margin-inline-end: 10px;
}

.retention-popup.closing {
  animation: popupclose 0.3s;
}

.retention-popup[aria-hidden=true] {
  display: none;
  opacity: 0;
}

.retention-popup[aria-hidden=false] {
  opacity: 1;
}

.retention-popup {
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.retention-popup__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}

.retention-popup__inner {
  background-color: #ddd;
  padding: 15px;
  position: relative;
}

.retention-popup__close {
  width: 40px;
  aspect-ratio: 1;
  background: none;
  border: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: -15px;
  z-index: 2;
  cursor: pointer;
}

.retention-popup-contactus {
  position: relative;
  width: min(90vw, 500px);
  background: #000;
}
.retention-popup-contactus__button {
  padding: 2% 4% 5%;
  display: block;
  text-align: center;
}