/* --------------------------------------------------------------------- 
Foundation
-----------------------------------------------------------------------*/
/* --------------------------------------------------------------------- 
color
-----------------------------------------------------------------------*/
/* --------------------------------------------------------------------- 
font-family
-----------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;700&family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cardo:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* 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;
  font-weight: inherit;
  margin: 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-top-width: 1px;
  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] {
  -webkit-text-decoration: underline dotted;
          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;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

/**
 * 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;
}

/**
 * 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. Fix font inheritance.
 */
::-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;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/* base
----------------------------------------------------------------- */
/* --------------------------------------------------------------------- 
font-size
-----------------------------------------------------------------------*/
/* mediaquery
----------------------------------------------------------------- */
html {
  font-size: 62.5%;
  height: 100%;
}
@media (max-width: 359px) {
  html {
    font-size: 2.7777777778vw;
  }
}

.fixed_back {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}

/* --------------------------------------------------------------------- 
Layout
-----------------------------------------------------------------------*/
/* --------------------------------------------------------------------- 
component
-----------------------------------------------------------------------*/
/* base
----------------------------------------------------------------- */
/* --------------------------------------------------------------------- 
main
-----------------------------------------------------------------------*/
.main {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0 auto 0 2%;
  width: 75rem;
  background-color: #f0e7e8;
}
@media (max-width: 768px) {
  .main {
    width: 100%;
  }
}

/* --------------------------------------------------------------------- 
header
-----------------------------------------------------------------------*/
.header {
  padding: 1rem 0;
  background-color: #a94454;
  color: #ffffff;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 3rem;
}
@media (max-width: 768px) {
  .header__inner {
    padding: 0 0.6rem;
  }
}
.header__ttl {
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  font-weight: 500;
}
@media (max-width: 768px) {
  .header__ttl {
    font-size: 1.4rem;
    letter-spacing: -1px;
  }
}
.header__cta {
  width: 39rem;
}
@media (max-width: 768px) {
  .header__cta {
    width: 17rem;
  }
}

/* --------------------------------------------------------------------- 
fv
-----------------------------------------------------------------------*/
.fv {
  padding-bottom: 6rem;
  background-image: url(../../common/images/fv__back.webp);
  background-position: center;
  background-size: cover;
}
@media (max-width: 768px) {
  .fv {
    aspect-ratio: 75/57.8;
    height: auto;
    padding-bottom: 4rem;
  }
}
.fv__txt-box {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-right: 3rem;
  padding-top: 13rem;
}
@media (max-width: 768px) {
  .fv__txt-box {
    margin-right: 1.6rem;
    padding-top: 7rem;
  }
}
.fv__txt-img {
  pointer-events: none;
  width: 52rem;
}
@media (max-width: 768px) {
  .fv__txt-img {
    width: 70%;
    min-width: 25rem;
  }
}
.fv__txt {
  margin-top: 8rem;
  padding: 1.4rem 3rem;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3.5rem;
  background-color: #ffffff;
  color: #585858;
  font-family: "Noto Serif JP", serif;
  font-style: italic;
}
@media (max-width: 768px) {
  .fv__txt {
    padding: 1rem 1.6rem;
    margin-top: 4rem;
    font-size: 2rem;
  }
}

/* --------------------------------------------------------------------- 
styleUp
-----------------------------------------------------------------------*/
.styleUp {
  padding-bottom: 7rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .styleUp {
    padding-bottom: 4rem;
  }
}
.styleUp__head {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 3rem 4rem 12rem 2.5rem;
  background-color: #a94454;
  color: #ffffff;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 40%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 40%);
  z-index: -1;
}
@media (max-width: 768px) {
  .styleUp__head {
    justify-content: center;
    gap: 1.6rem;
    padding: 1.6rem 2.4rem 6rem 2.4rem;
  }
}
.styleUp__head-img {
  display: block;
  margin-top: -3.8rem;
  width: 19.3rem;
  flex-shrink: 0;
  height: 100%;
}
@media (max-width: 768px) {
  .styleUp__head-img {
    margin-top: -1rem;
    width: 7rem;
  }
}
.styleUp__txt, .styleUp__txt--large, .styleUp__txt--margin-left {
  position: relative;
  font-size: 8.8rem;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  z-index: 2;
}
@media (max-width: 768px) {
  .styleUp__txt, .styleUp__txt--large, .styleUp__txt--margin-left {
    font-size: 4rem;
  }
}
.styleUp__txt--margin-left {
  margin-left: 18rem;
}
@media (max-width: 768px) {
  .styleUp__txt--margin-left {
    margin-left: 8rem;
  }
}
.styleUp__txt--large {
  position: relative;
  top: -0.6rem;
  font-size: 11rem;
}
@media (max-width: 768px) {
  .styleUp__txt--large {
    top: 0;
    font-size: 4.6rem;
  }
}
.styleUp__body {
  padding-left: 6rem;
  margin-top: -11rem;
  color: #a94454;
}
@media (max-width: 768px) {
  .styleUp__body {
    text-align: center;
    width: 100%;
    margin: -4rem auto 0 -10rem;
  }
}
.styleUp__deco {
  position: absolute;
  font-size: 32.9rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 100;
  right: 4rem;
  top: 55%;
  transform: translateY(-50%);
  color: #d2b765;
  opacity: 0.3;
  z-index: -1;
}
@media (max-width: 768px) {
  .styleUp__deco {
    right: initial;
    left: 60%;
    top: 55%;
    transform: translate(-50%, -50%);
    font-size: 8rem;
  }
}

.worries {
  margin-top: 6.2rem;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .worries {
    margin-top: 4rem;
  }
}
.worries__inner {
  padding-top: 4.4rem;
  background-color: #ca8d95;
}
@media (max-width: 768px) {
  .worries__inner {
    padding-top: 4rem;
  }
}
.worries__message {
  position: relative;
  margin: auto;
  padding: 5.5rem 0;
  width: 63rem;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .worries__message {
    padding: 2.4rem 0;
    max-width: 48rem;
    width: 95%;
  }
}
.worries__message::before, .worries__message::after {
  content: "";
  position: absolute;
  display: block;
  width: 3px;
  height: 12.3rem;
  background-color: #a94454;
  transform: rotate(-45deg);
}
@media (max-width: 768px) {
  .worries__message::before, .worries__message::after {
    height: 5rem;
  }
}
.worries__message::before {
  top: -4rem;
  right: 1rem;
}
@media (max-width: 768px) {
  .worries__message::before {
    top: -1.4rem;
  }
}
.worries__message::after {
  bottom: -4rem;
  left: 1rem;
}
@media (max-width: 768px) {
  .worries__message::after {
    bottom: -1.4rem;
  }
}
.worries__message-txt, .worries__message-txt--white {
  text-align: center;
  font-size: 2.8rem;
  font-family: "Noto Serif JP", serif;
  line-height: 2;
  font-weight: 500;
  color: #585858;
}
@media (max-width: 768px) {
  .worries__message-txt, .worries__message-txt--white {
    font-size: 1.8rem;
  }
}
.worries__message-txt--white {
  margin-top: 4.7rem;
  line-height: 1.6;
  color: #ffffff;
}
@media (max-width: 768px) {
  .worries__message-txt--white {
    margin-top: 2.4rem;
  }
}
.worries__arw {
  display: block;
  margin-top: -1px;
  width: 100%;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.resolution {
  position: relative;
  padding-bottom: 11rem;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .resolution {
    padding-bottom: 4rem;
  }
}
.resolution__deco {
  position: absolute;
  top: -9rem;
  right: 0;
  width: 19.3rem;
}
@media (max-width: 768px) {
  .resolution__deco {
    top: -12vw;
    width: 20%;
  }
}
.resolution__ttl-box {
  display: flex;
  flex-direction: column;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  gap: 1.6rem;
}
@media (max-width: 768px) {
  .resolution__ttl-box {
    gap: 1rem;
  }
}
.resolution__sub-ttl-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
.resolution__sub-ttl {
  font-size: 3.6rem;
  font-weight: 500;
  color: #a94454;
}
@media (max-width: 768px) {
  .resolution__sub-ttl {
    font-size: 1.6rem;
  }
}
.resolution__sub-ttl-img {
  width: 33.4rem;
}
@media (max-width: 768px) {
  .resolution__sub-ttl-img {
    width: 14rem;
  }
}
.resolution__ttl {
  font-size: 3.2rem;
  color: #a94454;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
@media (max-width: 768px) {
  .resolution__ttl {
    text-align: center;
    font-size: 2.4rem;
    line-height: 1.4;
  }
}
.resolution__list {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 2.4rem;
}
@media (max-width: 768px) {
  .resolution__list {
    flex-wrap: wrap;
  }
}
.resolution__item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 22.3rem;
  height: 17rem;
  font-size: 2.5rem;
  letter-spacing: -1px;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  background-color: #a94454;
}
@media (max-width: 768px) {
  .resolution__item {
    padding: 1.6rem 0;
    max-width: 24rem;
    width: 45%;
    height: auto;
    font-size: 1.8rem;
  }
}
.resolution__txt {
  margin-top: 4rem;
  text-align: center;
  font-size: 3.6rem;
  font-family: "Noto Serif JP", serif;
  color: #a94454;
  font-weight: 500;
}
@media (max-width: 768px) {
  .resolution__txt {
    margin-top: 2.4rem;
    font-size: 2.2rem;
  }
}
.resolution__img {
  display: block;
  margin: 4rem auto 0;
  width: 72rem;
}
@media (max-width: 768px) {
  .resolution__img {
    margin-top: 2.4rem;
    width: 90%;
  }
}

.check {
  position: relative;
  padding: 10rem 3.2rem 4rem;
  background-color: #c1b191;
  z-index: 1;
}
@media (max-width: 768px) {
  .check {
    padding: 4rem 0;
  }
}
.check::before {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 30px solid #ffffff;
  border-bottom: 0;
}
@media (max-width: 768px) {
  .check::before {
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 20px solid #ffffff;
  }
}
.check__deco {
  position: absolute;
  top: 3.5rem;
  right: 3.5rem;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 4.8rem;
  font-family: "baskerville-display-pt", serif;
  color: #dacfb9;
  transform: rotate(180deg);
  z-index: -1;
}
@media (max-width: 768px) {
  .check__deco {
    top: 2.4rem;
    right: 1rem;
    font-size: 3rem;
  }
}
.check__ttl {
  position: relative;
  font-size: 4.8rem;
  color: #ffffff;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 768px) {
  .check__ttl {
    font-size: 3.2rem;
  }
}
.check__img {
  display: block;
  margin-top: 6rem;
  width: 100%;
}
@media (max-width: 768px) {
  .check__img {
    margin-top: 2.4rem;
  }
}
.check__box {
  margin-top: 1.6rem;
  padding: 4rem 3rem;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .check__box {
    padding: 2.4rem 1.6rem;
    margin: 1rem auto;
    width: 95%;
  }
}
.check__list {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding: 4rem 2.4rem;
  background-color: #f9f6ef;
}
@media (max-width: 768px) {
  .check__list {
    padding: 1.6rem;
    gap: 2.4rem;
  }
}
.check__item {
  gap: 0.8rem;
  display: flex;
}
@media (max-width: 768px) {
  .check__item {
    gap: 0.6rem;
  }
}
.check__item-img {
  width: 4.1rem;
}
@media (max-width: 768px) {
  .check__item-img {
    height: 100%;
    width: 2.4rem;
  }
}
.check__item-txt {
  margin-top: 0.4rem;
  font-size: 3rem;
  color: #7c725e;
}
@media (max-width: 768px) {
  .check__item-txt {
    margin-top: 0.1rem;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

/* ---------------------------------------------------------------------reason
-----------------------------------------------------------------------*/
.reason {
  padding-top: 6rem;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .reason {
    padding-top: 2.4rem;
  }
}
.reason__inner {
  padding: 10rem 0;
  position: relative;
  background-color: #a94454;
}
@media (max-width: 768px) {
  .reason__inner {
    padding: 6rem 0 4rem;
  }
}
.reason__inner::before {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  top: -5rem;
  background: linear-gradient(to top, #d2b765, #dfcca5);
  height: 12rem;
  width: 3px;
}
@media (max-width: 768px) {
  .reason__inner::before {
    top: -1.6rem;
    height: 5rem;
  }
}
.reason__sub-ttl {
  text-align: center;
  font-size: 3rem;
  font-family: "Noto Serif JP", serif;
  color: #ffffff;
}
@media (max-width: 768px) {
  .reason__sub-ttl {
    font-size: 1.8rem;
  }
}
.reason__ttl {
  margin-top: 2.4rem;
  text-align: center;
  font-size: 4.8rem;
  color: #ffffff;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 768px) {
  .reason__ttl {
    margin-top: 1.6rem;
    font-size: 3.8rem;
  }
}
.reason__hart {
  display: block;
  margin: 4rem auto 0;
  width: 4.2rem;
}
@media (max-width: 768px) {
  .reason__hart {
    margin-top: 4rem;
    width: 3rem;
  }
}
.reason__list {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  margin: 6rem auto 0;
  width: 100%;
}
@media (max-width: 768px) {
  .reason__list {
    margin-top: 4rem;
  }
}
.reason__item {
  position: relative;
  padding: 3.6rem 0;
  width: 51.6rem;
  z-index: 1;
}
@media (max-width: 768px) {
  .reason__item {
    padding: 2.4rem 0;
    width: calc(100% - 5rem);
  }
}
.reason__item:nth-child(odd) {
  margin-left: 6.8rem;
}
@media (max-width: 768px) {
  .reason__item:nth-child(odd) {
    margin-left: 2rem;
  }
}
.reason__item:nth-child(even) {
  margin-left: auto;
  margin-right: 4.2rem;
}
@media (max-width: 768px) {
  .reason__item:nth-child(even) {
    margin-right: 2rem;
  }
  .reason__item:nth-child(even) .reason__item-border {
    right: initial;
    left: -1rem;
  }
}
.reason__item::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: -1;
}
.reason__item-border {
  position: absolute;
  right: -1rem;
  top: 1rem;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.reason__item-inner {
  display: flex;
  flex-direction: column;
  gap: 6rem;
}
@media (max-width: 768px) {
  .reason__item-inner {
    gap: 2.4rem;
  }
}
.reason__item-ttl {
  position: relative;
  left: -3.4rem;
  width: 100%;
  height: 14.3rem;
  display: flex;
  align-items: center;
  padding: 0 3rem;
  font-size: 3.6rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: -1px;
  line-height: 1.3;
  background-color: #ca8d95;
  color: #ffffff;
  z-index: 1;
  box-shadow: 0 0 24px #a8a8a8;
}
@media (max-width: 768px) {
  .reason__item-ttl {
    left: -1.6rem;
    height: 10rem;
    padding-left: 1.6rem;
    padding-right: 0;
    font-size: 2.2rem;
  }
}
.reason__item-ttl::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  background: linear-gradient(to top, #d2b765, #dfcca5);
  width: 7px;
  height: 100%;
}
.reason__item-ttl-img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: -1;
}
.reason__item-txt {
  padding: 0 4rem;
  font-size: 2.4rem;
  line-height: 2;
  color: #585858;
}
@media (max-width: 768px) {
  .reason__item-txt {
    padding: 0 1.6rem;
    font-size: 1.6rem;
  }
}
.reason__arw {
  display: block;
  margin-top: -1px;
  width: 100%;
  background-color: #a94454;
  height: 10rem;
  -webkit-clip-path: polygon(51% 100%, 0 0, 100% 0);
          clip-path: polygon(51% 100%, 0 0, 100% 0);
}
@media (max-width: 768px) {
  .reason__arw {
    height: 4rem;
  }
}

/* --------------------------------------------------------------------- 
archive
-----------------------------------------------------------------------*/
.archive {
  position: relative;
  padding-bottom: 7rem;
  z-index: 1;
}
@media (max-width: 768px) {
  .archive {
    padding-bottom: 6rem;
  }
}
.archive__deco {
  position: absolute;
  top: 3.5rem;
  right: 3.5rem;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 4.8rem;
  font-family: "baskerville-display-pt", serif;
  color: #ca8d95;
  transform: rotate(180deg);
  z-index: -1;
}
@media (max-width: 768px) {
  .archive__deco {
    top: 2.4rem;
    right: 1rem;
    font-size: 1.8rem;
  }
}
.archive__ttl {
  margin-top: 7rem;
  text-align: center;
  font-size: 4.8rem;
  font-family: "Noto Serif JP", serif;
  color: #a94454;
}
@media (max-width: 768px) {
  .archive__ttl {
    margin-top: 4rem;
    font-size: 3rem;
  }
}
.archive__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9rem;
  margin-top: 7rem;
}
@media (max-width: 768px) {
  .archive__list {
    margin-top: 4rem;
    gap: 6rem;
  }
}
.archive__item {
  position: relative;
  padding: 3.2rem 2.4rem;
  border: 4px solid #ca8d95;
  background-color: #ffffff;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .archive__item {
    padding: 1.6rem;
    width: 90%;
  }
}
.archive__item--double {
  display: flex;
  justify-content: center;
  gap: 4.5rem;
}
@media (max-width: 768px) {
  .archive__item--double {
    width: 95%;
    gap: 0.6rem;
  }
}
.archive__item-flex, .archive__item-flex--single {
  display: flex;
  gap: 3rem;
  width: -moz-fit-content;
  width: fit-content;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .archive__item-flex, .archive__item-flex--single {
    gap: 1.6rem;
    width: 100%;
    justify-content: center;
  }
}
.archive__item-flex--single {
  position: relative;
  padding: 3.2rem 2.4rem;
  border: 4px solid #ffffff;
  background-color: #ca8d95;
  border-radius: 10px;
  padding: 1.6rem;
}
@media (max-width: 768px) {
  .archive__item-flex--single {
    padding: 1.6rem 1rem;
    gap: 0.6rem;
  }
}
.archive__item-before, .archive__item-before--small {
  width: 16rem;
}
@media (max-width: 768px) {
  .archive__item-before, .archive__item-before--small {
    width: 40%;
  }
}
.archive__item-before--small {
  width: 11.9rem;
}
@media (max-width: 768px) {
  .archive__item-before--small {
    width: 50%;
    flex-shrink: 0;
  }
}
.archive__item-before-ttl, .archive__item-before-ttl--small {
  text-align: center;
  background-color: #6c6c6c;
  color: #ffffff;
  padding: 1rem 0 0.6rem;
  width: 100%;
  font-size: 4.2rem;
  font-family: "baskerville-display-pt", serif;
  font-weight: 500;
}
@media (max-width: 768px) {
  .archive__item-before-ttl, .archive__item-before-ttl--small {
    font-size: 1.6rem;
  }
}
.archive__item-before-ttl--small {
  padding: 0.6rem 0 0.1rem;
  font-size: 3rem;
}
@media (max-width: 768px) {
  .archive__item-before-ttl--small {
    font-size: 1.8rem;
  }
}
.archive__item-before-img {
  width: 100%;
}
.archive__item-after, .archive__item-after--small {
  width: 21.3rem;
}
@media (max-width: 768px) {
  .archive__item-after, .archive__item-after--small {
    width: 50%;
  }
}
.archive__item-after--small {
  width: 11.9rem;
}
@media (max-width: 768px) {
  .archive__item-after--small {
    width: 50%;
    flex-shrink: 0;
  }
}
.archive__item-after-ttl, .archive__item-after-ttl--small {
  text-align: center;
  background-color: #ca8d95;
  color: #ffffff;
  padding: 1rem 0 0.6rem;
  width: 100%;
  font-size: 4.9rem;
  font-family: "baskerville-display-pt", serif;
  font-weight: 500;
}
@media (max-width: 768px) {
  .archive__item-after-ttl, .archive__item-after-ttl--small {
    font-size: 2.4rem;
  }
}
.archive__item-after-ttl--small {
  background-color: #ffffff;
  color: #a94454;
  padding: 0.6rem 0 0.1rem;
  font-size: 3rem;
}
@media (max-width: 768px) {
  .archive__item-after-ttl--small {
    font-size: 1.8rem;
  }
}
.archive__item-after-img {
  width: 100%;
}
.archive__item-arw, .archive__item-arw--small {
  position: absolute;
  left: 50%;
  bottom: -4rem;
  transform: translateX(-50%);
  width: 22.2rem;
}
@media (max-width: 768px) {
  .archive__item-arw, .archive__item-arw--small {
    bottom: -2rem;
    width: 10rem;
  }
}
.archive__item-arw--small {
  bottom: -3rem;
  width: 14rem;
}
@media (max-width: 768px) {
  .archive__item-arw--small {
    bottom: -2rem;
    width: 8rem;
  }
}

/* ---------------------------------------------------------------------
userVoice
-----------------------------------------------------------------------*/
.userVoice {
  padding: 6.8rem 0;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .userVoice {
    padding: 6rem 0;
  }
}
.userVoice__ttl {
  text-align: center;
  color: #a94454;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 4.8rem;
}
@media (max-width: 768px) {
  .userVoice__ttl {
    font-size: 3rem;
  }
}
.userVoice__list {
  display: flex;
  flex-direction: column;
  gap: 7rem;
  margin: 7.7rem auto 0;
  width: 71.4rem;
}
@media (max-width: 768px) {
  .userVoice__list {
    margin-top: 4rem;
    gap: 4rem;
    width: 90%;
  }
}
.userVoice__item {
  padding: 5rem 2.4rem;
  border: 12px solid #ca8d95;
}
@media (max-width: 768px) {
  .userVoice__item {
    padding: 2.4rem 1.6rem;
    border: 4px solid #a94454;
  }
}
.userVoice__item-head {
  text-align: center;
  position: relative;
  padding-bottom: 3rem;
  border-bottom: 1px solid #d2b765;
}
@media (max-width: 768px) {
  .userVoice__item-head {
    padding-bottom: 1.6rem;
  }
}
.userVoice__item-ttl, .userVoice__item-ttl--large {
  font-size: 6rem;
  font-family: "Noto Serif JP", serif;
  color: #a94454;
}
@media (max-width: 768px) {
  .userVoice__item-ttl, .userVoice__item-ttl--large {
    font-size: 2.8rem;
  }
}
.userVoice__item-ttl--large {
  margin-left: 1rem;
}
@media (max-width: 768px) {
  .userVoice__item-ttl--large {
    margin-left: 0.4rem;
  }
}
.userVoice__item-head-img, .userVoice__item-head-img--left {
  position: absolute;
  right: -2rem;
  bottom: -0.4rem;
  width: 19rem;
}
@media (max-width: 768px) {
  .userVoice__item-head-img, .userVoice__item-head-img--left {
    right: -1.4rem;
    width: 8rem;
    bottom: 0;
  }
}
.userVoice__item-head-img--left {
  right: initial;
  left: -2rem;
}
@media (max-width: 768px) {
  .userVoice__item-head-img--left {
    left: -1.4rem;
  }
}
.userVoice__item-body {
  margin-top: 3rem;
  font-size: 3rem;
  line-height: 1.6;
  color: #585858;
}
@media (max-width: 768px) {
  .userVoice__item-body {
    margin-top: 1.6rem;
    font-size: 1.6rem;
  }
}
.userVoice__img {
  display: block;
  margin: 4.5rem auto 0;
  width: 71.7rem;
}
@media (max-width: 768px) {
  .userVoice__img {
    width: 90%;
  }
}

/* --------------------------------------------------------------------- 
flow
-----------------------------------------------------------------------*/
.flow {
  position: relative;
  padding: 10rem 0;
  background-color: #a94454;
  color: #ffffff;
  z-index: 1;
}
@media (max-width: 768px) {
  .flow {
    padding: 6rem 0;
  }
}
.flow__deco {
  position: absolute;
  top: 3.5rem;
  right: 3.5rem;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 4.8rem;
  font-family: "baskerville-display-pt", serif;
  color: #ca8d95;
  transform: rotate(180deg);
  z-index: -1;
}
@media (max-width: 768px) {
  .flow__deco {
    top: 2.4rem;
    right: 1rem;
    font-size: 3rem;
  }
}
.flow__ttl {
  text-align: center;
  font-size: 4.8rem;
  font-family: "Noto Serif JP", serif;
  color: #ffffff;
}
@media (max-width: 768px) {
  .flow__ttl {
    font-size: 3rem;
  }
}
.flow__list {
  display: flex;
  flex-direction: column;
  margin-top: 6rem;
  gap: 1.6rem;
}
@media (max-width: 768px) {
  .flow__list {
    margin: 4rem auto 0;
    width: 33rem;
  }
}
.flow__item {
  position: relative;
  display: flex;
  gap: 4rem;
  align-items: center;
  margin-left: 7rem;
}
@media (max-width: 768px) {
  .flow__item {
    gap: 1.6rem;
    margin-left: 1rem;
  }
}
.flow__item:nth-child(even) {
  flex-direction: row-reverse;
  margin-left: auto;
  margin-right: 7rem;
}
@media (max-width: 768px) {
  .flow__item:nth-child(even) {
    margin-right: 1rem;
  }
}
.flow__item:nth-child(even)::before, .flow__item:nth-child(even)::after {
  content: "";
  position: absolute;
  display: block;
  width: 7.8rem;
  height: auto;
  aspect-ratio: 78/79;
  background-size: cover;
  right: 27rem;
}
@media (max-width: 768px) {
  .flow__item:nth-child(even)::before, .flow__item:nth-child(even)::after {
    width: 3.8rem;
    right: 15rem;
  }
}
.flow__item:nth-child(even)::before {
  top: -4rem;
  background-image: url(../../common/images/flow__item-1.webp);
}
@media (max-width: 768px) {
  .flow__item:nth-child(even)::before {
    top: -2.3rem;
  }
}
.flow__item:nth-child(even)::after {
  bottom: -4rem;
  background-image: url(../../common/images/flow__item-2.webp);
}
@media (max-width: 768px) {
  .flow__item:nth-child(even)::after {
    bottom: -2.3rem;
  }
}
.flow__item:last-child::after {
  display: none;
}
.flow__item-img {
  width: 29rem;
}
@media (max-width: 768px) {
  .flow__item-img {
    width: 16rem;
  }
}
.flow__item-txt-box {
  display: flex;
  flex-direction: column;
  gap: 2.4em;
}
@media (max-width: 768px) {
  .flow__item-txt-box {
    gap: 1rem;
  }
}
.flow__item-ttl, .flow__item-ttl--large {
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 1.6rem;
  font-size: 3.8rem;
  font-family: "Noto Serif JP", serif;
  border-bottom: 5px solid #ffffff;
}
@media (max-width: 768px) {
  .flow__item-ttl, .flow__item-ttl--large {
    font-size: 1.8rem;
    padding-bottom: 1rem;
    border-bottom: 3px solid #ffffff;
  }
}
.flow__item-ttl--large {
  margin-left: 0.5rem;
  font-size: 4.8rem;
  padding: none;
  border: none;
}
@media (max-width: 768px) {
  .flow__item-ttl--large {
    font-size: 3rem;
  }
}
.flow__item-txt {
  font-size: 3rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .flow__item-txt {
    font-size: 1.6rem;
  }
}

/* --------------------------------------------------------------------- 
faq
-----------------------------------------------------------------------*/
.faq {
  padding: 10rem 0;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .faq {
    padding: 6rem 0;
  }
}
.faq__deco {
  position: absolute;
  top: 3.5rem;
  right: 3.5rem;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 3rem;
  font-family: "baskerville-display-pt", serif;
  color: #f0d2d6;
  transform: rotate(180deg);
  z-index: -1;
}
@media (max-width: 768px) {
  .faq__deco {
    top: 2.4rem;
    right: 1rem;
    font-size: 2rem;
  }
}
.faq__ttl {
  text-align: center;
  font-size: 4.8rem;
  font-family: "Noto Serif JP", serif;
  color: #a94454;
}
@media (max-width: 768px) {
  .faq__ttl {
    font-size: 3rem;
  }
}
.faq__list {
  display: flex;
  flex-direction: column;
  margin: 8rem auto 0;
  width: 69rem;
  gap: 1.6rem;
}
@media (max-width: 768px) {
  .faq__list {
    margin-top: 4rem;
    width: 90%;
  }
}
.faq__item-wrap {
  display: flex;
  flex-direction: column;
}
.faq__item, .faq__item--white, .faq__item--gold {
  display: flex;
  gap: 3rem;
  padding: 3rem;
}
@media (max-width: 768px) {
  .faq__item, .faq__item--white, .faq__item--gold {
    gap: 1.6rem;
    padding: 1.6rem;
  }
}
.faq__item--gold {
  background-color: #c1b191;
  color: #ffffff;
  box-shadow: 0 5px 8px rgba(167, 167, 168, 0.4392156863);
}
.faq__item--white {
  color: #585858;
}
.faq__item-icon {
  font-size: 4.2rem;
  font-family: "Shippori Mincho", serif;
  color: #a94454;
}
@media (max-width: 768px) {
  .faq__item-icon {
    font-size: 2.8rem;
  }
}
.faq__item-txt, .faq__item-txt--black {
  margin-top: 1.1rem;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .faq__item-txt, .faq__item-txt--black {
    margin-top: 0.6rem;
    font-size: 1.8rem;
  }
}
.faq__item-txt--black {
  font-size: 2.2rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .faq__item-txt--black {
    margin-top: 0.8rem;
    font-size: 1.6rem;
  }
}

.message {
  display: flex;
  flex-direction: column;
}
.message__head {
  position: relative;
  padding: 5.7rem 0 2.5rem;
  z-index: 1;
}
.message__head-txt-box {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.message__head-txt {
  margin-right: 5rem;
  font-size: 5.2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  color: #585858;
}
@media (max-width: 768px) {
  .message__head-txt {
    margin-right: 8%;
    font-size: 2.4rem;
  }
}
.message__txt-img {
  width: 45rem;
}
@media (max-width: 768px) {
  .message__txt-img {
    width: 60%;
    min-width: 23rem;
  }
}
.message__head-bottom {
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
  margin-left: 2.4rem;
}
@media (max-width: 768px) {
  .message__head-bottom {
    gap: 1rem;
    margin-left: 1.6rem;
  }
}
.message__head-bottom-txt {
  padding: 1.3rem;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Noto Serif JP", serif;
  color: #ffffff;
  background-color: #a94454;
  font-size: 3.6rem;
}
@media (max-width: 768px) {
  .message__head-bottom-txt {
    padding: 0.6rem 1.3rem;
    font-size: 1.7rem;
  }
}
.message__head-img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  z-index: -1;
}
.message__body {
  padding: 6rem 0 3rem;
}
@media (max-width: 768px) {
  .message__body {
    padding: 4rem 0;
  }
}
.message__body-txt {
  margin: auto;
  padding: 3rem;
  font-size: 2.8rem;
  line-height: 1.7;
  font-weight: 500;
  background-color: #ffffff;
  width: 69rem;
  color: #585858;
}
@media (max-width: 768px) {
  .message__body-txt {
    padding: 1.6rem;
    width: 90%;
    font-size: 1.6rem;
  }
}
.message__body-txt--pink {
  color: #a94454;
}

.shop {
  padding-top: 7rem;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .shop {
    padding-top: 2.4rem;
  }
}
.shop__inner {
  background-color: #f0e7e8;
  padding-bottom: 8rem;
}
.shop__ttl {
  text-align: center;
  padding: 1.6rem;
  font-size: 3rem;
  font-family: "Noto Serif JP", serif;
  background-color: #a94454;
  color: #ffffff;
}
@media (max-width: 768px) {
  .shop__ttl {
    font-size: 2.4rem;
    line-height: 1.3;
  }
}
.shop__zip {
  margin: 6rem auto 0;
  width: 53.2rem;
  font-size: 3rem;
  line-height: 1.6;
  color: #585858;
}
@media (max-width: 768px) {
  .shop__zip {
    margin-top: 2.4rem;
    width: 90%;
    max-width: 53.2rem;
    font-size: 1.6rem;
  }
}
.shop__map {
  display: block;
  margin: 8rem auto 0;
  width: 53.2rem;
  height: auto;
  aspect-ratio: 532/341;
}
@media (max-width: 768px) {
  .shop__map {
    margin-top: 2.4rem;
    width: 90%;
    max-width: 53.2rem;
  }
}

/* base
----------------------------------------------------------------- */
.cta__btn, .cta__btn--large {
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  gap: 1rem;
  align-items: center;
  width: 100%;
  height: 10rem;
  background: linear-gradient(90deg, #3f8b20, #4aa134, #3f8b20);
  color: #ffffff;
  z-index: 1;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .cta__btn, .cta__btn--large {
    gap: 0;
    height: 5rem;
  }
}
.cta__btn:hover, .cta__btn--large:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .cta__btn:hover, .cta__btn--large:hover {
    opacity: 1;
  }
}
.cta__btn::before, .cta__btn--large::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 20px solid #ffffff;
  border-left: 20px solid #3f8b20;
  border-right: 20px solid #3f8b20;
  border-bottom: 20px solid rgba(0, 0, 0, 0.47);
  -ms-filter: blur(6px);
  filter: blur(6px);
  opacity: 0.3;
  z-index: -1;
}
@media (max-width: 768px) {
  .cta__btn::before, .cta__btn--large::before {
    border-top: 10px solid #ffffff;
    border-left: 10px solid #3f8b20;
    border-right: 10px solid #3f8b20;
    border-bottom: 10px solid rgba(0, 0, 0, 0.47);
  }
}
.cta__btn::after, .cta__btn--large::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 30px;
  background-color: #ffffff;
  top: 0;
  left: 0;
  -ms-filter: blur(10px);
  filter: blur(10px);
  opacity: 0.2;
}
@media (max-width: 768px) {
  .cta__btn::after, .cta__btn--large::after {
    height: 20px;
  }
}
.cta__btn--large {
  position: relative;
  width: 60rem;
  z-index: -1;
}
@media (max-width: 768px) {
  .cta__btn--large {
    width: 30rem;
  }
}
.cta__btn-wrap {
  display: block;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 4rem auto 0;
  z-index: 2;
}
.cta__btn-arw {
  display: block;
  margin-left: -0.6rem;
  width: 5rem;
}
@media (max-width: 768px) {
  .cta__btn-arw {
    width: 3rem;
  }
}
.cta__btn-txt {
  font-size: 3.6rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .cta__btn-txt {
    font-size: 2rem;
  }
}
.cta__btn-ttl {
  position: absolute;
  top: -2.4rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.7rem 2.4rem;
  font-size: 3rem;
  font-weight: 500;
  color: #6c6c6c;
  border-radius: 100vh;
  background-color: #ffffff;
  z-index: 1;
  box-shadow: 0 5px 7px #336f23;
}
@media (max-width: 768px) {
  .cta__btn-ttl {
    top: -1.6rem;
    padding: 0.4rem 1.6rem;
    font-size: 1.4rem;
    box-shadow: 0 3px 7px #336f23;
  }
}
.cta__box-wrap {
  padding: 6rem 0 4rem;
  background-color: #ca8d95;
}
.cta__box {
  position: relative;
  padding: 4rem 0 1.6rem;
  background-color: #ffffff;
}
.cta__box::before, .cta__box::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
}
.cta__box::before {
  top: 0;
  background: linear-gradient(to right, #d2b765, #dfcca5);
}
.cta__box::after {
  bottom: 0;
  background: linear-gradient(to left, #d2b765, #dfcca5);
}
.cta__box-ttl {
  position: absolute;
  width: 52rem;
  top: -2.6rem;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .cta__box-ttl {
    top: -1.6rem;
    width: 30rem;
  }
}
.cta__box-txt {
  text-align: center;
  font-size: 3rem;
  font-weight: 500;
  color: #a94454;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .cta__box-txt {
    font-size: 1.8rem;
    letter-spacing: -1px;
  }
}
.cta__box-flex {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .cta__box-flex {
    margin-top: 1.6rem;
    align-items: flex-end;
  }
}
.cta__price-left {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
@media (max-width: 768px) {
  .cta__price-left {
    gap: 1rem;
  }
}
.cta__price-ttl {
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.4rem 5rem 1.4rem 2rem;
  background-color: #a94454;
  color: #ffffff;
  font-size: 3rem;
  font-weight: 500;
  -webkit-clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
}
@media (max-width: 768px) {
  .cta__price-ttl {
    padding: 0.6rem 3rem 0.6rem 1rem;
    font-size: 1.6rem;
  }
}
.cta__normal-price-box {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.cta__normal-price-txt {
  padding: 1rem 1.3rem;
  border-radius: 10px;
  font-size: 2rem;
  background-color: #6c6c6c;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cta__normal-price-txt {
    padding: 0.6rem;
    font-size: 1.4rem;
  }
}
.cta__normal-price {
  position: relative;
  font-size: 5rem;
  font-family: "Noto Serif JP", serif;
  color: #6c6c6c;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .cta__normal-price {
    font-size: 2.4rem;
  }
}
.cta__normal-price::before {
  content: "";
  position: absolute;
  display: block;
  top: 55%;
  left: -0.6rem;
  transform: translateY(-50%) rotate(-15deg);
  width: 75%;
  height: 3px;
  background-color: #a94454;
}
@media (max-width: 768px) {
  .cta__normal-price::before {
    width: 65%;
  }
}
.cta__normal-price--min {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #6c6c6c;
  margin-left: -0.6rem;
}
@media (max-width: 768px) {
  .cta__normal-price--min {
    font-size: 1.2rem;
  }
}
.cta__price-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-left: -1rem;
}
@media (max-width: 768px) {
  .cta__price-right {
    margin-left: -0.4rem;
  }
}
.cta__price-tax {
  display: block;
  margin-top: 1rem;
  margin-bottom: -1rem;
  font-size: 3rem;
  color: #6c6c6c;
}
@media (max-width: 768px) {
  .cta__price-tax {
    margin: initial;
    font-size: 1.4rem;
  }
}
.cta__price-big {
  font-size: 11.7rem;
  font-family: "Shippori Mincho", serif;
  line-height: 1;
  color: #a94454;
}
@media (max-width: 768px) {
  .cta__price-big {
    font-size: 5.5rem;
  }
}

.anm-tg.y {
  transform: translateY(50px);
  opacity: 0;
  transition: 1s;
}

.y.show {
  transform: translateY(0px);
  opacity: 1;
}

.anm-tg.x {
  transform: translateX(-50px);
  opacity: 0;
  transition: 1s;
}

.x.show {
  transform: translateX(0px);
  opacity: 1;
}

.anm-tg.opt {
  opacity: 0;
  transition: 1s;
}

.opt.show {
  opacity: 1;
}

.anm-tg.scl {
  scale: 0;
  transition: 1s;
}

.scl.show {
  scale: 1;
}

/* --------------------------------------------------------------------- 
utility
-----------------------------------------------------------------------*/
/* base
----------------------------------------------------------------- */
/* display
----------------------------------------------------------------- */
.u-disp-contnts {
  display: contents;
}

.u-disp-block {
  display: block;
}
@media (max-width: 768px) {
  .u-disp-block--PU {
    display: block;
  }
}

.u-disp-none {
  display: none;
}
@media (max-width: 1448px) {
  .u-disp-none--DSU {
    display: none;
  }
}
.u-disp-none--DSO {
  display: none;
}
@media (max-width: 1448px) {
  .u-disp-none--DSO {
    display: block;
  }
}
@media (max-width: 1232px) {
  .u-disp-none--NU {
    display: none;
  }
}
.u-disp-none--NO {
  display: none;
}
@media (max-width: 1232px) {
  .u-disp-none--NO {
    display: block;
  }
}
@media (max-width: 1080px) {
  .u-disp-none--TLLU {
    display: none;
  }
}
.u-disp-none--TLLO {
  display: none;
}
@media (max-width: 1080px) {
  .u-disp-none--TLLO {
    display: block;
  }
}
@media (max-width: 960px) {
  .u-disp-none--TMU {
    display: none;
  }
}
.u-disp-none--TMO {
  display: none;
}
@media (max-width: 960px) {
  .u-disp-none--TMO {
    display: block;
  }
}
@media (max-width: 768px) {
  .u-disp-none--PU {
    display: none;
  }
}
.u-disp-none--PO {
  display: none;
}
@media (max-width: 768px) {
  .u-disp-none--PO {
    display: block;
  }
}
.u-disp-none--flexPU {
  display: none;
}
@media (max-width: 768px) {
  .u-disp-none--flexPU {
    display: flex;
  }
}
.u-disp-none--inlinePU {
  display: none;
}
@media (max-width: 768px) {
  .u-disp-none--inlinePU {
    display: inline;
  }
}
.u-disp-none--MLLO {
  display: none;
}
@media (max-width: 600px) {
  .u-disp-none--MLLO {
    display: block;
  }
}
@media (max-width: 375px) {
  .u-disp-none--MMU {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */